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

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Mar 21 21:52:50 CET 2010


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

Log Message:
-----------
mono-basic: Initial commit

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

Added: csw/mgar/pkg/mono-basic/Makefile
===================================================================
--- csw/mgar/pkg/mono-basic/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mono-basic/Makefile	2010-03-21 20:52:49 UTC (rev 9307)
@@ -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-basic/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-basic/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mono-basic/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mono-basic/trunk/Makefile	2010-03-21 20:52:49 UTC (rev 9307)
@@ -0,0 +1,23 @@
+GARNAME = mono-basic
+GARVERSION = 2.6
+CATEGORIES = lang
+
+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/mono/
+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-basic/trunk/checksums
===================================================================
--- csw/mgar/pkg/mono-basic/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mono-basic/trunk/checksums	2010-03-21 20:52:49 UTC (rev 9307)
@@ -0,0 +1 @@
+64248ca51cd09fb53e34b0373f5dfd91  mono-basic-2.6.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