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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 29 17:41:28 CEST 2011


Revision: 14010
          http://gar.svn.sourceforge.net/gar/?rev=14010&view=rev
Author:   bdwalton
Date:     2011-03-29 15:41:27 +0000 (Tue, 29 Mar 2011)

Log Message:
-----------
gdal: add new package (another grass requirement); this will update the existing legacy package

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

Copied: csw/mgar/pkg/gdal/Makefile (from rev 13986, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/gdal/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gdal/Makefile	2011-03-29 15:41:27 UTC (rev 14010)
@@ -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/gdal/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/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gdal/trunk/Makefile	2011-03-29 15:41:27 UTC (rev 14010)
@@ -0,0 +1,16 @@
+# $Id$
+NAME = gdal
+VERSION = 1.8.0
+CATEGORIES = lib
+
+DESCRIPTION = Geospatial Data Abstraction Library
+define BLURB
+GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing.
+endef
+
+GARTYPE = v2-defaultchange
+
+MASTER_SITES = http://download.osgeo.org/$(NAME)/
+DISTFILES  = $(DISTNAME).tar.gz
+
+include gar/category.mk


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

Added: csw/mgar/pkg/gdal/trunk/checksums
===================================================================
--- csw/mgar/pkg/gdal/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gdal/trunk/checksums	2011-03-29 15:41:27 UTC (rev 14010)
@@ -0,0 +1 @@
+c762cdab0f7e51a677ba49278a8a263d  gdal-1.8.0.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