summaryrefslogtreecommitdiff
path: root/databases/qdbm/DESCR
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-23 06:20:36 +0000
committerminskim <minskim>2005-11-23 06:20:36 +0000
commit0a5ce40fdd7f0b3d283d368d13d60c1c236ca3e6 (patch)
tree291db47e6f24d4204a8b2be7fea37109f25087ce /databases/qdbm/DESCR
parentc264abbf40c07f394878f5d8b634649080103794 (diff)
downloadpkgsrc-0a5ce40fdd7f0b3d283d368d13d60c1c236ca3e6.tar.gz
Update qdbm to 1.8.34. Patches from OBATA Akio (maintainer).
Change: - A bug of i-node duplication on MinGW was fixed. pkgsrc Change: - Split Makefile to provide bindings for other languages in separate packages.
Diffstat (limited to 'databases/qdbm/DESCR')
-rw-r--r--databases/qdbm/DESCR5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/qdbm/DESCR b/databases/qdbm/DESCR
index 1747dd6b036..0738307f9f2 100644
--- a/databases/qdbm/DESCR
+++ b/databases/qdbm/DESCR
@@ -2,6 +2,7 @@ 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 includes APIs for C, C++, and Java. CGI scripts are also
-contained. APIs for Perl and Ruby should be installed with a source
+
+This package includes APIs for C.
+APIs for C++, Java, Perl, Ruby and CGI scripts are provided as separate
package.