Revision: 15231 http://gar.svn.sourceforge.net/gar/?rev=15231&view=rev Author: khabermann Date: 2011-07-29 14:22:34 +0000 (Fri, 29 Jul 2011)
Log Message: ----------- tcl-iwidgets: initial commit Added Paths: ----------- csw/mgar/pkg/tcl-iwidgets/ csw/mgar/pkg/tcl-iwidgets/Makefile csw/mgar/pkg/tcl-iwidgets/branches/ csw/mgar/pkg/tcl-iwidgets/tags/ csw/mgar/pkg/tcl-iwidgets/trunk/ csw/mgar/pkg/tcl-iwidgets/trunk/Makefile csw/mgar/pkg/tcl-iwidgets/trunk/checksums csw/mgar/pkg/tcl-iwidgets/trunk/files/ Added: csw/mgar/pkg/tcl-iwidgets/Makefile =================================================================== --- csw/mgar/pkg/tcl-iwidgets/Makefile (rev 0) +++ csw/mgar/pkg/tcl-iwidgets/Makefile 2011-07-29 14:22:34 UTC (rev 15231) @@ -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-iwidgets/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-iwidgets/trunk/Makefile =================================================================== --- csw/mgar/pkg/tcl-iwidgets/trunk/Makefile (rev 0) +++ csw/mgar/pkg/tcl-iwidgets/trunk/Makefile 2011-07-29 14:22:34 UTC (rev 15231) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = iwidgets +PACKAGES = CSWtcliwidgets +CATALOGNAME_CSWtcliwidgets = tcl-iwidgets +VERSION = 4.0.1 +GARTYPE = v2 +CATEGORIES = lang +ARCHALL_CSWtcliwidgets = 1 +DISTNAME = $(NAME)$(VERSION) +RUNTIME_DEP_PKGS_CSWiwidgets = CSWtcl CSWtclitcl CSWtclitk + +DESCRIPTION = [incr Widgets] is a library of reusable mega-widgets for Tcl/Tk + +MASTER_SITES = $(SF_MIRROR) +DISTFILES = $(DISTNAME).tar.gz + +# This package needs the source code of Itcl and Itk to build. +# Unpack these two /opt/csw/src/itcl and /opt/csw/src/itk. +# It also requires the files /opt/csw/src/config/mkinstalldirs +# and /opt/csw/src/config/installFile.tcl to be present. +# (location is specified using --with-itcl) +CONFIGURE_ARGS = $(DIRPATHS) --with-itcl=/opt/csw/src + +BUILD_SCRIPTS = + +INSTALL_SCRIPTS = custom + +TEST_SCRIPTS = + +TEST_TARGET = + +install-custom: + gmake -C $(WORKSRC) INSTALL_ROOT=$(DESTDIR) install + $(MAKECOOKIE) + +include gar/category.mk Property changes on: csw/mgar/pkg/tcl-iwidgets/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/tcl-iwidgets/trunk/checksums =================================================================== --- csw/mgar/pkg/tcl-iwidgets/trunk/checksums (rev 0) +++ csw/mgar/pkg/tcl-iwidgets/trunk/checksums 2011-07-29 14:22:34 UTC (rev 15231) @@ -0,0 +1 @@ +0e9c140e81ea6015b56130127c7deb03 iwidgets4.0.1.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