diff options
author | mjl <mjl> | 2002-03-19 15:03:31 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-03-19 15:03:31 +0000 |
commit | 40edfbac861bdb5a211b0413ad36b5628aa89fc2 (patch) | |
tree | 53385f724ff242aaf77bf8ef7f11c36ed06fe3b5 /math | |
parent | eb49c6e957b5f0464774b350d90cd23a3274a2ef (diff) | |
download | pkgsrc-40edfbac861bdb5a211b0413ad36b5628aa89fc2.tar.gz |
Initial import of p5-Spreadsheet-WriteExcel:
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.
The Excel file produced by this module is compatible with Excel 5,
95, 97, 2000 and 2002.
The module will work on the majority of Windows, UNIX and
Macintosh platforms. Generated files are also compatible with the
Linux/UNIX spreadsheet applications Gnumeric and OpenOffice.
The generated files are not compatible with MS Access.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/DESCR | 12 | ||||
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/Makefile | 21 | ||||
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Spreadsheet-WriteExcel/distinfo | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/p5-Spreadsheet-WriteExcel/DESCR b/math/p5-Spreadsheet-WriteExcel/DESCR new file mode 100644 index 00000000000..d773c64d9b9 --- /dev/null +++ b/math/p5-Spreadsheet-WriteExcel/DESCR @@ -0,0 +1,12 @@ +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. + +The Excel file produced by this module is compatible with Excel 5, +95, 97, 2000 and 2002. + +The module will work on the majority of Windows, UNIX and +Macintosh platforms. Generated files are also compatible with the +Linux/UNIX spreadsheet applications Gnumeric and OpenOffice. +The generated files are not compatible with MS Access. diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile new file mode 100644 index 00000000000..e8b84c9ab6d --- /dev/null +++ b/math/p5-Spreadsheet-WriteExcel/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 15:03:31 mjl Exp $ +# + +DISTNAME= Spreadsheet-WriteExcel-0.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMCNAMARA/} + +MAINTAINER= packages@netbsd.org +COMMENT= Create Excel data files + +DEPENDS+= p5-Parse-RecDescent-*:../../devel/p5-Parse-RecDescent + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/WriteExcel/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-WriteExcel/PLIST b/math/p5-Spreadsheet-WriteExcel/PLIST new file mode 100644 index 00000000000..9fb06d923f1 --- /dev/null +++ b/math/p5-Spreadsheet-WriteExcel/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/19 15:03:31 mjl Exp $ diff --git a/math/p5-Spreadsheet-WriteExcel/distinfo b/math/p5-Spreadsheet-WriteExcel/distinfo new file mode 100644 index 00000000000..29e13941557 --- /dev/null +++ b/math/p5-Spreadsheet-WriteExcel/distinfo @@ -0,0 +1,3 @@ + +SHA1 (Spreadsheet-WriteExcel-0.35.tar.gz) = 2e81697fc2f07e246dc8c3e13a7007a135fa03c4 +Size (Spreadsheet-WriteExcel-0.35.tar.gz) = 371712 bytes |