Revision: 15229 http://gar.svn.sourceforge.net/gar/?rev=15229&view=rev Author: khabermann Date: 2011-07-29 14:18:18 +0000 (Fri, 29 Jul 2011)
Log Message: ----------- tcl-itcl: initial commit Added Paths: ----------- csw/mgar/pkg/tcl-itcl/ csw/mgar/pkg/tcl-itcl/Makefile csw/mgar/pkg/tcl-itcl/branches/ csw/mgar/pkg/tcl-itcl/tags/ csw/mgar/pkg/tcl-itcl/trunk/ csw/mgar/pkg/tcl-itcl/trunk/Makefile csw/mgar/pkg/tcl-itcl/trunk/checksums csw/mgar/pkg/tcl-itcl/trunk/files/ Added: csw/mgar/pkg/tcl-itcl/Makefile =================================================================== --- csw/mgar/pkg/tcl-itcl/Makefile (rev 0) +++ csw/mgar/pkg/tcl-itcl/Makefile 2011-07-29 14:18:18 UTC (rev 15229) @@ -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-itcl/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-itcl/trunk/Makefile =================================================================== --- csw/mgar/pkg/tcl-itcl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/tcl-itcl/trunk/Makefile 2011-07-29 14:18:18 UTC (rev 15229) @@ -0,0 +1,33 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = itcl +PACKAGES = CSWtclitcl +CATALOGNAME_CSWtclitcl = tcl-itcl +VERSION = 3.4 +GARTYPE = v2 +CATEGORIES = lang +LICENSE = license.terms +DEPENDS = CSWtcl +DISTNAME = $(NAME)$(VERSION) + +DESCRIPTION = [incr Tcl] is a Tcl extension that provides object-oriented features + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(DISTNAME)b1.tar.gz + +# This package requires the soure code of Tcl to be available on +# the system at the location defined in +# /opt/csw/lib/tclConfig.sh: +# TCL_SRC_DIR='/opt/csw/src/tcl' + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = + +# also include static libraries, as libitclstub$(VERSION).a +# is only available as static +MERGE_EXCLUDE_STATICLIBS = + +include gar/category.mk + Property changes on: csw/mgar/pkg/tcl-itcl/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/tcl-itcl/trunk/checksums =================================================================== --- csw/mgar/pkg/tcl-itcl/trunk/checksums (rev 0) +++ csw/mgar/pkg/tcl-itcl/trunk/checksums 2011-07-29 14:18:18 UTC (rev 15229) @@ -0,0 +1 @@ +e4c97750c08ab47e960b91911fdd0132 itcl3.4b1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel