Date: Sun, 5 Apr 2015 19:42:17 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Bartek Rutkowski <robak@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r383287 - in head/databases: . spatialite-tools Message-ID: <CAMHz58ShKRHnBSEZ9piRkXtp1vcWokVvYMS=f0bPX1b9-ynNHg@mail.gmail.com> In-Reply-To: <201504051121.t35BLj0J075050@svn.freebsd.org> References: <201504051121.t35BLj0J075050@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 5, 2015 at 7:21 PM, Bartek Rutkowski <robak@freebsd.org> wrote: > Author: robak > Date: Sun Apr 5 11:21:44 2015 > New Revision: 383287 > URL: https://svnweb.freebsd.org/changeset/ports/383287 > > Log: > databases/spatialite-tools: NEW PORT - Collection of CLI tools > supporting SpatiaLite > > spatialite-tools is a collection of open source Command Line Interface > (CLI) > tools supporting SpatiaLite. > > * spatialite: a complete CLI front-end, more or less equivalent to the > well > known sqlite3 front-end, but fully supporting SpatiaLite > * spatialite_tool: a tool supporting import/export of Shapefiles and > DBF-files > * shp_doctor: a diagnostic tool to check anomalous shapefiles > * exif_loader: an import tool for EXIF or EXIF-GPS (JPEG) pictures > * spatialite_network: a tool creating a VirtualNetwork (supporting > shortest path / routing SQL queries) > * spatialite_gml: a tool importing GML files > * spatialite_convert: a tool converting DB-files from different versions > of SpatiaLite > * spatialite_dxf: an tool importing DXF files > * OSM-tools: spatialite_osm_raw, spatialite_osm_filter, > spatialite_osm_map, > spatialite_osm_net, spatialite_osm_overpass: tools supporting > OpenStreetMap datasets > * XML-tools: spatialite_xml_load, spatialite_xml_collapse, > spatialite_xml_print, spatialite_xml_validator: tools supporting XML > files > processing > > WWW: http://www.gaia-gis.it/fossil/spatialite-tools/index > > PR: 197263 > Submitted by: Loic Bartoletti <coder@tuxfamily.org> > > Added: > head/databases/spatialite-tools/ > head/databases/spatialite-tools/Makefile (contents, props changed) > head/databases/spatialite-tools/distinfo (contents, props changed) > head/databases/spatialite-tools/pkg-descr (contents, props changed) > head/databases/spatialite-tools/pkg-plist (contents, props changed) > Modified: > head/databases/Makefile > > Modified: head/databases/Makefile > > ============================================================================== > --- head/databases/Makefile Sun Apr 5 10:54:30 2015 (r383286) > +++ head/databases/Makefile Sun Apr 5 11:21:44 2015 (r383287) > @@ -898,6 +898,7 @@ > SUBDIR += slony1v2 > SUBDIR += soci > SUBDIR += spatialite > + SUBDIR += spatialite-tools > SUBDIR += spatialite_gui > SUBDIR += speedtables > SUBDIR += sqlbuddy > > Added: head/databases/spatialite-tools/Makefile > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/databases/spatialite-tools/Makefile Sun Apr 5 11:21:44 2015 > (r383287) > @@ -0,0 +1,28 @@ > +# $FreeBSD$ > + > +PORTNAME= spatialite-tools > +PORTVERSION= 4.2.0 > +CATEGORIES= databases geography > +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ > + > +MAINTAINER= coder@tuxfamily.org > +COMMENT= Collection of CLI tools supporting SpatiaLite > + > +LICENSE= GPLv3 > + > +LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos \ > + libproj.so:${PORTSDIR}/graphics/proj \ > + libfreexl.so:${PORTSDIR}/textproc/freexl \ > + libexpat.so:${PORTSDIR}/textproc/expat2 \ > + libspatialite.so:${PORTSDIR}/databases/spatialite \ > + libreadosm.so:${PORTSDIR}/astro/readosm > + > +GNU_CONFIGURE= yes > +USES= gmake pkgconfig > +USE_SQLITE= yes > + > +CFLAGS+= -I${LOCALBASE}/include > +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} > It seems to be incomplete. You added ICONV_LIB here but USES=iconv is missing.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58ShKRHnBSEZ9piRkXtp1vcWokVvYMS=f0bPX1b9-ynNHg>