pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/java-qdbm Import java-qdbm version 1.0.0.1.8...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4badfa0a3ffc
branches:  trunk
changeset: 528515:4badfa0a3ffc
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun May 06 12:58:36 2007 +0000

description:
Import java-qdbm version 1.0.0.1.8.75 from pkgsrc-wip.

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 Java interface of QDBM.

diffstat:

 databases/java-qdbm/DESCR    |   6 ++++++
 databases/java-qdbm/Makefile |  29 +++++++++++++++++++++++++++++
 databases/java-qdbm/PLIST    |  36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 71 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r a7a53f8fb971 -r 4badfa0a3ffc databases/java-qdbm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/java-qdbm/DESCR Sun May 06 12:58:36 2007 +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 Java interface of QDBM.
diff -r a7a53f8fb971 -r 4badfa0a3ffc databases/java-qdbm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/java-qdbm/Makefile      Sun May 06 12:58:36 2007 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/06 12:58:36 obache Exp $
+#
+
+.include "../../databases/qdbm/Makefile.common"
+
+PKGNAME=       java-qdbm-1.0.0.${QDBM_VERSION}
+CATEGORIES=    databases java
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qdbm/}
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://qdbm.sourceforge.net/
+COMMENT=       Java API of QDBM
+
+MY_SUBDIR=     java
+BUILD_DIRS=    ${MY_SUBDIR:Q}
+CONFIGURE_DIRS=        ${MY_SUBDIR:Q}
+
+GNU_CONFIGURE= yes
+TEST_TARGET=   check
+
+.include "../../databases/qdbm/buildlink3.mk"
+.include "../../mk/java-vm.mk"
+.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
+SUBST_CLASSES+=        pthread
+SUBST_STAGE.pthread=   pre-configure
+SUBST_FILES.pthread=   ${MY_SUBDIR:Q}/configure
+SUBST_SED.pthread=     -e 's|-lpthread|${PTHREAD_LIBS}|'
+.endif
+.include "../../mk/bsd.pkg.mk"
diff -r a7a53f8fb971 -r 4badfa0a3ffc databases/java-qdbm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/java-qdbm/PLIST Sun May 06 12:58:36 2007 +0000
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/06 12:58:36 obache Exp $
+lib/libjqdbm.so
+lib/libjqdbm.so.1
+lib/libjqdbm.so.1.0.0
+lib/qdbm.jar
+share/doc/qdbm/java/japidoc/allclasses-frame.html
+share/doc/qdbm/java/japidoc/allclasses-noframe.html
+share/doc/qdbm/java/japidoc/constant-values.html
+share/doc/qdbm/java/japidoc/index-all.html
+share/doc/qdbm/java/japidoc/index.html
+share/doc/qdbm/java/japidoc/overview-summary.html
+share/doc/qdbm/java/japidoc/overview-tree.html
+share/doc/qdbm/java/japidoc/package-list
+share/doc/qdbm/java/japidoc/packages.html
+share/doc/qdbm/java/japidoc/qdbm/ADBM.html
+share/doc/qdbm/java/japidoc/qdbm/Curia.html
+share/doc/qdbm/java/japidoc/qdbm/CuriaException.html
+share/doc/qdbm/java/japidoc/qdbm/DBMException.html
+share/doc/qdbm/java/japidoc/qdbm/Depot.html
+share/doc/qdbm/java/japidoc/qdbm/DepotException.html
+share/doc/qdbm/java/japidoc/qdbm/Util.html
+share/doc/qdbm/java/japidoc/qdbm/Villa.html
+share/doc/qdbm/java/japidoc/qdbm/VillaCursor.html
+share/doc/qdbm/java/japidoc/qdbm/VillaException.html
+share/doc/qdbm/java/japidoc/qdbm/package-frame.html
+share/doc/qdbm/java/japidoc/qdbm/package-summary.html
+share/doc/qdbm/java/japidoc/qdbm/package-tree.html
+share/doc/qdbm/java/japidoc/resources/inherit.gif
+share/doc/qdbm/java/japidoc/serialized-form.html
+share/doc/qdbm/java/japidoc/stylesheet.css
+share/doc/qdbm/java/jspex-ja.html
+share/doc/qdbm/java/jspex.html
+@dirrm share/doc/qdbm/java/japidoc/qdbm
+@dirrm share/doc/qdbm/java/japidoc/resources
+@dirrm share/doc/qdbm/java/japidoc
+@dirrm share/doc/qdbm/java



Home | Main Index | Thread Index | Old Index