[69177] trunk/dports/devel/t1lib/Portfile

dports at macports.org dports at macports.org
Sat Jun 26 14:52:51 PDT 2010


Revision: 69177
          http://trac.macports.org/changeset/69177
Author:   dports at macports.org
Date:     2010-06-26 14:52:50 -0700 (Sat, 26 Jun 2010)
Log Message:
-----------
t1lib: whitespace cleanup

Modified Paths:
--------------
    trunk/dports/devel/t1lib/Portfile

Modified: trunk/dports/devel/t1lib/Portfile
===================================================================
--- trunk/dports/devel/t1lib/Portfile	2010-06-26 21:44:56 UTC (rev 69176)
+++ trunk/dports/devel/t1lib/Portfile	2010-06-26 21:52:50 UTC (rev 69177)
@@ -1,53 +1,54 @@
+# -*- 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				t1lib
-version				5.1.2
-revision                        1
-categories			devel graphics fonts
-maintainers			nomaintainer
-use_parallel_build	no
-description			Library for generating glyphs from Type 1 fonts
+name                t1lib
+version             5.1.2
+revision            1
+categories          devel graphics fonts
+maintainers         nomaintainer
+
+description         Library for generating glyphs from Type 1 fonts
 long_description \
-	t1lib is a library distributed under the GNU General Public Library \
-	License for generating character- and string-glyphs from Adobe Type 1 \
-	fonts under UNIX. t1lib uses most of the code of the X11 rasterizer \
-	donated by IBM to the X11-project. But some disadvantages of the \
-	rasterizer being included in X11 have been eliminated.
+    t1lib is a library distributed under the GNU General Public Library   \
+    License for generating character- and string-glyphs from Adobe Type 1 \
+    fonts under UNIX. t1lib uses most of the code of the X11 rasterizer   \
+    donated by IBM to the X11-project. But some disadvantages of the      \
+    rasterizer being included in X11 have been eliminated.
 
-homepage			ftp://metalab.unc.edu/pub/Linux/libs/graphics/
+homepage            ftp://metalab.unc.edu/pub/Linux/libs/graphics/
 
-platforms			darwin
+platforms           darwin
 
-master_sites		ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ \
-					http://ftp.surfnet.nl/pub/sunsite/libs/graphics/
-#					sourceforge:gnuwin32
+master_sites        ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ \
+                    http://ftp.surfnet.nl/pub/sunsite/libs/graphics/
 
-checksums			md5 a5629b56b93134377718009df1435f3c \
-					sha1 4b4fc22c8688eefaaa8cfc990f0039f95f4287de \
-					rmd160 ab22aea390356750d743c0f4b08762aa76ca2a82
+checksums           md5 a5629b56b93134377718009df1435f3c \
+                    sha1 4b4fc22c8688eefaaa8cfc990f0039f95f4287de \
+                    rmd160 ab22aea390356750d743c0f4b08762aa76ca2a82
 
-configure.args		--without-x
+configure.args      --without-x
 
-depends_build		path:bin/glibtool:libtool
-build.args			LIBTOOL=${prefix}/bin/glibtool
-build.target		without_doc
+depends_build       path:bin/glibtool:libtool
+build.args          LIBTOOL=${prefix}/bin/glibtool
+build.target        without_doc
+use_parallel_build  no
 
 variant x11 description {use the X Window System} {
-	depends_lib-append		port:xorg-libX11
-	configure.args-delete	--without-x
-	configure.args-append	--with-x
+    depends_lib-append      port:xorg-libX11
+    configure.args-delete   --without-x
+    configure.args-append   --with-x
 }
 
 variant psdoc description {build and install the PostScript documentation} {
-	depends_lib-append		bin:tex:texlive
-	build.target			all
+    depends_lib-append      bin:tex:texlive
+    build.target            all
 }
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/
-	move ${destroot}${prefix}/share/${name}/doc ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/
+    move ${destroot}${prefix}/share/${name}/doc ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.url    "http://sunsite.unc.edu/pub/Linux/libs/graphics/?C=M;O=D"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100626/7db16d0e/attachment.html>


More information about the macports-changes mailing list