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

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Thu Sep 27 13:27:21 CEST 2012


Revision: 19302
          http://gar.svn.sourceforge.net/gar/?rev=19302&view=rev
Author:   khabermann
Date:     2012-09-27 11:27:21 +0000 (Thu, 27 Sep 2012)
Log Message:
-----------
initial package creation

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

Copied: csw/mgar/pkg/tkimg/Makefile (from rev 15409, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/tkimg/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tkimg/Makefile	2012-09-27 11:27:21 UTC (rev 19302)
@@ -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/tkimg/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work



Added: csw/mgar/pkg/tkimg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tkimg/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tkimg/trunk/Makefile	2012-09-27 11:27:21 UTC (rev 19302)
@@ -0,0 +1,40 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = tkimg
+VERSION = 1.4
+GARTYPE = v2
+CATEGORIES = lang
+LICENSE = license.terms
+DEPENDS = CSWtcl
+DISTNAME = $(NAME)$(VERSION)
+
+DESCRIPTION = The "Img" package adds a lot of image formats to Tcl/Tk
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.bz2
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\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 = 
+
+LINKER_MAPS = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+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/tkimg/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/tkimg/trunk/checksums
===================================================================
--- csw/mgar/pkg/tkimg/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tkimg/trunk/checksums	2012-09-27 11:27:21 UTC (rev 19302)
@@ -0,0 +1 @@
+7d7ce00b1ae08a78f06c1c2cc761a155  tkimg1.4.tar.bz2

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