summaryrefslogtreecommitdiff
path: root/databases/qdbm-cgi
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-23 06:51:57 +0000
committerminskim <minskim>2005-11-23 06:51:57 +0000
commit57277d4527067ba5071b38ebaa6a4492dd78ad57 (patch)
tree93cdad3ecdd3ff645f58e43735cd6c71413301d2 /databases/qdbm-cgi
parent70ae8d3eb7a2c96ef55090fe3f12d1cce9a81bce (diff)
downloadpkgsrc-57277d4527067ba5071b38ebaa6a4492dd78ad57.tar.gz
Import qdbm-cgi 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 CGI scripts for QDBM.
Diffstat (limited to 'databases/qdbm-cgi')
-rw-r--r--databases/qdbm-cgi/DESCR6
-rw-r--r--databases/qdbm-cgi/Makefile26
-rw-r--r--databases/qdbm-cgi/PLIST10
3 files changed, 42 insertions, 0 deletions
diff --git a/databases/qdbm-cgi/DESCR b/databases/qdbm-cgi/DESCR
new file mode 100644
index 00000000000..00d9d35323e
--- /dev/null
+++ b/databases/qdbm-cgi/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 CGI scripts for QDBM.
diff --git a/databases/qdbm-cgi/Makefile b/databases/qdbm-cgi/Makefile
new file mode 100644
index 00000000000..8b6cdd4b04f
--- /dev/null
+++ b/databases/qdbm-cgi/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:51:57 minskim Exp $
+#
+
+.include "../../databases/qdbm/Makefile.common"
+
+PKGNAME= qdbm-cgi-0.0.1.${QDBM_VERSION}
+CATEGORIES= databases www
+
+MAINTAINER= obata@lins.jp
+HOMEPAGE= http://qdbm.sourceforge.net/
+COMMENT= CGI scripts of QDBM
+
+MY_SUBDIR= cgi
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+
+.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-cgi/PLIST b/databases/qdbm-cgi/PLIST
new file mode 100644
index 00000000000..23978bf9d12
--- /dev/null
+++ b/databases/qdbm-cgi/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/23 06:51:57 minskim Exp $
+libexec/cgi-bin/qadm.cgi
+libexec/cgi-bin/qupl.cgi
+libexec/cgi-bin/qfts.cgi
+share/doc/qdbm/cgi/cgispex.html
+share/doc/qdbm/cgi/cgispex-ja.html
+share/doc/qdbm/cgi/qadm.conf
+share/doc/qdbm/cgi/qupl.conf
+share/doc/qdbm/cgi/qfts.conf
+@dirrm share/doc/qdbm/cgi