diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-30 09:01:17 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-30 09:01:17 +0000 |
commit | 98d8d8751f44d4ccc2e2c17c204ac623bcc6572a (patch) | |
tree | e9016542f694a0681672d220c0ba7003b4360374 /textproc | |
parent | 0be1c5829c952dd2ac6e1dde711dbd0a36a29b5a (diff) | |
download | ports-98d8d8751f44d4ccc2e2c17c204ac623bcc6572a.tar.gz ports-98d8d8751f44d4ccc2e2c17c204ac623bcc6572a.zip |
Notes
Diffstat (limited to 'textproc')
-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 0cb67fda6cf9..174764319192 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 a313eebc921e..dd9b1af38f6b 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 04c84c758411..c96c5966a979 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 2fbb04d41d27..1204f8dd31ed 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 |