summaryrefslogtreecommitdiff
path: root/math/p5-Spreadsheet-Read
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2011-11-17Update p5-Spreadsheet-Read to 0.45.hiramatsu2-7/+6
Changes from previous; 0.45 Wed 07 Sep 2011 - NAME / DISTNAME in Makefile.PL 0.44 Wed 07 Sep 2011 - More cross-checks for META data
2011-08-16Update to 0.43a:wiz2-7/+7
0.43 Tue 02 Aug 2011 - Changed name in META.yml (RT#69574) 0.42 Wed 01 Jun 2011 - Add --html output option to xlscat - Force CSV parser when in-sep is given - Prefer Data::Peek over Data::Dumper if available 0.41 Wed 06 Oct 2010 - Spell-check - Fixed requiring optional modules (RT#61928 - Roderick Schupp)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-01Updating math/p5-Spreadsheet-Read from 0.39 to 0.40sno2-11/+11
pkgsrc changes: - add license definition - adjust dependencies Upstream changes: 0.40 Wed 31 Mar 2010 - Default option for clip fixed (RT#56151 - Alan James)
2010-03-16Updating math/p5-Spreadsheet-Read from 0.38 to 0.39sno2-9/+9
pkgsrc changes: - Adjust dependencies Upstream changes: 0.39 Tue 16 Mar 2010 - Doc fix (RT#54507, Patrick Cronin) - Upped Copyright notices to 2010 - Drop YAML version to 1.0
2010-01-25Update p5-Spreadsheet-Read from version 0.37 to version 0.38.seb2-8/+10
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.38 Tue 15 Dec 2009 - Add row () and cellrow () - Updated META.yml to meet most recent specs (optional_features = map)
2009-11-10Update p5-Spreadsheet-Read from version 0.35 to version 0.37.seb2-9/+9
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.37 Thu 09 Nov 2009 - IO streams improvements - MANIFEST fix 0.36 Thu 06 Nov 2009 - Add strip option - Spreadsheet::XLSX 0.12 still does not support attributes - Require Text::CSV_XS-0.69 for CSV for auto-detection of \r - New attribute "parser" to force format - Allow CSV streams - Allow SC streams - Allow XLS streams
2009-08-30Update p5-Spreadsheet-Read from version 0.34 to version 0.35.seb2-9/+14
Pkgsrc changes: - Adjust/fix dependencies (according to META.yml and not the bundled Makefile.PL which seems out of sync!?) Upstream changes: 0.35 Wed 03 Jun 2009 - Add Test::NoWarnings, which is not run in AUTOMATED_TESTING - Switched to Test::More using tests_done () - Text::CSV_XS requires 0.43 or up, as we use ->eof () still prefer a really new release, like 0.65, which is Test::NoWarnings safe - Spreadsheet::XLSX 0.10 still does not support attributes - Added -n to xlscat - XLSX tests skip on feature, not on version
2009-02-01Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSDseb3-0/+38
Packages Collection. The Perl 5 module Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.