[107288] trunk/dports/graphics/gphoto2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 25 01:46:35 PDT 2013


Revision: 107288
          https://trac.macports.org/changeset/107288
Author:   ryandesign at macports.org
Date:     2013-06-25 01:46:35 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gphoto2: whitespace adjustment and reformatting; add modeline

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

Modified: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	2013-06-25 08:43:14 UTC (rev 107287)
+++ trunk/dports/graphics/gphoto2/Portfile	2013-06-25 08:46:35 UTC (rev 107288)
@@ -1,17 +1,19 @@
+# -*- 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
+
 name                gphoto2
 version             2.5.2
 categories          graphics
+platforms           darwin
+maintainers         nomaintainer
 license             LGPL-2.1+
-maintainers         nomaintainer
+
 description         command line interface to libgphoto2.
-long_description \
-   gphoto2 is the command line interface to libgphoto2.  It allows almost \
-   everything that libgphoto2 can do.
 
-platforms           darwin
+long_description    gphoto2 is the command line interface to libgphoto2. It \
+                    allows almost everything that libgphoto2 can do.
 
 homepage            http://www.gphoto.org/proj/gphoto2/
 master_sites        sourceforge:project/gphoto/gphoto/${version}
@@ -21,6 +23,7 @@
                     sha256  8eb9928f3872fea13d22c556a5bc2aea70caf23b287604cb3eef7ad759988899
 
 depends_build       path:bin/pkg-config:pkgconfig
+
 depends_lib         port:gettext \
                     port:jpeg \
                     port:libexif \
@@ -30,16 +33,16 @@
                     port:popt \
                     port:readline
 
-configure.cflags-append   -I${prefix}/include
+configure.cflags-append     -I${prefix}/include
 configure.env       POPT_CFLAGS="-I${prefix}/include" \
                     POPT_LIBS="-L${prefix}/lib -lpopt"
 configure.args      --without-cdk --without-aalib
 
 destroot.target     install-strip
 post-destroot {
-   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-   xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL NEWS README \
-      TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL NEWS README \
+        TODO ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/fc210b11/attachment.html>


More information about the macports-changes mailing list