[65786] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Wed Mar 31 16:14:37 PDT 2010


Revision: 65786
          http://trac.macports.org/changeset/65786
Author:   ryandesign at macports.org
Date:     2010-03-31 16:14:34 -0700 (Wed, 31 Mar 2010)
Log Message:
-----------
fvwm, fvwm2: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/x11/fvwm/Portfile
    trunk/dports/x11/fvwm2/Portfile

Modified: trunk/dports/x11/fvwm/Portfile
===================================================================
--- trunk/dports/x11/fvwm/Portfile	2010-03-31 22:25:04 UTC (rev 65785)
+++ trunk/dports/x11/fvwm/Portfile	2010-03-31 23:14:34 UTC (rev 65786)
@@ -1,34 +1,37 @@
 # $Id$
 
-PortSystem 1.0
-name		fvwm
-version		1.24r
-revision	4
-description	A very simple window manager supporting a pager
+PortSystem          1.0
 
-long_description One of the earlier paging window managers with what is still considered to be a very elegant and minimal feature set yet highly configurable and expandable via plug-ins.
-homepage	http://www.fvwm.org/
+name                fvwm
+version             1.24r
+revision            4
+description         A very simple window manager supporting a pager
+long_description    One of the earlier paging window managers with what is \
+                    still considered to be a very elegant and minimal feature \
+                    set yet highly configurable and expandable via plug-ins.
+homepage            http://www.fvwm.org/
+maintainers         nomaintainer
+categories          x11 x11-wm
+platforms           darwin
+master_sites        ftp://ftp.hpc.uh.edu/pub/fvwm/version-1/ \
+                    ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/
 
-maintainers	nomaintainer
-categories	x11 x11-wm
-platforms	darwin
-master_sites	ftp://ftp.hpc.uh.edu/pub/fvwm/version-1/ \
-		ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/
-checksums	md5 875733e77e285566197f4b50746aefc6
-patchfiles	patch-configure.h
-use_xmkmf	yes
+checksums           md5 875733e77e285566197f4b50746aefc6
 
-universal_variant no
-use_parallel_build yes
+patchfiles          patch-configure.h
 
-depends_lib \
-	port:xorg-libXext \
-	port:xpm
+use_xmkmf           yes
 
-destroot.destdir \
-	DESTDIR=${destroot} \
-	BINDIR=${prefix}/bin
+depends_lib         port:xorg-libXext \
+                    port:xpm
 
 pre-configure {
-	reinplace "s|/usr/X11R6|${prefix}|" ${worksrcpath}/configure.h
+    reinplace "s|/usr/X11R6|${prefix}|" ${worksrcpath}/configure.h
 }
+
+universal_variant   no
+
+use_parallel_build  yes
+
+destroot.destdir    DESTDIR=${destroot} \
+                    BINDIR=${prefix}/bin

Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile	2010-03-31 22:25:04 UTC (rev 65785)
+++ trunk/dports/x11/fvwm2/Portfile	2010-03-31 23:14:34 UTC (rev 65786)
@@ -1,53 +1,54 @@
 # $Id$
-PortSystem			1.0
-name				fvwm2
-version				2.5.21
-revision                        1
-description			Version 2.x of FVWM, an X11 window manager.
-long_description	FVWM 2.x is an extremely powerful ICCCM-compliant multiple virtual \
-					desktop window manager for the X Window system.
-homepage			http://www.fvwm.org/
-maintainers			nomaintainer
-categories			x11 x11-wm
-platforms			darwin
-master_sites		ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
-					ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/
-distname			fvwm-${version}
-use_bzip2			yes
-checksums			md5 c11efef91420e686d54f772e7162e879 \
-				sha1 a66746c38d392da826b0c6f880b486c1064ee734 \
-				rmd160 4025f6c75c0919bffdaa9acbc7a4d987617d098b
 
-use_parallel_build yes
+PortSystem          1.0
 
-depends_lib \
-	port:xorg-libsm \
-	port:Xft2 \
-	port:xorg-libXinerama \
-	port:xpm \
-	port:libpng \
-	port:gtk1 \
-	port:readline \
-	port:gnome-libs
+name                fvwm2
+version             2.5.21
+description         Version 2.x of FVWM, an X11 window manager.
+long_description    FVWM 2.x is an extremely powerful ICCCM-compliant multiple \
+                    virtual desktop window manager for the X Window system.
+homepage            http://www.fvwm.org/
+maintainers         nomaintainer
+categories          x11 x11-wm
+platforms           darwin
+master_sites        ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
+                    ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/
+distname            fvwm-${version}
+use_bzip2           yes
 
-configure.args				--enable-gtk \
-					--with-gnome \
-					--with-ncurses-library=yes \
-					--without-rplay-library \
-					--without-stroke-library
+checksums           md5     c11efef91420e686d54f772e7162e879 \
+                    sha1    a66746c38d392da826b0c6f880b486c1064ee734 \
+                    rmd160  4025f6c75c0919bffdaa9acbc7a4d987617d098b
 
-use_autoreconf yes
-autoreconf.args -fv
+depends_lib         port:xorg-libsm \
+                    port:Xft2 \
+                    port:xorg-libXinerama \
+                    port:xpm \
+                    port:libpng \
+                    port:gtk1 \
+                    port:readline \
+                    port:gnome-libs
 
-livecheck.type	regexm
-livecheck.regex	{Latest Unstable Release: &nbsp; </td>\s+.*?<a href="download" >([^<]*)</a>} 
-livecheck.url	${homepage}
+configure.args      --enable-gtk \
+                    --with-gnome \
+                    --with-ncurses-library=yes \
+                    --without-rplay-library \
+                    --without-stroke-library
 
+use_autoreconf      yes
+autoreconf.args     -fv
+
+# port:gtk1 is not universal
+universal_variant   no
+
+use_parallel_build  yes
+
 variant without_gnome {
-	configure.args-delete --with-gnome
-	configure.args-append --without-gnome
-	depends_lib-delete port:gnome-libs
+    configure.args-delete --with-gnome
+    configure.args-append --without-gnome
+    depends_lib-delete port:gnome-libs
 }
 
-# port:gtk1 is not universal
-universal_variant no
+livecheck.type      regexm
+livecheck.url       ${homepage}
+livecheck.regex     {Latest Unstable Release: &nbsp; </td>\s+.*?<a href="download" >([^<]*)</a>} 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100331/aaa8121f/attachment.html>


More information about the macports-changes mailing list