pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-qdbm Re-import p5-qdbm into the correct d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4297459d384
branches: trunk
changeset: 503561:a4297459d384
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Nov 23 06:36:56 2005 +0000
description:
Re-import p5-qdbm into the correct directory. This is a "Perl"
binding, not Python.
diffstat:
databases/p5-qdbm/DESCR | 6 ++++++
databases/p5-qdbm/Makefile | 33 +++++++++++++++++++++++++++++++++
databases/p5-qdbm/PLIST | 12 ++++++++++++
3 files changed, 51 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 1ee4abe373de -r a4297459d384 databases/p5-qdbm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-qdbm/DESCR Wed Nov 23 06:36:56 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 the Perl interface of QDBM.
diff -r 1ee4abe373de -r a4297459d384 databases/p5-qdbm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-qdbm/Makefile Wed Nov 23 06:36:56 2005 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:36:56 minskim Exp $
+#
+
+.include "../../databases/qdbm/Makefile.common"
+
+PKGNAME= p5-qdbm-1.0.0.${QDBM_VERSION}
+CATEGORIES= databases perl5
+
+MAINTAINER= obata%lins.jp@localhost
+HOMEPAGE= http://qdbm.sourceforge.net/
+COMMENT= Perl interface of QDBM
+
+MY_SUBDIR=perl
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+PERL5_CONFIGURE= no
+TEST_TARGET= check
+
+PERL5_PACKLIST= auto/Curia/.packlist auto/Depot/.packlist auto/Villa/.packlist
+REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \
+ ${MY_SUBDIR}/villa/plvltest
+
+.include "../../databases/qdbm/buildlink3.mk"
+.include "../../lang/perl5/module.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 1ee4abe373de -r a4297459d384 databases/p5-qdbm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-qdbm/PLIST Wed Nov 23 06:36:56 2005 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/23 06:36:56 minskim Exp $
+bin/plcrtest
+bin/pldptest
+bin/plvltest
+share/doc/qdbm/perl/plspex.html
+share/doc/qdbm/perl/plspex-ja.html
+share/doc/qdbm/perl/plapidoc/Curia.pm.html
+share/doc/qdbm/perl/plapidoc/Depot.pm.html
+share/doc/qdbm/perl/plapidoc/Villa.pm.html
+share/doc/qdbm/perl/plapidoc/index.html
+@dirrm share/doc/qdbm/perl/plapidoc
+@dirrm share/doc/qdbm/perl
Home |
Main Index |
Thread Index |
Old Index