[72207] trunk/dports/lang/scala28
blair at macports.org
blair at macports.org
Wed Oct 6 14:22:04 PDT 2010
Revision: 72207
http://trac.macports.org/changeset/72207
Author: blair at macports.org
Date: 2010-10-06 14:22:02 -0700 (Wed, 06 Oct 2010)
Log Message:
-----------
Provide the scala_select file for Scala 2.8.x in this port. The
scala28 file is copied from the scala_select port.
Modified Paths:
--------------
trunk/dports/lang/scala28/Portfile
Added Paths:
-----------
trunk/dports/lang/scala28/files/
trunk/dports/lang/scala28/files/scala28
Modified: trunk/dports/lang/scala28/Portfile
===================================================================
--- trunk/dports/lang/scala28/Portfile 2010-10-06 21:13:30 UTC (rev 72206)
+++ trunk/dports/lang/scala28/Portfile 2010-10-06 21:22:02 UTC (rev 72207)
@@ -1,10 +1,12 @@
# $Id$
PortSystem 1.0
+PortGroup select 1.0
name scala28
version 2.8.0
-revision 1
+revision 2
+set branch [join [lrange [split ${version} .] 0 1] .]
categories lang java
maintainers openmaintainer brett blair
description The Scala Programming Language
@@ -30,6 +32,9 @@
use_configure no
build {}
+select.group scala
+select.file ${filespath}/scala[string map {. {}} ${branch}]
+
destroot {
set sharedir ${destroot}${prefix}/share
set man1dir ${sharedir}/man/man1
Copied: trunk/dports/lang/scala28/files/scala28 (from rev 72204, trunk/dports/sysutils/scala_select/files/scala28)
===================================================================
--- trunk/dports/lang/scala28/files/scala28 (rev 0)
+++ trunk/dports/lang/scala28/files/scala28 2010-10-06 21:22:02 UTC (rev 72207)
@@ -0,0 +1,7 @@
+share/scala-2.8/bin/fsc
+share/scala-2.8/bin/sbaz
+share/scala-2.8/bin/sbaz-setup
+share/scala-2.8/bin/scala
+share/scala-2.8/bin/scalac
+share/scala-2.8/bin/scaladoc
+share/scala-2.8/bin/scalap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101006/2ec84294/attachment.html>
More information about the macports-changes
mailing list