From 8436425f2131af211ca555fbc29c57ecd10c5f7f Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 23 Nov 2005 06:42:38 +0000 Subject: 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. --- databases/ruby-qdbm/PLIST | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 databases/ruby-qdbm/PLIST (limited to 'databases/ruby-qdbm/PLIST') 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 -- cgit v1.2.3