ports/144032: [update] ports/textproc/p5-Spreadsheet-WriteExcel

Masafumi NAKANE max at FreeBSD.org
Wed Feb 17 04:40:04 UTC 2010


>Number:         144032
>Category:       ports
>Synopsis:       [update] ports/textproc/p5-Spreadsheet-WriteExcel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 17 04:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Masafumi NAKANE
>Release:        FreeBSD 7.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD bourbon.accessibility.org 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #2: Fri Oct 3 16:27:21 JST 2008 root at bourbon.accessibility.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Upgrade ports/textproc/p5-Spreadsheet-WriteExcel from 2.25 -> 2.37
	
>How-To-Repeat:
	
>Fix:

Patch below:

	


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	23 Jan 2010 07:28:10 -0000	1.36
+++ Makefile	17 Feb 2010 04:35:42 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Spreadsheet-WriteExcel
-PORTVERSION=	2.25
-PORTREVISION=	1
+PORTVERSION=	2.37
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -28,13 +27,21 @@
 		Spreadsheet::WriteExcel::BIFFwriter.3 \
 		Spreadsheet::WriteExcel::Big.3 \
 		Spreadsheet::WriteExcel::Chart.3 \
+		Spreadsheet::WriteExcel::Chart::Area.3 \
+		Spreadsheet::WriteExcel::Chart::Bar.3 \
+		Spreadsheet::WriteExcel::Chart::Column.3 \
+		Spreadsheet::WriteExcel::Chart::External.3 \
+		Spreadsheet::WriteExcel::Chart::Line.3 \
+		Spreadsheet::WriteExcel::Chart::Pie.3 \
+		Spreadsheet::WriteExcel::Chart::Scatter.3 \
+		Spreadsheet::WriteExcel::Chart::Stock.3 \
+		Spreadsheet::WriteExcel::Examples.3 \
 		Spreadsheet::WriteExcel::Format.3 \
 		Spreadsheet::WriteExcel::Formula.3 \
 		Spreadsheet::WriteExcel::OLEwriter.3 \
 		Spreadsheet::WriteExcel::Properties.3 \
 		Spreadsheet::WriteExcel::Utility.3 \
 		Spreadsheet::WriteExcel::Workbook.3 \
-		Spreadsheet::WriteExcel::WorkbookBig.3 \
 		Spreadsheet::WriteExcel::Worksheet.3
 
 post-patch:
@@ -44,16 +51,17 @@
 post-install:
 .ifndef(NOPORTDOCS)
 	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}/images
+	@${MKDIR} ${DOCSDIR}/tpj_images
+	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/images/* ${DOCSDIR}/images
+	${INSTALL_DATA} ${WRKSRC}/docs/tpj_images/* ${DOCSDIR}/tpj_images
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/README \
 		${WRKSRC}/examples/republic.png ${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${EXAMPLESDIR}
-	@${MKDIR} ${EXAMPLESDIR}/charts
-	${INSTALL_DATA} ${WRKSRC}/charts/* ${EXAMPLESDIR}/charts
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/distinfo,v
retrieving revision 1.28
diff -u -r1.28 distinfo
--- distinfo	28 Sep 2008 18:23:02 -0000	1.28
+++ distinfo	17 Feb 2010 04:35:42 -0000
@@ -1,3 +1,3 @@
-MD5 (Spreadsheet-WriteExcel-2.25.tar.gz) = ad70e5b031c0af60c50a72d8b09240c9
-SHA256 (Spreadsheet-WriteExcel-2.25.tar.gz) = 04f8ba8f1178d57c1bfe8a89db20ee13dfc59782cd65d240dcf52cc937571af2
-SIZE (Spreadsheet-WriteExcel-2.25.tar.gz) = 544162
+MD5 (Spreadsheet-WriteExcel-2.37.tar.gz) = 07e038429dc7d7467c735e467cc1cfbe
+SHA256 (Spreadsheet-WriteExcel-2.37.tar.gz) = 34e0c28d362a5248936a8ff09211c5ade6ae23fe6e7eddf3ad9ff48fca1f7a68
+SIZE (Spreadsheet-WriteExcel-2.37.tar.gz) = 566688
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/pkg-plist,v
retrieving revision 1.23
diff -u -r1.23 pkg-plist
--- pkg-plist	28 Sep 2008 18:23:02 -0000	1.23
+++ pkg-plist	17 Feb 2010 04:35:42 -0000
@@ -2,38 +2,38 @@
 %%SITE_PERL%%/Spreadsheet/WriteExcel/BIFFwriter.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Big.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Chart.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Area.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Bar.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Column.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/External.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Line.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Pie.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Scatter.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Stock.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Examples.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Properties.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Utility.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Workbook.pm
-%%SITE_PERL%%/Spreadsheet/WriteExcel/WorkbookBig.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
 bin/chartex
+%%PORTDOCS%%%%DOCSDIR%%/Perl_Journal_Article.html
 %%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
-%%PORTDOCS%%%%DOCSDIR%%/examples.html
+%%PORTDOCS%%%%DOCSDIR%%/WriteExcel_Install.html
+%%PORTDOCS%%%%DOCSDIR%%/images/example.jpg
+%%PORTDOCS%%%%DOCSDIR%%/images/swe.png
 %%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/install.html
-%%PORTDOCS%%%%DOCSDIR%%/merge1.gif
-%%PORTDOCS%%%%DOCSDIR%%/merge2.gif
 %%PORTDOCS%%%%DOCSDIR%%/number_formats1.html
 %%PORTDOCS%%%%DOCSDIR%%/number_formats2.html
 %%PORTDOCS%%%%DOCSDIR%%/palette.html
-%%PORTDOCS%%%%DOCSDIR%%/regions.gif
-%%PORTDOCS%%%%DOCSDIR%%/rgb5-97.html
-%%PORTDOCS%%%%DOCSDIR%%/simple.gif
-%%PORTDOCS%%%%DOCSDIR%%/stats.gif
-%%PORTDOCS%%%%DOCSDIR%%/stocks.gif
-%%PORTDOCS%%%%DOCSDIR%%/textwrap.gif
-%%PORTDOCS%%%%DOCSDIR%%/tpj.html
-%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-01.gif
-%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-02.gif
-%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-03.gif
-%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-04.gif
-%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-05.gif
-%%PORTDOCS%%%%DOCSDIR%%/win32ole.gif
+%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-01.gif
+%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-02.gif
+%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-03.gif
+%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-04.gif
+%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-05.gif
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/a_simple.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/autofilter.pl
@@ -41,20 +41,13 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigfile.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug_report.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart1.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart2.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart3.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart4.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart5.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/chartex.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/charts.pod
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/charts.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo1.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo2.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo3.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo4.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo5.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_area.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_bar.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_column.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_line.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_pie.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_scatter.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_stock.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chess.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments1.pl
@@ -66,6 +59,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_time.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc1.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc2.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/defined_name.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diag_border.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/easter_egg.pl
@@ -73,6 +67,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formats.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/formula_result.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/function_locale.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gen_examples_pod.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/headers.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hide_sheet.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hyperlink1.pl
@@ -136,10 +131,12 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler3.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler4.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_to_scalar.pl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/charts
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tpj_images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet
+ at dirrm %%SITE_PERL%%/Spreadsheet/WriteExcel/Chart
 @dirrm %%SITE_PERL%%/Spreadsheet/WriteExcel
 @dirrmtry %%SITE_PERL%%/Spreadsheet
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list