From owner-cvs-ports@FreeBSD.ORG Mon May 28 13:15:30 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3954216A552; Mon, 28 May 2007 13:15:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 29E6E13C465; Mon, 28 May 2007 13:15:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4SDFUTe080232; Mon, 28 May 2007 13:15:30 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4SDFTn7080224; Mon, 28 May 2007 13:15:29 GMT (envelope-from thierry) Message-Id: <200705281315.l4SDFTn7080224@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 28 May 2007 13:15:29 +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/jts Makefile distinfo pkg-descr ports/math/jts/files testJTS.sh.in 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: Mon, 28 May 2007 13:15:30 -0000 thierry 2007-05-28 13:15:29 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/jts Makefile distinfo pkg-descr math/jts/files testJTS.sh.in Log: The JTS Topology Suite is an API of 2D spatial predicates and functions. It has the following design goals: * JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium * JTS provides a complete, consistent, robust implementation of fundamental 2D spatial algorithms * JTS is fast enough for production use * JTS is written in 100% pure Java(TM) * JTS is open source (under the LGPL license) Revision Changes Path 1.454 +1 -0 ports/math/Makefile 1.1 +65 -0 ports/math/jts/Makefile (new) 1.1 +3 -0 ports/math/jts/distinfo (new) 1.1 +17 -0 ports/math/jts/files/testJTS.sh.in (new) 1.1 +12 -0 ports/math/jts/pkg-descr (new)