[20657] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 14 13:44:31 PST 2006


Revision: 20657
          http://trac.macosforge.org/projects/macports/changeset/20657
Author:   gwright at macports.org
Date:     2006-11-14 13:44:31 -0800 (Tue, 14 Nov 2006)

Log Message:
-----------
New port: modglue 1.2, utilities for interprocess communication
in c++ using pipes.

Added Paths:
-----------
    trunk/dports/devel/modglue/
    trunk/dports/devel/modglue/Portfile

Added: trunk/dports/devel/modglue/Portfile
===================================================================
--- trunk/dports/devel/modglue/Portfile	                        (rev 0)
+++ trunk/dports/devel/modglue/Portfile	2006-11-14 21:44:31 UTC (rev 20657)
@@ -0,0 +1,25 @@
+# $Id: $
+
+PortSystem 1.0
+name		modglue
+version		1.2
+categories	devel
+platforms	darwin
+maintainers	gwright at macports.org
+description	A Plan9-inspired extension of the Unix pipe concept
+long_description \
+	Modglue is a combination of several software tools that		\
+	assist in writing and running programs connected to each other	\
+	using standard Unix pipes.
+
+homepage	http://www.aei.mpg.de/~peekas/cadabra/
+master_sites	${homepage}
+
+checksums	sha1 1e37db704ea8522f5cb6131d36264aca06d32cb8
+
+depends_lib	port:libsigcxx2
+
+configure.args	--prefix=${destroot}${prefix}
+
+post-destroot	{ reinplace "s|^prefix=${destroot}${prefix}|prefix=${prefix}|" ${destroot}${prefix}/lib/pkgconfig/modglue.pc
+		}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061114/1afe38d6/attachment.html


More information about the macports-changes mailing list