From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 30 14:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CD316A4CE for ; Sat, 30 Oct 2004 14:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E721443D2F for ; Sat, 30 Oct 2004 14:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9UEUN5S048595 for ; Sat, 30 Oct 2004 14:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9UEUN1H048594; Sat, 30 Oct 2004 14:30:23 GMT (envelope-from gnats) Resent-Date: Sat, 30 Oct 2004 14:30:23 GMT Resent-Message-Id: <200410301430.i9UEUN1H048594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C5D16A4CE; Sat, 30 Oct 2004 14:27:44 +0000 (GMT) Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC08543D1D; Sat, 30 Oct 2004 14:27:42 +0000 (GMT) (envelope-from lth@dask.thegler.dk) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero2.cybercity.dk (Postfix) with ESMTP id CB01918F5B9; Sat, 30 Oct 2004 16:27:40 +0200 (CEST) Received: by dask.thegler.dk (Postfix, from userid 1001) id BCCFD3F03; Sat, 30 Oct 2004 16:27:39 +0200 (CEST) Message-Id: <20041030142739.BCCFD3F03@dask.thegler.dk> Date: Sat, 30 Oct 2004 16:27:39 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: skv@FreeBSD.org Subject: ports/73314: [PATCH] textproc/p5-Spreadsheet-WriteExcel: update to 2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 14:30:24 -0000 >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 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: