[csw-devel] SF.net SVN: gar:[9308] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Sun Mar 21 21:54:08 CET 2010
Revision: 9308
http://gar.svn.sourceforge.net/gar/?rev=9308&view=rev
Author: hson
Date: 2010-03-21 20:53:57 +0000 (Sun, 21 Mar 2010)
Log Message:
-----------
mono-debugger: Initial commit
Added Paths:
-----------
csw/mgar/pkg/mono-debugger/
csw/mgar/pkg/mono-debugger/Makefile
csw/mgar/pkg/mono-debugger/branches/
csw/mgar/pkg/mono-debugger/tags/
csw/mgar/pkg/mono-debugger/trunk/
csw/mgar/pkg/mono-debugger/trunk/Makefile
csw/mgar/pkg/mono-debugger/trunk/checksums
csw/mgar/pkg/mono-debugger/trunk/files/
Added: csw/mgar/pkg/mono-debugger/Makefile
===================================================================
--- csw/mgar/pkg/mono-debugger/Makefile (rev 0)
+++ csw/mgar/pkg/mono-debugger/Makefile 2010-03-21 20:53:57 UTC (rev 9308)
@@ -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-debugger/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-debugger/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mono-debugger/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/mono-debugger/trunk/Makefile 2010-03-21 20:53:57 UTC (rev 9308)
@@ -0,0 +1,23 @@
+GARNAME = mono-debugger
+GARVERSION = 2.6
+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-debugger/trunk/checksums
===================================================================
--- csw/mgar/pkg/mono-debugger/trunk/checksums (rev 0)
+++ csw/mgar/pkg/mono-debugger/trunk/checksums 2010-03-21 20:53:57 UTC (rev 9308)
@@ -0,0 +1 @@
+a6cac2d8dc8f788a7b2b35cd3f7204dc mono-debugger-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