diff options
author | cjs <cjs@pkgsrc.org> | 2005-07-07 07:54:58 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2005-07-07 07:54:58 +0000 |
commit | 333280ddcc5151e9762a066b34974da8e0646860 (patch) | |
tree | aebb7a2e67787c0bc349a9d663aac5360f80388f /databases/pgtcl | |
parent | ff1362130f70d1313435483f410f532ad2963bf7 (diff) | |
download | pkgsrc-333280ddcc5151e9762a066b34974da8e0646860.tar.gz |
TCL interface to PostgreSQL, version 1.5.
Diffstat (limited to 'databases/pgtcl')
-rw-r--r-- | databases/pgtcl/DESCR | 1 | ||||
-rw-r--r-- | databases/pgtcl/Makefile | 19 | ||||
-rw-r--r-- | databases/pgtcl/PLIST | 6 | ||||
-rw-r--r-- | databases/pgtcl/distinfo | 6 | ||||
-rw-r--r-- | databases/pgtcl/patches/patch-aa | 22 |
5 files changed, 54 insertions, 0 deletions
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 + |