Revision: 13948
          http://gar.svn.sourceforge.net/gar/?rev=13948&view=rev
Author:   bdwalton
Date:     2011-03-27 16:59:26 +0000 (Sun, 27 Mar 2011)

Log Message:
-----------
add GAR stub for proj (required for grass)

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

Copied: csw/mgar/pkg/proj/Makefile (from rev 13937, 
csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/proj/Makefile                          (rev 0)
+++ csw/mgar/pkg/proj/Makefile  2011-03-27 16:59:26 UTC (rev 13948)
@@ -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/proj/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/proj/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proj/trunk/Makefile                            (rev 0)
+++ csw/mgar/pkg/proj/trunk/Makefile    2011-03-27 16:59:26 UTC (rev 13948)
@@ -0,0 +1,16 @@
+# $Id$
+NAME = proj
+VERSION = 4.7.0
+CATEGORIES = lib
+
+DESCRIPTION = Cartographic Projections Library
+define BLURB
+The PROJ.4 Cartographic Projections library was originally written by Gerald 
Evenden then of the USGS.
+endef
+
+MASTER_SITES = http://download.osgeo.org/$(NAME)/
+DISTFILES  = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


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

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

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to