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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Jan 25 08:28:32 CET 2013


Revision: 20215
          http://gar.svn.sourceforge.net/gar/?rev=20215&view=rev
Author:   cgrzemba
Date:     2013-01-25 07:28:31 +0000 (Fri, 25 Jan 2013)
Log Message:
-----------
unison/trunk: initial commit

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

Added: csw/mgar/pkg/unison/Makefile
===================================================================
--- csw/mgar/pkg/unison/Makefile	                        (rev 0)
+++ csw/mgar/pkg/unison/Makefile	2013-01-25 07:28:31 UTC (rev 20215)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/unison/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/unison/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unison/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/unison/trunk/Makefile	2013-01-25 07:28:31 UTC (rev 20215)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = unison
+VERSION = 2.40.102
+GARTYPE = v2
+
+DESCRIPTION = File Synchronizer 
+define BLURB
+ Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
+endef
+
+MASTER_SITES = http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/
+DISTFILES  = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+# CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_SCRIPTS =
+BUILD_ARGS += UISTYLE=text
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/unison/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/unison/trunk/checksums
===================================================================
--- csw/mgar/pkg/unison/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/unison/trunk/checksums	2013-01-25 07:28:31 UTC (rev 20215)
@@ -0,0 +1 @@
+42caf869f40440ed0e75eef07a605b2e  unison-2.40.102.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