pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/pgtcl TCL interface to PostgreSQL, version 1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6f7b1d1954b
branches:  trunk
changeset: 496638:e6f7b1d1954b
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Thu Jul 07 07:54:58 2005 +0000

description:
TCL interface to PostgreSQL, version 1.5.

diffstat:

 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(+), 0 deletions(-)

diffs (74 lines):

diff -r cf58859e46ec -r e6f7b1d1954b databases/pgtcl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pgtcl/DESCR     Thu Jul 07 07:54:58 2005 +0000
@@ -0,0 +1,1 @@
+TCL interface to PostgreSQL.
diff -r cf58859e46ec -r e6f7b1d1954b databases/pgtcl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pgtcl/Makefile  Thu Jul 07 07:54:58 2005 +0000
@@ -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@localhost
+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 -r cf58859e46ec -r e6f7b1d1954b databases/pgtcl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pgtcl/PLIST     Thu Jul 07 07:54:58 2005 +0000
@@ -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 -r cf58859e46ec -r e6f7b1d1954b databases/pgtcl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pgtcl/distinfo  Thu Jul 07 07:54:58 2005 +0000
@@ -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 -r cf58859e46ec -r e6f7b1d1954b databases/pgtcl/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/pgtcl/patches/patch-aa  Thu Jul 07 07:54:58 2005 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index