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

source_changes at macosforge.org source_changes at macosforge.org
Sun May 27 09:28:57 PDT 2007


Revision: 25654
          http://trac.macosforge.org/projects/macports/changeset/25654
Author:   takanori at macports.org
Date:     2007-05-27 09:28:57 -0700 (Sun, 27 May 2007)

Log Message:
-----------
Untabify.

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

Modified: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	2007-05-27 16:28:34 UTC (rev 25653)
+++ trunk/dports/print/lcdf-typetools/Portfile	2007-05-27 16:28:57 UTC (rev 25654)
@@ -1,37 +1,37 @@
 # $Id$
 
-PortSystem	1.0
-name		lcdf-typetools
-version		2.62
-categories	print tex
-maintainers	nomaintainer at macports.org
-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
-homepage	http://www.lcdf.org/type/
-master_sites	${homepage}
-checksums	md5 f56fa748f86413a8c5c6b94984406378 \
-		sha1 4cf1bcdd41b56be37431928fc253f9a950ba26ca \
-		rmd160 551c43ebca5e4cf1785e6772e7980afc6cb0c1f0
+PortSystem      1.0
+name            lcdf-typetools
+version         2.62
+categories      print tex
+maintainers     nomaintainer at macports.org
+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
+homepage        http://www.lcdf.org/type/
+master_sites    ${homepage}
+checksums       md5 f56fa748f86413a8c5c6b94984406378 \
+                sha1 4cf1bcdd41b56be37431928fc253f9a950ba26ca \
+                rmd160 551c43ebca5e4cf1785e6772e7980afc6cb0c1f0
 # In port:pTeX, libkpathsea is installed as a static library.
-depends_lib	path:${prefix}/include/kpathsea/kpathsea.h:teTeX
+depends_lib     path:${prefix}/include/kpathsea/kpathsea.h:teTeX
 
-configure.args	--mandir=${prefix}/share/man --with-kpathsea=${prefix}
+configure.args  --mandir=${prefix}/share/man --with-kpathsea=${prefix}
 
-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}
+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}
 }
 
 variant without_kpathsea {
-	depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX
-	configure.args-delete --with-kpathsea=${prefix}
-	configure.args-append --without-kpathsea
+    depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:teTeX
+    configure.args-delete --with-kpathsea=${prefix}
+    configure.args-append --without-kpathsea
 }
 
-livecheck.check	regex
-livecheck.regex	${name}-(\[0-9.\]+)\\.tar
+livecheck.check regex
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070527/1f57381b/attachment.html


More information about the macports-changes mailing list