[87855] trunk/dports/net/librsync/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Dec 9 02:17:24 PST 2011
Revision: 87855
http://trac.macports.org/changeset/87855
Author: ryandesign at macports.org
Date: 2011-12-09 02:17:21 -0800 (Fri, 09 Dec 2011)
Log Message:
-----------
librsync: whitespace changes / reformatting only
Modified Paths:
--------------
trunk/dports/net/librsync/Portfile
Modified: trunk/dports/net/librsync/Portfile
===================================================================
--- trunk/dports/net/librsync/Portfile 2011-12-09 10:11:47 UTC (rev 87854)
+++ trunk/dports/net/librsync/Portfile 2011-12-09 10:17:21 UTC (rev 87855)
@@ -1,49 +1,55 @@
# -*- 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
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name librsync
-version 0.9.7
-revision 2
-categories net devel
-platforms darwin
-maintainers nomaintainer
+name librsync
+version 0.9.7
+revision 2
+categories net devel
+platforms darwin
+maintainers nomaintainer
license LGPL-2.1+
-description library that implements the rsync remote-delta algorithm
+
+description library that implements the rsync remote-delta algorithm
+
long_description librsync is a free software library that implements \
- the rsync remote-delta algorithm. This algorithm allows \
- efficient remote updates of a file, without requiring the old \
- and new versions to both be present at the sending end. The \
- library uses a streaming design similar to that of zlib with \
- the aim of allowing it to be embedded into many different \
- applications. librsync is not wire-compatible with rsync 2.x, \
- and is not likely to be in the future.
-homepage http://librsync.sourceforge.net/
-master_sites sourceforge:project/librsync/librsync/${version}
-checksums md5 24cdb6b78f45e0e83766903fd4f6bc84
+ the rsync remote-delta algorithm. This algorithm allows \
+ efficient remote updates of a file, without requiring the \
+ old and new versions to both be present at the sending \
+ end. The library uses a streaming design similar to that \
+ of zlib with the aim of allowing it to be embedded into \
+ many different applications. librsync is not \
+ wire-compatible with rsync 2.x, and is not likely to be \
+ in the future.
-depends_lib port:bzip2 \
- port:popt \
- port:zlib
+homepage http://librsync.sourceforge.net/
+master_sites sourceforge:project/librsync/librsync/${version}
+checksums md5 24cdb6b78f45e0e83766903fd4f6bc84
+
+depends_lib port:bzip2 \
+ port:popt \
+ port:zlib
+
# These patches have been downloaded into the MacPorts repository since it saves
# having to fetch them from CVS. Respectively, they can be viewed at:
#
# http://librsync.cvs.sourceforge.net/librsync/librsync/doc/rdiff.1?r1=1.1&r2=1.2&view=patch
# http://librsync.cvs.sourceforge.net/librsync/librsync/mdfour.h?r1=1.7&r2=1.8&view=patch
# http://librsync.cvs.sourceforge.net/librsync/librsync/patch.c?r1=1.30&r2=1.31&view=patch
-patchfiles patch-librsync__doc__rdiff.1 \
- patch-librsync__mdfour.h \
- patch-librsync__patch.c
-configure.args --mandir=${prefix}/share/man \
- --enable-shared
+patchfiles patch-librsync__doc__rdiff.1 \
+ patch-librsync__mdfour.h \
+ patch-librsync__patch.c
+configure.args --mandir=${prefix}/share/man \
+ --enable-shared
+
variant universal {}
post-configure {
reinplace -E "s|compiler_flags=$|compiler_flags=' [get_canonical_archflags cc]'|" ${worksrcpath}/libtool
reinplace -E "s|linker_flags=$|linker_flags=' [get_canonical_archflags ld]'|" ${worksrcpath}/libtool
}
-test.run yes
-test.target check
+test.run yes
+test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111209/018e04d4/attachment.html>
More information about the macports-changes
mailing list