./wip/p5-KyotoCabinet, Perl binding for Kyoto Cabinet

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


Branch: CURRENT, Version: 1.19, Package name: p5-KyotoCabinet-1.19, Maintainer: pkgsrc-users

Kyoto Cabinet is a library of routines for managing a database.
The database is a simple data file containing records, each is a
pair of a key and a value. Every key and value is serial bytes
with variable length. Both binary data and character string can
be used as a key and a value. Each key must be unique within a
database. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.

The package provides Perl binding for Kyoto Cabinet database.


Required to run:
[lang/perl5] [databases/kyotocabinet]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 85c57974376fa460446d1aa7dde4209fc79fc22d
Filesize: 42.137 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-01 00:15:26 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
Hardcoded Perl paths should be replaced.
   2012-04-01 00:05:42 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
Perl modules can enjoy automatic PLIST handling.
   2012-03-31 23:45:06 by Mike M. Volokhov | Files touched by this commit (3)
Log message:
"Some times English language of me is terribling." Fix that.
   2012-03-31 21:23:49 by Mike M. Volokhov | Files touched by this commit (4) | Imported package
Log message:
Import p5-KyotoCabinet-1.19 as wip/p5-KyotoCabinet.

The package provides Perl binding of Kyoto Cabinet library.

Kyoto Cabinet is a library of routines for managing a database.
The database is a simple data file containing records, each is a
pair of a key and a value.  Every key and value is serial bytes
with variable length.  Both binary data and character string can
be used as a key and a value.  Each key must be unique within a
database.  There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.