[122730] trunk/dports/graphics/imageindex/Portfile

devans at macports.org devans at macports.org
Sun Jul 27 21:24:07 PDT 2014


Revision: 122730
          https://trac.macports.org/changeset/122730
Author:   devans at macports.org
Date:     2014-07-27 21:24:07 -0700 (Sun, 27 Jul 2014)
Log Message:
-----------
imageindex: add mode line and retab to match, white space only.

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

Modified: trunk/dports/graphics/imageindex/Portfile
===================================================================
--- trunk/dports/graphics/imageindex/Portfile	2014-07-28 04:16:49 UTC (rev 122729)
+++ trunk/dports/graphics/imageindex/Portfile	2014-07-28 04:24:07 UTC (rev 122730)
@@ -1,39 +1,40 @@
+# -*- 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              imageindex
+name                imageindex
 
-version           1.1
-revision          2
-platforms         darwin
-supported_archs   noarch
-categories        graphics
-license           GPL-2
-maintainers       nomaintainer
-description       generates static HTML galleries of images
+version             1.1
+revision            2
+platforms           darwin
+supported_archs     noarch
+categories          graphics
+license             GPL-2
+maintainers         nomaintainer
+description         generates static HTML galleries of images
 
-long_description  ${description}
+long_description    ${description}
 
-homepage          http://www.edwinh.org/imageindex/
-master_sites      http://www.edwinh.org/imageindex/release/
+homepage            http://www.edwinh.org/imageindex/
+master_sites        http://www.edwinh.org/imageindex/release/
 
-checksums         md5     1d227ca62937f80e063f40063d1596f9 \
-                  sha1    56ff666cb59258cc06052ccbe91ca06cb42f8cca \
-                  rmd160  cffde483a8dddcef7f415c38b8ee3a9487444ecb
+checksums           md5     1d227ca62937f80e063f40063d1596f9 \
+                    sha1    56ff666cb59258cc06052ccbe91ca06cb42f8cca \
+                    rmd160  cffde483a8dddcef7f415c38b8ee3a9487444ecb
 
-depends_lib       port:p5.16-perlmagick
+depends_lib         port:p5.16-perlmagick
 
-depends_run       port:p5.16-image-info
+depends_run         port:p5.16-image-info
 
-patchfiles	  patch-imageindex.diff
+patchfiles          patch-imageindex.diff
 
-use_configure     no
+use_configure       no
 
-build.args        PREFIX=${prefix} PERLPATH=${prefix}/bin/perl5.16
+build.args          PREFIX=${prefix} PERLPATH=${prefix}/bin/perl5.16
 
-destroot.cmd      make install
-destroot.args     PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl5.16
+destroot.cmd        make install
+destroot.args       PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl5.16
 
-livecheck.type    regex
-livecheck.regex   ${name}-(\[0-9.\]+)\\.tar
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140727/c592d670/attachment-0001.html>


More information about the macports-changes mailing list