Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2004 16:27:39 +0200 (CEST)
From:      Lars Thegler <lth@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/73314: [PATCH] textproc/p5-Spreadsheet-WriteExcel: update to 2.11
Message-ID:  <20041030142739.BCCFD3F03@dask.thegler.dk>
Resent-Message-ID: <200410301430.i9UEUN1H048594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73314
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Spreadsheet-WriteExcel: update to 2.11
>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:   Sat Oct 30 14:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004
>Description:
- Update to 2.11

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Spreadsheet-WriteExcel-2.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	20 Aug 2004 13:53:31 -0000	1.20
+++ Makefile	30 Oct 2004 14:27:13 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Spreadsheet-WriteExcel
-PORTVERSION=	2.04
+PORTVERSION=	2.11
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Spreadsheet
@@ -23,9 +23,11 @@
 
 PERL_CONFIGURE=	yes
 
+MAN1=		chartex.1
 MAN3=		Spreadsheet::WriteExcel.3 \
 		Spreadsheet::WriteExcel::BIFFwriter.3 \
 		Spreadsheet::WriteExcel::Big.3 \
+		Spreadsheet::WriteExcel::Chart.3 \
 		Spreadsheet::WriteExcel::Format.3 \
 		Spreadsheet::WriteExcel::Formula.3 \
 		Spreadsheet::WriteExcel::OLEwriter.3 \
@@ -60,6 +62,9 @@
 	${INSTALL_DATA} ${WRKSRC}/examples/README \
 		${WRKSRC}/examples/republic.bmp ${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.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/distinfo,v
retrieving revision 1.16
diff -u -u -r1.16 distinfo
--- distinfo	20 Aug 2004 13:53:31 -0000	1.16
+++ distinfo	30 Oct 2004 14:27:13 -0000
@@ -1,2 +1,2 @@
-MD5 (Spreadsheet-WriteExcel-2.04.tar.gz) = 40ab78e7fe9fc236e8377cb896a93f6b
-SIZE (Spreadsheet-WriteExcel-2.04.tar.gz) = 419205
+MD5 (Spreadsheet-WriteExcel-2.11.tar.gz) = e59bdf2618d9bdd5e805f35cd3f157e7
+SIZE (Spreadsheet-WriteExcel-2.11.tar.gz) = 447191
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/pkg-plist,v
retrieving revision 1.12
diff -u -u -r1.12 pkg-plist
--- pkg-plist	15 Aug 2004 13:04:47 -0000	1.12
+++ pkg-plist	30 Oct 2004 14:27:13 -0000
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/Spreadsheet/WriteExcel.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/BIFFwriter.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Big.pm
+%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
@@ -9,6 +10,7 @@
 %%SITE_PERL%%/Spreadsheet/WriteExcel/WorkbookBig.pm
 %%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
+bin/chartex
 %%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
 %%PORTDOCS%%%%DOCSDIR%%/examples.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
@@ -35,11 +37,22 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/bigfile.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/bug_report.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/cgi.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart1.xls
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart2.xls
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart3.xls
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/chartex.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/charts.pod
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/charts.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo1.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo2.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo3.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/chess.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/colors.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/convertA1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/copyformat.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/csv2xls.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/date_time.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/datecalc1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/datecalc2.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/demo.pl
@@ -76,12 +89,35 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/tab2xls.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/textwrap.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/unicode.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_2022_jp.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_2022_jp.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_11.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_11.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_7.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_7.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_big5.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_big5.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1251.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1251.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1256.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1256.txt
 %%PORTDOCS%%%%EXAMPLESDIR%%/unicode_japan.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_koi8r.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_koi8r.txt
 %%PORTDOCS%%%%EXAMPLESDIR%%/unicode_list.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_polish_utf8.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_polish_utf8.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_shift_jis.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_shift_jis.txt
 %%PORTDOCS%%%%EXAMPLESDIR%%/win32ole.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/writeA1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/writemany.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler1.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler2.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler3.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler4.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/write_to_scalar.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/charts
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
--- p5-Spreadsheet-WriteExcel-2.11.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041030142739.BCCFD3F03>