[45528] trunk/dports/devel/gettext/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jan 17 01:16:48 PST 2009
Revision: 45528
http://trac.macports.org/changeset/45528
Author: ryandesign at macports.org
Date: 2009-01-17 01:16:48 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
gettext: whitespace changes only (tabs to spaces)
Modified Paths:
--------------
trunk/dports/devel/gettext/Portfile
Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile 2009-01-17 08:59:34 UTC (rev 45527)
+++ trunk/dports/devel/gettext/Portfile 2009-01-17 09:16:48 UTC (rev 45528)
@@ -1,69 +1,69 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name gettext
-version 0.17
-revision 3
-categories devel
-maintainers ryandesign
-homepage http://www.gnu.org/software/gettext/
-master_sites gnu
-platforms darwin freebsd linux
-use_parallel_build yes
+name gettext
+version 0.17
+revision 3
+categories devel
+maintainers ryandesign
+homepage http://www.gnu.org/software/gettext/
+master_sites gnu
+platforms darwin freebsd linux
+use_parallel_build yes
description \
- GNU gettext package
+ GNU gettext package
long_description \
- This is the GNU gettext package. It is interesting for \
- authors or maintainers of other packages or programs \
- which they want to see internationalized. As one \
- step the handling of messages in different languages \
- should be implemented. For this task GNU gettext \
- provides the needed tools and library functions.
+ This is the GNU gettext package. It is interesting for \
+ authors or maintainers of other packages or programs \
+ which they want to see internationalized. As one \
+ step the handling of messages in different languages \
+ should be implemented. For this task GNU gettext \
+ provides the needed tools and library functions.
checksums \
- md5 58a2bc6d39c0ba57823034d55d65d606 \
- sha1 c51803d9f745f6ace36bd09c0486d5735ce399cf \
- rmd160 36df9d4ad2848ec26729781e0d7e25b419e7d261
+ md5 58a2bc6d39c0ba57823034d55d65d606 \
+ sha1 c51803d9f745f6ace36bd09c0486d5735ce399cf \
+ rmd160 36df9d4ad2848ec26729781e0d7e25b419e7d261
patchfiles \
- patch-gettext-tools-Makefile.in
+ patch-gettext-tools-Makefile.in
configure.cppflags \
- -no-cpp-precomp
+ -no-cpp-precomp
configure.args \
- --disable-csharp \
- --without-emacs \
- --with-included-gettext \
- --with-included-glib \
- --with-included-libcroco \
- --with-included-libxml
+ --disable-csharp \
+ --without-emacs \
+ --with-included-gettext \
+ --with-included-glib \
+ --with-included-libcroco \
+ --with-included-libxml
depends_lib \
- port:libiconv \
- port:ncurses \
- port:expat
+ port:libiconv \
+ port:ncurses \
+ port:expat
-test.run yes
-test.target check
+test.run yes
+test.target check
platform darwin 6 {
- depends_lib-append \
- lib:libdl:dlcompat
+ depends_lib-append \
+ lib:libdl:dlcompat
}
post-destroot {
- if {[file exists ${destroot}${prefix}/lib/charset.alias]} {
- delete ${destroot}${prefix}/lib/charset.alias
- }
- if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} {
- delete ${destroot}${prefix}/share/locale/locale.alias
- }
+ if {[file exists ${destroot}${prefix}/lib/charset.alias]} {
+ delete ${destroot}${prefix}/lib/charset.alias
+ }
+ if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} {
+ delete ${destroot}${prefix}/share/locale/locale.alias
+ }
}
-livecheck.check regex
-livecheck.url http://ftp.gnu.org/gnu/gettext/?C=M&O=D
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar
+livecheck.check regex
+livecheck.url http://ftp.gnu.org/gnu/gettext/?C=M&O=D
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/f3b48d07/attachment.html>
More information about the macports-changes
mailing list