From owner-cvs-all@FreeBSD.ORG Fri Jan 2 22:31:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5E416A4CE; Fri, 2 Jan 2004 22:31:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB0543D39; Fri, 2 Jan 2004 22:31:17 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i036VH0B033001; Fri, 2 Jan 2004 22:31:17 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i036VGCL033000; Fri, 2 Jan 2004 22:31:16 -0800 (PST) (envelope-from edwin) Message-Id: <200401030631.i036VGCL033000@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 2 Jan 2004 22:31:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/geos Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 06:31:30 -0000 edwin 2004/01/02 22:31:16 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/geos Makefile distinfo pkg-descr pkg-plist Log: New port: graphics/geos implements all OpenGIS "Simple Features for SQL" 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 topology functions such as IsValid(). More precisely, GEOS is a library containing functions which implement OpenGIS specifications concerning operations on geometric objects. Despite its categorization in the graphics subdirectory, it is more suitable in a "gis" category for Geographical Information Systems software. I would like to suggest the ports team to create such category because of the so many free software available on the internet. Please, look at www.freegis.org. I am working on porting several of them to make FreeBSD ready-for-GIS. Feel free to contact me for more information. PR: ports/60405 Submitted by: Leonardo Martins Revision Changes Path 1.650 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/geos/Makefile (new) 1.1 +1 -0 ports/graphics/geos/distinfo (new) 1.1 +10 -0 ports/graphics/geos/pkg-descr (new) 1.1 +27 -0 ports/graphics/geos/pkg-plist (new)