summaryrefslogtreecommitdiff
path: root/databases/qdbm-plus
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-23 06:57:45 +0000
committerminskim <minskim@pkgsrc.org>2005-11-23 06:57:45 +0000
commit8142f7bd5c4559902880e5a8b39881e6fbf57d50 (patch)
tree5c37d7b33f0a90f9d4c4a179c881845ea425cae3 /databases/qdbm-plus
parent69cfe2390f4c039830e1f4da4a9f54b2233db07b (diff)
downloadpkgsrc-8142f7bd5c4559902880e5a8b39881e6fbf57d50.tar.gz
Import qdbm-plus 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 C++ interface of QDBM.
Diffstat (limited to 'databases/qdbm-plus')
-rw-r--r--databases/qdbm-plus/DESCR6
-rw-r--r--databases/qdbm-plus/Makefile28
-rw-r--r--databases/qdbm-plus/PLIST97
3 files changed, 131 insertions, 0 deletions
diff --git a/databases/qdbm-plus/DESCR b/databases/qdbm-plus/DESCR
new file mode 100644
index 00000000000..6ce0be42167
--- /dev/null
+++ b/databases/qdbm-plus/DESCR
@@ -0,0 +1,6 @@
+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 C++ interface of QDBM.
diff --git a/databases/qdbm-plus/Makefile b/databases/qdbm-plus/Makefile
new file mode 100644
index 00000000000..cfec9ca8c29
--- /dev/null
+++ b/databases/qdbm-plus/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:57:45 minskim Exp $
+#
+
+.include "../../databases/qdbm/Makefile.common"
+
+PKGNAME= qdbm-plus-1.0.0.${QDBM_VERSION}
+CATEGORIES= databases devel
+
+MAINTAINER= obata@lins.jp
+HOMEPAGE= http://qdbm.sourceforge.net/
+COMMENT= C++ API for QDBM
+
+MY_SUBDIR= plus
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES+= c++
+TEST_TARGET= check
+
+.include "../../databases/qdbm/buildlink3.mk"
+.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
+SUBST_CLASSES+= pthread
+SUBST_STAGE.pthread= pre-configure
+SUBST_FILES.pthread= ${MY_SUBDIR}/configure
+SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
+.endif
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/qdbm-plus/PLIST b/databases/qdbm-plus/PLIST
new file mode 100644
index 00000000000..069300641fd
--- /dev/null
+++ b/databases/qdbm-plus/PLIST
@@ -0,0 +1,97 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/23 06:57:45 minskim Exp $
+bin/xdptest
+bin/xcrtest
+bin/xvltest
+include/xqdbm.h
+include/xadbm.h
+include/xdepot.h
+include/xcuria.h
+include/xvilla.h
+lib/libxqdbm.a
+lib/libxqdbm.so.2.0.0
+lib/libxqdbm.so.2
+lib/libxqdbm.so
+share/doc/qdbm/plus/xspex.html
+share/doc/qdbm/plus/xspex-ja.html
+share/doc/qdbm/plus/xapidoc/annotated.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1ADBM-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1ADBM.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1ADBM__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1ADBM__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1ADBM__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__error-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__error.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__error__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__error__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__error__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Curia__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1DBM__error-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1DBM__error.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1DBM__error__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1DBM__error__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1DBM__error__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Datum-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Datum.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__error-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__error.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__error__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__error__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__error__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Depot__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__error-members.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__error.html
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__error__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__error__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__error__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__inherit__graph.map
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__inherit__graph.md5
+share/doc/qdbm/plus/xapidoc/classqdbm_1_1Villa__inherit__graph.png
+share/doc/qdbm/plus/xapidoc/doxygen.css
+share/doc/qdbm/plus/xapidoc/doxygen.png
+share/doc/qdbm/plus/xapidoc/ftv2blank.png
+share/doc/qdbm/plus/xapidoc/ftv2doc.png
+share/doc/qdbm/plus/xapidoc/ftv2folderclosed.png
+share/doc/qdbm/plus/xapidoc/ftv2folderopen.png
+share/doc/qdbm/plus/xapidoc/ftv2lastnode.png
+share/doc/qdbm/plus/xapidoc/ftv2link.png
+share/doc/qdbm/plus/xapidoc/ftv2mlastnode.png
+share/doc/qdbm/plus/xapidoc/ftv2mnode.png
+share/doc/qdbm/plus/xapidoc/ftv2node.png
+share/doc/qdbm/plus/xapidoc/ftv2plastnode.png
+share/doc/qdbm/plus/xapidoc/ftv2pnode.png
+share/doc/qdbm/plus/xapidoc/ftv2vertline.png
+share/doc/qdbm/plus/xapidoc/functions.html
+share/doc/qdbm/plus/xapidoc/functions_func.html
+share/doc/qdbm/plus/xapidoc/functions_rela.html
+share/doc/qdbm/plus/xapidoc/functions_vars.html
+share/doc/qdbm/plus/xapidoc/hierarchy.html
+share/doc/qdbm/plus/xapidoc/index.html
+share/doc/qdbm/plus/xapidoc/inherit__graph__0.map
+share/doc/qdbm/plus/xapidoc/inherit__graph__0.md5
+share/doc/qdbm/plus/xapidoc/inherit__graph__0.png
+share/doc/qdbm/plus/xapidoc/inherit__graph__1.map
+share/doc/qdbm/plus/xapidoc/inherit__graph__1.md5
+share/doc/qdbm/plus/xapidoc/inherit__graph__1.png
+share/doc/qdbm/plus/xapidoc/inherit__graph__2.map
+share/doc/qdbm/plus/xapidoc/inherit__graph__2.md5
+share/doc/qdbm/plus/xapidoc/inherit__graph__2.png
+share/doc/qdbm/plus/xapidoc/inherits.html
+share/doc/qdbm/plus/xapidoc/main.html
+share/doc/qdbm/plus/xapidoc/namespacemembers.html
+share/doc/qdbm/plus/xapidoc/namespacemembers_func.html
+share/doc/qdbm/plus/xapidoc/namespacemembers_vars.html
+share/doc/qdbm/plus/xapidoc/namespaceqdbm.html
+share/doc/qdbm/plus/xapidoc/namespaces.html
+share/doc/qdbm/plus/xapidoc/tree.html
+@dirrm share/doc/qdbm/plus/xapidoc
+@dirrm share/doc/qdbm/plus