diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:55:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:55:19 +0000 |
commit | 2f46a82cfc1b0f5531b58297f16223829d0ae513 (patch) | |
tree | bcd16571c009a82d53e684e7b58b1ae6e443674d /textproc | |
parent | c2493667ad95bb6644e7425e4e2d4dc0631f1f72 (diff) | |
download | ports-2f46a82cfc1b0f5531b58297f16223829d0ae513.tar.gz ports-2f46a82cfc1b0f5531b58297f16223829d0ae513.zip |
Add p5-Spreadsheet-ParseExcel 0.09, a perl module to get information from
Excel files.
PR: 23825
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=36367
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/pkg-plist | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5acd0912d406..4ce18f7dc2da 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -69,6 +69,7 @@ SUBDIR += nicetext SUBDIR += no-ispell SUBDIR += openjade + SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Template SUBDIR += p5-XML-DOM diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile new file mode 100644 index 000000000000..32642b98e5fe --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Spreadsheet::ParseExcel +# Date created: 25 Dec 2000 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Spreadsheet-ParseExcel +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Spreadsheet +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +USE_PERL5= yes + +MAN3= Spreadsheet::ParseExcel.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} + +.include <bsd.port.mk> diff --git a/textproc/p5-Spreadsheet-ParseExcel/distinfo b/textproc/p5-Spreadsheet-ParseExcel/distinfo new file mode 100644 index 000000000000..e6c75f303603 --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/distinfo @@ -0,0 +1 @@ +MD5 (Spreadsheet-ParseExcel-0.09.tar.gz) = cb4aec3850d5f4b91a73f67af0870d9c diff --git a/textproc/p5-Spreadsheet-ParseExcel/pkg-comment b/textproc/p5-Spreadsheet-ParseExcel/pkg-comment new file mode 100644 index 000000000000..a529a508ac46 --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/pkg-comment @@ -0,0 +1 @@ +Get information from Excel file. diff --git a/textproc/p5-Spreadsheet-ParseExcel/pkg-descr b/textproc/p5-Spreadsheet-ParseExcel/pkg-descr new file mode 100644 index 000000000000..e04f5d64493a --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/pkg-descr @@ -0,0 +1 @@ +Spreadsheet::ParseExcel - Get information from Excel file. diff --git a/textproc/p5-Spreadsheet-ParseExcel/pkg-plist b/textproc/p5-Spreadsheet-ParseExcel/pkg-plist new file mode 100644 index 000000000000..b8720e1fb689 --- /dev/null +++ b/textproc/p5-Spreadsheet-ParseExcel/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/ParseExcel/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtDefault.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtJapan.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel/FmtJapan2.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/ParseExcel +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/ParseExcel +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet 2>/dev/null || true |