[131239] trunk/dports/graphics/netpbm/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 6 23:13:52 PST 2015


Revision: 131239
          https://trac.macports.org/changeset/131239
Author:   ryandesign at macports.org
Date:     2015-01-06 23:13:52 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
netpbm: add modeline and adjust whitespace

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

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile	2015-01-07 05:28:45 UTC (rev 131238)
+++ trunk/dports/graphics/netpbm/Portfile	2015-01-07 07:13:52 UTC (rev 131239)
@@ -1,41 +1,43 @@
+# -*- 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
 PortGroup           conflicts_build 1.0
 
-name            netpbm
+name                netpbm
 version             10.69.02
 svn.revision        2372
-categories      graphics
-license         {BSD GPL-2 IJG Permissive}
-maintainers     ryandesign openmaintainer
-description     Image manipulation
-long_description \
-    A whole bunch of utilities for primitive manipulation \
-    of graphic images.  Wide array of converters from one \
-    graphics format to another.  E.g. from g3 fax format to \
-    jpeg.  Many basic graphics editing tools such as \
-    magnifying and cropping.
+categories          graphics
+platforms           darwin freebsd linux
+maintainers         ryandesign openmaintainer
+license             {BSD GPL-2 IJG Permissive}
 
-homepage        http://netpbm.sourceforge.net/
-platforms       darwin freebsd linux
+description         Image manipulation
 
-depends_build   path:bin/perl:perl5
+long_description    A whole bunch of utilities for primitive manipulation \
+                    of graphic images. Wide array of converters from one \
+                    graphics format to another, e.g. from g3 fax format to \
+                    jpeg. Many basic graphics editing tools such as \
+                    magnifying and cropping.
 
-depends_lib     port:jasper \
-                port:jbigkit \
-                port:jpeg \
-                port:libpng \
-                port:libxml2 \
-                port:tiff \
-                port:xorg-libX11 \
-                port:zlib
+homepage            http://netpbm.sourceforge.net/
 
-fetch.type      svn
-svn.url         https://svn.code.sf.net/p/netpbm/code/advanced/
-worksrcdir      advanced
+depends_build       path:bin/perl:perl5
 
-patchfiles      patch-lib-Makefile.diff \
+depends_lib         port:jasper \
+                    port:jbigkit \
+                    port:jpeg \
+                    port:libpng \
+                    port:libxml2 \
+                    port:tiff \
+                    port:xorg-libX11 \
+                    port:zlib
+
+fetch.type          svn
+svn.url             https://svn.code.sf.net/p/netpbm/code/advanced/
+worksrcdir          advanced
+
+patchfiles          patch-lib-Makefile.diff \
                     patch-converter-other-giftopnm.c-strcaseeq.diff
 
 post-patch {
@@ -107,10 +109,10 @@
 
 build.args          messages=yes
 build.target
-build.type    gnu
+build.type          gnu
 
-destroot.target   package
-destroot.destdir  pkgdir=${destroot}${prefix}
+destroot.target     package
+destroot.destdir    pkgdir=${destroot}${prefix}
 
 pre-destroot {
     delete ${destroot}${prefix}
@@ -120,7 +122,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/netpbm
     eval move ${destroot}${prefix}/bin/doc.url [glob ${destroot}${prefix}/misc/*] ${destroot}${prefix}/share/netpbm
     move ${destroot}${prefix}/man ${destroot}${prefix}/share/
-     move ${destroot}${prefix}/link/libnetpbm.a ${destroot}${prefix}/lib
+    move ${destroot}${prefix}/link/libnetpbm.a ${destroot}${prefix}/lib
 
     eval delete [glob -type f -directory ${destroot}${prefix} *]
 
@@ -142,6 +144,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced/version.mk&limit=1
-livecheck.regex {(\d+(\.\d+)+)}
+livecheck.type      regex
+livecheck.url       https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced/version.mk&limit=1
+livecheck.regex     {(\d+(\.\d+)+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/7c318775/attachment.html>


More information about the macports-changes mailing list