mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
databases/spatialite-tools: Update to 5.0.0
This commit is contained in:
parent
4fed9e75c2
commit
841acf1410
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553112
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spatialite-tools
|
||||
PORTVERSION= 4.3.0
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
||||
|
||||
@ -15,10 +15,12 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \
|
||||
libfreexl.so:textproc/freexl \
|
||||
libexpat.so:textproc/expat2 \
|
||||
libspatialite.so:databases/spatialite \
|
||||
libreadosm.so:astro/readosm
|
||||
libreadosm.so:astro/readosm \
|
||||
libminizip.so:archivers/minizip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig iconv sqlite
|
||||
USES= gmake gnome pkgconfig iconv sqlite
|
||||
USE_GNOME= libxml2
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (spatialite-tools-4.3.0.tar.gz) = f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89
|
||||
SIZE (spatialite-tools-4.3.0.tar.gz) = 540811
|
||||
TIMESTAMP = 1603467881
|
||||
SHA256 (spatialite-tools-5.0.0.tar.gz) = ad092d90ccb2c480f372d1e24b1e6ad9aa8a4bb750e094efdcc6c37edb6b6d32
|
||||
SIZE (spatialite-tools-5.0.0.tar.gz) = 591215
|
||||
|
@ -1,7 +1,9 @@
|
||||
bin/exif_loader
|
||||
bin/shp_doctor
|
||||
bin/shp_sanitize
|
||||
bin/spatialite
|
||||
bin/spatialite_convert
|
||||
bin/spatialite_dem
|
||||
bin/spatialite_dxf
|
||||
bin/spatialite_gml
|
||||
bin/spatialite_network
|
||||
@ -11,6 +13,7 @@ bin/spatialite_osm_net
|
||||
bin/spatialite_osm_overpass
|
||||
bin/spatialite_osm_raw
|
||||
bin/spatialite_tool
|
||||
bin/spatialite_xml2utf8
|
||||
bin/spatialite_xml_collapse
|
||||
bin/spatialite_xml_load
|
||||
bin/spatialite_xml_print
|
||||
|
Loading…
Reference in New Issue
Block a user