[40901] trunk/dports/graphics/gimp-gap/Portfile

devans at macports.org devans at macports.org
Fri Oct 17 13:49:03 PDT 2008


Revision: 40901
          http://trac.macports.org/changeset/40901
Author:   devans at macports.org
Date:     2008-10-17 13:49:02 -0700 (Fri, 17 Oct 2008)
Log Message:
-----------
Add livecheck, mode line, white space and lint.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap/Portfile

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2008-10-17 20:12:47 UTC (rev 40900)
+++ trunk/dports/graphics/gimp-gap/Portfile	2008-10-17 20:49:02 UTC (rev 40901)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,18 +8,22 @@
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
+
 description     The Gimp Animation Package.
+
 long_description \
                 GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to \
                 extend GIMP with capabilities to edit and create animations as \
                 sequences of single frames.
+
 homepage        http://www.gimp.org/
 platforms       darwin
+master_sites    ftp://ftp.gimp.org/pub/gimp/plug-ins/v${branch}/gap/
 
-master_sites    ftp://ftp.gimp.org/pub/gimp/plug-ins/v${branch}/gap/
 checksums       md5     b3e8eb56cc3d94325a81266a2d95fa39 \
                 sha1    bbbc5b115b4815726bca9d962ae0a7ca1c2e07e8 \
                 rmd160  7a2a4c8935560a7b95575b9479af2cc7fee9e0a4
+
 use_bzip2       yes
 
 depends_lib     port:gimp2 \
@@ -35,7 +40,7 @@
 
 configure.args  --disable-audio-support \
                 --disable-libmpeg3 \
-                --enable-gdkpixbuf-pview 
+                --enable-gdkpixbuf-pview
 
 post-configure {
     reinplace "s|-Wl,-d|-Wl|g" \
@@ -54,3 +59,7 @@
         }
     }
 }
+
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081017/046c433e/attachment.html 


More information about the macports-changes mailing list