[23810] trunk/dports/x11/pango/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 22:34:33 PDT 2007


Revision: 23810
          http://trac.macosforge.org/projects/macports/changeset/23810
Author:   ryandesign at macports.org
Date:     2007-04-09 22:34:32 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Whitespace / formatting changes only

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2007-04-10 05:16:07 UTC (rev 23809)
+++ trunk/dports/x11/pango/Portfile	2007-04-10 05:34:32 UTC (rev 23810)
@@ -1,43 +1,57 @@
 # $Id$
 
-PortSystem 1.0
-name		pango
-version		1.16.1
-revision	1
-categories	x11
-maintainers	ryandesign at macports.org
-description	Framework for the layout and rendering of i18n text
-platforms	darwin
+PortSystem      1.0
+name            pango
+version         1.16.1
+revision        1
+categories      x11
+maintainers     ryandesign at macports.org
+master_sites    gnome:sources/pango/1.16
+platforms       darwin
+use_bzip2       yes
 
-long_description The goal of the Pango project is to provide an \
-		 open-source framework for the layout and rendering \
-		 of internationalized text.
+description \
+	Framework for the layout and rendering of i18n text
 
-master_sites	gnome:sources/pango/1.16
+long_description \
+	The goal of the Pango project is to provide an \
+	open-source framework for the layout and rendering \
+	of internationalized text.
 
-checksums	md5 4aa720633e53701a652f27700a7946dd \
-		sha1 75b48b1fbcf07f5d264c706477d7dfb7cb1b2583 \
-		rmd160 c97315a5685fc6fa3fc70638de6ef24e9d2739b9
+checksums\
+	md5 4aa720633e53701a652f27700a7946dd \
+	sha1 75b48b1fbcf07f5d264c706477d7dfb7cb1b2583 \
+	rmd160 c97315a5685fc6fa3fc70638de6ef24e9d2739b9
 
-use_bzip2	yes
+depends_lib \
+	port:glib2 \
+	lib:libX11.6:XFree86 \
+	port:Xft2 \
+	port:cairo \
+	port:fontconfig
 
-depends_lib	port:glib2 lib:libX11.6:XFree86 port:Xft2 port:cairo port:fontconfig
+patchfiles \
+	patch-ltmain.sh
 
-patchfiles	patch-ltmain.sh
+configure.env \
+	CPPFLAGS="-no-cpp-precomp" \
+	LDFLAGS="-no-undefined -bind_at_load -L${prefix}/lib"
 
-configure.env	CPPFLAGS="-no-cpp-precomp" \
-		LDFLAGS="-no-undefined -bind_at_load -L${prefix}/lib"
+configure.args \
+	--mandir=${prefix}/share/man \
+	--enable-cairo
 
-configure.args	--mandir=${prefix}/share/man --enable-cairo
-
-post-destroot	{ system "install -o root -m 755 -d \
-		    ${destroot}${prefix}/etc/pango"
-		  system "cp ${worksrcpath}/modules/pangorc \
-		    ${destroot}${prefix}/etc/pango"
-		  system "cp ${worksrcpath}/pango/pangox.aliases \
-		    ${destroot}${prefix}/etc/pango" 
-		  reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
-		    ${destroot}/${prefix}/etc/pango/pangorc
-		  system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
-		    ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so >${destroot}${prefix}/etc/pango/pango.modules"
-		  reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules }
+post-destroot {
+	system "install -o root -m 755 -d \
+		${destroot}${prefix}/etc/pango"
+	system "cp ${worksrcpath}/modules/pangorc \
+		${destroot}${prefix}/etc/pango"
+	system "cp ${worksrcpath}/pango/pangox.aliases \
+		${destroot}${prefix}/etc/pango" 
+	reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \
+		${destroot}/${prefix}/etc/pango/pangorc
+	system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \
+		${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \
+		>${destroot}${prefix}/etc/pango/pango.modules"
+	reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules
+}

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


More information about the macports-changes mailing list