[28880] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 10 09:59:40 PDT 2007


Revision: 28880
          http://trac.macosforge.org/projects/macports/changeset/28880
Author:   nox at macports.org
Date:     2007-09-10 09:59:39 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
My Ports: Whitespace changes (mainly tabs to spaces).

Modified Paths:
--------------
    trunk/dports/aqua/AquaLess/Portfile
    trunk/dports/audio/libsdl_mixer/Portfile
    trunk/dports/audio/libsdl_mixer-framework/Portfile
    trunk/dports/audio/libvorbis/Portfile
    trunk/dports/devel/ccache/Portfile
    trunk/dports/devel/icu/Portfile
    trunk/dports/devel/libsdl-framework/Portfile
    trunk/dports/devel/libsdl_gfx-framework/Portfile
    trunk/dports/devel/libsdl_image/Portfile
    trunk/dports/devel/libsdl_image-framework/Portfile
    trunk/dports/devel/libsdl_net/Portfile
    trunk/dports/devel/libsdl_net-framework/Portfile
    trunk/dports/devel/libsdl_ttf/Portfile
    trunk/dports/devel/libsdl_ttf-framework/Portfile
    trunk/dports/devel/pcre/Portfile
    trunk/dports/devel/poco/Portfile
    trunk/dports/editors/nano/Portfile
    trunk/dports/editors/scite/Portfile
    trunk/dports/games/kanatest/Portfile
    trunk/dports/multimedia/XviD/Portfile
    trunk/dports/multimedia/libogg/Portfile
    trunk/dports/shells/zsh-devel/Portfile
    trunk/dports/textproc/gsed/Portfile
    trunk/dports/textproc/most/Portfile

Modified: trunk/dports/aqua/AquaLess/Portfile
===================================================================
--- trunk/dports/aqua/AquaLess/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/aqua/AquaLess/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,59 +1,59 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			AquaLess
-version			1.5
-categories		aqua sysutils
-maintainers		nox
-description		Cocoa pager similar to less
+name            AquaLess
+version         1.5
+categories      aqua sysutils
+maintainers     nox
+description     Cocoa pager similar to less
 
 long_description \
-	AquaLess is a text pager for Mac OS X. It allows you to browse plain \
-	text files and -- more importantly -- text output from Unix command \
-	line tools. AquaLess is a Cocoa replacement for the less command, which \
-	is constrained to the terminal window. AquaLess opens a separate window \
-	for each text, so you can keep working in the terminal while you read.
+    AquaLess is a text pager for Mac OS X. It allows you to browse plain \
+    text files and -- more importantly -- text output from Unix command \
+    line tools. AquaLess is a Cocoa replacement for the less command, which \
+    is constrained to the terminal window. AquaLess opens a separate window \
+    for each text, so you can keep working in the terminal while you read.
 
-homepage		http://aqualess.sourceforge.net/
-master_sites	sourceforge:aqualess
-distname		${name}-${version}-src
+homepage        http://aqualess.sourceforge.net/
+master_sites    sourceforge:aqualess
+distname        ${name}-${version}-src
 
-xcode.target			${name}
-xcode.destroot.settings	SKIP_INSTALL=NO
+xcode.target            ${name}
+xcode.destroot.settings SKIP_INSTALL=NO
 
-checksums		md5 7e3d04993dc09c31f1daf09dbb5e2677 \
-				sha1 754681d9bd3e85586d2e50a9697c2ca0dc3b4750 \
-				rmd160 7a574fff89463fa57e0f1a0e49ad790be2e00b93
+checksums       md5 7e3d04993dc09c31f1daf09dbb5e2677 \
+                sha1 754681d9bd3e85586d2e50a9697c2ca0dc3b4750 \
+                rmd160 7a574fff89463fa57e0f1a0e49ad790be2e00b93
 
 post-patch {
-	reinplace -E "/@/s|/usr|${prefix}|" \
-		${worksrcpath}/ToolInstaller.m
+    reinplace -E "/@/s|/usr|${prefix}|" \
+        ${worksrcpath}/ToolInstaller.m
 
-	reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT)_ppc =/d" \
-		${worksrcpath}/${name}.xcodeproj/project.pbxproj
+    reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT)_ppc =/d" \
+        ${worksrcpath}/${name}.xcodeproj/project.pbxproj
 }
 
 # Dummy configure to enable universal variant.
-use_configure	yes
-configure		{}
+use_configure   yes
+configure       {}
 
 if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings-append		ARCHS=${arch}
-	xcode.destroot.settings-append	ARCHS=${arch}
+    xcode.build.settings-append     ARCHS=${arch}
+    xcode.destroot.settings-append  ARCHS=${arch}
 }
 
 post-destroot {
-	delete ${destroot}/Applications/MacPorts/aless
-	xinstall -m 0755 ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources/aless \
-		${destroot}${prefix}/bin
+    delete ${destroot}/Applications/MacPorts/aless
+    xinstall -m 0755 ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources/aless \
+        ${destroot}${prefix}/bin
 }
 
-livecheck.distname ${name}
+livecheck.distname  ${name}
 

Modified: trunk/dports/audio/libsdl_mixer/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/audio/libsdl_mixer/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,48 +1,51 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				libsdl_mixer
-set my_name			SDL_mixer
-version				1.2.8
-categories			audio devel
-platforms			macosx
-maintainers			nox
-description			Audio mixer library for SDL
+name                libsdl_mixer
+set my_name         SDL_mixer
+version             1.2.8
+categories          audio devel
+platforms           macosx
+maintainers         nox
+description         Audio mixer library for SDL
 
 long_description \
-	A sample multi-channel audio mixer library.  It supports any number of \
-	simultaneously playing channels of 16 bit stereo audio, plus a single \
-	channel of music.
+    A sample multi-channel audio mixer library. It supports any number of \
+    simultaneously playing channels of 16 bit stereo audio, plus a single \
+    channel of music.
 
-homepage		http://www.libsdl.org/projects/${my_name}/
-master_sites	${homepage}release/
-distname		${my_name}-${version}
+homepage        http://www.libsdl.org/projects/${my_name}/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
 
-checksums		md5 0b5b91015d0f3bd9597e094ba67c4d65 \
-				sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 \
-				rmd160 f2188b907aa779bb81415ac6726ad7f496357b85
+checksums       md5 0b5b91015d0f3bd9597e094ba67c4d65 \
+                sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 \
+                rmd160 f2188b907aa779bb81415ac6726ad7f496357b85
 
-depends_lib		port:libsdl port:smpeg port:libvorbis port:libogg
+depends_lib     port:libsdl \
+                port:smpeg \
+                port:libvorbis \
+                port:libogg
 
-configure.args	--with-sdl-prefix=${prefix} \
-				--disable-sdltest \
-				--with-smpeg-prefix=${prefix} \
-				--disable-smpegtest
+configure.args  --with-sdl-prefix=${prefix} \
+                --disable-sdltest \
+                --with-smpeg-prefix=${prefix} \
+                --disable-smpegtest
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
+        ${destroot}${docdir}
 }
 
 variant mikmod description {Enable use of external libmikmod} {
-	configure.args-append	--enable-music-libmikmod
-	depends_lib-append		port:libmikmod
+    configure.args-append   --enable-music-libmikmod
+    depends_lib-append      port:libmikmod
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/audio/libsdl_mixer-framework/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/audio/libsdl_mixer-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,55 +1,55 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			libsdl_mixer-framework
-set my_name		SDL_mixer
-version			1.2.8
-categories		audio devel
-maintainers		nox
-description		Audio mixer library for SDL
+name            libsdl_mixer-framework
+set my_name     SDL_mixer
+version         1.2.8
+categories      audio devel
+maintainers     nox
+description     Audio mixer library for SDL
 
-long_description 	A sample multi-channel audio mixer library.  It supports any number of \
-			simultaneously playing channels of 16 bit stereo audio, plus a single \
-			channel of music.
+long_description \
+    A sample multi-channel audio mixer library.  It supports any number of simultaneously \
+    playing channels of 16 bit stereo audio, plus a single channel of music.
 
-homepage		http://www.libsdl.org/projects/${my_name}/
-master_sites	${homepage}release/
-distname		${my_name}-${version}
-dist_subdir		[strsed ${name} {/-.*$//}]
+homepage        http://www.libsdl.org/projects/${my_name}/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
+dist_subdir     [strsed ${name} {/-.*$//}]
 
-depends_lib		port:libsdl-framework
+depends_libs    port:libsdl-framework
 
-checksums		md5 0b5b91015d0f3bd9597e094ba67c4d65 \
-				sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 \
-				rmd160 f2188b907aa779bb81415ac6726ad7f496357b85
+checksums       md5 0b5b91015d0f3bd9597e094ba67c4d65 \
+                sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 \
+                rmd160 f2188b907aa779bb81415ac6726ad7f496357b85
 
 post-extract {
-	cd ${worksrcpath}
-	system "tar -xzf Xcode.tar.gz"
+    cd ${worksrcpath}
+    system "tar -xzf Xcode.tar.gz"
 }
 
 post-patch {
-	reinplace -E "/(SDKROOT|MACOSX_DEPLOYMENT_TARGET|GCC_VERSION)_ppc =/d" \
-		${worksrcpath}/${xcode.project}/project.pbxproj
+    reinplace -E "/(SDKROOT|MACOSX_DEPLOYMENT_TARGET|GCC_VERSION)_ppc =/d" \
+        ${worksrcpath}/${xcode.project}/project.pbxproj
 }
 
-xcode.project		Xcode/SDL_mixer.xcodeproj
-xcode.target		Framework
-xcode.destroot.type	framework
+xcode.project       Xcode/SDL_mixer.xcodeproj
+xcode.target        Framework
+xcode.destroot.type framework
 
 variant universal {
-	set arch ${os.arch}
-	if {! [string compare ${arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings	ARCHS=${arch}
-	xcode.destroot.settings	ARCHS=${arch}
+    xcode.build.settings    ARCHS=${arch}
+    xcode.destroot.settings ARCHS=${arch}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
+livecheck.check regex
+livecheck.url   ${homepage}
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/audio/libvorbis/Portfile
===================================================================
--- trunk/dports/audio/libvorbis/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/audio/libvorbis/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,47 +1,47 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			libvorbis
-version			1.2.0
-categories		audio
-platforms		darwin
-maintainers		nox openmaintainer
-description		The Vorbis General Audio Compression Codec
+name            libvorbis
+version         1.2.0
+categories      audio
+platforms       darwin
+maintainers     nox openmaintainer
+description     The Vorbis General Audio Compression Codec
 
 long_description \
-	Ogg Vorbis is a fully open, non-proprietary, \
-	patent-and-royalty-free, general-purpose compressed audio format for \
-	audio and music at fixed and variable bitrates from 16 to 128 \
-	kbps/channel.
+    Ogg Vorbis is a fully open, non-proprietary, \
+    patent-and-royalty-free, general-purpose compressed audio format for \
+    audio and music at fixed and variable bitrates from 16 to 128 \
+    kbps/channel.
 
-homepage		http://www.vorbis.com/
-master_sites	http://downloads.xiph.org/releases/vorbis/
+homepage        http://www.vorbis.com/
+master_sites    http://downloads.xiph.org/releases/vorbis/
 
-depends_build	port:pkgconfig
-depends_lib		port:libogg
-depends_run		port:pkgconfig
+depends_build   port:pkgconfig
+depends_lib     port:libogg
+depends_run     port:pkgconfig
 
-checksums		md5 478646358c49f34aedcce58948793619 \
-				sha1 6ff5f9d9d71cc385ee180171cc21af5653b76a16 \
-				rmd160 54bf2b48943e283f003cd5dfb4bf9e519b6a817d
+checksums       md5 478646358c49f34aedcce58948793619 \
+                sha1 6ff5f9d9d71cc385ee180171cc21af5653b76a16 \
+                rmd160 54bf2b48943e283f003cd5dfb4bf9e519b6a817d
 
-configure.args	--disable-oggtest
+configure.args  --disable-oggtest
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	if {! [variant_isset doc]} {
-		xinstall -d ${destroot}${docdir}
-	}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    if {! [variant_isset doc]} {
+        xinstall -d ${destroot}${docdir}
+    }
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README \
+        ${destroot}${docdir}
 }
 
 variant doc description {Install extra documentation} {
-	configure.args-append --enable-doc
+    configure.args-append --enable-doc
 }
 
-livecheck.check	regex
-livecheck.url	http://www.xiph.org/downloads/
-livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url   http://www.xiph.org/downloads/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/ccache/Portfile
===================================================================
--- trunk/dports/devel/ccache/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/ccache/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,49 +1,49 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			ccache
-version			2.4
-revision		1
-categories		devel
-maintainers		nox
-description		object-file caching compiler wrapper
+name            ccache
+version         2.4
+revision        1
+categories      devel
+maintainers     nox
+description     object-file caching compiler wrapper
 
 long_description \
-	ccache is a compiler cache.  It acts as a caching pre-processor to C/C++ \
-	compilers, using the -E compiler switch and a hash to detect when a \
-	compilation can be satisfied from cache.  This often results in a 5 to 10 \
-	times speedup in common compilations.
+    ccache is a compiler cache.  It acts as a caching pre-processor to C/C++ \
+    compilers, using the -E compiler switch and a hash to detect when a \
+    compilation can be satisfied from cache.  This often results in a 5 to 10 \
+    times speedup in common compilations.
 
-homepage		http://ccache.samba.org/
-platforms		darwin freebsd
-master_sites	http://samba.org/ftp/ccache/
+homepage        http://ccache.samba.org/
+platforms       darwin freebsd
+master_sites    http://samba.org/ftp/ccache/
 
-checksums		md5 73c1ed1e767c1752dd0f548ec1e66ce7 \
-				sha1 9833ec13de9b90d5409e60d679ac681115ef465e \
-				rmd160 43a0647c7faf659121a53a92ec45d245b8140124
+checksums       md5 73c1ed1e767c1752dd0f548ec1e66ce7 \
+                sha1 9833ec13de9b90d5409e60d679ac681115ef465e \
+                rmd160 43a0647c7faf659121a53a92ec45d245b8140124
 
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
 
-destroot.violate_mtree yes
+destroot.violate_mtree  yes
 
 post-destroot {
-	file mkdir ${destroot}${prefix}/ccache/bin
-	cd ${destroot}${prefix}/ccache/bin
+    file mkdir ${destroot}${prefix}/ccache/bin
+    cd ${destroot}${prefix}/ccache/bin
 
-	foreach {bin} {
-		cc
-		gcc	gcc2	gcc3	gcc-3.3	gcc-4.0
-		c++	c++3	c++-3.3	c++-4.0
-		g++	g++2	g++3	g++-3.3	g++-4.0
-	} {
-		ln -sf ../../bin/ccache ${bin}
-	}
+    foreach {bin} {
+	    cc
+	    gcc gcc2    gcc3    gcc-3.3 gcc-4.0
+	    c++ c++3    c++-3.3 c++-4.0
+	    g++ g++2    g++3    g++-3.3 g++-4.0
+    } {
+        ln -sf ../../bin/ccache ${bin}
+    }
 
-	cd ${worksrcpath}
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}/html
-	xinstall -m 0644 COPYING README ${destroot}${docdir}
-	eval xinstall -m 0644 [glob web/*.html] ${destroot}${docdir}/html
+    cd ${worksrcpath}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}/html
+    xinstall -m 0644 COPYING README ${destroot}${docdir}
+    eval xinstall -m 0644 [glob web/*.html] ${destroot}${docdir}/html
 }
 

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/icu/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,21 +1,27 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		icu
-version		3.6
-revision    1
-categories	devel
-platforms	darwin freebsd
-maintainers	nox
-description	International Components for Unicode
-long_description	The International Components for Unicode (ICU) libraries provide robust  and full-featured Unicode services on a wide variety of platforms. ICU  supports the most current version of the Unicode standard, and they provide  support for supplementary Unicode characters (needed for GB 18030  repertoire support).
+name            icu
+version         3.6
+revision        1
+categories      devel
+platforms       darwin freebsd
+maintainers     nox
+description     International Components for Unicode
+
+long_description \
+    The International Components for Unicode (ICU) libraries provide robust \
+    and full-featured Unicode services on a wide variety of platforms. ICU \
+    supports the most current version of the Unicode standard, and they provide \
+    support for supplementary Unicode characters (needed for GB 18030 repertoire support).
+
 homepage        http://www.icu-project.org/
 master_sites    ftp://ftp.software.ibm.com/software/globalization/${name}/${version}/ \
                 sourceforge
 
 distname        icu4c-[strsed ${version} {/\./_/}]
-extract.suffix	.tgz
+extract.suffix  .tgz
 distfiles       [suffix ${distname}-src]
 
 checksums       [suffix ${distname}-src] \
@@ -27,19 +33,20 @@
                     sha1 fd724a90a0ebda5369d50c64b6be3779e65cdf1b \
                     rmd160 27d66bd6a6befbf64e3d26cf7bc6897fde05c907
 
-worksrcdir	${name}/source
-set docdir  ${prefix}/share/doc/${name}-${version}
+worksrcdir      ${name}/source
+set docdir      ${prefix}/share/doc/${name}-${version}
 
-configure.args	--mandir=${prefix}/share/man \
+configure.args  --mandir=${prefix}/share/man \
                 --disable-samples
-build.type	gnu
 
 # Fix bug #11981 that prevents ICU from building when upgrading.
 # The default configure flags causes utilisation of outdated ICU headers/libs instead of the right
 # ones. Eventually the virtual chroot mechanism will fix that.
-configure.cppflags {}
-configure.ldflags  {}
+configure.cppflags  {}
+configure.ldflags   {}
 
+build.type      gnu
+
 test.run        yes
 test.target     check
 
@@ -63,17 +70,18 @@
 
 platform darwin {
     post-patch {
-	reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin
+        reinplace "s;install_name ;install_name ${prefix}/lib/;" ${worksrcpath}/config/mh-darwin
     }
 }
 
 platform darwin 8 {
-	configure.compiler	gcc-4.0
+    configure.compiler  gcc-4.0
 }
 
 platform freebsd {
-	build.env	MAKE=/usr/local/bin/gmake
-	destroot.env	MAKE=/usr/local/bin/gmake
+    build.env       MAKE=/usr/local/bin/gmake
+    destroot.env    MAKE=/usr/local/bin/gmake
 }
 
 livecheck.distname  ICU4C
+

Modified: trunk/dports/devel/libsdl-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -4,34 +4,31 @@
 PortGroup       xcode 1.0
 
 name            libsdl-framework
-set my_name		SDL
+set my_name     SDL
 version         1.2.12
 categories      devel multimedia
 maintainers     nox openmaintainer
 description     Cross-platform multi-media development API
 
 long_description \
-                Simple DirectMedia Layer is a cross-platform \
-                multimedia library designed to provide fast access \
-                to the graphics framebuffer and audio device. It is \
-                used by MPEG playback software, emulators, and many \
-                popular games, including the award winning Linux \
-                port of \"Civilization: Call To Power.\" Simple \
-                DirectMedia Layer supports Linux, Win32, BeOS, \
-                Mac OS, Solaris, IRIX, and FreeBSD.
+    Simple DirectMedia Layer is a cross-platform multimedia library designed to provide \
+    fast access to the graphics framebuffer and audio device. It is used by MPEG playback \
+    software, emulators, and many popular games, including the award winning Linux port of \
+    \"Civilization: Call To Power.\" Simple DirectMedia Layer supports Linux, Win32, BeOS, \
+    Mac OS, Solaris, IRIX, and FreeBSD.
 
 # Dummy configure to enable the universal variant.
-use_configure	yes
-configure		{}
+use_configure   yes
+configure       {}
 
 if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${os.arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${os.arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings-append			ARCHS=${arch}
-	xcode.destroot.settings-append		ARCHS=${arch}
+    xcode.build.settings-append         ARCHS=${arch}
+    xcode.destroot.settings-append      ARCHS=${arch}
 }
 
 homepage        http://www.libsdl.org/
@@ -43,24 +40,24 @@
                 sha1 2c37ff1683368369c0f555d4a742f0544153610d \
                 rmd160 3871023c63ea056eba43ce4f55ee8d3a73ff3022
 
-xcode.project			Xcode/SDL/SDL.xcodeproj
-xcode.target        	"Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)"
-xcode.destroot.type 	framework
+xcode.project       Xcode/SDL/SDL.xcodeproj
+xcode.target        "Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)"
+xcode.destroot.type framework
 
 post-extract {
     system "cd ${worksrcpath} && tar -x Xcode/SDL/{Info-Framework{,NoX11}.plist,SDL.xcodeproj} -vzf Xcode.tar.gz"
 }
 
 post-patch {
-	reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)_ppc =/d" \
-		${worksrcpath}/${xcode.project}/project.pbxproj
+    reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)_ppc =/d" \
+        ${worksrcpath}/${xcode.project}/project.pbxproj
 }
 
 variant x11 {
-    xcode.target Framework
+    xcode.target    Framework
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}download.php
-livecheck.regex	${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url   ${homepage}download.php
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,53 +1,50 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name			libsdl_gfx-framework
-set my_name		SDL_gfx
-version			2.0.16
-categories		devel graphics
-platforms		macosx
-maintainers		nox openmaintainer
-description		graphics primitives SDL extension
+name            libsdl_gfx-framework
+set my_name     SDL_gfx
+version         2.0.16
+categories      devel graphics
+platforms       macosx
+maintainers     nox openmaintainer
+description     graphics primitives SDL extension
 
-long_description	The SDL_gfx library evolved out of the \
-			SDL_gfxPrimitives code which provided basic drawing \
-			routines such as lines, circles or polygons and \
-			SDL_rotozoom which implemented a interpolating \
-			rotozoomer for SDL surfaces. The current components of \
-			the SDL_gfx library are: Graphic Primitives, \
-			Rotozoomer, Framerate control, MMX image filters. \
-			It is backwards compatible to the above mentioned \
-			code. It is written in plain C and can be used in C++ \
-			code.
+long_description \
+    The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing \
+    routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating \
+    rotozoomer for SDL surfaces. The current components of the SDL_gfx library are: Graphic \
+    Primitives, Rotozoomer, Framerate control, MMX image filters. It is backwards compatible to \
+    the above mentioned code. It is written in plain C and can be used in C++ code.
 
-homepage		http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
-master_sites		${homepage}
-distname		${my_name}-${version}
-dist_subdir             libsdl_gfx
-checksums		md5 22dc2d9d916197829f9342c490d2d02b \
-				sha1 c0277d25daf4b680876ef04a893f64e90d9ce03d \
-				rmd160 1ee1b19f5699b5f3661a9ba461bc44a1e4f135da
+homepage        http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
+master_sites    ${homepage}
+distname        ${my_name}-${version}
+dist_subdir     libsdl_gfx
 
 depends_lib		port:libsdl-framework
 
-xcode.target			${my_name}
-xcode.destroot.type		framework
+checksums       md5 22dc2d9d916197829f9342c490d2d02b \
+                sha1 c0277d25daf4b680876ef04a893f64e90d9ce03d \
+                rmd160 1ee1b19f5699b5f3661a9ba461bc44a1e4f135da
 
-universal_variant no
+xcode.target        ${my_name}
+xcode.destroot.type framework
+
+universal_variant   no
 # Dummy configure to enable universal variant.
 #use_configure	yes
 #configure		{}
 
 post-extract {
-	cd ${worksrcpath}
-	system "unzip \"Other Builds/OSX-PB-Xcode.zip\""
-	system "tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
+    cd ${worksrcpath}
+    system "unzip \"Other Builds/OSX-PB-Xcode.zip\""
+    system "tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
 }
 
 post-patch {
-	reinplace -E "/SKIP_INSTALL/d" ${worksrcpath}/SDL_gfx.pbproj/project.pbxproj
+    reinplace -E "/SKIP_INSTALL/d" ${worksrcpath}/SDL_gfx.pbproj/project.pbxproj
 }
 
 # Waiting on #12429.
@@ -56,6 +53,6 @@
 #	xcode.destroot.settings		${xcode.build.settings}
 #}
 
-livecheck.check	regex
-livecheck.url	http://www.ferzkopp.net/joomla/content/view/19/14/
-livecheck.regex	"${my_name}-(\\d+\\.\\d+(?:\\.\\d+)+)"
+livecheck.check regex
+livecheck.url   http://www.ferzkopp.net/joomla/content/view/19/14/
+livecheck.regex "${my_name}-(\\d+\\.\\d+(?:\\.\\d+)+)"

Modified: trunk/dports/devel/libsdl_image/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_image/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,36 +1,38 @@
 # $Id$
 
-PortSystem 1.0
-name			libsdl_image
-set my_name		SDL_image
-version			1.2.6
-categories		devel graphics
-maintainers		nox openmaintainer
-description		Add on library for libSDL handling several image formats
+PortSystem      1.0
 
-long_description	This is a simple library to load images of various \
-			formats as SDL surfaces. This library supports BMP, \
-			PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
+name            libsdl_image
+set my_name     SDL_image
+version         1.2.6
+categories      devel graphics
+platforms       macosx
+maintainers     nox openmaintainer
+description     Add on library for libSDL handling several image formats
 
-platforms		macosx
-homepage		http://www.libsdl.org/projects/SDL_image/
-master_sites	${homepage}release/
-distname		${my_name}-${version}
+long_description \
+    This is a simple library to load images of various formats as SDL surfaces.
+    This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
 
-checksums		md5 b866dc4f647517bdaf57f6ffdefd013e \
-				sha1 5045df31e4db29d8890110fd18024c9d08efca30 \
-				rmd160 8aea5f07216eb887f599c0908f8ea2c2f9eeac93
+homepage        http://www.libsdl.org/projects/SDL_image/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
 
-depends_lib		port:libsdl port:libpng port:jpeg port:tiff port:zlib
+checksums       md5 b866dc4f647517bdaf57f6ffdefd013e \
+                sha1 5045df31e4db29d8890110fd18024c9d08efca30 \
+                rmd160 8aea5f07216eb887f599c0908f8ea2c2f9eeac93
 
-configure.args	--disable-sdltest
+depends_lib     port:libsdl port:libpng port:jpeg port:tiff port:zlib
 
-post-destroot	{
-	xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
-		${destroot}${prefix}/share/doc/${name}
+configure.args  --disable-sdltest
+
+post-destroot {
+    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
+

Modified: trunk/dports/devel/libsdl_image-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_image-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,70 +1,72 @@
 # $Id$
-PortSystem		1.0
-PortGroup		xcode 1.0
 
-name			libsdl_image-framework
-set my_name		SDL_image
-version			1.2.6
-categories		devel graphics
-maintainers		nox openmaintainer
-description		Add on library for libSDL handling several image formats
-long_description	This is a simple library to load images of various \
-			formats as SDL surfaces. This library supports BMP, \
-			PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
+PortSystem      1.0
+PortGroup       xcode 1.0
 
+name            libsdl_image-framework
+set my_name     SDL_image
+version         1.2.6
+categories      devel graphics
 platforms		macosx
-homepage		http://www.libsdl.org/projects/SDL_image/
+maintainers     nox openmaintainer
+description     Add on library for libSDL handling several image formats
+
+long_description \
+    This is a simple library to load images of various formats as SDL surfaces.
+    This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
+
+homepage        http://www.libsdl.org/projects/SDL_image/
 master_sites    ${homepage}release/
-distname		${my_name}-${version}
-dist_subdir		[strsed ${name} {/-.*$//}]
+distname        ${my_name}-${version}
+dist_subdir     [strsed ${name} {/-.*$//}]
 
-checksums		md5 b866dc4f647517bdaf57f6ffdefd013e \
-				sha1 5045df31e4db29d8890110fd18024c9d08efca30 \
-				rmd160 8aea5f07216eb887f599c0908f8ea2c2f9eeac93
+checksums       md5 b866dc4f647517bdaf57f6ffdefd013e \
+                sha1 5045df31e4db29d8890110fd18024c9d08efca30 \
+                rmd160 8aea5f07216eb887f599c0908f8ea2c2f9eeac93
 
-depends_lib		port:libpng \
-				port:jpeg \
-				port:zlib \
-				port:libsdl-framework
+depends_lib     port:libpng \
+                port:jpeg \
+                port:zlib \
+                port:libsdl-framework
 
-xcode.project		Xcode/${my_name}.xcodeproj
-xcode.target		Framework
+xcode.project       Xcode/${my_name}.xcodeproj
+xcode.target        Framework
 xcode.destroot.type framework
 
 # Dummy configure to enable +universal variant.
-use_configure	yes
-configure		{}
+use_configure   yes
+configure       {}
 
 if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${os.arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${os.arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings-append			ARCHS=${arch}
-	xcode.destroot.settings-append		ARCHS=${arch}
+    xcode.build.settings-append     ARCHS=${arch}
+    xcode.destroot.settings-append  ARCHS=${arch}
 }
 
 post-extract {
-	cd ${worksrcpath}
-	system "tar -x Xcode/{exports/SDL_image.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
+    cd ${worksrcpath}
+    system "tar -x Xcode/{exports/SDL_image.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
 }
 
 post-patch {
-	set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
+    set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
 
-	reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)_ppc =/d" ${pbxproj}
-	reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
-	reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
-	reinplace "s|graphics/include| ${prefix}/include|g" ${pbxproj}
-	reinplace "s|graphics/lib|${prefix}/lib|g" ${pbxproj}
+    reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)_ppc =/d" ${pbxproj}
+    reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
+    reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
+    reinplace "s|graphics/include| ${prefix}/include|g" ${pbxproj}
+    reinplace "s|graphics/lib|${prefix}/lib|g" ${pbxproj}
 }
 
 pre-destroot {
-	xcode.destroot.settings ${xcode.build.settings}
+    xcode.destroot.settings ${xcode.build.settings}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/libsdl_net/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_net/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,38 +1,38 @@
 # $Id$
 
-PortSystem	1.0
+PortSystem      1.0
 
-name			libsdl_net
-set my_name		SDL_net
-version			1.2.7
-platforms		macosx
-categories		devel net
-maintainers		nox openmaintainer
-description		cross-platform networking library
+name            libsdl_net
+set my_name     SDL_net
+version         1.2.7
+platforms       macosx
+categories      devel net
+maintainers     nox openmaintainer
+description     cross-platform networking library
 
-long_description	This is a small sample cross-platform networking \
-					library, with a sample chat client and server \
-					application. The chat client uses the GUIlib GUI \
-					framework library.
+long_description \
+    This is a small sample cross-platform networking library, with a sample chat client and server \
+    application. The chat client uses the GUIlib GUI framework library.
 
-homepage		http://www.libsdl.org/projects/SDL_net/
-master_sites	${homepage}release/
-distname		${my_name}-${version}
+homepage        http://www.libsdl.org/projects/SDL_net/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
 
-checksums		md5 6bd4662d1423810f3140d4da21b6d912 \
-				sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
-				rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
+checksums       md5 6bd4662d1423810f3140d4da21b6d912 \
+                sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
+                rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
 
-depends_lib		port:libsdl
+depends_lib     port:libsdl
 
-configure.args	--disable-sdltest
+configure.args  --disable-sdltest
 
-post-destroot	{
-	xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
+

Modified: trunk/dports/devel/libsdl_net-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_net-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,63 +1,63 @@
 # $Id$
-PortSystem		1.0
-PortGroup		xcode 1.0
 
-name			libsdl_net-framework
-set my_name		SDL_net
-version			1.2.7
-platforms		macosx
-categories		devel net
-maintainers		nox openmaintainer
-description		cross-platform networking library
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-long_description	This is a small sample cross-platform networking \
-			library, with a sample chat client and server \
-			application. The chat client uses the GUIlib GUI \
-			framework library.
+name            libsdl_net-framework
+set my_name     SDL_net
+version         1.2.7
+platforms       macosx
+categories      devel net
+maintainers     nox openmaintainer
+description     cross-platform networking library
 
-homepage		http://www.libsdl.org/projects/SDL_net/
-master_sites		${homepage}/release/
-distname		${my_name}-${version}
-dist_subdir             libsdl_net
+long_description \
+    This is a small sample cross-platform networking library, with a sample chat client and server \
+    application. The chat client uses the GUIlib GUI framework library.
 
-checksums		md5 6bd4662d1423810f3140d4da21b6d912 \
-				sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
-				rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
+homepage        http://www.libsdl.org/projects/SDL_net/
+master_sites    ${homepage}/release/
+distname        ${my_name}-${version}
+dist_subdir     libsdl_net
 
-depends_lib		port:libsdl-framework
+checksums       md5 6bd4662d1423810f3140d4da21b6d912 \
+                sha1 b46c7e3221621cc34fec1238f1b5f0ce8972274d \
+                rmd160 5c95cf28f35ceb796188323666b92cafa60fba25
 
-xcode.project		Xcode/${my_name}.xcodeproj
-xcode.target		Framework
-xcode.destroot.type	framework
+depends_lib     port:libsdl-framework
 
+xcode.project       Xcode/${my_name}.xcodeproj
+xcode.target        Framework
+xcode.destroot.type framework
+
 # Dummy configure to enable +universal variant.
-use_configure	yes
-configure		{}
+use_configure   yes
+configure       {}
 
 if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${os.arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${os.arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings-append			ARCHS=${arch}
-	xcode.destroot.settings-append		ARCHS=${arch}
+    xcode.build.settings-append			ARCHS=${arch}
+    xcode.destroot.settings-append		ARCHS=${arch}
 }
 
 post-extract {
-	cd ${worksrcpath}
-	system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
+    cd ${worksrcpath}
+    system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
 }
 
 post-patch {
-	set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
+    set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
 
-	reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
-	reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
-	reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
+    reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
+    reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
+    reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/libsdl_ttf/Portfile
===================================================================
--- trunk/dports/devel/libsdl_ttf/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_ttf/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,39 +1,40 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem      1.0
 
-name                libsdl_ttf
-set my_name			SDL_ttf
-version             2.0.9
-categories          devel graphics
-maintainers         nox
-platforms           macosx
-description         add on library for libSDL for rendering TrueType fonts
+name            libsdl_ttf
+set my_name	    SDL_ttf
+version         2.0.9
+categories      devel graphics
+platforms       macosx
+maintainers     nox
+description     add on library for libSDL for rendering TrueType fonts
 
-long_description    This library is a wrapper around the excellent \
-                    FreeType 2.0 library allowing to render TrueType fonts \
-                    in SDL applications.
+long_description \
+    This library is a wrapper around the excellent FreeType 2.0 library allowing \
+    to render TrueType fonts in SDL applications.
     
-homepage            http://www.libsdl.org/projects/SDL_ttf/
-master_sites        ${homepage}release/
-distname            ${my_name}-${version}
+homepage        http://www.libsdl.org/projects/SDL_ttf/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
 
-checksums			md5 6dd5a85e4924689a35a5fb1cb3336156 \
-					sha1 6bc3618b08ddbbf565fe8f63f624782c15e1cef2 \
-					rmd160 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
+checksums       md5 6dd5a85e4924689a35a5fb1cb3336156 \
+                sha1 6bc3618b08ddbbf565fe8f63f624782c15e1cef2 \
+                rmd160 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
 
-depends_lib         port:libsdl port:freetype
+depends_lib     port:libsdl \
+                port:freetype
 
-configure.args      --disable-sdltest
+configure.args  --disable-sdltest
 
-post-destroot   {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
         ${destroot}${docdir}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/libsdl_ttf-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_ttf-framework/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/libsdl_ttf-framework/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,67 +1,67 @@
 # $Id$
 
-PortSystem	1.0
-PortGroup	xcode 1.0
+PortSystem      1.0
+PortGroup       xcode 1.0
 
-name		libsdl_ttf-framework
-set my_name	SDL_ttf
-version		2.0.9
-categories	devel graphics
-maintainers	nox openmaintainer
-platforms	macosx
-description	add on library for libSDL for rendering TrueType fonts
+name            libsdl_ttf-framework
+set my_name     SDL_ttf
+version         2.0.9
+categories      devel graphics
+platforms       macosx
+maintainers     nox openmaintainer
+description     add on library for libSDL for rendering TrueType fonts
 
-long_description	This library is a wrapper around the excellent \
-			FreeType 2.0 library allowing to render TrueType fonts \
-			in SDL applications.
+long_description \
+    This library is a wrapper around the excellent FreeType 2.0 library allowing \
+    to render TrueType fonts in SDL applications.
 	
-homepage	http://www.libsdl.org/projects/SDL_ttf/
-master_sites	${homepage}release/
-distname	${my_name}-${version}
-dist_subdir	libsdl_ttf
+homepage        http://www.libsdl.org/projects/SDL_ttf/
+master_sites    ${homepage}release/
+distname        ${my_name}-${version}
+dist_subdir     libsdl_ttf
 
-checksums	md5 6dd5a85e4924689a35a5fb1cb3336156 \
-			sha1 6bc3618b08ddbbf565fe8f63f624782c15e1cef2 \
-			rmd160 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
+checksums       md5 6dd5a85e4924689a35a5fb1cb3336156 \
+                sha1 6bc3618b08ddbbf565fe8f63f624782c15e1cef2 \
+                rmd160 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
 
-depends_lib	port:libsdl-framework \
-			port:freetype \
-			port:zlib
+depends_lib     port:libsdl-framework \
+                port:freetype \
+                port:zlib
 
-xcode.project		Xcode/${my_name}.xcodeproj
-xcode.target		Framework
-xcode.destroot.type	framework
+xcode.project       Xcode/${my_name}.xcodeproj
+xcode.target        Framework
+xcode.destroot.type framework
 
 # Dummy configure to enable +universal variant.
-use_configure	yes
-configure		{}
+use_configure   yes
+configure       {}
 
 if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${os.arch} powerpc]} {
-		set arch ppc
-	}
+    set arch ${os.arch}
+    if {! [string compare ${os.arch} powerpc]} {
+        set arch ppc
+    }
 
-	xcode.build.settings-append			ARCHS=${arch}
-	xcode.destroot.settings-append		ARCHS=${arch}
+    xcode.build.settings-append     ARCHS=${arch}
+    xcode.destroot.settings-append  ARCHS=${arch}
 }
 
 post-extract {
-	cd ${worksrcpath}
-	system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
+    cd ${worksrcpath}
+    system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
 }
 
 post-patch {
-	set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
+    set pbxproj ${worksrcpath}/${xcode.project}/project.pbxproj
 
-	reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
-	reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
-	reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
-	reinplace "s|freetype/include|${prefix}/include,${prefix}/include/freetype2|g" ${pbxproj}
-	reinplace "s|freetype/lib|${prefix}/lib|g" ${pbxproj}
+    reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
+    reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
+    reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
+    reinplace "s|freetype/include|${prefix}/include,${prefix}/include/freetype2|g" ${pbxproj}
+    reinplace "s|freetype/lib|${prefix}/lib|g" ${pbxproj}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"${my_name}-(\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
 

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/pcre/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,13 +1,13 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			pcre
-version			7.3
-categories		devel
-platforms		darwin freebsd
-maintainers		nox
-description		Perl Compatible Regular Expressions Library
+name            pcre
+version         7.3
+categories      devel
+platforms       darwin freebsd
+maintainers     nox
+description     Perl Compatible Regular Expressions Library
 
 long_description \
     The PCRE library is a set of functions that implement regular \
@@ -15,19 +15,19 @@
     Perl 5. PCRE has its own native API, as well as a set of wrapper \
     functions that correspond to the POSIX regular expression API.
 
-homepage		http://www.pcre.org/
-master_sites	ftp://ftp.fu-berlin.de/unix/misc/${name}/ \
-				ftp://ftp.tin.org/pub/libs/${name}/ \
-				ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
-				sourceforge
+homepage        http://www.pcre.org/
+master_sites    ftp://ftp.fu-berlin.de/unix/misc/${name}/ \
+                ftp://ftp.tin.org/pub/libs/${name}/ \
+                ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name}/ \
+                sourceforge
 
-use_bzip2		yes
-checksums		md5 08b48bf97ff84a9dea07d6be518f0046 \
-				sha1 a9867a2c9980005aed07be022f07a61eb4135780 \
-				rmd160 a4f2293cfe1a56a518f025a7a088ea772a2a0b51
+use_bzip2       yes
+checksums       md5 08b48bf97ff84a9dea07d6be518f0046 \
+                sha1 a9867a2c9980005aed07be022f07a61eb4135780 \
+                rmd160 a4f2293cfe1a56a518f025a7a088ea772a2a0b51
 
-configure.args	--docdir=${prefix}/share/doc/${name}-${version} \
-				--enable-unicode-properties
+configure.args  --docdir=${prefix}/share/doc/${name}-${version} \
+                --enable-unicode-properties
 
-test.run		yes
+test.run        yes
 

Modified: trunk/dports/devel/poco/Portfile
===================================================================
--- trunk/dports/devel/poco/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/devel/poco/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -6,12 +6,13 @@
 version         1.3.1
 categories      devel
 maintainers     nox
+platforms       darwin
 description     POCO C++ Libraries
 
 long_description \
-                POCO aims to be for network-centric, cross-platform C++ software development \
-                what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web \
-                development -- a powerful, yet easy to use platform to build your applications upon.
+    POCO aims to be for network-centric, cross-platform C++ software development \
+    what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web \
+    development -- a powerful, yet easy to use platform to build your applications upon.
 
 homepage        http://pocoproject.org/
 master_sites    sourceforge
@@ -35,8 +36,6 @@
                     sha1 912de8e62ae264408b130c760e08b6867d674f00 \
                     rmd160 2de13a5c8f93364730da685c201ef1a894b2da4c
 
-platforms       darwin
-
 configure.args  --no-samples
 
 build.target    poco
@@ -160,3 +159,4 @@
 }
 
 livecheck.regex "<title>sources ${name}-(.*) released.*</title>"
+

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/editors/nano/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,39 +1,42 @@
 # $Id$
 
-PortSystem 1.0
-name             nano
-version          2.0.6
-revision         1
-categories       editors
-maintainers      nox
-description      Nano's ANOther editor - enhanced free Pico Clone
+PortSystem      1.0
+
+name            nano
+version         2.0.6
+revision        1
+categories      editors
+platforms       darwin freebsd
+maintainers     nox
+description     Nano's ANOther editor - enhanced free Pico Clone
+
 long_description \
     GNU nano is a small and friendly text editor. Besides basic text \
     editing, nano offers many extra features like an interactive search \
     and replace, goto line number, auto-indentation, feature toggles, \
     internationalization support, and filename tab completion.
 
-homepage         http://www.nano-editor.org/
-master_sites     ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu
-checksums        md5 619107f0fc3c4383d668cef15aa3ca32 \
-                 sha1 00102580404cdb1c8594e5f6193000d5acac2249 \
-                 rmd160 858dc7cf7137cc2b19e9084a503fe508ef734381
+homepage        http://www.nano-editor.org/
+master_sites    ${homepage}dist/v[strsed ${version} {/\.[0-9]*$//}]/ gnu
 
-platforms        darwin freebsd
-depends_lib      port:ncurses
+checksums       md5 619107f0fc3c4383d668cef15aa3ca32 \
+                sha1 00102580404cdb1c8594e5f6193000d5acac2249 \
+                rmd160 858dc7cf7137cc2b19e9084a503fe508ef734381
 
-configure.args   --enable-nanorc \
-                 --disable-nls \
-                 --disable-wrapping-as-root \
-                 --disable-mouse \
-                 --disable-wrapping \
-                 --disable-speller \
-                 --disable-utf8
+depends_lib     port:ncurses
 
-destroot.target  install-strip
+configure.args  --enable-nanorc \
+                --disable-nls \
+                --disable-wrapping-as-root \
+                --disable-mouse \
+                --disable-wrapping \
+                --disable-speller \
+                --disable-utf8
 
-set docdir       ${prefix}/share/doc/${name}-${version}
+destroot.target install-strip
 
+set docdir      ${prefix}/share/doc/${name}-${version}
+
 post-destroot {
     xinstall -m 0755 -d ${destroot}${docdir}/html
     xinstall -m 0644 -W ${worksrcpath} AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
@@ -93,3 +96,4 @@
 livecheck.check regex
 livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
 livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+

Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/editors/scite/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,82 +1,82 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			scite
-version			1.74
-categories		editors
-platforms		darwin
-maintainers		nox
-description		SciTE is a SCIntilla based Text Editor.
+name            scite
+version         1.74
+categories      editors
+platforms       darwin
+maintainers     nox
+description     SciTE is a SCIntilla based Text Editor.
 
 long_description \
-	Originally built to demonstrate Scintilla, it has grown to be a generally \
-	useful editor with facilities for building and running programs. It is best \
-	used for jobs with simple configurations.
+    Originally built to demonstrate Scintilla, it has grown to be a generally \
+    useful editor with facilities for building and running programs. It is best \
+    used for jobs with simple configurations.
 
-homepage		http://scintilla.sourceforge.net/SciTE.html
-master_sites	sourceforge:scintilla
-distname		${name}[strsed ${version} {g/\.//}]
-extract.suffix	.tgz
+homepage        http://scintilla.sourceforge.net/SciTE.html
+master_sites    sourceforge:scintilla
+distname        ${name}[strsed ${version} {g/\.//}]
+extract.suffix  .tgz
 
-depends_build	port:pkgconfig
-depends_lib		port:gtk2
+depends_build   port:pkgconfig
+depends_lib     port:gtk2
 
-checksums		md5 09ad25f1fa6dab3feec41dba2480047f \
-				sha1 64066ed557c15821a50955b86acdda0d32e0a472 \
-				rmd160 a4547865bf2884108fbfbc8eaae1c7d1200ddd47
+checksums       md5 09ad25f1fa6dab3feec41dba2480047f \
+                sha1 64066ed557c15821a50955b86acdda0d32e0a472 \
+                rmd160 a4547865bf2884108fbfbc8eaae1c7d1200ddd47
 
-worksrcdir		${name}/gtk
+worksrcdir      ${name}/gtk
 
-patchfiles		patch-scintilla-gtk-makefile \
-				patch-scite-gtk-makefile 
+patchfiles      patch-scintilla-gtk-makefile \
+                patch-scite-gtk-makefile 
 
 post-patch {
-	cd ${workpath}/scintilla
-	reinplace -E "s/#ifdef (PLAT_MACOSX|__APPLE__)/#if PLAT_MACOSX/" include/Platform.h src/Editor.cxx
+    cd ${workpath}/scintilla
+    reinplace -E "s/#ifdef (PLAT_MACOSX|__APPLE__)/#if PLAT_MACOSX/" include/Platform.h src/Editor.cxx
 }
 
-use_configure	no
+use_configure   no
 
-build.args		prefix=${prefix} GTK2=yes
+build.args      prefix=${prefix} GTK2=yes
 
 pre-build {
-	cd ${workpath}/scintilla/gtk
+    cd ${workpath}/scintilla/gtk
 	
-	if {[variant_isset universal]} {
-		foreach {arch} {i386 ppc} {
-			system "make GTK2=yes UNIVERSAL_CFLAGS=\"-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ${arch}\""
+    if {[variant_isset universal]} {
+        foreach {arch} {i386 ppc} {
+		    system "make GTK2=yes UNIVERSAL_CFLAGS=\"-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ${arch}\""
 
-			file mkdir ../bin/${arch}
-			move ../bin/scintilla.a ../bin/${arch}/scintilla.a
+            file mkdir ../bin/${arch}
+            move ../bin/scintilla.a ../bin/${arch}/scintilla.a
 
-			system "make clean"
-		}
+            system "make clean"
+        }
 
-		cd ../bin
-		system "lipo -create -arch i386 i386/scintilla.a -arch ppc ppc/scintilla.a -output scintilla.a"
-	} else {
-		system "make GTK2=yes"
-	}
+        cd ../bin
+        system "lipo -create -arch i386 i386/scintilla.a -arch ppc ppc/scintilla.a -output scintilla.a"
+    } else {
+        system "make GTK2=yes"
+    }
 }
 
-destroot.destdir prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-	xinstall -m 0444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 0444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1
 }
 
 variant universal {
-	post-patch {
-		cd ${workpath}
+    post-patch {
+        cd ${workpath}
 
-		reinplace -E "/^CXXBASEFLAGS/s|\$| \$(UNIVERSAL_CFLAGS)|" scintilla/gtk/makefile
-		reinplace -E "/^CXXBASEFLAGS/s|\$| ${configure.universal_cflags}|" \
-			scite/gtk/makefile
-	}
+        reinplace -E "/^CXXBASEFLAGS/s|\$| \$(UNIVERSAL_CFLAGS)|" scintilla/gtk/makefile
+        reinplace -E "/^CXXBASEFLAGS/s|\$| ${configure.universal_cflags}|" \
+            scite/gtk/makefile
+    }
 
-	build.args-append "UNIVERSAL_LDFLAGS=\"${configure.universal_ldflags}\""
+    build.args-append   "UNIVERSAL_LDFLAGS=\"${configure.universal_ldflags}\""
 }
 
-livecheck.distname SciTE
+livecheck.distname  SciTE
 

Modified: trunk/dports/games/kanatest/Portfile
===================================================================
--- trunk/dports/games/kanatest/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/games/kanatest/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,41 +1,41 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			kanatest
-version			0.4.3
-categories		games education
-platforms		darwin
-maintainers		nox
-description		Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool.
+name            kanatest
+version         0.4.3
+categories      games education
+platforms       darwin
+maintainers     nox
+description     Kanatest is a Japanese kana (Hiragana and Katakana) simple flashcard tool.
 
 long_description \
-	Kanatest is a Japanese kana (hiragana and katakana) simple flashcard tool. It offers fourteen \
-	lessons and three drill modes: hiragana, katakana, and mixed mode. The tool displays randomly \
-	selected kana characters (respecting mode and lesson) and waits for the user answer (expected \
-	as the romaji equivalent). This process continues until all questions are answered or all \
-	questions are answered correctly (depending on options). At the end of test, information about \
-	drilling time and correctness ratio is displayed. The results are stored, and a user can review \
-	his performance at any time.
+    Kanatest is a Japanese kana (hiragana and katakana) simple flashcard tool. It offers fourteen \
+    lessons and three drill modes: hiragana, katakana, and mixed mode. The tool displays randomly \
+    selected kana characters (respecting mode and lesson) and waits for the user answer (expected \
+    as the romaji equivalent). This process continues until all questions are answered or all \
+    questions are answered correctly (depending on options). At the end of test, information about \
+    drilling time and correctness ratio is displayed. The results are stored, and a user can review \
+    his performance at any time.
 
-homepage		http://clay.ll.pl/kanatest/
-master_sites	${homepage}
+homepage        http://clay.ll.pl/kanatest/
+master_sites    ${homepage}
 
-checksums		md5 f41b133b4cc0bc05c6fec4a5692e2686 \
-				sha1 96e8f4b8f84f014b41113daf85c81b8a50f73c6a \
-				rmd160 7b8052ff0ef492b4f5a84ee3a72bd7e0f811cfc3
+checksums       md5 f41b133b4cc0bc05c6fec4a5692e2686 \
+                sha1 96e8f4b8f84f014b41113daf85c81b8a50f73c6a \
+                rmd160 7b8052ff0ef492b4f5a84ee3a72bd7e0f811cfc3
 
-depends_lib		port:gettext \
-				port:glib2 \
-				port:gtk2 \
-				port:libiconv \
-				port:libxml2 \
-				port:pkgconfig
+depends_lib     port:gettext \
+                port:glib2 \
+                port:gtk2 \
+                port:libiconv \
+                port:libxml2 \
+                port:pkgconfig
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
+        ${destroot}${docdir}
 }
 

Modified: trunk/dports/multimedia/XviD/Portfile
===================================================================
--- trunk/dports/multimedia/XviD/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/multimedia/XviD/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,41 +1,41 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				XviD
-version				1.1.3
-categories			multimedia devel
-platforms			darwin sunos
-maintainers			nox
-description			High performance and high quality MPEG-4 video library
+name                XviD
+version             1.1.3
+categories          multimedia devel
+platforms           darwin sunos
+maintainers         nox
+description         High performance and high quality MPEG-4 video library
 
-long_description 	The Xvid video codec implements MPEG-4 Simple Profile and Advanced \
-					Simple Profile standards. It permits compressing and decompressing \
-					digital video in order to reduce the required bandwidth of video \
-					data for transmission over computer networks or efficient storage on \
-					CDs or DVDs. Due to its unrivalled quality Xvid has gained great \
-					popularity and is used in many other GPLed applications, like e.g. \
-					Transcode, MEncoder, MPlayer, Xine and many more.
+long_description    The Xvid video codec implements MPEG-4 Simple Profile and Advanced \
+                    Simple Profile standards. It permits compressing and decompressing \
+                    digital video in order to reduce the required bandwidth of video \
+                    data for transmission over computer networks or efficient storage on \
+                    CDs or DVDs. Due to its unrivalled quality Xvid has gained great \
+                    popularity and is used in many other GPLed applications, like e.g. \
+                    Transcode, MEncoder, MPlayer, Xine and many more.
 
-homepage			http://www.xvid.org/
-master_sites		http://downloads.xvid.org/downloads/
-distname			xvidcore-${version}
-use_bzip2			yes
+homepage            http://www.xvid.org/
+master_sites        http://downloads.xvid.org/downloads/
+distname            xvidcore-${version}
+use_bzip2           yes
 
-checksums			md5 29c60d4d991ac18f687a8fd13cfe64b7 \
-					sha1 7a945c245851e115bc107aa621f72d775a5d1adb \
-					rmd160 f890a2ef58be5362aa1d2894e748ef11a0c7bba8
+checksums           md5 29c60d4d991ac18f687a8fd13cfe64b7 \
+                    sha1 7a945c245851e115bc107aa621f72d775a5d1adb \
+                    rmd160 f890a2ef58be5362aa1d2894e748ef11a0c7bba8
 
-worksrcdir			${distname}/build/generic
+worksrcdir          ${distname}/build/generic
 
 platform darwin i386 {
-	configure.args-append --disable-assembly
+    configure.args-append --disable-assembly
 }
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -m 0755 -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath}/../.. AUTHORS ChangeLog LICENSE TODO \
-		${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -m 0755 -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath}/../.. AUTHORS ChangeLog LICENSE TODO \
+        ${destroot}${docdir}
 }
 

Modified: trunk/dports/multimedia/libogg/Portfile
===================================================================
--- trunk/dports/multimedia/libogg/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/multimedia/libogg/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,48 +1,48 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			libogg
-version			1.1.3
-revision		2
-categories		multimedia
-platforms		darwin
-maintainers		nox openmaintainer
-description		Ogg Bitstream Library
+name            libogg
+version         1.1.3
+revision        2
+categories      multimedia
+platforms       darwin
+maintainers     nox openmaintainer
+description     Ogg Bitstream Library
 
 long_description \
     Libogg is a library for manipulating ogg bitstreams. It handles both \
     making ogg bitstreams and getting packets from ogg bitstreams.
 
-homepage		http://www.vorbis.com/
-master_sites	http://downloads.xiph.org/releases/ogg/
+homepage        http://www.vorbis.com/
+master_sites    http://downloads.xiph.org/releases/ogg/
 
-checksums		md5 eaf7dc6ebbff30975de7527a80831585 \
-				sha1 a3e495a8baf6939efad7e0bd11cc0e466838c3db \
-				rmd160 2dc0ab120416441a007cf1017f461372eab03c0d
+checksums       md5 eaf7dc6ebbff30975de7527a80831585 \
+                sha1 a3e495a8baf6939efad7e0bd11cc0e466838c3db \
+                rmd160 2dc0ab120416441a007cf1017f461372eab03c0d
 
 post-patch {
-	reinplace "s/__MACOSX__/__APPLE__/" ${worksrcpath}/include/ogg/os_types.h
+    reinplace "s/__MACOSX__/__APPLE__/" ${worksrcpath}/include/ogg/os_types.h
 }
 
 post-configure {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	if {[variant_isset universal]} {
-		reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" libtool
-	}
+    if {[variant_isset universal]} {
+        reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" libtool
+    }
 
-	if {! [variant_isset doc]} {
-		reinplace -E "/^install:/s/install-recursive//" doc/Makefile
-	}
+    if {! [variant_isset doc]} {
+        reinplace -E "/^install:/s/install-recursive//" doc/Makefile
+    }
 }
 
 post-destroot {
-	set docdir ${prefix}/share/doc/${name}-${version}
-	if {! [variant_isset doc]} {
-		xinstall -d ${destroot}${docdir}
-	}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    if {! [variant_isset doc]} {
+        xinstall -d ${destroot}${docdir}
+    }
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README ${destroot}${docdir}
 }
 
 variant doc description {Install extra documentation} {}

Modified: trunk/dports/shells/zsh-devel/Portfile
===================================================================
--- trunk/dports/shells/zsh-devel/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/shells/zsh-devel/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,24 +1,26 @@
 # $Id$
 
-PortSystem 1.0
-name		zsh-devel
-set my_name [strsed ${name} {s/-.*//}]
-version		4.3.4
-revision    1
-categories shells
-maintainers	nox
-description	Zsh is a UNIX command interpreter (shell)
-long_description	Zsh is a UNIX command interpreter (shell) which of \
-			the standard shells most resembles the Korn shell \
-			(ksh), although it is not completely compatible. \
-			It includes enhancements of many types, notably in \
-			the command-line editor, options for customising its \
-			behaviour, filename globbing, features to make \
-			C-shell (csh) users feel more at home and extra \
-			features drawn from tcsh (another `custom' shell).
-homepage	http://www.zsh.org/
-platforms	darwin
-use_bzip2 	yes
+PortSystem      1.0
+
+name            zsh-devel
+set my_name     [strsed ${name} {s/-.*//}]
+version         4.3.4
+revision        1
+categories      shells
+platforms       darwin
+maintainers     nox
+description     Zsh is a UNIX command interpreter (shell)
+
+long_description \
+    Zsh is a UNIX command interpreter (shell) which of the standard shells most resembles the Korn shell \
+    (ksh), although it is not completely compatible. It includes enhancements of many types, notably in \
+	the command-line editor, options for customising its behaviour, filename globbing, features to make \
+    C-shell (csh) users feel more at home and extra features drawn from tcsh (another `custom' shell).
+
+homepage        http://www.zsh.org/
+use_bzip2       yes
+dist_subdir     ${my_name}
+distname        ${my_name}-${version}
 master_sites    ${homepage}pub/ \
                 ftp://ftp.zsh.org/${my_name} \
                 ftp://ftp.sterling.com/${my_name}/ \
@@ -32,8 +34,6 @@
                 sourceforge:${my_name} \
                 http://deb.grml.org/pool/main/z/${my_name}-lovers/:love
 
-dist_subdir     ${my_name}
-distname        ${my_name}-${version}
 set love_distname   zsh-lovers_0.6-5
 set love_distfile	${love_distname}.tar.gz
 set worklovedir     [strsed [strsed ${love_distname} {s/-[0-9][0-9]*$//}] {g/_/-/}]
@@ -52,11 +52,14 @@
                     sha1 4520215404f324d229482d19affd97ff7ebbcdc0 \
                     rmd160 485d430fa31d3451258f42e8e188e00eeb72ae6a
 
-depends_lib	port:libiconv port:ncurses
-configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-		--with-curses-terminfo \
-		--enable-etcdir=${prefix}/etc
+depends_lib     port:libiconv \
+                port:ncurses
 
+configure.args	--mandir=${prefix}/share/man \
+                --infodir=${prefix}/share/info \
+                --with-curses-terminfo \
+                --enable-etcdir=${prefix}/etc
+
 test.run        yes
 test.target     check
 
@@ -85,11 +88,12 @@
 
 platform darwin {
     # Dynamic loadable libraries' extension is `bundle` on Darwin
-    configure.env-append DL_EXT=bundle
+    configure.env-append    DL_EXT=bundle
 }
 
 platform darwin 8 {
-	configure.compiler	gcc-4.0
+	configure.compiler  gcc-4.0
+
 	post-configure {
         # poll(2) is broken on Darwin 8.
 		reinplace "s|#define HAVE_POLL 1|#undef HAVE_POLL|" \
@@ -114,7 +118,7 @@
 }
 
 variant doc description {Install extra documentation} {
-    distfiles-append        [suffix ${distname}-doc]
+    distfiles-append    [suffix ${distname}-doc]
 
     post-destroot {
         cd ${worksrcpath}/Doc
@@ -127,8 +131,8 @@
 }
 
 variant examples description {Install configuration examples} {
-    distfiles-append        ${love_distfile}:love
-    extract.only-delete     ${love_distfile}
+    distfiles-append    ${love_distfile}:love
+    extract.only-delete ${love_distfile}
 
     post-extract {
         system "tar xzf ${distpath}/${love_distfile} -C ${workpath}"
@@ -155,3 +159,4 @@
 }
 
 livecheck.distname  ${my_name}-dev
+

Modified: trunk/dports/textproc/gsed/Portfile
===================================================================
--- trunk/dports/textproc/gsed/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/textproc/gsed/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,21 +1,16 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
+
 name            gsed
 set my_name     sed
 version         4.1.5
 revision        1
-distname        ${my_name}-${version}
 categories      textproc
+platforms       darwin
 maintainers     nox
-platforms       darwin
-master_sites    gnu:${my_name}
-homepage        http://www.gnu.org/software/${my_name}/
-checksums       md5 7a1cbbbb3341287308e140bd4834c3ba \
-                sha1 8e575e8a44568392d5b6e089eab5da5cdbd45885 \
-                rmd160 49b12e99a55c6d2e78ad236f0205e63e46444173
+description     GNU version of the stream editor, sed
 
-description     GNU version of the stream editor, sed
 long_description \
     Sed (streams editor) isn't really a true text editor or text        \
     processor. Instead, it is used to filter text, i.e., it takes text  \
@@ -24,6 +19,14 @@
     of a file using pattern matching or substituting multiple occurances\
     of a string within a file.
 
+homepage        http://www.gnu.org/software/${my_name}/
+master_sites    gnu:${my_name}
+distname        ${my_name}-${version}
+
+checksums       md5 7a1cbbbb3341287308e140bd4834c3ba \
+                sha1 8e575e8a44568392d5b6e089eab5da5cdbd45885 \
+                rmd160 49b12e99a55c6d2e78ad236f0205e63e46444173
+
 patchfiles      patch-configure
 
 configure.args  --infodir=${prefix}/share/info \

Modified: trunk/dports/textproc/most/Portfile
===================================================================
--- trunk/dports/textproc/most/Portfile	2007-09-10 15:43:12 UTC (rev 28879)
+++ trunk/dports/textproc/most/Portfile	2007-09-10 16:59:39 UTC (rev 28880)
@@ -1,30 +1,34 @@
 # $Id$
 
-PortSystem 1.0
-name             most
-version          4.10.2
-categories       textproc
-maintainers      nox openmaintainer
-description      powerful paging program
+PortSystem      1.0
+name            most
+version         4.10.2
+categories      textproc
+platforms        darwin
+maintainers     nox openmaintainer
+description     powerful paging program
+
 long_description \
     MOST is a powerful paging program for Unix, VMS, MSDOS, and \
     win32 systems. Unlike other well-known paging programs \
     most supports multiple windows and can scroll left and right. \
     Why settle for less?
-homepage         http://www.jedsoft.org/${name}/
-platforms        darwin
-master_sites     ftp://space.mit.edu/pub/davis/${name}/
-use_bzip2        yes
-checksums        md5 99a24b6989ac81f436791b957b2e171a \
-                 sha1 ae0f271d9a0bc1db9944cced78cc9f76818aabf3 \
-                 rmd160 5fca40fad3455bbaea9949268f53496055359b49
-depends_lib      port:slang
 
+homepage        http://www.jedsoft.org/${name}/
+master_sites    ftp://space.mit.edu/pub/davis/${name}/
+use_bzip2       yes
+
+checksums       md5 99a24b6989ac81f436791b957b2e171a \
+                sha1 ae0f271d9a0bc1db9944cced78cc9f76818aabf3 \
+                rmd160 5fca40fad3455bbaea9949268f53496055359b49
+
+depends_lib     port:slang
+
 post-patch {
-	cd ${worksrcpath}/src
+    cd ${worksrcpath}/src
 
-	reinplace -E "/MAN_DIR/s|man|share/man|" Makefile.in
-	reinplace -E "/DOC_DIR/s|doc.*\$|share/doc/${name}-${version}|" Makefile.in
+    reinplace -E "/MAN_DIR/s|man|share/man|" Makefile.in
+    reinplace -E "/DOC_DIR/s|doc.*\$|share/doc/${name}-${version}|" Makefile.in
 }
 
 variant x11 description {Enable X11 support} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070910/a314c046/attachment.html


More information about the macports-changes mailing list