From owner-cvs-all@FreeBSD.ORG Wed Jan 3 21:29:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F98416A416; Wed, 3 Jan 2007 21:29:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3147D13C44B; Wed, 3 Jan 2007 21:29:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l03LTFoo079194; Wed, 3 Jan 2007 21:29:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l03LTFXj079193; Wed, 3 Jan 2007 21:29:15 GMT (envelope-from miwi) Message-Id: <200701032129.l03LTFXj079193@repoman.freebsd.org> From: Martin Wilke Date: Wed, 3 Jan 2007 21:29:15 +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/databases/postgis Makefile distinfo ports/databases/postgis/files patch-lwgeom X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 03 Jan 2007 21:29:15 -0000 miwi 2007-01-03 21:29:15 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo databases/postgis/files patch-lwgeom Log: - Update to 1.2.0 Changelog: * New Curve type, based on the ISO SQL/MM model for curves. * Index binding for curves, allowing them to use the same R-Tree indexes as the other types. * Serialization and deserialization functions for Curve, allowing them to be dumped and restored. * Performance shortcuts for Contains and Within to optimize point-in-polygon case. * Support for most of the ST_* and SE_* spatial SQL functions used by the ESRI ArcSDE spatial SQL interfaces. * Documentation of the new SQL/MM functions and Curve types. PR: ports/107489 Submitted by: Anderson S. Ferreira (maintainer) Revision Changes Path 1.35 +2 -2 ports/databases/postgis/Makefile 1.20 +3 -3 ports/databases/postgis/distinfo 1.6 +4 -4 ports/databases/postgis/files/patch-lwgeom