summaryrefslogtreecommitdiff
path: root/math/p5-Spreadsheet-Read/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16Updating math/p5-Spreadsheet-Read from 0.38 to 0.39sno1-5/+5
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.seb1-4/+6
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.seb1-5/+5
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.seb1-5/+10
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 NetBSDseb1-0/+29
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.