[Lunar-commits] r24661 - in moonbase/trunk/libs: . librsync
Jan Eidtmann
cmak at lunar-linux.org
Sun Jun 3 05:33:44 CEST 2007
Author: cmak
Date: 2007-06-03 05:33:44 +0200 (Sun, 03 Jun 2007)
New Revision: 24661
Added:
moonbase/trunk/libs/librsync/
moonbase/trunk/libs/librsync/DEPENDS
moonbase/trunk/libs/librsync/DETAILS
Log:
added teh module
Added: moonbase/trunk/libs/librsync/DEPENDS
===================================================================
--- moonbase/trunk/libs/librsync/DEPENDS (rev 0)
+++ moonbase/trunk/libs/librsync/DEPENDS 2007-06-03 03:33:44 UTC (rev 24661)
@@ -0,0 +1 @@
+depends popt
Added: moonbase/trunk/libs/librsync/DETAILS
===================================================================
--- moonbase/trunk/libs/librsync/DETAILS (rev 0)
+++ moonbase/trunk/libs/librsync/DETAILS 2007-06-03 03:33:44 UTC (rev 24661)
@@ -0,0 +1,19 @@
+ MODULE=librsync
+ VERSION=0.9.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d575eb5cae7a815798220c3afeff5649d3e8b4ab
+ WEB_SITE=http://librsync.sourceforge.net/
+ ENTERED=20070603
+ UPDATED=20070603
+ SHORT="Library that implements the rsync remote-delta algorithm"
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list