[69478] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Wed Jul 7 13:38:39 PDT 2010


Revision: 69478
          http://trac.macports.org/changeset/69478
Author:   ryandesign at macports.org
Date:     2010-07-07 13:38:38 -0700 (Wed, 07 Jul 2010)
Log Message:
-----------
wine, wine-devel: whitespace changes only

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2010-07-07 19:42:39 UTC (rev 69477)
+++ trunk/dports/x11/wine/Portfile	2010-07-07 20:38:38 UTC (rev 69478)
@@ -1,152 +1,144 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               archcheck 1.0
-PortGroup               xcodeversion 1.0
+PortSystem                  1.0
+PortGroup                   archcheck 1.0
+PortGroup                   xcodeversion 1.0
 
-name                    wine
-conflicts               wine-devel wine-crossover-games
-set my_name             wine
-version                 1.0.1
-revision                7
-license                 LGPL-2.1+
-categories              x11
-maintainers             ryandesign jwa openmaintainer
-homepage                http://www.winehq.org/
-platforms               darwin
-use_bzip2               yes
-distname                ${my_name}-${version}
-dist_subdir             ${my_name}
-set wine_distfile       [suffix ${distname}]
-set wine_gecko_distfile wine_gecko-0.1.0.cab
-distfiles               ${wine_distfile} ${wine_gecko_distfile}
-extract.only            ${wine_distfile}
-build.target            depend all
-use_parallel_build      yes
-universal_variant       no
+name                        wine
+conflicts                   wine-devel wine-crossover-games
+set my_name                 wine
+version                     1.0.1
+revision                    7
+license                     LGPL-2.1+
+categories                  x11
+maintainers                 ryandesign jwa openmaintainer
+homepage                    http://www.winehq.org/
+platforms                   darwin
+use_bzip2                   yes
+distname                    ${my_name}-${version}
+dist_subdir                 ${my_name}
+set wine_distfile           [suffix ${distname}]
+set wine_gecko_distfile     wine_gecko-0.1.0.cab
+distfiles                   ${wine_distfile} ${wine_gecko_distfile}
+extract.only                ${wine_distfile}
+build.target                depend all
+use_parallel_build          yes
+universal_variant           no
 
-minimum_xcodeversions   {8 2.5}
+minimum_xcodeversions       {8 2.5}
 
-description \
-    Wine Is Not an Emulator
+description                 Wine Is Not an Emulator
 
-long_description \
-    Wine is an implementation of the Windows APIs on top of X11.
+long_description            Wine is an implementation of the Windows APIs on top of X11.
 
-master_sites \
-    sourceforge:wine \
-    http://ibiblio.org/pub/linux/system/emulators/wine/
+master_sites                sourceforge:wine \
+                            http://ibiblio.org/pub/linux/system/emulators/wine/
 
-checksums \
-    ${wine_distfile} \
-    md5     b49540f4ed194c7e8da4cdc4b5bd3404 \
-    sha1    0550b03bf7b314514a87b6abb2198da96ef83b22 \
-    rmd160  fecd2bf970c51c80fc02ca39631034f066da145e \
-    ${wine_gecko_distfile} \
-    md5     b188c296f045d20abdb11e9c0564894b \
-    sha1    c16f1072dc6b0ced20935662138dcf019a38cd56 \
-    rmd160  61f85ee39e96f88783541460d2fce31db7cc0183
+checksums                   ${wine_distfile} \
+                            md5     b49540f4ed194c7e8da4cdc4b5bd3404 \
+                            sha1    0550b03bf7b314514a87b6abb2198da96ef83b22 \
+                            rmd160  fecd2bf970c51c80fc02ca39631034f066da145e \
+                            ${wine_gecko_distfile} \
+                            md5     b188c296f045d20abdb11e9c0564894b \
+                            sha1    c16f1072dc6b0ced20935662138dcf019a38cd56 \
+                            rmd160  61f85ee39e96f88783541460d2fce31db7cc0183
 
 # Note: Most of the X11 libs are dlopen()'d
-depends_lib \
-    port:expat \
-    port:fontconfig \
-    port:freetype \
-    port:jpeg \
-    port:lcms \
-    port:libiconv \
-    port:libpng \
-    port:libxml2 \
-    port:libxslt \
-    port:ncurses \
-    port:openssl \
-    port:zlib \
-    port:xorg-libsm \
-    port:xorg-libXcomposite \
-    port:xorg-libXcursor \
-    port:xorg-libXi \
-    port:xorg-libXinerama \
-    port:xorg-libXrandr \
-    port:xorg-libXxf86vm \
-    port:mesa
+depends_lib                 port:expat \
+                            port:fontconfig \
+                            port:freetype \
+                            port:jpeg \
+                            port:lcms \
+                            port:libiconv \
+                            port:libpng \
+                            port:libxml2 \
+                            port:libxslt \
+                            port:ncurses \
+                            port:openssl \
+                            port:zlib \
+                            port:xorg-libsm \
+                            port:xorg-libXcomposite \
+                            port:xorg-libXcursor \
+                            port:xorg-libXi \
+                            port:xorg-libXinerama \
+                            port:xorg-libXrandr \
+                            port:xorg-libXxf86vm \
+                            port:mesa
 
-archcheck.files         lib/libexpat.dylib \
-                        lib/libfontconfig.dylib \
-                        lib/libfreetype.dylib \
-                        lib/libjpeg.dylib \
-                        lib/liblcms.dylib \
-                        lib/libiconv.dylib \
-                        lib/libpng.dylib \
-                        lib/libxml2.dylib \
-                        lib/libxslt.dylib \
-                        lib/libncurses.dylib \
-                        lib/libssl.dylib \
-                        lib/libz.dylib \
-                        lib/libSM.dylib \
-                        lib/libXcomposite.dylib \
-                        lib/libXcursor.dylib \
-                        lib/libXi.dylib \
-                        lib/libXinerama.dylib \
-                        lib/libXrandr.dylib \
-                        lib/libXxf86vm.dylib \
-                        lib/libGL.dylib
+archcheck.files             lib/libexpat.dylib \
+                            lib/libfontconfig.dylib \
+                            lib/libfreetype.dylib \
+                            lib/libjpeg.dylib \
+                            lib/liblcms.dylib \
+                            lib/libiconv.dylib \
+                            lib/libpng.dylib \
+                            lib/libxml2.dylib \
+                            lib/libxslt.dylib \
+                            lib/libncurses.dylib \
+                            lib/libssl.dylib \
+                            lib/libz.dylib \
+                            lib/libSM.dylib \
+                            lib/libXcomposite.dylib \
+                            lib/libXcursor.dylib \
+                            lib/libXi.dylib \
+                            lib/libXinerama.dylib \
+                            lib/libXrandr.dylib \
+                            lib/libXxf86vm.dylib \
+                            lib/libGL.dylib
 
-depends_build \
-    port:pkgconfig
+depends_build               port:pkgconfig
 
 # patch-freetype.c-pFT_MulFix.diff should no longer be needed with wine 1.2
-patchfiles \
-    patch-freetype.c-pFT_MulFix.diff
+patchfiles                  patch-freetype.c-pFT_MulFix.diff
 
-use_autoreconf yes
-autoreconf.args -fvi
+use_autoreconf              yes
+autoreconf.args             -fvi
 
-configure.ldflags-append \
-    -framework CoreServices \
-    -lz
+configure.ldflags-append    -framework CoreServices \
+                            -lz
 
-configure.args          --without-alsa \
-                        --without-audioio \
-                        --without-capi \
-                        --with-cms \
-                        --with-coreaudio \
-                        --without-cups \
-                        --with-curses \
-                        --without-esd \
-                        --with-fontconfig \
-                        --with-freetype \
-                        --without-gphoto \
-                        --with-glu \
-                        --without-hal \
-                        --without-jack \
-                        --with-jpeg \
-                        --without-ldap \
-                        --without-nas \
-                        --with-opengl \
-                        --with-openssl \
-                        --without-oss \
-                        --with-png \
-                        --without-sane \
-                        --with-xcomposite \
-                        --with-xcursor \
-                        --with-xinerama \
-                        --with-xinput \
-                        --with-xml \
-                        --with-xrandr \
-                        --with-xrender \
-                        --with-xshape \
-                        --with-xshm \
-                        --with-xslt \
-                        --with-xvidmode \
-                        --with-x \
-                        --x-include=${prefix}/include \
-                        --x-lib=${prefix}/lib
+configure.args              --without-alsa \
+                            --without-audioio \
+                            --without-capi \
+                            --with-cms \
+                            --with-coreaudio \
+                            --without-cups \
+                            --with-curses \
+                            --without-esd \
+                            --with-fontconfig \
+                            --with-freetype \
+                            --without-gphoto \
+                            --with-glu \
+                            --without-hal \
+                            --without-jack \
+                            --with-jpeg \
+                            --without-ldap \
+                            --without-nas \
+                            --with-opengl \
+                            --with-openssl \
+                            --without-oss \
+                            --with-png \
+                            --without-sane \
+                            --with-xcomposite \
+                            --with-xcursor \
+                            --with-xinerama \
+                            --with-xinput \
+                            --with-xml \
+                            --with-xrandr \
+                            --with-xrender \
+                            --with-xshape \
+                            --with-xshm \
+                            --with-xslt \
+                            --with-xvidmode \
+                            --with-x \
+                            --x-include=${prefix}/include \
+                            --x-lib=${prefix}/lib
 
 # This is not 64-bit friendly yet
 if {[info exists supported_archs]} {
-    supported_archs i386
+supported_archs             i386
 }
-configure.build_arch i386
+configure.build_arch        i386
 
 platform darwin 10 {
     # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o
@@ -193,5 +185,5 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type          regex
-livecheck.regex         {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}
+livecheck.type              regex
+livecheck.regex             {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-07-07 19:42:39 UTC (rev 69477)
+++ trunk/dports/x11/wine-devel/Portfile	2010-07-07 20:38:38 UTC (rev 69478)
@@ -1,154 +1,147 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               archcheck 1.0
-PortGroup               xcodeversion 1.0
+PortSystem                  1.0
+PortGroup                   archcheck 1.0
+PortGroup                   xcodeversion 1.0
 
-name                    wine-devel
-conflicts               wine wine-crossover-games
-set my_name             wine
-version                 1.2-rc6
-license                 LGPL-2.1+
-categories              x11
-maintainers             ryandesign jwa openmaintainer
-homepage                http://www.winehq.org/
-platforms               darwin
-use_bzip2               yes
-distname                ${my_name}-${version}
-dist_subdir             ${my_name}
-set wine_distfile       [suffix ${distname}]
-set wine_gecko_distfile wine_gecko-1.0.0-x86.cab
-distfiles               ${wine_distfile} ${wine_gecko_distfile}
-extract.only            ${wine_distfile}
-build.target            depend all
-use_parallel_build      yes
-universal_variant       no
+name                        wine-devel
+conflicts                   wine wine-crossover-games
+set my_name                 wine
+version                     1.2-rc6
+license                     LGPL-2.1+
+categories                  x11
+maintainers                 ryandesign jwa openmaintainer
+homepage                    http://www.winehq.org/
+platforms                   darwin
+use_bzip2                   yes
+distname                    ${my_name}-${version}
+dist_subdir                 ${my_name}
+set wine_distfile           [suffix ${distname}]
+set wine_gecko_distfile     wine_gecko-1.0.0-x86.cab
+distfiles                   ${wine_distfile} ${wine_gecko_distfile}
+extract.only                ${wine_distfile}
+build.target                depend all
+use_parallel_build          yes
+universal_variant           no
 
-minimum_xcodeversions   {8 2.5}
+minimum_xcodeversions       {8 2.5}
 
-description \
-    Wine Is Not an Emulator
+description                 Wine Is Not an Emulator
 
-long_description \
-    Wine is an implementation of the Windows APIs on top of X11.
+long_description            Wine is an implementation of the Windows APIs on top of X11.
 
-master_sites \
-    sourceforge:wine \
-    http://ibiblio.org/pub/linux/system/emulators/wine/
+master_sites                sourceforge:wine \
+                            http://ibiblio.org/pub/linux/system/emulators/wine/
 
-checksums \
-    ${wine_distfile} \
-    md5     689c6ae6baaa33ca6532af2cec05d26b \
-    sha1    07cb82572090347ba671abebc6347d75bcd4a8f6 \
-    rmd160  cf9be75ead99e1d9ebac0e4a83f2dde6a7776598 \
-    ${wine_gecko_distfile} \
-    md5     9c5c335fc077c0558561afaf25a09e51 \
-    sha1    afa22c52bca4ca77dcb9edb3c9936eb23793de01 \
-    rmd160  57618dbffa7b7226dcd44f86c3c569ab8a5ff938
+checksums                   ${wine_distfile} \
+                            md5     689c6ae6baaa33ca6532af2cec05d26b \
+                            sha1    07cb82572090347ba671abebc6347d75bcd4a8f6 \
+                            rmd160  cf9be75ead99e1d9ebac0e4a83f2dde6a7776598 \
+                            ${wine_gecko_distfile} \
+                            md5     9c5c335fc077c0558561afaf25a09e51 \
+                            sha1    afa22c52bca4ca77dcb9edb3c9936eb23793de01 \
+                            rmd160  57618dbffa7b7226dcd44f86c3c569ab8a5ff938
 
 # Note: Most of the X11 libs are dlopen()'d
-depends_lib \
-    port:expat \
-    port:fontconfig \
-    port:freetype \
-    port:jpeg \
-    port:lcms \
-    port:libiconv \
-    port:libpng \
-    port:libxml2 \
-    port:libxslt \
-    port:ncurses \
-    port:openssl \
-    port:tiff \
-    port:zlib \
-    port:xorg-libsm \
-    port:xorg-libXcomposite \
-    port:xorg-libXcursor \
-    port:xorg-libXi \
-    port:xorg-libXinerama \
-    port:xorg-libXrandr \
-    port:xorg-libXxf86vm \
-    port:mesa
+depends_lib                 port:expat \
+                            port:fontconfig \
+                            port:freetype \
+                            port:jpeg \
+                            port:lcms \
+                            port:libiconv \
+                            port:libpng \
+                            port:libxml2 \
+                            port:libxslt \
+                            port:ncurses \
+                            port:openssl \
+                            port:tiff \
+                            port:zlib \
+                            port:xorg-libsm \
+                            port:xorg-libXcomposite \
+                            port:xorg-libXcursor \
+                            port:xorg-libXi \
+                            port:xorg-libXinerama \
+                            port:xorg-libXrandr \
+                            port:xorg-libXxf86vm \
+                            port:mesa
 
-archcheck.files         lib/libexpat.dylib \
-                        lib/libfontconfig.dylib \
-                        lib/libfreetype.dylib \
-                        lib/libjpeg.dylib \
-                        lib/liblcms.dylib \
-                        lib/libiconv.dylib \
-                        lib/libpng.dylib \
-                        lib/libxml2.dylib \
-                        lib/libxslt.dylib \
-                        lib/libncurses.dylib \
-                        lib/libssl.dylib \
-                        lib/libtiff.dylib \
-                        lib/libz.dylib \
-                        lib/libSM.dylib \
-                        lib/libXcomposite.dylib \
-                        lib/libXcursor.dylib \
-                        lib/libXi.dylib \
-                        lib/libXinerama.dylib \
-                        lib/libXrandr.dylib \
-                        lib/libXxf86vm.dylib \
-                        lib/libGL.dylib
+archcheck.files             lib/libexpat.dylib \
+                            lib/libfontconfig.dylib \
+                            lib/libfreetype.dylib \
+                            lib/libjpeg.dylib \
+                            lib/liblcms.dylib \
+                            lib/libiconv.dylib \
+                            lib/libpng.dylib \
+                            lib/libxml2.dylib \
+                            lib/libxslt.dylib \
+                            lib/libncurses.dylib \
+                            lib/libssl.dylib \
+                            lib/libtiff.dylib \
+                            lib/libz.dylib \
+                            lib/libSM.dylib \
+                            lib/libXcomposite.dylib \
+                            lib/libXcursor.dylib \
+                            lib/libXi.dylib \
+                            lib/libXinerama.dylib \
+                            lib/libXrandr.dylib \
+                            lib/libXxf86vm.dylib \
+                            lib/libGL.dylib
 
-depends_build \
-    port:flex \
-    port:pkgconfig
+depends_build               port:flex \
+                            port:pkgconfig
 
-configure.ldflags-append \
-    -framework CoreServices \
-    -lz
+configure.ldflags-append    -framework CoreServices \
+                            -lz
 
-configure.args          --without-alsa \
-                        --without-audioio \
-                        --without-capi \
-                        --with-cms \
-                        --with-coreaudio \
-                        --without-cups \
-                        --with-curses \
-                        --without-esd \
-                        --with-fontconfig \
-                        --with-freetype \
-                        --without-gphoto \
-                        --with-glu \
-                        --without-gnutls \
-                        --without-gsm \
-                        --without-hal \
-                        --without-jack \
-                        --with-jpeg \
-                        --without-ldap \
-                        --without-mpg123 \
-                        --without-nas \
-                        --without-openal \
-                        --with-opengl \
-                        --with-openssl \
-                        --without-oss \
-                        --with-png \
-                        --with-pthread \
-                        --without-sane \
-                        --with-tiff \
-                        --without-v4l \
-                        --with-xcomposite \
-                        --with-xcursor \
-                        --with-xinerama \
-                        --with-xinput \
-                        --with-xml \
-                        --with-xrandr \
-                        --with-xrender \
-                        --with-xshape \
-                        --with-xshm \
-                        --with-xslt \
-                        --with-xxf86vm \
-                        --with-x \
-                        --x-include=${prefix}/include \
-                        --x-lib=${prefix}/lib
+configure.args              --without-alsa \
+                            --without-audioio \
+                            --without-capi \
+                            --with-cms \
+                            --with-coreaudio \
+                            --without-cups \
+                            --with-curses \
+                            --without-esd \
+                            --with-fontconfig \
+                            --with-freetype \
+                            --without-gphoto \
+                            --with-glu \
+                            --without-gnutls \
+                            --without-gsm \
+                            --without-hal \
+                            --without-jack \
+                            --with-jpeg \
+                            --without-ldap \
+                            --without-mpg123 \
+                            --without-nas \
+                            --without-openal \
+                            --with-opengl \
+                            --with-openssl \
+                            --without-oss \
+                            --with-png \
+                            --with-pthread \
+                            --without-sane \
+                            --with-tiff \
+                            --without-v4l \
+                            --with-xcomposite \
+                            --with-xcursor \
+                            --with-xinerama \
+                            --with-xinput \
+                            --with-xml \
+                            --with-xrandr \
+                            --with-xrender \
+                            --with-xshape \
+                            --with-xshm \
+                            --with-xslt \
+                            --with-xxf86vm \
+                            --with-x \
+                            --x-include=${prefix}/include \
+                            --x-lib=${prefix}/lib
 
 # This is not 64-bit friendly yet
 if {[info exists supported_archs]} {
-    supported_archs i386
+supported_archs             i386
 }
-configure.build_arch i386
+configure.build_arch        i386
 
 platform darwin 9 {
     # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
@@ -188,5 +181,5 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type          regex
-livecheck.regex         {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
+livecheck.type              regex
+livecheck.regex             {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100707/45e5ec36/attachment-0001.html>


More information about the macports-changes mailing list