summaryrefslogtreecommitdiff
path: root/devel/p5-Storable
AgeCommit message (Collapse)AuthorFilesLines
2002-06-19Fix the PLIST - from Andrew Brown.skrll1-2/+2
2002-06-10Updated to p5-Storable-2.04shell3-14/+15
Changes : - New major updated - Many of bugs fixed - New regression test (Please see ChangeLog for more about)
2001-12-04Update to 1.0.14mjl2-5/+5
This is the LAST maintenance release of the Storable module. Indeed, Storable is now part of perl 5.8, and will be maintained as part of Perl. The CPAN module will remain available there for people running pre-5.8 perls. Avoid requiring Fcntl upfront, useful to embedded runtimes. Use an eval {} for testing, instead of making Storable.pm simply fail its compilation in the BEGIN block. store_fd() will now correctly autoflush file if needed.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-4/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-06Update to 1.0.13 as per PR/13869 by kevlo@midassol.commjl2-5/+5
Fixed truncation race with lock_retrieve() in lock_store(). The file has to be truncated only once the exclusive lock is held. Removed spurious debugging messages in .xs file. Fixed memory corruption on croaks during thaw(). Made code compile cleanly with -Wall. Changed tagnum and classnum from I32 to IV in context.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-03-20Update to 1.0.11, since 1.0.7 isn't on CPAN anymore.wiz2-4/+4
Changes: Fixed incorrect error message. Now bless objects ASAP at retrieve time, which should fix two bugs. Add support for blessed ref to tied structures (-> binary format change). More tests.
2001-02-20Reimport of p5-Storable, with correct name this time.jtb4-0/+40