pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-YAML-MLDBM



Module Name:    pkgsrc
Committed By:   sno
Date:           Sat Jul 31 07:16:23 UTC 2010

Update of /cvsroot/pkgsrc/databases/p5-YAML-MLDBM
In directory ivanova.netbsd.org:/tmp/cvs-serv10779

Log Message:
Importing package for p5 distribution YAML-MLDBM 0.10 into
databases/p5-YAML-MLDBM

This module is similar to MLDBM except that it stores data internally as
YAML, instead of Data::Dumper or Storable. By doing this, tied hash DBM
databases can be created that can be used seamlessly in Python or Ruby
applications. That's because those languages also have YAML and DBM
modules. As other languages get YAML support, YAML::MLDBM should be able
to be used with them as well.

This module is a wrapper around MLDBM, but you open a DBM file using the
new() method, instead of using a tie. new() will return a reference to
a tied hash.

You can also use YAML as a serialization method for MLDBM itself.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/databases/p5-YAML-MLDBM/Makefile
N pkgsrc/databases/p5-YAML-MLDBM/DESCR
N pkgsrc/databases/p5-YAML-MLDBM/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index