[86007] trunk/dports/graphics/wxWidgets-devel/Portfile

and.damore at macports.org and.damore at macports.org
Tue Oct 18 01:22:52 PDT 2011


Revision: 86007
          http://trac.macports.org/changeset/86007
Author:   and.damore at macports.org
Date:     2011-10-18 01:22:46 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
port wxwidgets-devel: detabbed, whitespace only changes

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-devel/Portfile

Modified: trunk/dports/graphics/wxWidgets-devel/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-devel/Portfile	2011-10-18 07:52:13 UTC (rev 86006)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile	2011-10-18 08:22:46 UTC (rev 86007)
@@ -3,42 +3,42 @@
 PortSystem 1.0
 PortGroup               archcheck 1.0
 
-name			wxWidgets-devel
-conflicts		wxgtk wxWidgets
-version			2.9.2
-revision		1
+name            wxWidgets-devel
+conflicts       wxgtk wxWidgets
+version         2.9.2
+revision        1
 
-categories		graphics devel
-platforms		darwin
-maintainers		jwa
-description		mature cross-platform C++ GUI framework
-long_description	wxWidgets is a mature open-source cross-platform C++ \
+categories      graphics devel
+platforms       darwin
+maintainers     jwa
+description     mature cross-platform C++ GUI framework
+long_description    wxWidgets is a mature open-source cross-platform C++ \
     GUI framework for Mac OS, Unix, Linux, Windows. It can \
     make use of a variety of native widget sets as well as \
     its own widget set: Mac OS, GTK+, Motif, WIN32. \
     wxWidgets will even run on embedded systems using \
     Linux and X11.
 
-homepage		http://www.wxwidgets.org/
-distname		wxWidgets
-master_sites	sourceforge:project/wxwindows/${version} \
-			    http://biolpc22.york.ac.uk/pub/${version}/
+homepage        http://www.wxwidgets.org/
+distname        wxWidgets
+master_sites    sourceforge:project/wxwindows/${version} \
+                http://biolpc22.york.ac.uk/pub/${version}/
 
-use_bzip2		yes
+use_bzip2       yes
 
-distfiles		${distname}-${version}${extract.suffix}
-dist_subdir		${distname}/${version}
+distfiles       ${distname}-${version}${extract.suffix}
+dist_subdir     ${distname}/${version}
 
 checksums           md5     d6cec5bd331ba90b74c1e2fcb0563620 \
                     sha1    1487a8ed4f48cc1bd0c4d37de9385c8edd1a024b \
                     rmd160  f6d85672f02d8888bd779f5bcde5e902f0f6339b
                     
-depends_lib		port:jpeg \
-			    port:tiff \
-			    port:libpng \
-			    port:zlib \
-			    port:libiconv \
-			    port:expat
+depends_lib     port:jpeg \
+                port:tiff \
+                port:libpng \
+                port:zlib \
+                port:libiconv \
+                port:expat
 
 archcheck.files lib/libjpeg.dylib \
                 lib/libtiff.dylib \
@@ -47,31 +47,31 @@
                 lib/libiconv.dylib \
                 lib/libexpat.dylib
 
-set worksrcdir	${distname}-${version}/build
+set worksrcdir  ${distname}-${version}/build
 
-extract.only	${distname}-${version}${extract.suffix}
+extract.only    ${distname}-${version}${extract.suffix}
 
-patch.dir	${worksrcpath}/..
-patchfiles	patch-configure-change_install_names.diff
-configure.cmd	../configure
-configure.ldflags	-L${build.dir}/lib -L${prefix}/lib
-configure.args	--mandir=${prefix}/share/man \
-			    --with-libiconv-prefix=${prefix} \
-			    --with-libjpeg \
-			    --with-libtiff \
-			    --with-libpng \
-			    --with-zlib \
-			    --with-opengl \
-			    --with-cocoa \
-			    --without-sdl \
-			    --disable-sdltest \
-			    --enable-unicode \
-			    --enable-display
+patch.dir   ${worksrcpath}/..
+patchfiles  patch-configure-change_install_names.diff
+configure.cmd   ../configure
+configure.ldflags   -L${build.dir}/lib -L${prefix}/lib
+configure.args  --mandir=${prefix}/share/man \
+                --with-libiconv-prefix=${prefix} \
+                --with-libjpeg \
+                --with-libtiff \
+                --with-libpng \
+                --with-zlib \
+                --with-opengl \
+                --with-cocoa \
+                --without-sdl \
+                --disable-sdltest \
+                --enable-unicode \
+                --enable-display
 
 build.target
 
-universal_variant	no
-use_parallel_build	yes
+universal_variant   no
+use_parallel_build  yes
 
 configure.ccache    no
 configure.cppflags-append -arch ${configure.build_arch}
@@ -82,19 +82,19 @@
 }
 
 platform darwin 11 {
-	 configure.args-append \
-	 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \
-	 --with-macosx-version-min=10.6
+     configure.args-append \
+     --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \
+     --with-macosx-version-min=10.6
 }
 
-default_variants	+sdl
+default_variants    +sdl
 
 variant monolithic description {build only one library} {
-    configure.args-append	--enable-monolithic
+    configure.args-append   --enable-monolithic
 }
 
 variant debug description {add debug info to libraries} {
-    configure.args-append	--enable-debug
+    configure.args-append   --enable-debug
 }
 
 variant sdl description {Use SDL for audio on Unix} { 
@@ -103,7 +103,7 @@
     configure.args-delete       --without-sdl 
     configure.args-append       --with-sdl 
 } 
-	 
+     
 variant stdlib description {add support for various standard library features} { 
     configure.args-append       --enable-stl \
     --enable-std_containers \
@@ -112,6 +112,6 @@
     --enable-std_string_conv_in_wxstring
 } 
 
-livecheck.type		regex
-livecheck.url		${homepage}/downloads/
-livecheck.regex		Latest Development Release.*(2\\.\[0-9\]\\.\[0-9\]+)
+livecheck.type      regex
+livecheck.url       ${homepage}/downloads/
+livecheck.regex     Latest Development Release.*(2\\.\[0-9\]\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/1e2dce46/attachment-0001.html>


More information about the macports-changes mailing list