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

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Fri Jul 29 16:20:26 CEST 2011


Revision: 15230
          http://gar.svn.sourceforge.net/gar/?rev=15230&view=rev
Author:   khabermann
Date:     2011-07-29 14:20:25 +0000 (Fri, 29 Jul 2011)

Log Message:
-----------
tcl-itk: initial commit

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

Added: csw/mgar/pkg/tcl-itk/Makefile
===================================================================
--- csw/mgar/pkg/tcl-itk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tcl-itk/Makefile	2011-07-29 14:20:25 UTC (rev 15230)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/tcl-itk/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/tcl-itk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl-itk/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tcl-itk/trunk/Makefile	2011-07-29 14:20:25 UTC (rev 15230)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = itk
+PACKAGES = CSWtclitk
+CATALOGNAME_CSWtclitk = tcl-itk
+VERSION = 3.4
+GARTYPE = v2
+CATEGORIES = lang
+LICENSE = license.terms
+DEPENDS = CSWtcl CSWtclitcl
+BUILD_DEP_PKGS = CSWtclitcl
+DESCRIPTION = [incr Tk] is a framework for building mega-widgets using [incr Tcl]
+
+# Source code downloaded from here:
+# cvs -d:pserver:anonymous at incrtcl.cvs.sourceforge.net:/cvsroot/incrtcl export -D 2007-12-31 -d itk-3.4 itk
+MASTER_SITES = 
+DISTFILES  = $(DISTNAME).tar.gz
+
+# This package requires the soure code of Tk to be available on
+# the system at the location defined in
+# /opt/csw/lib/tkConfig.sh:
+# TK_SRC_DIR='/opt/csw/src/tk'
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = 
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/tcl-itk/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcl-itk/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tcl-itk/trunk/checksums	2011-07-29 14:20:25 UTC (rev 15230)
@@ -0,0 +1 @@
+c6890bd6dc2cb0f0cc06f9ff68342db7  itk-3.4.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