Revision: 15545
          http://gar.svn.sourceforge.net/gar/?rev=15545&view=rev
Author:   bdwalton
Date:     2011-09-07 01:27:53 +0000 (Wed, 07 Sep 2011)
Log Message:
-----------
pkg-get/trunk: create a stub tree for the pkg-get deprecation package

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

Copied: csw/mgar/pkg/pkg-get/Makefile (from rev 15145, 
csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/pkg-get/Makefile                               (rev 0)
+++ csw/mgar/pkg/pkg-get/Makefile       2011-09-07 01:27:53 UTC (rev 15545)
@@ -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/pkg-get/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/pkg-get/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkg-get/trunk/Makefile                         (rev 0)
+++ csw/mgar/pkg/pkg-get/trunk/Makefile 2011-09-07 01:27:53 UTC (rev 15545)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = pkg-get
+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/pkg-get/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

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

Reply via email to