From owner-freebsd-ports@FreeBSD.ORG Sun Jun 10 15:58:41 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51A97106564A; Sun, 10 Jun 2012 15:58:41 +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 002998FC19; Sun, 10 Jun 2012 15:58:38 +0000 (UTC) Received: from [192.168.0.2] (unknown [88.184.221.231]) by smtp3-g21.free.fr (Postfix) with ESMTP id 6FAE6A62B9; Sun, 10 Jun 2012 17:58:32 +0200 (CEST) Message-ID: <4FD4C427.6080401@tuxfamily.org> Date: Sun, 10 Jun 2012 17:58:31 +0200 From: "coder.tuxfamily" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120610 Thunderbird/13.0 MIME-Version: 1.0 To: Rainer Hurling References: <4FD04971.5050005@gwdg.de> <4FD0A0E2.40801@metrico.lu> <4FD0A453.1030703@gwdg.de> <4FD0B201.9020406@metrico.lu> <4FD2F20C.7000507@tuxfamily.org> In-Reply-To: <4FD2F20C.7000507@tuxfamily.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Sunpoet Po-Chuan Hsieh , 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: Sun, 10 Jun 2012 15:58:41 -0000 Le 09.06.2012 08:49, coder.tuxfamily a écrit : > 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 ! > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" My scripts/softs works fine with the new version.