Path to this page:
./
databases/p5-CDB_File,
Perl5 module to use CDB files
Branch: CURRENT,
Version: 1.02nb1,
Package name: p5-CDB_File-1.02nb1,
Maintainer: pkgsrc-usersCDB_File is a module which provides a Perl interface to Dan Berstein's
cdb package:
cdb is a fast, reliable, lightweight package for creating and reading
constant databases.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 882518d332e378e2692d06c36cadd10c4081a0da
RMD160: b5da7479c7ed4612fa8f616445ac76619f0b0421
Filesize: 60.527 KB
Version history: (Expand)
- (2020-08-31) Updated to version: p5-CDB_File-1.02nb1
- (2020-07-23) Updated to version: p5-CDB_File-1.02
- (2019-08-11) Updated to version: p5-CDB_File-0.99nb3
- (2018-08-22) Updated to version: p5-CDB_File-0.99nb2
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: p5-CDB_File-0.99nb1
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-07-23 13:45:58 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.02
Upstream changes:
1.02 - Todd Rinaldo <toddr@cpan.org> 2020-01-29
- Invoke new as a class method in docs and practice.
- Add support for COW PVs when returning key values. This will hopefully
deduplicate returned strings where possible.
- Adjust tests to skip exists tests on 5.8.1, not 5.6.2
- Optimize cdb_hashadd as a inline macro
- Croak if atomic re-write from the temp to the final file fails.
1.01 - Todd Rinaldo <toddr@cpan.org> 2020-01-27
- Fix MANIFEST so Changelog is shpped.
- Address file descriptor leak in CDB_File.
1.00 - Todd Rinaldo <toddr@cpan.org> 2020-01-19
- Enable github actions for automated testing
- Switch to github issues.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-07-25 09:33:10 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 0.99
Upstream changes:
0.99 - J. Nick Koston <bdraco@cpan.org> 2016-07-16
- Add a fetch_all function for 1:1 hash mapping
0.98 - Todd Rinaldo <toddr@cpan.org> 2015-06-30
- Replace use vars with our (deprecated since 5.6.0)
- Switch from Dynaloader to XSLoader as it's known to be a lower memory \
profile module.
0.97_01 - Todd Rinaldo <toddr@cpan.org> 2011-04-05
- Put ppport.h back in with an updated version.
- ppport.h warnings now indicate that the module is not perl 5.6 compatible,
but the test suite continues to succeed there. p5p suggests dropping support
for 5.6
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |  |
Log message:
Bump PKGREVISION for perl-5.24.
|