Commit graph

5 commits

Author SHA1 Message Date
sno
7569340842 Updating databases/p5-DBM-Deep from 1.0015 to 1.0016
pkgsrc changes:
- Add license definition
- Adjust dependency (Test::More 0.88 is satisfied by available lang/perl5)

Upstream changes:
1.0016 Feb 05 22:10:00 2010 PST
    - (This version is compatible with 1.0015)
    - New caveat in the docs explaining stale references (RT#42129)
    - All included modules now have the same version in META.yml, so
      the CPAN shell will no longer try to downgrade.
    - Fixed bug in clear() for hashes (RT#50541)
2010-03-10 08:46:57 +00:00
seb
117e02e58f Update p5-DBM-Deep from version 1.0014 to version 1.0015.
Pkgsrc changes:
- Fix dependencies type
- Adjust dependencies

Upstream changes:
1.0015 Jan 25 22:05:00 2010 PST
    - (This version is compatible with 1.0014)
    - Fix deep recursion errors (RT#53575)
    - Avoid leaving temp files lying around (RT#32462)
    - (RT #48031) Fixed bug with localized $, (Thanks, SPROUT!)
    - (RT #40782) Fixed bug when handling a key of '0' (Thanks Sterling!)
2010-02-02 21:26:21 +00:00
he
9427e31fc5 Update from version 0.0013nb1 to 0.0014.
Pkgsrc changes:
 o Change to Module::Build build method

Upstream changes:

1.0014 Jun 13 23:15:00 2008 EST
    - (This version is compatible with 1.0013)
    - Fix for RT#36781 (t/44 has an unrequired dependency)
    - lock() has been aliased to lock_exclusive(). There is now
      a lock_shared() method. The :flock constants are no longer
      imported into the DBM::Deep namespace.
      **** THIS IS AN API CHANGE ****
2008-12-17 00:30:39 +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
seb
6ab37cfdb5 Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages
Collection.

The Perl 5 module DBM::Deep is a unique flat-file database module,
written in pure perl. True multi-level hash/array support (unlike
MLDBM, which is faked), hybrid OO / tie() interface, cross-platform
FTPable files, ACID transactions, and is quite fast. Can handle
millions of keys and unlimited levels without significant slow-down.
Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
OS X and Windows.
2008-08-23 20:10:02 +00:00