[84365] trunk/dports/lang/pike/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 23 15:37:14 PDT 2011


Revision: 84365
          http://trac.macports.org/changeset/84365
Author:   ryandesign at macports.org
Date:     2011-09-23 15:37:14 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
pike: adjust whitespace / formatting

Modified Paths:
--------------
    trunk/dports/lang/pike/Portfile

Modified: trunk/dports/lang/pike/Portfile
===================================================================
--- trunk/dports/lang/pike/Portfile	2011-09-23 22:22:17 UTC (rev 84364)
+++ trunk/dports/lang/pike/Portfile	2011-09-23 22:37:14 UTC (rev 84365)
@@ -1,33 +1,38 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- 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             pike
-version          7.6.112
-revision         3
-categories       lang
-maintainers      gmx.de:exodusd openmaintainer
-description      dynamic programming language
-long_description \
-	Pike is a dynamic programming language with a syntax \
-	similar to Java and C. It is simple to learn, does \
-	not require long compilation passes and has powerful \
-	built-in data types allowing simple and really fast \
-	data manipulation.
-homepage         http://pike.ida.liu.se/
-platforms        darwin
+name                pike
+version             7.6.112
+revision            3
+categories          lang
+platforms           darwin
+maintainers         gmx.de:exodusd openmaintainer
 
-master_sites     ${homepage}pub/pike/all/${version}/
-distname         Pike-v${version}
-checksums        md5 3ba03096741d6df839d32a940f4a865c \
-                 sha1 211050346d8efc01068e8ea7443f4743116a51be \
-                 rmd160 8983d5bc150beabd1796ff8f05df43e5cf36f467
+description         dynamic programming language
 
-patchfiles       patch-Request.pike
+long_description    Pike is a dynamic programming language with a syntax \
+                    similar to Java and C. It is simple to learn, does \
+                    not require long compilation passes and has powerful \
+                    built-in data types allowing simple and really fast \
+                    data manipulation.
 
-depends_lib      port:bzip2 port:zlib port:gmp port:nettle
+homepage            http://pike.ida.liu.se/
+master_sites        ${homepage}pub/pike/all/${version}/
+distname            Pike-v${version}
 
+checksums           md5     3ba03096741d6df839d32a940f4a865c \
+                    sha1    211050346d8efc01068e8ea7443f4743116a51be \
+                    rmd160  8983d5bc150beabd1796ff8f05df43e5cf36f467
+
+patchfiles          patch-Request.pike
+
+depends_lib         port:bzip2 \
+                    port:zlib \
+                    port:gmp \
+                    port:nettle
+
 variant image description {Images (JPEG, PNG, GIF, TIFF) support for Pike} {
     configure.args-append --with-jpeglib --with-gif --with-tifflib
     depends_lib-append port:jpeg port:tiff port:libpng path:include/gif_lib.h:giflib
@@ -97,38 +102,38 @@
     build.target-append doc
 }
 
-configure.args --mandir=${prefix}/share/man \
-    --with-include-path=${prefix}/include \
-    --with-lib-path=${prefix}/lib \
-    --with-zlib
+configure.args      --mandir=${prefix}/share/man \
+                    --with-include-path=${prefix}/include \
+                    --with-lib-path=${prefix}/lib \
+                    --with-zlib
 
 configure {
     # setup the build.args here, because then the configure.args from the
     # variants will have been assembled:
-        build.args CONFIGUREARGS="--prefix=${prefix} --without-bundles ${configure.args}" \
-            INSTALLARGS="--traditional"
-        destroot.destdir buildroot=${destroot} INSTALLARGS="--traditional"
+    build.args CONFIGUREARGS="--prefix=${prefix} --without-bundles ${configure.args}" \
+        INSTALLARGS="--traditional"
+    destroot.destdir buildroot=${destroot} INSTALLARGS="--traditional"
 }
 
-test.run         yes
-test.target      verify
+test.run            yes
+test.target         verify
 
-destroot.target  install_nodoc
+destroot.target     install_nodoc
 
 post-destroot {
-        file delete -force ${destroot}${prefix}/bin/pike.syms
-        file delete -force ${destroot}${prefix}/doc/pike
-        # move manpage to correct location:
-        move ${destroot}${prefix}/man/man1/pike.1 \
-            ${destroot}${prefix}/share/man/man1/
-        # move documentation to correct location:
-        xinstall -d ${destroot}${prefix}/share/doc/pike-${version}
-        xinstall -W ${worksrcpath} README COPYING COPYRIGHT ANNOUNCE \
-            COMMITTERS ${destroot}${prefix}/share/doc/pike-${version}
-        if {[variant_isset doc]} {
-            move ${worksrcpath}/refdoc/modref \
-                ${destroot}${prefix}/share/doc/pike-${version}
-            move ${worksrcpath}/refdoc/traditional_manual \
-                ${destroot}${prefix}/share/doc/pike-${version}
-        }
+    file delete -force ${destroot}${prefix}/bin/pike.syms
+    file delete -force ${destroot}${prefix}/doc/pike
+    # move manpage to correct location:
+    move ${destroot}${prefix}/man/man1/pike.1 \
+        ${destroot}${prefix}/share/man/man1/
+    # move documentation to correct location:
+    xinstall -d ${destroot}${prefix}/share/doc/pike-${version}
+    xinstall -W ${worksrcpath} README COPYING COPYRIGHT ANNOUNCE \
+        COMMITTERS ${destroot}${prefix}/share/doc/pike-${version}
+    if {[variant_isset doc]} {
+        move ${worksrcpath}/refdoc/modref \
+            ${destroot}${prefix}/share/doc/pike-${version}
+        move ${worksrcpath}/refdoc/traditional_manual \
+            ${destroot}${prefix}/share/doc/pike-${version}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/406ced84/attachment.html>


More information about the macports-changes mailing list