Commit graph

35 commits

Author SHA1 Message Date
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-21 16:32:42 +00:00
sno
2de7d74c74 Updating package for p5 module Storable from 2.20 to 2.21
pkgsrc changes
  - adding license (perl5 license)

Upstream changes:
Thu Aug  6 10:55:50 IST 2009   Abhijit Menon-Sen <ams@toroid.org>

    Version 2.21
	Includes hints/hpux.pl that was inadvertently left out of 2.20.
2009-08-08 14:07:22 +00:00
sno
9b0a5510fc pkgsrc changes:
- Updating package for p5 module Storable from 2.18nb1 to 2.20

Upstream changes since 2.18:
Mon May 18 09:38:20 IST 2009   Abhijit Menon-Sen <ams@toroid.org>

    Version 2.20

	Fix bug handling blessed references to overloaded objects, plus
	other miscellaneous fixes.

	(Version 2.19 was released with 5.8.9.)
2009-05-19 18:55:18 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
wiz
2e18f91680 Update to 2.18:
Version 2.18

	Compile fixes for older Perls. (No functional changes.)

    Version 2.17

	Various broken tests fixed. (No functional changes.)
2007-11-29 15:07:16 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
72d54c923e Update to 2.16:
Sat Mar 31 06:11:06 IST 2007   Abhijit Menon-Sen

    Version 2.16

        1. Fixes to Storable::dclone, read_magic, retrieve_lscalar
        2. Storable 0.1 compatibility
        3. Miscellaneous compile/leak/test/portability fixes
2007-04-15 13:13:47 +00:00
joerg
605f49a154 DESTDIR support. 2006-11-05 17:49:33 +00:00
wiz
b277a299b0 Update to 2.15:
Version 2.15

        Minor changes to address a couple of compile problems.

    Version 2.14

	1. Store weak references
	2. Add STORABLE_attach hook.
2005-10-25 13:37:45 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
edb8905900 Update to 2.13:
1. Don't change the type of top level overloaded references to RV -
	   they are perfectly correct as PVMG
	2. Storable needs to cope with incoming frozen data that happens to be
	   utf8 encoded.
2005-02-18 13:40:59 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
heinz
1c890c11b8 Update to version 2.12.
Changes since 2.09:
===================

    Version 2.12
        1. Add regression tests for the auto-require of STORABLE_thaw
        2. Add auto-require of modules to restore overloading (and tests)
        3. Change to no context (should give speedup with ithreads)

    Version 2.11
        1. Storing restricted hashes in canonical order would SEGV. Fixed.
        2. It was impossible to retrieve references to PL_sv_no and and
           PL_sv_undef from STORABLE_thaw hooks.
        3. restrict.t was failing on 5.8.0, due to 5.8.0's unique
           implementation of restricted hashes using PL_sv_undef
        4. These changes allow a space optimisation for restricted hashes.

    Version 2.10
        1. Thread safety: Storable::CLONE/init_perlinterp() now create
           a new Perl context for each new ithread.
           (From Stas Bekman and Jan Dubois.)
        2. Fix a tag count mismatch with $Storable::Deparse that caused
           all back-references after a stored sub to be off-by-N (where
           N was the number of code references in between).
           (From Sam Vilain.)
        3. Prevent CODE references from turning into SCALAR references.
           (From Slaven Rezic.)
2004-05-02 00:22:06 +00:00
heinz
ae94ed7082 Update of p5-Storable to version 2.09.
Changes since version 2.04:
===========================

Sat Jan  3 18:49:18 GMT 2004   Nicholas Clark <nick@ccl4.org>

    Version 2.09

	Fix minor problems with the CPAN release
	1: Make Storable.xs work on 5.8.2 and later (already in the core)
	2: Ship the linux hints file
	3: Ship Test::More for the benefit of Perls pre 5.6.2
	4: Correct Makefile.PL to only install in core for 5.8.0 and later

Sat Sep  6 01:08:20 IST 2003   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.08

        This release works around a 5.8.0 bug which caused hashes to not
        be marked as having key flags even though an HEK had HEK_WASUTF8
        set. (Note that the only reasonable solution is to silently drop
        the flag from the affected key.)

        Users of RT 3 who were seeing assertion failures should upgrade.
        (Perl 5.8.1 will have the bug fixed.)

Mon May  5 10:24:16 IST 2003   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.07

        Minor bugfixes (self-tied objects are now correctly stored, as
        are the results of additions larger than INT_MAX).

Mon Oct  7 21:56:38 BST 2002   Nicholas Clark  <nick@ccl4.org>

    Version 2.06

	Remove qr// from t/downgrade.t so that it will run on 5.004
	Mention $File::Spec::VERSION a second time in t/forgive.t so that it
	runs without warnings in 5.004 (this may be a 5.00405 bug I'm working
	round)
	Fix t/integer.t initialisation to actually generate 64 bits of 9c
	Fix comparison tests to use eval to get around 64 bit IV conversion
	issues on 5.6.x, following my t/integer.t ^ precedence bug found by
	Rafael Garcia-Suarez
	Alter t/malice.t to work with Test/More.pm in t/, and skip individual
	subtests that use $Config{ptrsize}, so that the rest of the test can
	now be run with 5.004
	Change t/malice.t and the error message in check_magic in Storable.xs
	from "Pointer integer size" to "Pointer size"
	Remove prerequisite of Test::More from Makefile.PL
	Ship Test::Builder, Test::Simple and Test::More in t

Thu Oct  3 08:57:22 IST 2002   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.05

        Adds support for CODE references from Slaven Rezic
        <slaven.rezic@berlin.de>.
2004-02-17 23:46:36 +00:00
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