From 22c8d88b6b02b70e507da9f2440380b8da99db64 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 23 Nov 2005 06:51:57 +0000 Subject: 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. --- databases/qdbm-cgi/DESCR | 6 ++++++ databases/qdbm-cgi/Makefile | 26 ++++++++++++++++++++++++++ databases/qdbm-cgi/PLIST | 10 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 databases/qdbm-cgi/DESCR create mode 100644 databases/qdbm-cgi/Makefile create mode 100644 databases/qdbm-cgi/PLIST (limited to 'databases') 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 -- cgit v1.2.3