From 591aa5e16d0cf8be43bac175d342a6eb60c47fe1 Mon Sep 17 00:00:00 2001 From: cjs Date: Thu, 7 Jul 2005 07:54:58 +0000 Subject: TCL interface to PostgreSQL, version 1.5. --- databases/pgtcl/DESCR | 1 + databases/pgtcl/Makefile | 19 +++++++++++++++++++ databases/pgtcl/PLIST | 6 ++++++ databases/pgtcl/distinfo | 6 ++++++ databases/pgtcl/patches/patch-aa | 22 ++++++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 databases/pgtcl/DESCR create mode 100644 databases/pgtcl/Makefile create mode 100644 databases/pgtcl/PLIST create mode 100644 databases/pgtcl/distinfo create mode 100644 databases/pgtcl/patches/patch-aa (limited to 'databases/pgtcl') diff --git a/databases/pgtcl/DESCR b/databases/pgtcl/DESCR new file mode 100644 index 00000000000..903020b68c3 --- /dev/null +++ b/databases/pgtcl/DESCR @@ -0,0 +1 @@ +TCL interface to PostgreSQL. diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile new file mode 100644 index 00000000000..afdeb0bfa8b --- /dev/null +++ b/databases/pgtcl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2005/07/07 07:54:58 cjs Exp $ +# + +DISTNAME= pgtcl1.5 +PKGNAME= pgtcl-1.5 +CATEGORIES= databases tcl +CATEGORIES= databases +MASTER_SITES= ftp://gborg.postgresql.org/pub/pgtcl/stable/ + +MAINTAINER= cjs@NetBSD.org +HOMEPAGE= http://gborg.postgresql.org/project/pgtcl/projdisplay.php +COMMENT= TCL interface to PostgreSQL + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../lang/tcl/buildlink3.mk" +.include "../../mk/pgsql.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/pgtcl/PLIST b/databases/pgtcl/PLIST new file mode 100644 index 00000000000..a36dcaa0f2b --- /dev/null +++ b/databases/pgtcl/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2005/07/07 07:54:58 cjs Exp $ +include/libpgtcl.h +lib/pgtcl${PKGVERSION}/libpgtcl15.so +lib/pgtcl${PKGVERSION}/pgtcl.tcl +lib/pgtcl${PKGVERSION}/pkgIndex.tcl +@dirrm lib/pgtcl${PKGVERSION} diff --git a/databases/pgtcl/distinfo b/databases/pgtcl/distinfo new file mode 100644 index 00000000000..e62b7c5fea4 --- /dev/null +++ b/databases/pgtcl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2005/07/07 07:54:58 cjs Exp $ + +SHA1 (pgtcl1.5.tar.gz) = 8d2be537c123100ab4f1a6ddc11684fd4e0ccd23 +RMD160 (pgtcl1.5.tar.gz) = f198066c538a9566f9044e8899423ee31e123349 +Size (pgtcl1.5.tar.gz) = 486901 bytes +SHA1 (patch-aa) = 16787a10212b7b89bd0c97b4e066676d58e73a1e diff --git a/databases/pgtcl/patches/patch-aa b/databases/pgtcl/patches/patch-aa new file mode 100644 index 00000000000..1c340643346 --- /dev/null +++ b/databases/pgtcl/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2005/07/07 07:54:58 cjs Exp $ + +--- Makefile.in.orig 2005-07-07 16:13:41.000000000 +0900 ++++ Makefile.in 2005-07-07 16:13:43.000000000 +0900 +@@ -167,7 +167,7 @@ + # for the BINARIES that you specified above have already been done. + #======================================================================== + +-all: binaries libraries doc ++all: binaries libraries + + #======================================================================== + # The binaries target builds executable programs, Windows .dll's, unix +@@ -186,7 +186,7 @@ + @echo " xml2nroff sample.xml > sample.n" + @echo " xml2html sample.xml > sample.html" + +-install: all install-binaries install-libraries install-doc ++install: all install-binaries install-libraries + + install-binaries: binaries install-lib-binaries install-bin-binaries + -- cgit v1.2.3