From owner-freebsd-ports@FreeBSD.ORG Sat Jun 9 06:49:57 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C4D11065673 for ; Sat, 9 Jun 2012 06:49:57 +0000 (UTC) (envelope-from coder@tuxfamily.org) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id B2FD28FC14 for ; Sat, 9 Jun 2012 06:49:55 +0000 (UTC) Received: from [192.168.0.2] (unknown [88.184.221.231]) by smtp3-g21.free.fr (Postfix) with ESMTP id 66B49A6230; Sat, 9 Jun 2012 08:49:49 +0200 (CEST) Message-ID: <4FD2F20C.7000507@tuxfamily.org> Date: Sat, 09 Jun 2012 08:49:48 +0200 From: "coder.tuxfamily" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120601 Thunderbird/12.0.1 MIME-Version: 1.0 To: Rainer Hurling References: <4FD04971.5050005@gwdg.de> <4FD0A0E2.40801@metrico.lu> <4FD0A453.1030703@gwdg.de> <4FD0B201.9020406@metrico.lu> In-Reply-To: <4FD0B201.9020406@metrico.lu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports Subject: Re: [CFT] gdal 1.9.1 update and other changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 06:49:57 -0000 Le 07.06.2012 15:52, Frank Broniewski a écrit : > Yes, that worked. > > I tested it with py-gdal. First I had some problems because there were > some other programs depending gdal-grass (QGIS, Grass GIS) which linked > to the older gdal libs, but after deleting gdal-grass, I could import > the module into python and run successfully some tests against some > scripts I had written. > Thank you for the works. I will make tests today with all my scritps/plugins. Just a few remarks for now : - graphics/gdal Maybe add this options : ARMADILLO "Faster TPS transform computation" CONFIGURE_ARGS+=--with-armadillo=yes FREEXL "FreeXL support" LIB_DEPENDS+= freexl:${PORTSDIR}/textproc/freexl CONFIGURE_ARGS+= --with-freexl=${LOCALBASE} MDB "Include MDB driver (need Java) CONFIGURE_ARGS+=--with-mdb --with-java= ; Maybe with java bindings ? For PDF (Poppler OR podofo) POPPLER "Poppler support (for PDF)" LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler CONFIGURE_ARGS+=--with-poppler=${LOCALBASE} PODOFO "PoDoFo support (for PDF)" LIB_DEPENDS+= podofo:${PORTSDIR}/graphics/podofo CONFIGURE_ARGS+=--with-podofo=${LOCALBASE} --with-podofo-lib=${LOCALBASE}/lib SPATIALITE "Spatialite support" CONFIGURE_ARGS+= --with-spatialite=${LOCALBASE} I'm working for the other options, but need add some ports (libgdata ; ogdi ; ESRI GDB Api ; RASDAMAN) Is it possible to add bindings options directly into graphics/gdal ? For other bindings : Maybe add java bindings (for MDB protocol, very useful) For QGIS port (and maybe other like Grass) Will need adding py-gdal when python is checked (used by plugins GdalTools ; fTools ; openlayers ; GoogleLayers ... and many others) Your works is very helpful thank you !