Date: Sun, 5 Apr 2015 11:21:45 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383287 - in head/databases: . spatialite-tools Message-ID: <201504051121.t35BLj0J075050@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} +CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +.include <bsd.port.mk> Added: head/databases/spatialite-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/spatialite-tools/distinfo Sun Apr 5 11:21:44 2015 (r383287) @@ -0,0 +1,2 @@ +SHA256 (spatialite-tools-4.2.0.tar.gz) = 890c4cdab5b6b450df4f98341110dd79df20b3cc3af4fecd6e4a06cfc718cdbc +SIZE (spatialite-tools-4.2.0.tar.gz) = 510497 Added: head/databases/spatialite-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/spatialite-tools/pkg-descr Sun Apr 5 11:21:44 2015 (r383287) @@ -0,0 +1,22 @@ +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 Added: head/databases/spatialite-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/spatialite-tools/pkg-plist Sun Apr 5 11:21:44 2015 (r383287) @@ -0,0 +1,15 @@ +bin/exif_loader +bin/shp_doctor +bin/spatialite +bin/spatialite_convert +bin/spatialite_dxf +bin/spatialite_gml +bin/spatialite_network +bin/spatialite_osm_filter +bin/spatialite_osm_map +bin/spatialite_osm_net +bin/spatialite_osm_raw +bin/spatialite_tool +bin/spatialite_xml_collapse +bin/spatialite_xml_load +bin/spatialite_xml_print
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051121.t35BLj0J075050>