Revision: 6933
          http://gar.svn.sourceforge.net/gar/?rev=6933&view=rev
Author:   bonivart
Date:     2009-10-21 08:38:41 +0000 (Wed, 21 Oct 2009)

Log Message:
-----------
diffuse: initial commit

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


Property changes on: csw/mgar/pkg/diffuse/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/diffuse/trunk/Makefile
===================================================================
--- csw/mgar/pkg/diffuse/trunk/Makefile                         (rev 0)
+++ csw/mgar/pkg/diffuse/trunk/Makefile 2009-10-21 08:38:41 UTC (rev 6933)
@@ -0,0 +1,30 @@
+GARNAME = diffuse
+GARVERSION = 0.4.1
+CATEGORIES = utils
+
+DESCRIPTION = Graphical tool for comparing and merging text files
+define BLURB
+  Graphical tool for comparing and merging text files
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+REQUIRED_PKGS = CSWpython CSWpygtk
+ARCHALL = 1
+
+# We define upstream file regex so we can be notifed of new upstream software 
release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+       @echo "Installing $(GARNAME) (custom)"
+       ( cd $(WORKSRC); \
+          ./install.py --destdir=$(DESTDIR) --prefix=/opt/csw  
--sysconfdir=/etc/opt/csw --mandir=/opt/csw/share/man --files-only )
+       @$(MAKECOOKIE)

Added: csw/mgar/pkg/diffuse/trunk/checksums
===================================================================
--- csw/mgar/pkg/diffuse/trunk/checksums                                (rev 0)
+++ csw/mgar/pkg/diffuse/trunk/checksums        2009-10-21 08:38:41 UTC (rev 
6933)
@@ -0,0 +1 @@
+dbdfc4f3ed50e66e2151dc6e2fa3e345  diffuse-0.4.1.tar.bz2


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to