[csw-devel] SF.net SVN: gar:[20680] csw/mgar/pkg
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Apr 11 23:22:57 CEST 2013
Revision: 20680
http://gar.svn.sourceforge.net/gar/?rev=20680&view=rev
Author: bdwalton
Date: 2013-04-11 21:22:55 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
ruby20/trunk: add a ruby 2.0 package tree
Added Paths:
-----------
csw/mgar/pkg/ruby20/
csw/mgar/pkg/ruby20/Makefile
csw/mgar/pkg/ruby20/branches/
csw/mgar/pkg/ruby20/tags/
csw/mgar/pkg/ruby20/trunk/
csw/mgar/pkg/ruby20/trunk/Makefile
csw/mgar/pkg/ruby20/trunk/checksums
csw/mgar/pkg/ruby20/trunk/files/
Copied: csw/mgar/pkg/ruby20/Makefile (from rev 19488, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/ruby20/Makefile (rev 0)
+++ csw/mgar/pkg/ruby20/Makefile 2013-04-11 21:22:55 UTC (rev 20680)
@@ -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/ruby20/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: csw/mgar/pkg/ruby20/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby20/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ruby20/trunk/Makefile 2013-04-11 21:22:55 UTC (rev 20680)
@@ -0,0 +1,28 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = ruby20
+SHORTVER = 2.0
+DISTVERSION = $(SHORTVER).0
+VERSION = $(DISTVERSION)
+PATCHLEVEL = p0
+GARTYPE = v2
+
+DESCRIPTION = An object-oriented language for quick and easy programming.
+define BLURB
+ Ruby is a language for quick and easy programming. Similar in scope to Perl
+ and Python, it has high-level data types, automatic memory management,
+ dynamic typing, a module system, exceptions, and a rich standard library.
+ What sets Ruby apart is a clean and consistent language design where
+ everything is an object. Other distinguishing features are CLU-style
+ iterators for loop abstraction, singleton classes/methods and lexical
+ closures.
+endef
+
+MASTER_SITES = ftp://ftp.ruby-lang.org/pub/ruby/$(SHORTVER)/
+DISTFILES = ruby-$(DISTVERSION)-$(PATCHLEVEL).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/ruby20/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/ruby20/trunk/checksums
===================================================================
--- csw/mgar/pkg/ruby20/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ruby20/trunk/checksums 2013-04-11 21:22:55 UTC (rev 20680)
@@ -0,0 +1 @@
+50d307c4dc9297ae59952527be4e755d ruby-2.0.0-p0.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