[86455] trunk/dports/devel/libsdl_gfx/Portfile

mww at macports.org mww at macports.org
Wed Oct 26 00:19:27 PDT 2011


Revision: 86455
          http://trac.macports.org/changeset/86455
Author:   mww at macports.org
Date:     2011-10-26 00:19:27 -0700 (Wed, 26 Oct 2011)
Log Message:
-----------
libsdl_gfx: whitespace changes

Modified Paths:
--------------
    trunk/dports/devel/libsdl_gfx/Portfile

Modified: trunk/dports/devel/libsdl_gfx/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx/Portfile	2011-10-26 07:16:49 UTC (rev 86454)
+++ trunk/dports/devel/libsdl_gfx/Portfile	2011-10-26 07:19:27 UTC (rev 86455)
@@ -2,48 +2,49 @@
 
 PortSystem 1.0
 
-name			libsdl_gfx
-version			2.0.22
-categories		devel graphics
-platforms		macosx
-maintainers		mww
-license			LGPL-2.1
-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.
+name                libsdl_gfx
+version             2.0.22
+categories          devel graphics
+platforms           macosx
+maintainers         mww
+license             LGPL-2.1
+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.
 
-homepage		http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
-master_sites	http://www.ferzkopp.net/Software/SDL_gfx-2.0/
-distname		SDL_gfx-${version}
+homepage            http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
+master_sites        http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+distname            SDL_gfx-${version}
 
-checksums		sha1    6d384d8dbf7fe56e4dfef1aaa06a106f62ef91d1 \
-				rmd160  96213169e126ea3d54e10d5b7339426df9d0cc61
+checksums           sha1    6d384d8dbf7fe56e4dfef1aaa06a106f62ef91d1 \
+                    rmd160  96213169e126ea3d54e10d5b7339426df9d0cc61 \
+                    sha256  1575e7be73fd927ff0e3567dc06095773f5ba1b47872b9aa0d0fefebfd6d2bf0
 
-use_autoreconf	yes
+use_autoreconf      yes
 
-depends_lib		port:libsdl port:libiconv
+depends_lib         port:libsdl port:libiconv
 
 post-extract {
-	file mkdir ${worksrcpath}/m4
+    file mkdir ${worksrcpath}/m4
 }
 
-configure.args	--disable-mmx \
-				--disable-sdltest
-build.args		LIBTOOL=glibtool
+configure.args      --disable-mmx \
+                    --disable-sdltest
+build.args          LIBTOOL=glibtool
 
-post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-		LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+        LICENSE NEWS README ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	freshmeat
-livecheck.name	sdl_gfx
+livecheck.type      freshmeat
+livecheck.name      sdl_gfx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111026/9a5950e6/attachment.html>


More information about the macports-changes mailing list