[128811] trunk/dports/devel
blair at macports.org
blair at macports.org
Thu Nov 27 10:42:50 PST 2014
Revision: 128811
https://trac.macports.org/changeset/128811
Author: blair at macports.org
Date: 2014-11-27 10:42:50 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
zinc: new port for the stand-alone version of sbt's incremental compiler.
Added Paths:
-----------
trunk/dports/devel/zinc/
trunk/dports/devel/zinc/Portfile
Added: trunk/dports/devel/zinc/Portfile
===================================================================
--- trunk/dports/devel/zinc/Portfile (rev 0)
+++ trunk/dports/devel/zinc/Portfile 2014-11-27 18:42:50 UTC (rev 128811)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+
+name zinc
+version 0.3.0
+categories devel java
+license Apache-2
+maintainers openmaintainer blair
+description A stand-alone version of sbt's incremental scala compiler
+long_description \
+ Zinc is a stand-alone version of sbt's incremental scala \
+ compiler.
+homepage https://github.com/typesafehub/zinc
+platforms darwin
+supported_archs noarch
+
+master_sites http://downloads.typesafe.com/zinc/${version}
+
+use_configure no
+build {}
+
+extract.suffix .tgz
+checksums md5 ac6467989f16479c10c53c8be06dd7b6 \
+ sha1 a9374822cbb7e59021834bc4c7b900179df4d64d \
+ sha256 7d91ab4e4dd23af1720a651e49936a92654fc58a2002903f2e9ee6af2ccc4aa0
+
+destroot {
+ set sharedir ${destroot}${prefix}/share
+ set zincdir ${sharedir}/${name}
+ set bindir ${zincdir}/bin
+
+ xinstall -d -m 755 ${sharedir}
+ file copy ${worksrcpath} ${zincdir}
+
+ foreach f {nailgun zinc} {
+ file attributes ${bindir}/${f} -permissions 0755
+ ln -s ../share/${name}/bin/${f} \
+ ${destroot}${prefix}/bin/${f}
+ }
+}
Property changes on: trunk/dports/devel/zinc/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/20141127/80620259/attachment.html>
More information about the macports-changes
mailing list