[33027] trunk/dports/textproc/fribidi/Portfile

nox at macports.org nox at macports.org
Wed Jan 16 17:44:55 PST 2008


Revision: 33027
          http://trac.macosforge.org/projects/macports/changeset/33027
Author:   nox at macports.org
Date:     2008-01-16 17:44:54 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
fribidi: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/textproc/fribidi/Portfile

Modified: trunk/dports/textproc/fribidi/Portfile
===================================================================
--- trunk/dports/textproc/fribidi/Portfile	2008-01-17 01:34:17 UTC (rev 33026)
+++ trunk/dports/textproc/fribidi/Portfile	2008-01-17 01:44:54 UTC (rev 33027)
@@ -1,30 +1,30 @@
 # $Id$
 
-PortSystem			1.0
-name				fribidi
-version				0.10.7
-categories			textproc
-maintainers			nomaintainer
-description			Free Implementation of the Unicode BiDi algorithm
+PortSystem      1.0
+
+name            fribidi
+version         0.10.7
+categories      textproc
+maintainers     nomaintainer
+platforms       darwin
+description     Free Implementation of the Unicode BiDi algorithm
+
 long_description \
-	The FriBidi library implements the algorithm described in the \"Unicode \
-	Standard Annex #9, The Bidirectional Algorithm\", available at \
-	http://www.unicode.org/unicode/reports/tr9/.
+    The FriBidi library implements the algorithm described in the \"Unicode \
+    Standard Annex #9, The Bidirectional Algorithm\", available at \
+    http://www.unicode.org/unicode/reports/tr9/.
 
-platforms			darwin
+homepage        http://fribidi.org/
+master_sites    ${homepage}download/
 
-homepage			http://fribidi.org/
-master_sites		${homepage}download/
+checksums       md5 0f602ed32869dbc551dc6bc83d8a3d28
 
-checksums			md5 0f602ed32869dbc551dc6bc83d8a3d28
+configure.args  MACOSX_DEPLOYMENT_TARGET="10.3"
 
-configure.args		MACOSX_DEPLOYMENT_TARGET="10.3"
+build.env       MACOSX_DEPLOYMENT_TARGET="10.3"
 
-build.env			MACOSX_DEPLOYMENT_TARGET="10.3"
-
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-		NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+        NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
 }
-

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


More information about the macports-changes mailing list