[47960] trunk/dports/net

mww at macports.org mww at macports.org
Wed Mar 11 10:10:50 PDT 2009


Revision: 47960
          http://trac.macports.org/changeset/47960
Author:   mww at macports.org
Date:     2009-03-11 10:10:49 -0700 (Wed, 11 Mar 2009)
Log Message:
-----------
new port: ftpsync

Added Paths:
-----------
    trunk/dports/net/ftpsync/
    trunk/dports/net/ftpsync/Portfile

Added: trunk/dports/net/ftpsync/Portfile
===================================================================
--- trunk/dports/net/ftpsync/Portfile	                        (rev 0)
+++ trunk/dports/net/ftpsync/Portfile	2009-03-11 17:10:49 UTC (rev 47960)
@@ -0,0 +1,35 @@
+# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp at macports.org $
+
+PortSystem 1.0
+
+name               ftpsync
+version            1.2.34
+categories         net
+platforms          darwin
+maintainers        mww
+description        Synchronizes a local and a remote ftp directory tree
+
+long_description   ${description}
+homepage           http://ossw.ibcl.at/FTPSync/
+master_sites       http://ossw.ibcl.at/FTPSync/ \
+                   http://ftpsync.sourceforge.net/
+
+checksums          sha1 2cfae6b0b27d1c4cdd4669bb558f7fe6601e5024
+
+depends_run        port:p5-net port:p5-libwww-perl
+
+use_bzip2          yes
+
+configure {
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl|1" ${worksrcpath}/ftpsync.pl
+}
+
+build              {}
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/ftpsync.pl ${destroot}${prefix}/bin
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0444 -W ${worksrcpath} COPYING Changes README TODO \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090311/50b4c465/attachment-0001.html>


More information about the macports-changes mailing list