[23861] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 11 10:32:30 PDT 2007


Revision: 23861
          http://trac.macosforge.org/projects/macports/changeset/23861
Author:   pipping at macports.org
Date:     2007-04-11 10:32:29 -0700 (Wed, 11 Apr 2007)

Log Message:
-----------
 * new devel branch of rsync (3.0), submitted by rsync at reifferscheid.org

Added Paths:
-----------
    trunk/dports/net/rsync-devel/
    trunk/dports/net/rsync-devel/Portfile

Added: trunk/dports/net/rsync-devel/Portfile
===================================================================
--- trunk/dports/net/rsync-devel/Portfile	                        (rev 0)
+++ trunk/dports/net/rsync-devel/Portfile	2007-04-11 17:32:29 UTC (rev 23861)
@@ -0,0 +1,57 @@
+# $Id$
+
+PortSystem 1.0
+
+name            rsync-devel
+set date        20070410
+set time        0602
+version         ${date}-${time}
+categories      net
+platforms       darwin freebsd sunos
+maintainers     rsync at reifferscheid.org
+description     tool that provides fast incremental file transfer
+long_description \
+        rsync 3.0.0 is going to be a feature release that has a number  \
+        of improvements. There has already been work done to lower      \
+        rsync's memory use, and make recursive transfers start up more  \
+        rapidly (due to an incremental recursive scan being added). This\
+        version has just added xattr support (resource forks), and      \
+        should also get: ACL support, filename charset-conversion       \
+        support, renamed-file detection, improved performance for large \
+        files, and other changes yet to be decided. \
+        \
+        Related pages:                                                  \
+        http://samba.anu.edu.au/ftp/unpacked/rsync/NEWS                 \
+        http://samba.anu.edu.au/ftp/rsync/nightly/rsync.html            \
+        http://samba.anu.edu.au/ftp/rsync/nightly/rsyncd.conf.html      \
+        http://samba.anu.edu.au/rsync/lists.html
+
+homepage        http://samba.org/rsync/
+master_sites    macports
+checksums       md5 c452b5e2316abb2f3cb6e397fb739218 \
+                sha1 e3e8da4f680d221174fbecfb64b9576931f1d7d3 \
+                rmd160 0e55e9daa348370f2f28648d9e5b5a93fddb8688
+distname        rsync-HEAD-${version}GMT
+
+depends_lib     port:popt
+
+configure.args  --mandir=${prefix}/share/man \
+                --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
+                --enable-ipv6 \
+                --enable-xattr-support
+configure.env   CFLAGS="-Os -I${prefix}/include" \
+                CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"
+
+post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+        xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS OLDNEWS  \
+                TODO README doc/README-SGML doc/profile.txt             \
+                doc/rsync.sgml \
+                        ${destroot}${prefix}/share/doc/${name}
+}
+
+platform darwin 8 {
+        configure.env-append    CC=/usr/bin/gcc-4.0 \
+                                CPP=/usr/bin/cpp-4.0
+}


Property changes on: trunk/dports/net/rsync-devel/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/20070411/302fe90b/attachment.html


More information about the macports-changes mailing list