From owner-cvs-ports@FreeBSD.ORG Tue Nov 17 09:12:08 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6558F1065672; Tue, 17 Nov 2009 09:12:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 556A58FC16; Tue, 17 Nov 2009 09:12:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAH9C8Ae081023; Tue, 17 Nov 2009 09:12:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAH9C8Mn081022; Tue, 17 Nov 2009 09:12:08 GMT (envelope-from miwi) Message-Id: <200911170912.nAH9C8Mn081022@repoman.freebsd.org> From: Martin Wilke Date: Tue, 17 Nov 2009 09:12:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/saga Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 09:12:08 -0000 miwi 2009-11-17 09:12:08 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/saga Makefile distinfo pkg-descr pkg-message pkg-plist Log: SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free, hybrid, cross-platform GIS software. The heart of SAGA is it's C++ and thus object oriented Application Programming Interface (API), providing data object definitions and computational methods for raster, vector and tabular data. As a normal user, you will not get into touch with the API. But as an interested scientist or coder you will soon discover it's great flexibility. WWW: http://www.saga-gis.org/en/index.html PR: ports/140559 Submitted by: rhurlin Revision Changes Path 1.620 +1 -0 ports/math/Makefile 1.1 +42 -0 ports/math/saga/Makefile (new) 1.1 +3 -0 ports/math/saga/distinfo (new) 1.1 +9 -0 ports/math/saga/pkg-descr (new) 1.1 +35 -0 ports/math/saga/pkg-message (new) 1.1 +147 -0 ports/math/saga/pkg-plist (new)