./databases/p5-MLDBM, Store multi-level Perl hash structure in single level tied hash

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.04nb3, Package name: p5-MLDBM-2.04nb3, Maintainer: pkgsrc-users

This module can serve as a transparent interface to any TIEHASH package
that is required to store arbitrary perl data, including nested
references. Thus, this module can be used for storing references and
other arbitrary data within DBM databases.

It works by serializing the references in the hash into a single string.
In the underlying TIEHASH package (usually a DBM database), it is this
string that gets stored. When the value is fetched again, the string is
deserialized to reconstruct the data structure into memory.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-Module-Build]

Master sites: (Expand)

SHA1: 85dbdcee8612f8dd10d5bd4d8ee2eee7cab19b13
RMD160: e3c1d795c1b94751253fef651a495ecaf1230f92
Filesize: 12.308 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-08-14 10:18:12 by OBATA Akio | Files touched by this commit (77)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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-05-06 16:51:29 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating databases/p5-MLDBM from 2.01nb3 to 2.04

pkgsrc changes:
- Update comment
- Add license definition
- Switch to Module::Build

Upstream changes since 2.01
2.04 (08 Mar 2010, by Alexandr Ciornii)
    Compatibility with old EU::MM.

2.03 (27 Feb 2010, by Alexandr Ciornii)
    Error in test fixed.

2.02 (19 Feb 2010, by Alexandr Ciornii)
    New tests added.
    Distribution upgraded
   2009-05-31 22:26:42 by Havard Eidnes | Files touched by this commit (1)
Log message:
Remove DEPENDS on long since deleted p5-Data-Dumper package.  Remove
remaining dependency on perl >= 5.6.1nb2, we're long past that point,
and perl5's module.mk makes a dependency on the current perl anyway.
No PKGREVISION bump, contents doesn't change in any meaningful way.
Change prompted by report from Aleksey Cheusov.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
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-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.