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

opk at users.sourceforge.net opk at users.sourceforge.net
Fri Jul 24 14:47:02 CEST 2009


Revision: 5638
          http://gar.svn.sourceforge.net/gar/?rev=5638&view=rev
Author:   opk
Date:     2009-07-24 12:47:02 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
add tkcvs build rules

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


Property changes on: csw/mgar/pkg/tkcvs/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/tkcvs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tkcvs/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tkcvs/trunk/Makefile	2009-07-24 12:47:02 UTC (rev 5638)
@@ -0,0 +1,45 @@
+GARNAME = tkcvs
+GARVERSION = 8.2
+CATEGORIES = apps
+
+DESCRIPTION = A graphical front-end to CVS and Subversion
+define BLURB
+  TkCVS is a Tcl/Tk based graphical interface to the CVS and Subversion
+  version control systems. TkCVS shows the status of files in the
+  current working directory, and has tools for tagging, merging,
+  importing, exporting, checking in/out, and other typical operations.
+endef
+
+MASTER_SITES = http://www.twobarleycorns.net/
+DISTNAME = $(GARNAME)_$(subst .,_,$(GARVERSION))
+DISTFILES  = $(GARNAME)_$(subst .,_,$(GARVERSION)).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)_(\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_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+LICENSE = COPYING
+ARCHALL = 1
+REQUIRED_PKGS = CSWtcl CSWtk CSWtkdiff
+
+include gar/category.mk
+
+TCL_FILES = $(filter-out %/tkcvs.tcl,$(wildcard $(WORKSRC)/tkcvs/*.tcl))
+IMAGE_FILES = $(wildcard $(WORKSRC)/tkcvs/bitmaps/*.gif $(WORKSRC)/tkcvs/bitmaps/*.xbm)
+
+install-custom:
+	@echo " ==> Installing $(GARNAME)"
+	@ginstall -D $(WORKSRC)/tkcvs/tkcvs.tcl $(DESTDIR)$(prefix)/bin/tkcvs
+	@ginstall -D $(WORKSRC)/tkcvs/tkcvs.1 $(DESTDIR)$(prefix)/share/man/man1/tkcvs.1
+	@ginstall -d $(DESTDIR)$(prefix)/lib/tkcvs/bitmaps
+	@ginstall -m 644 $(TCL_FILES) $(DESTDIR)$(prefix)/lib/tkcvs
+	@ginstall -m 644 $(IMAGE_FILES) $(DESTDIR)$(prefix)/lib/tkcvs/bitmaps
+	@$(MAKECOOKIE)


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

Added: csw/mgar/pkg/tkcvs/trunk/checksums
===================================================================
--- csw/mgar/pkg/tkcvs/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tkcvs/trunk/checksums	2009-07-24 12:47:02 UTC (rev 5638)
@@ -0,0 +1 @@
+f263e59233625145a4efc38b14241e0c  download/tkcvs_8_2.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