[110702] trunk/dports/print/lcdf-typetools/Portfile

larryv at macports.org larryv at macports.org
Tue Sep 3 22:40:57 PDT 2013


Revision: 110702
          https://trac.macports.org/changeset/110702
Author:   larryv at macports.org
Date:     2013-09-03 22:40:57 -0700 (Tue, 03 Sep 2013)
Log Message:
-----------
lcdf-typetools: Add modeline; tweak whitespace and formatting.

Also remove unnecessary "use_parallel_build" and use "-replace" where
appropriate.

Modified Paths:
--------------
    trunk/dports/print/lcdf-typetools/Portfile

Modified: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	2013-09-04 04:04:53 UTC (rev 110701)
+++ trunk/dports/print/lcdf-typetools/Portfile	2013-09-04 05:40:57 UTC (rev 110702)
@@ -1,41 +1,44 @@
+# -*- 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            lcdf-typetools
-version         2.92
-revision        1
-categories      print tex
-maintainers     nomaintainer
-description     Tools for manipulating fonts.
-long_description \
-                The LCDF Typetools package contains several programs for manipulating \
-                PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType \
-                fonts.
-platforms       darwin
-license         GPL-2+
-homepage        http://www.lcdf.org/type/
-master_sites    ${homepage}
-checksums       md5     1977c78d564ee152f38729e2e9a9bbc4 \
-                sha1    ac7efb68d3379d9052fa6103035c3f4c95b55854 \
-                rmd160  301fd383904359deb07711a58e7a3eb49a7e7035
+name                lcdf-typetools
+version             2.92
+revision            1
+categories          print tex
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
 
-configure.args  --mandir=${prefix}/share/man --without-kpathsea
+description         Tools for manipulating fonts.
+long_description    The LCDF Typetools package contains several \
+                    programs for manipulating PostScript Type 1, \
+                    Type 1 multiple master, and PostScript-flavored \
+                    OpenType fonts.
+homepage            http://www.lcdf.org/type/
 
-use_parallel_build  yes
+master_sites        ${homepage}
+checksums           md5     1977c78d564ee152f38729e2e9a9bbc4 \
+                    sha1    ac7efb68d3379d9052fa6103035c3f4c95b55854 \
+                    rmd160  301fd383904359deb07711a58e7a3eb49a7e7035
 
-destroot.target install-strip
+configure.args      --mandir=${prefix}/share/man \
+                    --without-kpathsea
+
+destroot.target     install-strip
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
-    xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-default_variants +texlive
+default_variants    +texlive
 
 variant texlive conflicts ptex description {Link against TeXLive's libkpathsea} {
-    depends_lib-append port:texlive-bin
-    configure.args-delete --without-kpathsea
-    configure.args-append --with-kpathsea=${prefix}
+    depends_lib-append      port:texlive-bin
+    configure.args-replace  --without-kpathsea \
+                            --with-kpathsea=${prefix}
 
     pre-activate {
         # texlive-fontutils used to provide its own copy of
@@ -49,9 +52,9 @@
 
 variant ptex conflicts texlive description {Link against pTeX's libkpathsea} {
     # Note that pTeX installs libkpathsea as a static library.
-    depends_lib-append port:pTeX
-    configure.args-delete --without-kpathsea
-    configure.args-append --with-kpathsea=${prefix}
+    depends_lib-append      port:pTeX
+    configure.args-replace  --without-kpathsea \
+                            --with-kpathsea=${prefix}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130903/8056977c/attachment.html>


More information about the macports-changes mailing list