pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/qdbm-plus Import qdbm-plus from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e77508073423
branches: trunk
changeset: 503567:e77508073423
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Nov 23 06:57:45 2005 +0000
description:
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:
databases/qdbm-plus/DESCR | 6 ++
databases/qdbm-plus/Makefile | 28 ++++++++++++
databases/qdbm-plus/PLIST | 97 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 131 insertions(+), 0 deletions(-)
diffs (143 lines):
diff -r 01004a062af4 -r e77508073423 databases/qdbm-plus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-plus/DESCR Wed Nov 23 06:57:45 2005 +0000
@@ -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 -r 01004a062af4 -r e77508073423 databases/qdbm-plus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-plus/Makefile Wed Nov 23 06:57:45 2005 +0000
@@ -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@localhost
+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 -r 01004a062af4 -r e77508073423 databases/qdbm-plus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-plus/PLIST Wed Nov 23 06:57:45 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index