[34682] trunk/dports/net/rsync
reiffert at macports.org
reiffert at macports.org
Sun Mar 2 09:28:07 PST 2008
Revision: 34682
http://trac.macosforge.org/projects/macports/changeset/34682
Author: reiffert at macports.org
Date: 2008-03-02 09:28:06 -0800 (Sun, 02 Mar 2008)
Log Message:
-----------
Non maintainer upload (NMU) due to version bump and samba.org moving old rsync-source to another directory.
Modified Paths:
--------------
trunk/dports/net/rsync/Portfile
Removed Paths:
-------------
trunk/dports/net/rsync/files/
Modified: trunk/dports/net/rsync/Portfile
===================================================================
--- trunk/dports/net/rsync/Portfile 2008-03-02 14:13:33 UTC (rev 34681)
+++ trunk/dports/net/rsync/Portfile 2008-03-02 17:28:06 UTC (rev 34682)
@@ -2,47 +2,47 @@
PortSystem 1.0
-name rsync
-version 2.6.9
-revision 1
-categories net
-platforms darwin freebsd sunos
-maintainers mww
-description tool that provides fast incremental file transfer
-long_description rsync is a file transfer program for Unix systems. \
- rsync uses the 'rsync algorithm' which provides a very fast \
- method for bringing remote files into sync. It does this by \
- sending just the differences in the files across the link, \
- without requiring that both sets of files are present at one \
- of the ends of the link beforehand.
+name rsync
+version 3.0.0
+categories net
+platforms darwin freebsd sunos
+maintainers mww at macports.org
+description tool that provides fast incremental file transfer
+long_description \
+ Rsync version 3.0.0 released on March 1st, 2008 \
+ Rsync version 3.0.0 is finally here! This is a feature release \
+ that also includes quite a few bug fixes. \
+ The 3.0.0 version number is such a large bump up from 2.6.9 due \
+ to the addition of an incremental recursion scan (which helps \
+ a lot with large transfers) and the official arrival of several \
+ other new features, including ACL support, extended attribute \
+ support, filename character-set conversion, etc. \
+ You can read all about the latest improvements and bug-fixes \
+ in the NEWS file. The pre-release version of the manpages are \
+ also available for both rsync and rsyncd.conf. \
+ Related pages: \
+ http://rsync.samba.org/ftp/rsync/rsync-3.0.0-NEWS
+homepage http://samba.org/rsync/
+master_sites http://rsync.samba.org/ftp/rsync/
+checksums \
+ md5 2122d460b4119749c6e5993938a9b501 \
+ sha1 8c5582ba2977cd4bf96add95226c64b949931eec \
+ rmd160 ab71155c8329a195f2c194c2284546d4cae07a97
-homepage http://samba.org/rsync/
-master_sites http://samba.org/ftp/rsync/ \
- ftp://samba.anu.edu.au/pub/rsync/ \
- ftp://sunsite.auc.dk/pub/unix/rsync/ \
- ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
- ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
-checksums sha1 341618e230ea2e0e551d0ccf06f840d4f824c843
-patchfiles rsync-2.6.9-fname-obo.diff
+distname rsync-${version}
-depends_lib port:popt
+depends_lib port:popt port:libiconv
-patch.pre_args -p1
+configure.args --mandir=${prefix}/share/man \
+ --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
+ --enable-ipv6 \
+ --enable-xattr-support
+configure.cflags "-Os -I${prefix}/include"
-configure.args --mandir=${prefix}/share/man \
- --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
- --enable-ipv6
-
-build.type gnu
-
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}
+ 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 6 {
- patchfiles-append patch-darwin6-configure.diff
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080302/a5112d11/attachment.html
More information about the macports-changes
mailing list