[88921] trunk/dports/graphics/whirlgif/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 20:24:39 PST 2012


Revision: 88921
          http://trac.macports.org/changeset/88921
Author:   ryandesign at macports.org
Date:     2012-01-14 20:24:39 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
whirlgif: adjust whitespace and formatting and add modeline

Modified Paths:
--------------
    trunk/dports/graphics/whirlgif/Portfile

Modified: trunk/dports/graphics/whirlgif/Portfile
===================================================================
--- trunk/dports/graphics/whirlgif/Portfile	2012-01-15 04:23:13 UTC (rev 88920)
+++ trunk/dports/graphics/whirlgif/Portfile	2012-01-15 04:24:39 UTC (rev 88921)
@@ -1,30 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			whirlgif
-version			3.04
-categories		graphics
-platforms		darwin
-maintainers		nomaintainer
-description		produces an animated GIF file composed of a series of GIF images
-long_description	${description}
+name                whirlgif
+version             3.04
+categories          graphics
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://www.danbbs.dk/~dino/whirlgif/
-master_sites	${homepage} freebsd
-distname		whirlgif304
-checksums		md5 f34db0c396fda20f5937c489eb086850
+description         produces an animated GIF file composed of a series of GIF images
 
-extract.mkdir	yes
+long_description    ${description}
 
+homepage            http://www.danbbs.dk/~dino/whirlgif/
+master_sites        ${homepage} freebsd
+distname            whirlgif304
+
+checksums           md5  f34db0c396fda20f5937c489eb086850
+
+extract.mkdir       yes
+
 patchfiles          patch-whirlgif.c.diff
 
-use_configure	no
+use_configure       no
 
-build.args		CC=${configure.cc}
+build.args          CC=${configure.cc}
 
-destroot	{
-	xinstall -m 755 -s ${worksrcpath}/whirlgif ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/whirlgif.1 \
-		${destroot}${prefix}/share/man/man1
+destroot {
+    xinstall -m 755 -s ${worksrcpath}/whirlgif ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/whirlgif.1 ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/db6a3cc1/attachment.html>


More information about the macports-changes mailing list