[27463] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 4 02:41:42 PDT 2007


Revision: 27463
          http://trac.macosforge.org/projects/macports/changeset/27463
Author:   ryandesign at macports.org
Date:     2007-08-04 02:41:42 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
libptp2: new port. Ticket #11509.

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

Added: trunk/dports/devel/libptp2/Portfile
===================================================================
--- trunk/dports/devel/libptp2/Portfile	                        (rev 0)
+++ trunk/dports/devel/libptp2/Portfile	2007-08-04 09:41:42 UTC (rev 27463)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem	1.0
+name		libptp2
+version		1.1.0
+categories	devel
+maintainers	nomaintainer at macports.org
+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 24554b5028d8987775ac197249e06752 \
+		sha1 d020055017227613359a35e7c37b0f164db5349d \
+		rmd160 019647941e8443aebd701dd18fd8afc6128089de
+depends_lib	port:libusb
+
+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}
+}


Property changes on: trunk/dports/devel/libptp2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070804/bc9152c7/attachment.html


More information about the macports-changes mailing list