Commits

Marius Schamschula authored 366ca99e862
rsync-devel: mark obsolete, last updated 2008 (3.0.0pre10)
No tags

net/rsync-devel/Portfile

Modified
1 -PortSystem 1.0
1 +# -*- 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
2 +
3 +PortSystem 1.0
4 +PortGroup obsolete 1.0
2 5
3 6 name rsync-devel
4 -set date 20080220
5 -set time 2323
7 +replaced_by rsync
6 8 version 3.0.0pre10
7 -epoch 1203546104
9 +revision 1
10 +epoch 1203546104
11 +
8 12 categories net
9 -platforms darwin freebsd sunos
13 +license GPL-3+
10 14 maintainers nomaintainer
11 -description tool that provides fast incremental file transfer
12 -long_description \
13 - http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre10-NEWS \
14 - rsync 3.0.0 is going to be a feature release that has a number \
15 - of improvements. There has already been work done to lower \
16 - rsync's memory use, and make recursive transfers start up more \
17 - rapidly (due to an incremental recursive scan being added). This\
18 - version has just added xattr support (resource forks), and \
19 - should also get: ACL support, filename charset-conversion \
20 - support, renamed-file detection, improved performance for large \
21 - files, and other changes yet to be decided. \
22 - \
23 - Related pages: \
24 - http://samba.anu.edu.au/ftp/unpacked/rsync/NEWS \
25 - http://samba.anu.edu.au/ftp/rsync/nightly/rsync.html \
26 - http://samba.anu.edu.au/ftp/rsync/nightly/rsyncd.conf.html \
27 - http://samba.anu.edu.au/rsync/lists.html
28 -
29 -homepage http://samba.org/rsync/
30 -master_sites http://rsync.samba.org/ftp/rsync/old-previews/
31 -checksums \
32 - md5 54bfda1a6d8a0c275920bca22fb0c68f \
33 - sha1 4a5b9728239e65935be0cae322941bd1a37aea06 \
34 - rmd160 bdcf2e3e6644f6166424e7016670c284c7027e64
35 -
36 -distname rsync-${version}
37 -
38 -depends_lib port:popt port:libiconv
39 -
40 -configure.args --mandir=${prefix}/share/man \
41 - --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
42 - --enable-ipv6 \
43 - --enable-xattr-support
44 -configure.cflags "-Os -I${prefix}/include"
45 15
46 -post-destroot {
47 - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
48 - xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS OLDNEWS \
49 - TODO README doc/README-SGML doc/profile.txt \
50 - doc/rsync.sgml \
51 - ${destroot}${prefix}/share/doc/${name}
52 -}
16 +# Remove after March 3, 2020

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut