[31270] trunk/dports/tex/tex-fourier-gutenberg/Portfile

takanori at macports.org takanori at macports.org
Sun Nov 18 21:28:27 PST 2007


Revision: 31270
          http://trac.macosforge.org/projects/macports/changeset/31270
Author:   takanori at macports.org
Date:     2007-11-18 21:28:26 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
tex-fourier-gutenberg: Linted.

Modified Paths:
--------------
    trunk/dports/tex/tex-fourier-gutenberg/Portfile

Modified: trunk/dports/tex/tex-fourier-gutenberg/Portfile
===================================================================
--- trunk/dports/tex/tex-fourier-gutenberg/Portfile	2007-11-19 05:28:06 UTC (rev 31269)
+++ trunk/dports/tex/tex-fourier-gutenberg/Portfile	2007-11-19 05:28:26 UTC (rev 31270)
@@ -1,37 +1,41 @@
 # $Id$
 
-PortSystem	1.0
-name		tex-fourier-gutenberg
-version		1.4.1
-description	Fourier-GUTenberg provides all complementary typefaces needed to allow \
-		Utopia based TeX typesetting.
-long_description ${description}
-platforms	darwin
-categories	tex print
-maintainers	nomaintainer
-homepage	
-master_sites	http://www.ring.gr.jp/pub/text/CTAN/fonts/ \
-		ftp://ftp.jaist.ac.jp/pub/TeX/tex-archive/fonts/
-distname	fourier-GUT
-use_zip		yes
-checksums	md5 4240bba0b9084edba32010d1c7e34275 \
-		sha1 84e553b00ce9a60681b8ebd64db2e721d3469f81 \
-		rmd160 b95903070f38c545d8cccc39da38195e7a116d16
-depends_lib	bin:mktexlsr:teTeX \
-		path:${prefix}/share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia
+PortSystem      1.0
 
-configure	{}
-build		{}
+name            tex-fourier-gutenberg
+version         1.4.1
+categories      tex print
+maintainers     nomaintainer
+description     Fourier-GUTenberg provides all complementary typefaces needed to allow \
+                Utopia based TeX typesetting.
+long_description \
+                ${description}
+platforms       darwin
+homepage
+master_sites    http://www.ring.gr.jp/pub/text/CTAN/fonts/ \
+                ftp://ftp.jaist.ac.jp/pub/TeX/tex-archive/fonts/
+distname        fourier-GUT
+use_zip         yes
+checksums       md5 4240bba0b9084edba32010d1c7e34275 \
+                sha1 84e553b00ce9a60681b8ebd64db2e721d3469f81 \
+                rmd160 b95903070f38c545d8cccc39da38195e7a116d16
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/texmf-local
-	foreach d {doc fonts tex} {
-		system "cp -R ${worksrcpath}/${d} ${destroot}${prefix}/share/texmf-local"
-	}
+depends_lib     bin:mktexlsr:teTeX \
+                path:${prefix}/share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia
+
+configure {}
+
+build {}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-local
+    foreach d {doc fonts tex} {
+        copy ${worksrcpath}/${d} ${destroot}${prefix}/share/texmf-local/${d}
+    }
 }
 
-post-activate	{
-	system "mktexlsr"
-	ui_msg "\nBefore using fourier-GUT, please make sure to update font map files.\n"
-	ui_msg "  \$ sudo updmap-sys --enable Map fourier.map\n"
+post-activate {
+    system "mktexlsr"
+    ui_msg "\nBefore using fourier-GUT, please make sure to update font map files.\n"
+    ui_msg "  \$ sudo updmap-sys --enable Map fourier.map\n"
 }

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


More information about the macports-changes mailing list