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

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Mar 21 22:13:19 CET 2010


Revision: 9309
          http://gar.svn.sourceforge.net/gar/?rev=9309&view=rev
Author:   hson
Date:     2010-03-21 21:13:19 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
mono-tools: Initial commit

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

Added: csw/mgar/pkg/mono-tools/Makefile
===================================================================
--- csw/mgar/pkg/mono-tools/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mono-tools/Makefile	2010-03-21 21:13:19 UTC (rev 9309)
@@ -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/mono-tools/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/mono-tools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mono-tools/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mono-tools/trunk/Makefile	2010-03-21 21:13:19 UTC (rev 9309)
@@ -0,0 +1,23 @@
+GARNAME = mono-tools
+GARVERSION = 2.6.1
+CATEGORIES = utils
+
+DESCRIPTION = Mono Runtime
+define BLURB
+  Mono is a comprehensive open source development platform based on the .NET
+  framework that allows developers to build Linux and cross-platform
+  applications with unprecedented productivity. Mono's .NET implementation is
+  based on the ECMA standards for C# and  the Common Language Infrastructure.
+endef
+
+MASTER_SITES = http://ftp.novell.com/pub/mono/sources/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2 
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/mono-tools/trunk/checksums
===================================================================
--- csw/mgar/pkg/mono-tools/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mono-tools/trunk/checksums	2010-03-21 21:13:19 UTC (rev 9309)
@@ -0,0 +1 @@
+b16305c2dbbc53211018ed07364abccf  mono-tools-2.6.1.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