From owner-cvs-all@FreeBSD.ORG Tue Jun 12 18:20:27 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5C5F1065687; Tue, 12 Jun 2012 18:20:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A887E8FC0A; Tue, 12 Jun 2012 18:20:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5CIKR1d046145; Tue, 12 Jun 2012 18:20:27 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5CIKRF7046141; Tue, 12 Jun 2012 18:20:27 GMT (envelope-from sunpoet) Message-Id: <201206121820.q5CIKRF7046141@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Jun 2012 18:20:27 +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/graphics/gdal Makefile distinfo pkg-descr pkg-plist ports/graphics/gdal/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 18:20:28 -0000 sunpoet 2012-06-12 18:20:27 UTC FreeBSD ports repository Modified files: graphics/gdal Makefile distinfo pkg-descr pkg-plist Removed files: graphics/gdal/files patch-configure Log: - Update to 1.9.1 - Build with thread-safe support by default - Add lzma support - Adjust OPTIONS: - Add ICONV, KML and WEBP - Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS (default) - Move language bindings to separate ports: - Move Perl binding to graphics/p5-Geo-GDAL - Move PHP binding to graphics/php-gdal - Move Python binding to graphics/py-gdal - Move Ruby binding to graphics/ruby-gdal - Add corresponding CONFIGURE_ARGS for disabled features - Cosmetic change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News Revision Changes Path 1.63 +74 -121 ports/graphics/gdal/Makefile 1.17 +2 -2 ports/graphics/gdal/distinfo 1.2 +0 -15 ports/graphics/gdal/files/patch-configure (dead) 1.3 +1 -1 ports/graphics/gdal/pkg-descr 1.16 +1 -79 ports/graphics/gdal/pkg-plist