[csw-devel] SF.net SVN: gar:[5206] csw/mgar/pkg/orbit2
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jun 8 19:48:00 CEST 2009
Revision: 5206
http://gar.svn.sourceforge.net/gar/?rev=5206&view=rev
Author: dmichelsen
Date: 2009-06-08 17:47:59 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
orbit2: Initial commit of gar'ified version
Added Paths:
-----------
csw/mgar/pkg/orbit2/Makefile
csw/mgar/pkg/orbit2/branches/
csw/mgar/pkg/orbit2/tags/
csw/mgar/pkg/orbit2/tags/legacy/
csw/mgar/pkg/orbit2/trunk/Makefile
csw/mgar/pkg/orbit2/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/orbit2/trunk/legacy/
Property Changed:
----------------
csw/mgar/pkg/orbit2/trunk/
Copied: csw/mgar/pkg/orbit2/Makefile (from rev 5079, csw/mgar/pkg/glib2/Makefile)
===================================================================
--- csw/mgar/pkg/orbit2/Makefile (rev 0)
+++ csw/mgar/pkg/orbit2/Makefile 2009-06-08 17:47:59 UTC (rev 5206)
@@ -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/orbit2/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/orbit2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/orbit2/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/orbit2/trunk/Makefile 2009-06-08 17:47:59 UTC (rev 5206)
@@ -0,0 +1,27 @@
+GARNAME = ORBit2
+GARVERSION = 2.14.17
+CATEGORIES = lib
+
+DESCRIPTION = ORBit 2.x CORBA tools and libs
+define BLURB
+ ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring
+ mature C, C++ and Python bindings.
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+
+SPKG_SOURCEURL = http://projects.gnome.org/ORBit2/
+
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+CONFIGURE_ARGS = $(DIRPATHS)
+STRIP_LIBTOOL = 1
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+
+TEST_TARGET = check
+
+include gar/category.mk
Added: csw/mgar/pkg/orbit2/trunk/checksums
===================================================================
--- csw/mgar/pkg/orbit2/trunk/checksums (rev 0)
+++ csw/mgar/pkg/orbit2/trunk/checksums 2009-06-08 17:47:59 UTC (rev 5206)
@@ -0,0 +1 @@
+10bfb957fa4a8935a0b4afaee7d71df7 download/ORBit2-2.14.17.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