Sun Feb 1 15:26:21 2009 UTC ()
Note initial addition of p5-Spreadsheet-XLSX version 0.09 as
math/p5-Spreadsheet-XLSX into 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.


(seb)
diff -r1.443 -r1.444 pkgsrc/doc/CHANGES-2009

cvs diff -r1.443 -r1.444 pkgsrc/doc/CHANGES-2009 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2009 2009/02/01 09:05:09 1.443
+++ pkgsrc/doc/CHANGES-2009 2009/02/01 15:26:21 1.444
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2009,v 1.443 2009/02/01 09:05:09 seb Exp $ 1$NetBSD: CHANGES-2009,v 1.444 2009/02/01 15:26:21 seb Exp $
2 2
3Changes to the packages collection and infrastructure in 2009: 3Changes to the packages collection and infrastructure in 2009:
4 4
5 Updated databases/py-postgresql to 4.0 [darcy 2009-01-01] 5 Updated databases/py-postgresql to 4.0 [darcy 2009-01-01]
6 Updated security/amavisd-new to 2.6.2 [obache 2009-01-01] 6 Updated security/amavisd-new to 2.6.2 [obache 2009-01-01]
7 Updated devel/cpuflags to 1.31 [abs 2009-01-02] 7 Updated devel/cpuflags to 1.31 [abs 2009-01-02]
8 Updated databases/rrdtool to 1.3.5 [martti 2009-01-02] 8 Updated databases/rrdtool to 1.3.5 [martti 2009-01-02]
9 Updated databases/rrdtool12 to 1.2.29 [martti 2009-01-02] 9 Updated databases/rrdtool12 to 1.2.29 [martti 2009-01-02]
10 Updated textproc/p5-Text-WrapI18N to 0.06nb2 [he 2009-01-02] 10 Updated textproc/p5-Text-WrapI18N to 0.06nb2 [he 2009-01-02]
11 Updated devel/p5-Rose-Object to 0.85.4 [he 2009-01-02] 11 Updated devel/p5-Rose-Object to 0.85.4 [he 2009-01-02]
12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2008Q4 branch [agc 2009-01-03] 12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2008Q4 branch [agc 2009-01-03]
13 Updated archivers/pbzip2 to 1.0.4 [wiz 2009-01-03] 13 Updated archivers/pbzip2 to 1.0.4 [wiz 2009-01-03]
14 Added emulators/gambatte version 0.4.0 [wiz 2009-01-03] 14 Added emulators/gambatte version 0.4.0 [wiz 2009-01-03]
@@ -601,13 +601,14 @@ Changes to the packages collection and i @@ -601,13 +601,14 @@ Changes to the packages collection and i
601 Added misc/openoffice3-bin version 3.0.1 [bad 2009-01-31] 601 Added misc/openoffice3-bin version 3.0.1 [bad 2009-01-31]
602 Updated cad/libgeda to 1.4.3 [dmcmahill 2009-01-31] 602 Updated cad/libgeda to 1.4.3 [dmcmahill 2009-01-31]
603 Updated cad/gattrib to 1.4.3 [dmcmahill 2009-01-31] 603 Updated cad/gattrib to 1.4.3 [dmcmahill 2009-01-31]
604 Updated cad/gschem to 1.4.3 [dmcmahill 2009-01-31] 604 Updated cad/gschem to 1.4.3 [dmcmahill 2009-01-31]
605 Updated cad/gnetlist to 1.4.3 [dmcmahill 2009-01-31] 605 Updated cad/gnetlist to 1.4.3 [dmcmahill 2009-01-31]
606 Updated cad/gsymcheck to 1.4.3 [dmcmahill 2009-01-31] 606 Updated cad/gsymcheck to 1.4.3 [dmcmahill 2009-01-31]
607 Updated cad/geda-utils to 1.4.3 [dmcmahill 2009-01-31] 607 Updated cad/geda-utils to 1.4.3 [dmcmahill 2009-01-31]
608 Updated cad/geda-symbols to 1.4.3 [dmcmahill 2009-01-31] 608 Updated cad/geda-symbols to 1.4.3 [dmcmahill 2009-01-31]
609 Updated cad/geda-docs to 1.4.3 [dmcmahill 2009-01-31] 609 Updated cad/geda-docs to 1.4.3 [dmcmahill 2009-01-31]
610 Updated cad/geda-examples to 1.4.3 [dmcmahill 2009-01-31] 610 Updated cad/geda-examples to 1.4.3 [dmcmahill 2009-01-31]
611 Updated cad/geda to 1.4.3 [dmcmahill 2009-01-31] 611 Updated cad/geda to 1.4.3 [dmcmahill 2009-01-31]
612 Added print/web2c version 7.5.7 [minskim 2009-02-01] 612 Added print/web2c version 7.5.7 [minskim 2009-02-01]
613 Added math/p5-Spreadsheet-ReadSXC version 0.20 [seb 2009-02-01] 613 Added math/p5-Spreadsheet-ReadSXC version 0.20 [seb 2009-02-01]
 614 Updated math/p5-Spreadsheet-XLSX to 0.09 [seb 2009-02-01]