summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Section/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-01-29Update to 0.200.006mef1-4/+4
(pkglint-4.150 warns) WARN: Makefile:4: The package is being downgraded from 0.200005 to 0.200.006. ------------------- 0.200006 2014-03-10 10:14:45-04:00 America/New_York - skip tests on Win32 pre-5.14 related to line endings; perl munges the data before we're able to get at it (thanks, Christian Walde!)
2014-02-09Update to 0.200005wen1-4/+4
Upstream changes: 0.200005 2013-12-11 08:03:08 America/New_York - open DATA handles both :raw and :bytes to avoid content munging on Win32 (thanks, Kenichi Ishigaki!) - This is not yet a perfect solution for Win32. 0.200004 2013-12-01 21:31:02 America/New_York - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi Ishigaki!) 0.200003 2013-11-02 07:57:52 America/New_York [THIS MIGHT BREAK STUFF] - stable release of 0.200002, no functional changes 0.200002 2013-10-19 22:11:32 America/New_York (TRIAL RELEASE) [THIS MIGHT BREAK STUFF] - add an "encoding" parameter to set encoding of data section contents; this defaults to UTF-8 (thanks, David Golden!) 0.101622 2013-06-19 21:48:02 America/New_York add a link to an Advent article about Data-Section update bugtracker, repo, etc.
2011-08-16Changes 0.101.621:adam1-4/+4
* document the \-escaping behavior of sections
2010-07-14Update p5-Data-Section from version 0.100.770 to version 0.101.620 (upstream ↵seb1-4/+4
version 0.101620). Upstream changes: 0.101620 2010-06-11 08:14:32 America/New_York We now attempt to work with files with Win32 line endings, thanks to Christian Walde.
2010-04-24Update p5-Data-Section from version 0.100.270 (upstream versionseb1-4/+4
0.100270) to version 0.100.770 (upstream version 0.100770). Upstream changes: 0.100770 2010-03-18 08:05:46 America/New_York this release's changes courtesy of Tatsuhiko Miyagawa: __END__ now ends the whole data section; ignore_end may come someday empty data lines between __DATA__ and first section are ignored
2010-02-15Updating devel/p5-Data-Section from 0.091.820 to 0.100.270sno1-4/+4
pkgsrc changes: - Adjust dependencies Upstream changes: 0.100270 2010-01-27 22:43:33 America/New_York switch from Class::ISA to MRO::Compat added *_section_names eliminate some duplicated code
2009-07-07Updating package for Data::Section from 0.005 to 0.091.820 and set licensesno1-4/+4
to ${PERL5_LICENSE} according to META.json Upstream changes: 0.091820 2009-07-01 18:25:50 UTC add docs on using ForMethod to avoid autocleaning (thanks, Kent Fredric) 0.006 2008-11-23 remove smoke tests that did nothing useful; thanks Florian
2008-10-30Import p5-Data-Section version 0.005.he1-0/+5
Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses.