Commit graph

18 commits

Author SHA1 Message Date
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
seb
e605c154dd Fix binary package: use PERL5_SITEARCH instead of PERL5_ARCHLIB for the
packlist.
2003-09-17 16:52:09 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
martti
fb64fd183c Updated p5-Storable to 2.06
* Remove qr// from t/downgrade.t
* Mention $File::Spec::VERSION a second time in t/forgive.t
* Fix t/integer.t initialisation
* Fix comparison tests to use eval to get around 64 bit IV conversion issues
* Alter t/malice.t to work with Test/More.pm in t/
* Change t/malice.t and the error message in check_magic
* Adds support for CODE references
2003-04-12 15:40:36 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
skrll
176711aca7 Fix the PLIST - from Andrew Brown. 2002-06-19 07:36:27 +00:00
shell
1f1cea9a6f Updated to p5-Storable-2.04
Changes :
- New major updated
- Many of bugs fixed
- New regression test

(Please see ChangeLog for more about)
2002-06-10 02:40:06 +00:00
mjl
c997e0436c Update to 1.0.14
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-12-04 01:30:59 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
mjl
d110a76f60 Update to 1.0.13 as per PR/13869 by kevlo@midassol.com
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-09-06 12:53:49 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
wiz
e35e39cbf6 Update to 1.0.11, since 1.0.7 isn't on CPAN anymore.
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-03-20 15:12:12 +00:00
jtb
0c643b54c0 Reimport of p5-Storable, with correct name this time. 2001-02-20 08:54:34 +00:00