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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Jun 13 03:35:19 CEST 2012


Revision: 18373
          http://gar.svn.sourceforge.net/gar/?rev=18373&view=rev
Author:   bdwalton
Date:     2012-06-13 01:35:19 +0000 (Wed, 13 Jun 2012)
Log Message:
-----------
add stub for tn5250

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

Copied: csw/mgar/pkg/tn5250/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/tn5250/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tn5250/Makefile	2012-06-13 01:35:19 UTC (rev 18373)
@@ -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/tn5250/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/tn5250/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tn5250/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tn5250/trunk/Makefile	2012-06-13 01:35:19 UTC (rev 18373)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = tn5250
+VERSION = x.y
+GARTYPE = v2
+CATEGORIES = category
+
+DESCRIPTION = Brief description
+define BLURB
+  Long description
+endef
+
+MASTER_SITES = 
+DISTFILES  = $(DISTNAME).tar.gz
+
+# 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 = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/tn5250/trunk/checksums
===================================================================
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