[82210] trunk/dports/devel/libptp2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 10 07:34:15 PDT 2011


Revision: 82210
          http://trac.macports.org/changeset/82210
Author:   ryandesign at macports.org
Date:     2011-08-10 07:34:15 -0700 (Wed, 10 Aug 2011)
Log Message:
-----------
libptp2: whitespace changes / reformatting, add modeline

Modified Paths:
--------------
    trunk/dports/devel/libptp2/Portfile

Modified: trunk/dports/devel/libptp2/Portfile
===================================================================
--- trunk/dports/devel/libptp2/Portfile	2011-08-10 14:31:53 UTC (rev 82209)
+++ trunk/dports/devel/libptp2/Portfile	2011-08-10 14:34:15 UTC (rev 82210)
@@ -1,30 +1,37 @@
+# -*- 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            libptp2
-version         1.1.10
-revision        1
-categories      devel
-maintainers     nomaintainer
-description     libptp2 is a library used to communicate with PTP devices like digital cameras.
-long_description \
-                libptp2 is a library used to communicate with PTP devices like still \
-                imaging cameras or MP3 players (KODAK mc3). You can download files \
-                or tweak camera properties using ptpcam program bundled with libptp2.
-platforms       darwin
-homepage        http://libptp.sourceforge.net/
-master_sites    sourceforge:libptp
-checksums       md5 5a0e2965d1077c316d6ae6a8cef96238 \
-                sha1 b671b029c869b330780f4ebb0cb91d0a850946a1 \
-                rmd160 f29a1422e096e3376e141a72c2f916abc0446843
-depends_lib     port:libusb-compat
+name                libptp2
+version             1.1.10
+revision            1
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
 
-use_parallel_build no
+description         libptp2 is a library used to communicate with PTP devices like digital cameras.
 
-destroot.target install-strip
+long_description    libptp2 is a library used to communicate with PTP devices like still \
+                    imaging cameras or MP3 players (KODAK mc3). You can download files \
+                    or tweak camera properties using ptpcam program bundled with libptp2.
+
+homepage            http://libptp.sourceforge.net/
+master_sites        sourceforge:libptp
+
+checksums           md5     5a0e2965d1077c316d6ae6a8cef96238 \
+                    sha1    b671b029c869b330780f4ebb0cb91d0a850946a1 \
+                    rmd160  f29a1422e096e3376e141a72c2f916abc0446843
+
+depends_lib         port:libusb-compat
+
+use_parallel_build  no
+
+destroot.target     install-strip
+
 post-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README TODO \
-                ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING ChangeLog INSTALL README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110810/f6a8bd8a/attachment.html>


More information about the macports-changes mailing list