[33184] trunk/dports/textproc/intltool/Portfile

nox at macports.org nox at macports.org
Sun Jan 20 16:37:00 PST 2008


Revision: 33184
          http://trac.macosforge.org/projects/macports/changeset/33184
Author:   nox at macports.org
Date:     2008-01-20 16:37:00 -0800 (Sun, 20 Jan 2008)

Log Message:
-----------
intltool: Whitespace changes.

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

Modified: trunk/dports/textproc/intltool/Portfile
===================================================================
--- trunk/dports/textproc/intltool/Portfile	2008-01-21 00:32:59 UTC (rev 33183)
+++ trunk/dports/textproc/intltool/Portfile	2008-01-21 00:37:00 UTC (rev 33184)
@@ -1,41 +1,42 @@
 # $Id$
-PortSystem 1.0
-name		intltool
-version		0.36.2
-set branch  [join [lrange [split ${version} .] 0 1] .]
-description	a string tool
-long_description       	The intltool collection can be used to do these \
-			things: \
- 			Extract translatable strings from various source \
-			files (.xml.in, .glade, .desktop.in, .server.in, \
-			.oaf.in). \
- 			Collect the extracted strings together with messages \
-			from traditional source files (.c, .h) in \
-			po/PACKAGE.pot. \
- 			Merge back the translations from .po files into \
-			.xml, .desktop and .oaf files. This merge step will \
-			happen at build or installation time.
-maintainers	nomaintainer
-categories	textproc gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name            intltool
+version         0.36.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      textproc gnome
+platforms       darwin 
+description     a string tool
+
+long_description \
+    The intltool collection can be used to extract translatable \
+    strings from various source files (.xml.in, .glade, .desktop.in, \
+    .server.in, .oaf.in), collect the extracted strings together with \
+    messages from traditional source files (.c, .h) in po/PACKAGE.pot \
+    and merge back the translations from .po files into .xml, .desktop \
+    and .oaf files. This merge step will happen at build or \
+    installation time.
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 e41b8d791775fbd683784408f0e336a4 \
-			sha1 c2ccd02b7688eb0b299608cb446dc80cdcd18795 \
-			rmd160 63516bee4b29c0d93000ca63ecf3d9c131f6ae1e
+use_bzip2       yes
 
+checksums       md5 e41b8d791775fbd683784408f0e336a4 \
+                sha1 c2ccd02b7688eb0b299608cb446dc80cdcd18795 \
+                rmd160 63516bee4b29c0d93000ca63ecf3d9c131f6ae1e
+
 depends_lib     port:expat \
                 port:perl5.8 \
                 port:p5-xml-parser
 
-use_bzip2 	yes
 
-test.run	yes
-test.target	check
+test.run        yes
+test.target     check
 
 universal_variant   no
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

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


More information about the macports-changes mailing list