[37933] trunk/dports/lang/q/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 29 17:04:49 PDT 2008


Revision: 37933
          http://trac.macosforge.org/projects/macports/changeset/37933
Author:   ryandesign at macports.org
Date:     2008-06-29 17:04:48 -0700 (Sun, 29 Jun 2008)
Log Message:
-----------
q: whitespace changes / rearranging only

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

Modified: trunk/dports/lang/q/Portfile
===================================================================
--- trunk/dports/lang/q/Portfile	2008-06-29 23:40:46 UTC (rev 37932)
+++ trunk/dports/lang/q/Portfile	2008-06-30 00:04:48 UTC (rev 37933)
@@ -1,12 +1,20 @@
 # $Id$
 
-PortSystem 1.0
-name             q
-version          7.11
-revision         1
-categories       lang
-maintainers      ryandesign
-description      extensible scripting language
+PortSystem              1.0
+
+name                    q
+version                 7.11
+revision                1
+categories              lang
+platforms               darwin
+maintainers             ryandesign
+homepage                http://q-lang.sourceforge.net/
+master_sites            sourceforge:q-lang
+worksrcdir              ${name}-[lindex [split ${version} -] 0]
+
+description \
+    extensible scripting language
+
 long_description \
     Q is a powerful and extensible scripting language with advanced \
     symbolic processing and functional programming capabilities. Q \
@@ -16,41 +24,46 @@
     a full-featured functional programming language with a modern \
     syntax, curried function applications, dynamic object-oriented \
     typing, exception handling, and POSIX multithreading.
-homepage         http://q-lang.sourceforge.net/
-platforms        darwin
 
-worksrcdir       ${name}-[lindex [split ${version} -] 0]
+depends_lib \
+    port:curl \
+    port:gettext \
+    port:gmp \
+    port:libiconv \
+    port:libxml2 \
+    port:libxslt \
+    port:readline \
+    port:zlib
 
-depends_lib      port:gmp \
-                 port:readline \
-                 port:curl \
-                 port:gettext \
-                 port:libiconv \
-                 port:libxml2 \
-                 port:libxslt \
-                 port:zlib
+checksums \
+    md5 18ca956aad555b54efacc0de5b2d79bd \
+    sha1 f255c80cee5b09d62b38e72785d12649901c0933 \
+    rmd160 61a7eba9857ae2c7c553625a423c62fd737836e4
 
-master_sites     sourceforge:q-lang
-checksums        md5 18ca956aad555b54efacc0de5b2d79bd \
-                 sha1 f255c80cee5b09d62b38e72785d12649901c0933 \
-                 rmd160 61a7eba9857ae2c7c553625a423c62fd737836e4
+patchfiles \
+    patch-system.c.diff
 
-patchfiles       patch-system.c.diff
+configure.args \
+    --with-curl \
+    --with-gmp \
+    --with-pthread \
+    --with-rl \
+    --with-xml \
+    --without-dmalloc \
+    --without-dxl \
+    --without-ft2 \
+    --without-gdbm \
+    --without-ggi \
+    --without-magick \
+    --without-odbc \
+    --without-tk \
+    --without-x
 
-configure.args   --with-gmp --with-rl --with-pthread --with-curl \
-                 --without-gdbm \
-                 --without-x --without-ggi --without-ft2 \
-                 --without-magick \
-                 --without-odbc \
-                 --without-tk \
-                 --with-xml \
-                 --without-dxl \
-                 --without-dmalloc
+test.run                yes
 
-test.run         yes
-
 platform darwin 6 {
-    depends_lib-append lib:libdl:dlcompat
+    depends_lib-append \
+        lib:libdl:dlcompat
     patchfiles-append \
         patch-clib.diff
 }
@@ -60,5 +73,5 @@
         patch-clib.diff
 }
 
-livecheck.version [lindex [split ${version} -] 0]
-livecheck.regex  <title>q (.*) released.*</title>
+livecheck.version       [lindex [split ${version} -] 0]
+livecheck.regex         <title>q (.*) released.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080629/8de4b21f/attachment.html 


More information about the macports-changes mailing list