[csw-devel] SF.net SVN: gar:[8973] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Mar 4 21:57:39 CET 2010
Revision: 8973
http://gar.svn.sourceforge.net/gar/?rev=8973&view=rev
Author: dmichelsen
Date: 2010-03-04 20:57:34 +0000 (Thu, 04 Mar 2010)
Log Message:
-----------
tkdiff: Initial commit
Added Paths:
-----------
csw/mgar/pkg/tkdiff/
csw/mgar/pkg/tkdiff/branches/
csw/mgar/pkg/tkdiff/tags/
csw/mgar/pkg/tkdiff/trunk/
csw/mgar/pkg/tkdiff/trunk/Makefile
csw/mgar/pkg/tkdiff/trunk/checksums
csw/mgar/pkg/tkdiff/trunk/files/
csw/mgar/pkg/tkdiff/trunk/files/force-csw-wish.patch
Property changes on: csw/mgar/pkg/tkdiff/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/tkdiff/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tkdiff/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/tkdiff/trunk/Makefile 2010-03-04 20:57:34 UTC (rev 8973)
@@ -0,0 +1,29 @@
+GARNAME = tkdiff
+GARVERSION = 4.1.4
+CATEGORIES = utils
+
+DESCRIPTION = A graphical diff tool
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTNAME = $(GARNAME)-$(GARVERSION)-unix
+DISTFILES = $(DISTNAME).tar.gz
+PATCHFILES = force-csw-wish.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-unix.tar.gz
+
+DEP_PKGS = CSWtk
+
+BUILD_SCRIPTS =
+CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+ ginstall -d $(DESTDIR)$(bindir)
+ ginstall $(WORKSRC)/tkdiff $(DESTDIR)$(bindir)/tkdiff
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/tkdiff/trunk/checksums
===================================================================
--- csw/mgar/pkg/tkdiff/trunk/checksums (rev 0)
+++ csw/mgar/pkg/tkdiff/trunk/checksums 2010-03-04 20:57:34 UTC (rev 8973)
@@ -0,0 +1,2 @@
+073909cbcda23f9365a3f38463a3b011 force-csw-wish.patch
+f904fbbb71ab2ab5390f747e6c1114ee tkdiff-4.1.4-unix.tar.gz
Added: csw/mgar/pkg/tkdiff/trunk/files/force-csw-wish.patch
===================================================================
--- csw/mgar/pkg/tkdiff/trunk/files/force-csw-wish.patch (rev 0)
+++ csw/mgar/pkg/tkdiff/trunk/files/force-csw-wish.patch 2010-03-04 20:57:34 UTC (rev 8973)
@@ -0,0 +1,11 @@
+--- tkdiff-4.1.4-unix.orig/tkdiff 2007-11-15 07:52:48.000000000 +0100
++++ tkdiff-4.1.4-unix/tkdiff 2008-04-11 21:31:52.000000000 +0200
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ #-*-tcl-*-
+ # the next line restarts using wish \
+-exec wish "$0" -- ${1+"$@"}
++exec /opt/csw/bin/wish "$0" -- ${1+"$@"}
+
+ ###############################################################################
+ #
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