Created attachment 152467 [details] spatialite-tools port 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 spatialite-tools are licensed under the GPL v3 (or any subsequent version) terms https://www.gaia-gis.it/fossil/spatialite-tools/index Poudriere: http://download.tuxfamily.org/bartcoding/ports/spatialite-tools/ Require graphics/readosm: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197262
A commit references this bug: Author: robak Date: Sun Apr 5 11:21:47 UTC 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> Changes: head/databases/Makefile head/databases/spatialite-tools/ head/databases/spatialite-tools/Makefile head/databases/spatialite-tools/distinfo head/databases/spatialite-tools/pkg-descr head/databases/spatialite-tools/pkg-plist
Committed, with minor changes, thanks for your work!