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

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Sep 24 23:59:14 CEST 2009


Revision: 6452
          http://gar.svn.sourceforge.net/gar/?rev=6452&view=rev
Author:   wbonnet
Date:     2009-09-24 21:59:14 +0000 (Thu, 24 Sep 2009)

Log Message:
-----------
Initial commit

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

Added: csw/mgar/pkg/x11/bigreqsproto/Makefile
===================================================================
--- csw/mgar/pkg/x11/bigreqsproto/Makefile	                        (rev 0)
+++ csw/mgar/pkg/x11/bigreqsproto/Makefile	2009-09-24 21:59:14 UTC (rev 6452)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/x11/xproto 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/x11/bigreqsproto/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/x11/bigreqsproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/bigreqsproto/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/x11/bigreqsproto/trunk/Makefile	2009-09-24 21:59:14 UTC (rev 6452)
@@ -0,0 +1,22 @@
+GARNAME = bigreqsproto
+GARVERSION = 1.1.0
+CATEGORIES = x11
+
+DESCRIPTION = Prototype headers for BigReqs extension to X11
+define BLURB
+  Prototype headers for BigReqs extension to X11 for modular X.org project
+endef
+
+MASTER_SITES = $(X11_PROTO_MASTER_SITE)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS = CSWx11common
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+

Added: csw/mgar/pkg/x11/bigreqsproto/trunk/checksums
===================================================================
--- csw/mgar/pkg/x11/bigreqsproto/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/x11/bigreqsproto/trunk/checksums	2009-09-24 21:59:14 UTC (rev 6452)
@@ -0,0 +1 @@
+882d49cc3bb591dbdccdf9e680bd2e4b  download/bigreqsproto-1.1.0.tar.gz


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