diff options
author | skv <skv@FreeBSD.org> | 2002-08-30 09:01:17 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-08-30 09:01:17 +0000 |
commit | 0a4f01154ea8a7719f6091ddeec910b9ac0b6fc5 (patch) | |
tree | 807ef51233f5c4f4a5a1092835bcc1b6d559640b /textproc/p5-Spreadsheet-WriteExcel | |
parent | 6ea93894109f318a4504078a768f1bb71c2e1063 (diff) | |
download | FreeBSD-ports-0a4f01154ea8a7719f6091ddeec910b9ac0b6fc5.zip FreeBSD-ports-0a4f01154ea8a7719f6091ddeec910b9ac0b6fc5.tar.gz |
Updated to 0.38
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/pkg-plist | 4 |
4 files changed, 16 insertions, 5 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 0cb67fd..1747643 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-WriteExcel -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet diff --git a/textproc/p5-Spreadsheet-WriteExcel/distinfo b/textproc/p5-Spreadsheet-WriteExcel/distinfo index a313eeb..dd9b1af 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/distinfo +++ b/textproc/p5-Spreadsheet-WriteExcel/distinfo @@ -1 +1 @@ -MD5 (Spreadsheet-WriteExcel-0.37.tar.gz) = ec2b6bf8eede91e3a900b1c425e831c5 +MD5 (Spreadsheet-WriteExcel-0.38.tar.gz) = 57f3b35355c5d7adaca2c96757772b86 diff --git a/textproc/p5-Spreadsheet-WriteExcel/pkg-descr b/textproc/p5-Spreadsheet-WriteExcel/pkg-descr index 04c84c7..c96c596 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/pkg-descr +++ b/textproc/p5-Spreadsheet-WriteExcel/pkg-descr @@ -1,7 +1,14 @@ -Spreadsheet::WriteExcel - Write formatted text and numbers to a -cross-platform Excel binary file. +The Spreadsheet::WriteExcel module can be used to create +a cross-platform Excel binary file. Multiple worksheets can be added +to a workbook and formatting can be applied to cells. Text, numbers, +formulas, hyperlinks and images can be written to the cells. -WWW: http://search.cpan.org/search?module=Spreadsheet::WriteExcel +The Excel file produced by this module is compatible with Excel 5, 95, +97, 2000 and 2002, also Gnumeric and OpenOffice. + +This module cannot be used to write to an existing Excel file. + +WWW: http://search.cpan.org/search?dist=Spreadsheet-WriteExcel -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist index 2fbb04d..1204f8d 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist +++ b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist @@ -56,12 +56,16 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.pack %%PORTDOCS%%%%EXAMPLESDIR%%/merge1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge3.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/merge4.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/merge5.pl %%PORTDOCS%%%%EXAMPLESDIR%%/mod_perl.pl %%PORTDOCS%%%%EXAMPLESDIR%%/panes.pl %%PORTDOCS%%%%EXAMPLESDIR%%/protection.pl %%PORTDOCS%%%%EXAMPLESDIR%%/regions.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/repeat.pl %%PORTDOCS%%%%EXAMPLESDIR%%/republic.bmp %%PORTDOCS%%%%EXAMPLESDIR%%/sales.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/sendmail.pl %%PORTDOCS%%%%EXAMPLESDIR%%/simple.pl %%PORTDOCS%%%%EXAMPLESDIR%%/stats.pl %%PORTDOCS%%%%EXAMPLESDIR%%/stats_ext.pl |