diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-23 06:42:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-23 06:42:38 +0000 |
commit | 8436425f2131af211ca555fbc29c57ecd10c5f7f (patch) | |
tree | 65f9ed889a453ffd7d7f731675dd88fbad2f171a /databases/ruby-qdbm/PLIST | |
parent | 03ad1cb90299e6dda6871a61de3951796ade1caf (diff) | |
download | pkgsrc-8436425f2131af211ca555fbc29c57ecd10c5f7f.tar.gz |
Import ruby-qdbm from pkgsrc-wip. Packaged by OBATA Akio.
QDBM is an embeded database library compatible with GDBM and NDBM. It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package provides the Ruby interface of QDBM.
Diffstat (limited to 'databases/ruby-qdbm/PLIST')
-rw-r--r-- | databases/ruby-qdbm/PLIST | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/ruby-qdbm/PLIST b/databases/ruby-qdbm/PLIST new file mode 100644 index 00000000000..9f6338fc84e --- /dev/null +++ b/databases/ruby-qdbm/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/23 06:42:38 minskim Exp $ +${RUBY_SITEARCHLIBDIR}/mod_curia.${RUBY_DLEXT} +${RUBY_SITEARCHLIBDIR}/mod_depot.${RUBY_DLEXT} +${RUBY_SITEARCHLIBDIR}/mod_villa.${RUBY_DLEXT} +${RUBY_SITELIBDIR}/curia.rb +${RUBY_SITELIBDIR}/depot.rb +${RUBY_SITELIBDIR}/villa.rb +bin/rbcrtest +bin/rbdptest +bin/rbvltest +share/doc/qdbm/ruby/rbspex.html +share/doc/qdbm/ruby/rbspex-ja.html +share/doc/qdbm/ruby/rbapidoc/curia.rb.html +share/doc/qdbm/ruby/rbapidoc/depot.rb.html +share/doc/qdbm/ruby/rbapidoc/index.html +share/doc/qdbm/ruby/rbapidoc/villa.rb.html +@dirrm share/doc/qdbm/ruby/rbapidoc +@dirrm share/doc/qdbm/ruby |