[38205] trunk/dports/net

simon at macports.org simon at macports.org
Sat Jul 12 09:34:06 PDT 2008


Revision: 38205
          http://trac.macosforge.org/projects/macports/changeset/38205
Author:   simon at macports.org
Date:     2008-07-12 09:34:05 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
net/finch & net/pidgin: Whitespace only changes.

Modified Paths:
--------------
    trunk/dports/net/finch/Portfile
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/finch/Portfile
===================================================================
--- trunk/dports/net/finch/Portfile	2008-07-12 16:30:12 UTC (rev 38204)
+++ trunk/dports/net/finch/Portfile	2008-07-12 16:34:05 UTC (rev 38205)
@@ -1,46 +1,54 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		finch
-version		2.4.3
-categories	net
-maintainers	simon
-homepage	http://www.pidgin.im/
-description	Multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
+name                finch
+version             2.4.3
+categories          net
+platforms           macosx
+maintainers         simon
+description         Multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
+long_description    Pidgin is an Open Source clone of America OnLine's \
+                    Instant Messenger client that uses GTK+ version 2.  It \
+                    features multiple groups, group chat, user information \
+                    fetching and registration, time stamping, and more.  It \
+                    also supports other IM protocols, including Yahoo!, MSN, \
+                    ICQ, Jabber, Napster, IRC, and Zephyr via included \
+                    plugins.
 
-long_description Pidgin is an Open Source clone of America OnLine's \
-		 Instant Messenger client that uses GTK+ version 2.  It \
-		 features multiple groups, group chat, user information \
-		 fetching and registration, time stamping, and more.  It \
-		 also supports other IM protocols, including Yahoo!, \
-		 MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included \
-		 plugins.
-platforms	macosx
-master_sites	sourceforge:pidgin
-distfiles	pidgin-${version}.tar.bz2
-worksrcdir	pidgin-${version}
-checksums	md5 9e4a5f4ebda16a51fe91ec610286810a \
-		sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
-		rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
+homepage            http://www.pidgin.im/
+master_sites        sourceforge:pidgin
+checksums           md5 9e4a5f4ebda16a51fe91ec610286810a \
+                    sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
+                    rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
+distfiles           pidgin-${version}.tar.bz2
+worksrcdir          pidgin-${version}
+use_bzip2           yes
 
-use_bzip2	yes
+depends_lib         port:audiofile \
+                    port:libao \
+                    port:libxml2 \
+                    port:nspr \
+                    port:nss \
+                    port:p5-xml-parser
 
-depends_lib	port:libao port:audiofile port:p5-xml-parser port:libxml2 port:nspr port:nss
+patchfiles          patch-finch_libgnt_Makefile.in.diff
 
-patchfiles	patch-finch_libgnt_Makefile.in.diff
-
-configure.ldflags-append	-bind_at_load
-configure.cppflags-append	-no-cpp-precomp
-configure.args	--disable-gtkspell --disable-screensaver --disable-sm \
-		--mandir=${prefix}/share/man --disable-perl \
-		--with-nss-libs=${prefix}/lib \
-		--with-nss-includes=${prefix}/include/nss \
-		--with-nspr-libs=${prefix}/lib \
-		--with-nspr-includes=${prefix}/include/nspr \
-		--enable-nss --disable-gtkui \
-		--without-x \
-		--disable-gstreamer \
-		--disable-meanwhile \
-		--disable-avahi \
-		--disable-nm
+configure.args      --disable-avahi \
+                    --disable-gstreamer \
+                    --disable-gtkspell \
+                    --disable-gtkui \
+                    --disable-meanwhile \
+                    --disable-nm \
+                    --disable-perl \
+                    --disable-screensaver \
+                    --disable-sm \
+                    --enable-nss \
+                    --mandir=${prefix}/share/man \
+                    --with-nspr-includes=${prefix}/include/nspr \
+                    --with-nspr-libs=${prefix}/lib \
+                    --with-nss-includes=${prefix}/include/nss \
+                    --with-nss-libs=${prefix}/lib \
+                    --without-x
+configure.ldflags-append    -bind_at_load
+configure.cppflags-append   -no-cpp-precomp

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2008-07-12 16:30:12 UTC (rev 38204)
+++ trunk/dports/net/pidgin/Portfile	2008-07-12 16:34:05 UTC (rev 38205)
@@ -1,66 +1,78 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		pidgin
-version		2.4.3
-categories	net
-maintainers	simon
-homepage	http://www.pidgin.im/
-description	Multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
+name                pidgin
+version             2.4.3
+categories          net
+platforms           macosx
+maintainers         simon
+description         Multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once.
+long_description    Pidgin is an Open Source clone of America OnLine's \
+                    Instant Messenger client that uses GTK+ version 2.  It \
+                    features multiple groups, group chat, user information \
+                    fetching and registration, time stamping, and more.  It \
+                    also supports other IM protocols, including Yahoo!, MSN, \
+                    ICQ, Jabber, Napster, IRC, and Zephyr via included \
+                    plugins.
 
-long_description Pidgin is an Open Source clone of America OnLine's \
-		 Instant Messenger client that uses GTK+ version 2.  It \
-		 features multiple groups, group chat, user information \
-		 fetching and registration, time stamping, and more.  It \
-		 also supports other IM protocols, including Yahoo!, \
-		 MSN, ICQ, Jabber, Napster, IRC, and Zephyr via included \
-		 plugins.
-platforms	macosx
-master_sites	sourceforge
+homepage            http://www.pidgin.im/
+master_sites        sourceforge
+checksums           md5 9e4a5f4ebda16a51fe91ec610286810a \
+                    sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
+                    rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
+use_bzip2           yes
 
-checksums	md5 9e4a5f4ebda16a51fe91ec610286810a \
-		sha1 c967ddda3cb4a8aecfb2566427e8cbd260f2c0de \
-		rmd160 c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
+depends_lib         port:audiofile \
+                    port:gtk2 \
+                    port:libao \
+                    port:libxml2 \
+                    port:nspr \
+                    port:nss \
+                    port:p5-xml-parser
 
-use_bzip2	yes
+patchfiles          patch-configure.diff \
+                    patch-configure.ac.diff
 
-depends_lib	port:gtk2 port:libao port:audiofile port:p5-xml-parser port:libxml2 port:nspr port:nss
+configure.args      --disable-avahi \
+                    --disable-consoleui \
+                    --disable-gstreamer \
+                    --disable-gtkspell \
+                    --disable-meanwhile \
+                    --disable-nm \
+                    --disable-perl \
+                    --disable-screensaver \
+                    --disable-screensaver \
+                    --disable-sm \
+                    --disable-startup-notification \
+                    --enable-nss \
+                    --mandir=${prefix}/share/man \
+                    --with-nspr-includes=${prefix}/include/nspr \
+                    --with-nspr-libs=${prefix}/lib \
+                    --with-nss-includes=${prefix}/include/nss \
+                    --with-nss-libs=${prefix}/lib
+configure.ldflags-append    -bind_at_load
+configure.cppflags-append   -no-cpp-precomp
 
-configure.ldflags-append	-bind_at_load
-configure.cppflags-append	-no-cpp-precomp
-configure.args	--disable-gtkspell --disable-screensaver --disable-sm \
-		--mandir=${prefix}/share/man --disable-perl \
-		--with-nss-libs=${prefix}/lib \
-		--with-nss-includes=${prefix}/include/nss \
-		--with-nspr-libs=${prefix}/lib \
-		--with-nspr-includes=${prefix}/include/nspr \
-		--enable-nss --disable-consoleui \
-		--disable-screensaver \
-		--disable-startup-notification \
-		--disable-gstreamer \
-		--disable-meanwhile \
-		--disable-avahi \
-		--disable-nm
-
-patchfiles	patch-configure.diff patch-configure.ac.diff
-
 post-activate {
     system "dbus-uuidgen --ensure"
 }
 
 variant no_x11 description {Build port without-x} {
-	configure.args-append --without-x
+    configure.args-append --without-x
 }
+
 variant quartz requires no_x11 description {Build port with gtk2 quartz} {
-		patchfiles-append gtkdocklet-quartz.diff
-		configure.args-append	--disable-gestures \
-					--enable-gtkstatusicon
-		depends_build	port:automake port:libtool port:autoconf \
-				port:intltool
-		post-patch {
-			reinplace "s|@INTLTOOL_ICONV@|${prefix}/bin/iconv|g" \
-				intltool-merge.in
-		}
+    patchfiles-append       gtkdocklet-quartz.diff
+
+    configure.args-append   --disable-gestures \
+                            --enable-gtkstatusicon
+
+    depends_build           port:autoconf \
+                            port:automake \
+                            port:intltool \
+                            port:libtool \
+    post-patch {
+        reinplace "s|@INTLTOOL_ICONV@|${prefix}/bin/iconv|g" intltool-merge.in
+    }
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080712/975f19d0/attachment-0001.html 


More information about the macports-changes mailing list