[96660] trunk/dports/devel/sbt/Portfile

blair at macports.org blair at macports.org
Thu Aug 16 09:17:18 PDT 2012


Revision: 96660
          https://trac.macports.org/changeset/96660
Author:   blair at macports.org
Date:     2012-08-16 09:17:17 -0700 (Thu, 16 Aug 2012)
Log Message:
-----------
sbt: whitespace fixes: wrap lines to fit in 80 characters.

Modified Paths:
--------------
    trunk/dports/devel/sbt/Portfile

Modified: trunk/dports/devel/sbt/Portfile
===================================================================
--- trunk/dports/devel/sbt/Portfile	2012-08-16 16:14:53 UTC (rev 96659)
+++ trunk/dports/devel/sbt/Portfile	2012-08-16 16:17:17 UTC (rev 96660)
@@ -1,36 +1,37 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem          1.0
+PortSystem      1.0
 
-name                sbt
-version             0.11.2
-categories          devel java
-maintainers         nomaintainer
-platforms           darwin
+name            sbt
+version         0.11.2
+categories      devel java
+maintainers     nomaintainer
+platforms       darwin
 
-description         Simple build tool (sbt) is designed to simplify building Scala projects.
+description     Simple build tool (sbt) is designed to simplify building Scala projects.
 
-long_description    Simple build tool (sbt) is provides unintrusive and easy to set up for simple \
-                    Scala projects. All configuration, customization, and extension are done in Scala. \
-                    Sbt supports continuous compilation and testing with triggered execution in \
-                    mixed Scala/Java projects.
+long_description \
+    Simple build tool (sbt) is provides unintrusive and easy to set up
+    for simple Scala projects. All configuration, customization, and
+    extension are done in Scala.  Sbt supports continuous compilation
+    and testing with triggered execution in mixed Scala/Java projects.
 
-homepage            https://github.com/harrah/xsbt/
-master_sites        http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/${version}
-distname            ${name}-launch
-dist_subdir         ${name}/${version}
+homepage        https://github.com/harrah/xsbt/
+master_sites    http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-tools.sbt/sbt-launch/${version}
+distname        ${name}-launch
+dist_subdir     ${name}/${version}
 
-checksums           rmd160  f78c300193a7c8517b4ee2681c530cd8a3ab4519 \
-                    sha256  5618d112a1cea1ddfca2fcb49b62c0191f61ed51c570fbf1badc181dd6fecb91
+checksums       rmd160  f78c300193a7c8517b4ee2681c530cd8a3ab4519 \
+                sha256  5618d112a1cea1ddfca2fcb49b62c0191f61ed51c570fbf1badc181dd6fecb91
 
-depends_build       bin:java:kaffe
+depends_build   bin:java:kaffe
 
 # Name the wrapper shell script.
-set wrapper         sbt.sh
+set wrapper     sbt.sh
 
-extract.suffix      .jar
-extract.mkdir       yes
+extract.suffix  .jar
+extract.mkdir   yes
 extract.only
 pre-extract {
     file copy ${filespath}/${wrapper} ${worksrcpath}
@@ -39,12 +40,13 @@
 set jarname ${distname}${extract.suffix}
 
 post-patch {
-    reinplace "s|__SBT_LAUNCHER_PATH__|${prefix}/share/${name}/${jarname}|g" ${worksrcpath}/${wrapper}
+    reinplace "s|__SBT_LAUNCHER_PATH__|${prefix}/share/${name}/${jarname}|g" \
+        ${worksrcpath}/${wrapper}
 }
 
-supported_archs     noarch
-use_configure       no
-build               {}
+supported_archs noarch
+use_configure   no
+build           {}
 
 destroot {
     set sbtdir ${destroot}${prefix}/share/${name}
@@ -56,6 +58,6 @@
     ln -s ${prefix}/share/${name}/${name} ${destroot}${prefix}/bin
 }
 
-livecheck.type      regex
-livecheck.url       http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/
-livecheck.regex     {"([0-9.]+)/"}
+livecheck.type  regex
+livecheck.url   http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/
+livecheck.regex {"([0-9.]+)/"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120816/e1c77548/attachment-0001.html>


More information about the macports-changes mailing list