[36317] trunk/dports/databases/pgintcl/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Apr 26 20:28:38 PDT 2008


Revision: 36317
          http://trac.macosforge.org/projects/macports/changeset/36317
Author:   ryandesign at macports.org
Date:     2008-04-26 20:28:38 -0700 (Sat, 26 Apr 2008)

Log Message:
-----------
pgintcl: new port, version 3.0.1, closes #15117

Added Paths:
-----------
    trunk/dports/databases/pgintcl/Portfile

Added: trunk/dports/databases/pgintcl/Portfile
===================================================================
--- trunk/dports/databases/pgintcl/Portfile	                        (rev 0)
+++ trunk/dports/databases/pgintcl/Portfile	2008-04-27 03:28:38 UTC (rev 36317)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem		1.0
+
+name			pgintcl
+version			3.0.1
+categories		databases
+maintainers		mac.com:giorgio_v
+description 		Pure Tcl PostgreSQL interface
+long_description	This is a Tcl interface to PostgreSQL, which is \
+			itself written entirely in Tcl, and does not rely \
+			on libpq. \
+			It is highly but not entirely compatible with \
+			other Tcl interfaces, although it is slower.
+homepage		http://pgintcl.projects.postgresql.org/
+master_sites		http://pgfoundry.org/frs/download.php/1060/
+platforms		darwin
+checksums		md5 c0e0deb2fa0feb66eab8502b83ff9dce \
+			sha1 348f96944c99e4cf76caad08efc84146c8138b6a \
+			rmd160  a8fd371439ab9719c4ad35b4d1088da987fff602
+depends_run		port:tcl
+use_configure		no
+universal_variant 	no
+build			{}
+destroot		{
+			set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
+			set share_dest_dir ${destroot}${prefix}/share/$name-$version/
+			set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
+			file mkdir -p $sw_dest_dir
+			file mkdir -p $share_dest_dir
+			file mkdir -p $doc_dest_dir
+			xinstall ${worksrcpath}/pgin.tcl ${worksrcpath}/pkgIndex.tcl $sw_dest_dir
+			xinstall ${worksrcpath}/tkpsql.tcl $share_dest_dir
+			xinstall ${worksrcpath}/README ${worksrcpath}/REFERENCE \
+			${worksrcpath}/INTERNALS  ${worksrcpath}/NEWS $doc_dest_dir
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080426/43ebf99d/attachment.html


More information about the macports-changes mailing list