pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Spreadsheet-XLSX Initial import of p5-Spreadsh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ad2810900a1
branches:  trunk
changeset: 553859:9ad2810900a1
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Feb 01 15:25:02 2009 +0000

description:
Initial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSD
Packages Collection.

The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation
of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It
supports styles and many of Excel's quirks, but not all. It populates
the classes from Spreadsheet::ParseExcel for interoperability;
including Workbook, Worksheet, and Cell.

diffstat:

 math/p5-Spreadsheet-XLSX/DESCR    |   5 +++++
 math/p5-Spreadsheet-XLSX/Makefile |  22 ++++++++++++++++++++++
 math/p5-Spreadsheet-XLSX/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r bcedd861c237 -r 9ad2810900a1 math/p5-Spreadsheet-XLSX/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Spreadsheet-XLSX/DESCR    Sun Feb 01 15:25:02 2009 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Spreadsheet::XLSX is a (quick and dirty) emulation
+of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It
+supports styles and many of Excel's quirks, but not all. It populates
+the classes from Spreadsheet::ParseExcel for interoperability;
+including Workbook, Worksheet, and Cell.
diff -r bcedd861c237 -r 9ad2810900a1 math/p5-Spreadsheet-XLSX/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Spreadsheet-XLSX/Makefile Sun Feb 01 15:25:02 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 15:25:02 seb Exp $
+#
+
+DISTNAME=      Spreadsheet-XLSX-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Spreadsheet-XLSX/
+COMMENT=       Perl 5 module to read MS Excel 2007 files
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Spreadsheet/XLSX/.packlist
+
+DEPENDS+=      p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+DEPENDS+=      p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bcedd861c237 -r 9ad2810900a1 math/p5-Spreadsheet-XLSX/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Spreadsheet-XLSX/distinfo Sun Feb 01 15:25:02 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/01 15:25:02 seb Exp $
+
+SHA1 (Spreadsheet-XLSX-0.09.tar.gz) = b870cf12b4251d7b6d1ad106a72f4ccf0b450764
+RMD160 (Spreadsheet-XLSX-0.09.tar.gz) = 312eb7cfe30eaa6b5b63f88d40eb5fd6860a4f89
+Size (Spreadsheet-XLSX-0.09.tar.gz) = 42936 bytes



Home | Main Index | Thread Index | Old Index