From d546317efbc5dc9480c723d8ce2ea86f08a1712e Mon Sep 17 00:00:00 2001 From: mjl Date: Sun, 2 Mar 2003 19:40:46 +0000 Subject: Initial import of p5-Spreadsheet-ParseExcel 0.2602 This module allows you to get information from Excel file. This module can handle files of Excel95, 97 and 2000. (and now supports Excel4) --- math/p5-Spreadsheet-ParseExcel/DESCR | 7 +++++++ math/p5-Spreadsheet-ParseExcel/Makefile | 18 ++++++++++++++++++ math/p5-Spreadsheet-ParseExcel/PLIST | 1 + math/p5-Spreadsheet-ParseExcel/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 math/p5-Spreadsheet-ParseExcel/DESCR create mode 100644 math/p5-Spreadsheet-ParseExcel/Makefile create mode 100644 math/p5-Spreadsheet-ParseExcel/PLIST create mode 100644 math/p5-Spreadsheet-ParseExcel/distinfo (limited to 'math') diff --git a/math/p5-Spreadsheet-ParseExcel/DESCR b/math/p5-Spreadsheet-ParseExcel/DESCR new file mode 100644 index 00000000000..25bed4d6788 --- /dev/null +++ b/math/p5-Spreadsheet-ParseExcel/DESCR @@ -0,0 +1,7 @@ +This module allows you to get information from Excel file. + +This module can handle files of Excel95, 97 and 2000. (and now +supports Excel4) + +The module will work on the majority of Windows, UNIX and Macintosh +platforms. diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile new file mode 100644 index 00000000000..8bc2487eaf2 --- /dev/null +++ b/math/p5-Spreadsheet-ParseExcel/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/02 19:40:47 mjl Exp $ +# + +DISTNAME= Spreadsheet-ParseExcel-0.2602 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module to get information from an Excel file + +DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/ParseExcel/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-ParseExcel/PLIST b/math/p5-Spreadsheet-ParseExcel/PLIST new file mode 100644 index 00000000000..264f228ddaf --- /dev/null +++ b/math/p5-Spreadsheet-ParseExcel/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/02 19:40:46 mjl Exp $ diff --git a/math/p5-Spreadsheet-ParseExcel/distinfo b/math/p5-Spreadsheet-ParseExcel/distinfo new file mode 100644 index 00000000000..582c5baa412 --- /dev/null +++ b/math/p5-Spreadsheet-ParseExcel/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/02 19:40:46 mjl Exp $ + +SHA1 (Spreadsheet-ParseExcel-0.2602.tar.gz) = 6ebc0d39872c6e6127bfaef39a6ad57177208977 +Size (Spreadsheet-ParseExcel-0.2602.tar.gz) = 91945 bytes -- cgit v1.2.3