[68958] trunk/dports/irc/xchat2/Portfile

snc at macports.org snc at macports.org
Fri Jun 18 12:42:58 PDT 2010


Revision: 68958
          http://trac.macports.org/changeset/68958
Author:   snc at macports.org
Date:     2010-06-18 12:42:55 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/irc/xchat2/Portfile

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2010-06-18 19:29:21 UTC (rev 68957)
+++ trunk/dports/irc/xchat2/Portfile	2010-06-18 19:42:55 UTC (rev 68958)
@@ -1,49 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		xchat2
-version		2.8.6
-revision	3
-set branch	[join [lrange [split ${version} .] 0 1] .]
-categories	irc
-maintainers	afb openmaintainer
-description	GTK+2 IRC client
-homepage	http://www.xchat.org/
-platforms	darwin
+name                xchat2
+version             2.8.6
+revision            3
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          irc
+maintainers         afb openmaintainer
+description         GTK+2 IRC client
+homepage            http://www.xchat.org/
+platforms           darwin
 
 long_description \
-		XChat2 is a graphical IRC client based on GTK2 that has \
-		many features and can be scripted with Perl and/or Python.
+    XChat2 is a graphical IRC client based on GTK2 that has \
+    many features and can be scripted with Perl and/or Python.
 
-master_sites	http://xchat.org/files/source/${branch}/
-patch_sites	http://xchat.org/files/source/${branch}/patches/
+master_sites        http://xchat.org/files/source/${branch}/
+patch_sites         http://xchat.org/files/source/${branch}/patches/
 
-distname	xchat-${version}
+distname            xchat-${version}
 
-patchfiles	xc286-smallfixes.diff patch-xtext.h patch-gtk2.19.7.diff
+patchfiles          xc286-smallfixes.diff patch-xtext.h patch-gtk2.19.7.diff
 
-checksums	xchat-${version}.tar.bz2 md5 1f2670865d43a23a9abc596dde999aca \
-		xchat-${version}.tar.bz2 sha1 7a7463e65cb26c680ed70dd96cec98bcc05435a4 \
-		xchat-${version}.tar.bz2 rmd160 bc199e3b58a9db3dfd9f2af6bac7fb6162c53d6e \
-		xc286-smallfixes.diff md5 eb68b6261bf6740cb5f223627eb8f384 \
-		xc286-smallfixes.diff sha1 b13eb421f6d72fca195b398c606d9413aec57fc4 \
-		xc286-smallfixes.diff rmd160 91c654320b7b1f9d6b13f7b226fb4cec26054319
-		
-use_bzip2	yes
+checksums           xchat-${version}.tar.bz2 md5 1f2670865d43a23a9abc596dde999aca \
+                    xchat-${version}.tar.bz2 sha1 7a7463e65cb26c680ed70dd96cec98bcc05435a4 \
+                    xchat-${version}.tar.bz2 rmd160 bc199e3b58a9db3dfd9f2af6bac7fb6162c53d6e \
+                    xc286-smallfixes.diff md5 eb68b6261bf6740cb5f223627eb8f384 \
+                    xc286-smallfixes.diff sha1 b13eb421f6d72fca195b398c606d9413aec57fc4 \
+                    xc286-smallfixes.diff rmd160 91c654320b7b1f9d6b13f7b226fb4cec26054319
 
-depends_lib	port:gtk2 path:bin/perl:perl5
+use_bzip2           yes
 
-patch.pre_args	-p1
+depends_lib         port:gtk2 path:bin/perl:perl5
 
-configure.cppflags-append -no-cpp-precomp
+patch.pre_args      -p1
 
-configure.args	--disable-python --disable-mmx --enable-ipv6
+configure.cppflags-append   -no-cpp-precomp
 
-variant xft	{ configure.args-append --enable-xft }
-variant ssl	{ configure.args-append --enable-openssl }
+configure.args      --disable-python --disable-mmx --enable-ipv6
 
-variant quartz conflicts xft	{ configure.args-append --disable-xlib }
+variant xft { configure.args-append --enable-xft }
+variant ssl { configure.args-append --enable-openssl }
 
-livecheck.url	http://www.xchat.org/files/source/${branch}/?S=D
-livecheck.regex	xchat-(\[0-9.\]+)${extract.suffix}
+variant quartz conflicts xft { configure.args-append --disable-xlib }
+
+livecheck.url       http://www.xchat.org/files/source/${branch}/?S=D
+livecheck.regex     xchat-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100618/8fd4714f/attachment.html>


More information about the macports-changes mailing list