pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/qdbm-cgi Import qdbm-cgi from pkgsrc-wip. P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d10535a6e57b
branches:  trunk
changeset: 503565:d10535a6e57b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 23 06:51:57 2005 +0000

description:
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:

 databases/qdbm-cgi/DESCR    |   6 ++++++
 databases/qdbm-cgi/Makefile |  26 ++++++++++++++++++++++++++
 databases/qdbm-cgi/PLIST    |  10 ++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 410b1948e9c5 -r d10535a6e57b databases/qdbm-cgi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-cgi/DESCR  Wed Nov 23 06:51:57 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 CGI scripts for QDBM.
diff -r 410b1948e9c5 -r d10535a6e57b databases/qdbm-cgi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-cgi/Makefile       Wed Nov 23 06:51:57 2005 +0000
@@ -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@localhost
+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 -r 410b1948e9c5 -r d10535a6e57b databases/qdbm-cgi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/qdbm-cgi/PLIST  Wed Nov 23 06:51:57 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index