[132581] trunk/dports/lang
mww at macports.org
mww at macports.org
Wed Feb 4 22:55:37 PST 2015
Revision: 132581
https://trac.macports.org/changeset/132581
Author: mww at macports.org
Date: 2015-02-04 22:55:37 -0800 (Wed, 04 Feb 2015)
Log Message:
-----------
port colm: new port
Added Paths:
-----------
trunk/dports/lang/colm/
trunk/dports/lang/colm/Portfile
Added: trunk/dports/lang/colm/Portfile
===================================================================
--- trunk/dports/lang/colm/Portfile (rev 0)
+++ trunk/dports/lang/colm/Portfile 2015-02-05 06:55:37 UTC (rev 132581)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem 1.0
+
+name colm
+version 0.13.0.1
+categories lang
+platforms darwin
+maintainers mww
+license LGPL-2.1+
+description programming language for analysis and transformation
+long_description Colm is a programming language designed for the analysis \
+ and transformation of computer languages. Colm is \
+ influenced primarily by TXL. It is in the family of \
+ program transformation languages.
+
+homepage http://www.colm.net/open-source/colm/
+master_sites http://www.colm.net/files/colm/
+checksums rmd160 aaafc4a52a83dbbbff9cb22eced7a680f99a5fcb \
+ sha256 acacb5acaf42596b631a572ff86b084962d4d5b479fd59d7d0cd5ca9d111ba9e
+
+test.run yes
+test.dir ${worksrcpath}/test
+test.target
+
+post-destroot {
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex {colm-(\d+(?:\.\d+)*).tar.gz}
+
Property changes on: trunk/dports/lang/colm/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150204/473a69ed/attachment.html>
More information about the macports-changes
mailing list