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

ryandesign at macports.org ryandesign at macports.org
Thu Mar 13 02:02:03 PDT 2008


Revision: 34971
          http://trac.macosforge.org/projects/macports/changeset/34971
Author:   ryandesign at macports.org
Date:     2008-03-13 02:02:02 -0700 (Thu, 13 Mar 2008)

Log Message:
-----------
pango: whitespace changes only (tabs to 4 spaces)

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

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2008-03-13 09:00:25 UTC (rev 34970)
+++ trunk/dports/x11/pango/Portfile	2008-03-13 09:02:02 UTC (rev 34971)
@@ -13,64 +13,64 @@
 use_bzip2               yes
 
 description \
-	Framework for the layout and rendering of i18n text
+    Framework for the layout and rendering of i18n text
 
 long_description \
-	The goal of the Pango project is to provide an \
-	open-source framework for the layout and rendering \
-	of internationalized text.
+    The goal of the Pango project is to provide an \
+    open-source framework for the layout and rendering \
+    of internationalized text.
 
 checksums \
-	md5 f0959c4b9b058ba9e4d13fc9086b7e7d \
-	sha1 154e8d962d0eee83f58ec3bfee11902650e91da2 \
-	rmd160 e3d720cdd5cd08e9056d0cf07999e7d3bf8d228b
+    md5 f0959c4b9b058ba9e4d13fc9086b7e7d \
+    sha1 154e8d962d0eee83f58ec3bfee11902650e91da2 \
+    rmd160 e3d720cdd5cd08e9056d0cf07999e7d3bf8d228b
 
 depends_lib \
-	port:glib2 \
-	lib:libX11.6:XFree86 \
-	port:Xft2 \
-	port:cairo \
-	port:fontconfig
+    port:glib2 \
+    lib:libX11.6:XFree86 \
+    port:Xft2 \
+    port:cairo \
+    port:fontconfig
 
 patchfiles \
-	patch-ltmain.sh.diff
+    patch-ltmain.sh.diff
 
 configure.cppflags-append \
-	-no-cpp-precomp
+    -no-cpp-precomp
 
 configure.ldflags-append \
-	-no-undefined \
-	-bind_at_load
+    -no-undefined \
+    -bind_at_load
 
 configure.args \
-	--enable-cairo
+    --enable-cairo
 
 variant no_x11 description {Disable X11 support} {
-	depends_lib-delete \
-		lib:libX11.6:XFree86 \
-		port:Xft2
-	configure.args-append \
-		--without-x
+    depends_lib-delete \
+        lib:libX11.6:XFree86 \
+        port:Xft2
+    configure.args-append \
+        --without-x
 }
 
 post-destroot {
-	if {[variant_isset no_x11]} {
-		xinstall -d ${destroot}${prefix}/etc/pango
-	}
-	xinstall -m 0644 ${worksrcpath}/modules/pangorc \
-		${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
-	
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \
-		${destroot}${docdir}
+    if {[variant_isset no_x11]} {
+        xinstall -d ${destroot}${prefix}/etc/pango
+    }
+    xinstall -m 0644 ${worksrcpath}/modules/pangorc \
+        ${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
+    
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \
+        ${destroot}${docdir}
 }
 
 test.run                yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080313/18a0d04d/attachment-0001.html


More information about the macports-changes mailing list