mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Updated to 0.38
This commit is contained in:
parent
0be1c5829c
commit
98d8d8751f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65281
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Spreadsheet-WriteExcel-0.37.tar.gz) = ec2b6bf8eede91e3a900b1c425e831c5
|
||||
MD5 (Spreadsheet-WriteExcel-0.38.tar.gz) = 57f3b35355c5d7adaca2c96757772b86
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user