diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-23 06:51:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-23 06:51:57 +0000 |
commit | ef4804554aa2e133c8f71c2ded4fe62196abb60b (patch) | |
tree | 93cdad3ecdd3ff645f58e43735cd6c71413301d2 /databases | |
parent | e8f976bd6b7b2cdbb5270a9a7ec5238cf72fa3a5 (diff) | |
download | pkgsrc-ef4804554aa2e133c8f71c2ded4fe62196abb60b.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')
-rw-r--r-- | databases/qdbm-cgi/DESCR | 6 | ||||
-rw-r--r-- | databases/qdbm-cgi/Makefile | 26 | ||||
-rw-r--r-- | databases/qdbm-cgi/PLIST | 10 |
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 |