[csw-devel] SF.net SVN: gar:[9036] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Mar 8 19:44:14 CET 2010


Revision: 9036
          http://gar.svn.sourceforge.net/gar/?rev=9036&view=rev
Author:   skayser
Date:     2010-03-08 18:44:14 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------
librsync: initial commit as an example for Brian

Added Paths:
-----------
    csw/mgar/pkg/librsync/
    csw/mgar/pkg/librsync/branches/
    csw/mgar/pkg/librsync/tags/
    csw/mgar/pkg/librsync/trunk/
    csw/mgar/pkg/librsync/trunk/Makefile
    csw/mgar/pkg/librsync/trunk/checksums
    csw/mgar/pkg/librsync/trunk/files/


Property changes on: csw/mgar/pkg/librsync/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/librsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/librsync/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/librsync/trunk/Makefile	2010-03-08 18:44:14 UTC (rev 9036)
@@ -0,0 +1,27 @@
+GARNAME = librsync
+GARVERSION = 0.9.7
+CATEGORIES = lib
+
+DESCRIPTION = Library with the rolling-checksum algorithm known from rsync
+define BLURB
+  ibrsync implements the rolling-checksum algorithm of remote file
+  synchronization that was popularized by the rsync utility and is used in
+  rproxy. This algorithm transfers the differences between 2 files without
+  needing both files on the same system.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+# delta.c contains inlined functions without storage qualifiers, treat them
+# as static as the only references are within delta.c itself. Otherwise the
+# linking will fail to resolve those references. See "inline functions"
+#   http://docs.sun.com/app/docs/doc/820-7598/6nirjunib?a=view
+EXTRA_CFLAGS = -features=no%extinl
+
+include gar/category.mk

Added: csw/mgar/pkg/librsync/trunk/checksums
===================================================================
--- csw/mgar/pkg/librsync/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/librsync/trunk/checksums	2010-03-08 18:44:14 UTC (rev 9036)
@@ -0,0 +1 @@
+24cdb6b78f45e0e83766903fd4f6bc84  librsync-0.9.7.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list