Bug 197263 - [NEW PORT] databases/spatialite-tools
Summary: [NEW PORT] databases/spatialite-tools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 05:26 UTC by Loïc Bartoletti
Modified: 2015-04-05 11:22 UTC (History)
1 user (show)

See Also:


Attachments
spatialite-tools port (4.28 KB, patch)
2015-02-02 05:26 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2015-02-02 05:26:45 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-05 11:22:23 UTC
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
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-05 11:22:50 UTC
Committed, with minor changes, thanks for your work!