[csw-devel] SF.net SVN: gar:[11844] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Dec 9 01:54:50 CET 2010
Revision: 11844
http://gar.svn.sourceforge.net/gar/?rev=11844&view=rev
Author: skayser
Date: 2010-12-09 00:54:50 +0000 (Thu, 09 Dec 2010)
Log Message:
-----------
csync2: initial commit, work in progress, feel free to take over
Added Paths:
-----------
csw/mgar/pkg/csync2/
csw/mgar/pkg/csync2/branches/
csw/mgar/pkg/csync2/tags/
csw/mgar/pkg/csync2/trunk/
csw/mgar/pkg/csync2/trunk/Makefile
csw/mgar/pkg/csync2/trunk/checksums
csw/mgar/pkg/csync2/trunk/files/
Property changes on: csw/mgar/pkg/csync2/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/csync2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/csync2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/csync2/trunk/Makefile 2010-12-09 00:54:50 UTC (rev 11844)
@@ -0,0 +1,31 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! csync2 uses a GNU-extension which isn't available on Solaris
+# "action.c", line 47: undefined symbol: FNM_LEADING_DIR
+# Might be possible to use the gnulib fnmatch-gnu module as a replacement
+# http://bugs.opensolaris.org/bugdatabase/view_bug.do;jsessionid=9fb51afbd594902d6b0fe775834d?bug_id=6721185
+# ! csync2 uses scandir, not available on Solaris, but available via gnulib
+#
+GARNAME = csync2
+GARVERSION = 1.34
+CATEGORIES = apps
+
+DESCRIPTION = Keeps files across multiple (cluster) hosts in sync
+define BLURB
+ Csync2 is a cluster synchronization tool. It can be used to keep files on
+ multiple hosts in a cluster in sync. Csync2 can handle complex setups with
+ much more than just 2 hosts, handle file deletions and can detect conflicts.
+
+ It is expedient for HA-clusters, HPC-clusters, COWs and server farms. If
+ you are looking for a tool to sync your laptop with your workstation, you
+ better have a look at Unison (http://www.cis.upenn.edu/~bcpierce/unison/)
+ too.
+endef
+
+MASTER_SITES = http://oss.linbit.com/csync2/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/csync2/trunk/checksums
===================================================================
--- csw/mgar/pkg/csync2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/csync2/trunk/checksums 2010-12-09 00:54:50 UTC (rev 11844)
@@ -0,0 +1 @@
+efc8a3548996b79cef2ad76af5e93cd8 csync2-1.34.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