diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-11-16 10:26:57 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-11-16 10:29:17 -0500 |
commit | cc14b56e70570e3804910f0c566be7cc1df6d2fe (patch) | |
tree | 9985a043bae5ce433b0cdd128ade7e7bbb238970 /dev-db/postgis/metadata.xml | |
parent | app-admin/logstash-bin: drop old (diff) | |
download | gentoo-cc14b56e70570e3804910f0c566be7cc1df6d2fe.tar.gz gentoo-cc14b56e70570e3804910f0c566be7cc1df6d2fe.tar.bz2 gentoo-cc14b56e70570e3804910f0c566be7cc1df6d2fe.zip |
dev-db/postgis: Bump to 2.4.2
Bump version to 2.4.2. Add additional USE flags to control optional
dependencies.
Closes: https://bugs.gentoo.org/634828
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-db/postgis/metadata.xml')
-rw-r--r-- | dev-db/postgis/metadata.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-db/postgis/metadata.xml b/dev-db/postgis/metadata.xml index 41af88acdf31..079d84079f20 100644 --- a/dev-db/postgis/metadata.xml +++ b/dev-db/postgis/metadata.xml @@ -10,6 +10,17 @@ <name>Gentoo Geosciences Project</name> </maintainer> <use> - <flag name="gtk">Build shp2pgsql-gui a graphical interface to shp2pgsql</flag> + <flag name="address-standardizer"> + Normalize US and CA postal addresses + </flag> + <flag name="gtk"> + Build graphical interface for shp2pgsql (shp2pgsql-gui) + </flag> + <flag name="mapbox"> + Add capability to transform geometry into Mapbox Vector Tile + </flag> + <flag name="topology"> + Build topology spatial types and functions + </flag> </use> </pkgmetadata> |