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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Mar 28 18:01:14 CEST 2011


Revision: 13987
          http://gar.svn.sourceforge.net/gar/?rev=13987&view=rev
Author:   bdwalton
Date:     2011-03-28 16:01:14 +0000 (Mon, 28 Mar 2011)

Log Message:
-----------
geos: new package (or, new-to-gar, anyway)

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

Copied: csw/mgar/pkg/geos/Makefile (from rev 13986, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/geos/Makefile	                        (rev 0)
+++ csw/mgar/pkg/geos/Makefile	2011-03-28 16:01:14 UTC (rev 13987)
@@ -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/geos/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/geos/trunk/Makefile
===================================================================
--- csw/mgar/pkg/geos/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/geos/trunk/Makefile	2011-03-28 16:01:14 UTC (rev 13987)
@@ -0,0 +1,16 @@
+# $Id$
+NAME = geos
+VERSION = 3.2.2
+CATEGORIES = libs
+
+DESCRIPTION = Geometry Engine, Open Source
+define BLURB
+GEOS (Geometry Engine - Open Source) is a C++ port of the  Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the  OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions.
+endef
+
+MASTER_SITES = http://download.osgeo.org/$(NAME)/
+DISTFILES  = $(DISTNAME).tar.gz
+
+GARTYPE = v2-defaultchange
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/geos/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/geos/trunk/checksums
===================================================================

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