freebsd-ports/databases/pgadmin3/files/patch-plugins.d-plugins.ini

17 lines
551 B
INI

--- plugins.d/plugins.ini.orig 2010-07-28 19:43:18.000000000 +0200
+++ plugins.d/plugins.ini 2011-07-02 20:15:34.000000000 +0200
@@ -167,3 +167,14 @@
; AppliesTo=database
; SetPassword=Yes
+;
+; PostGIS shp2pgsql-gui (Unix):
+;
+Title=PostGIS Shapefile and DBF loader
+Command="$$PGBINDIR/shp2pgsql-gui" -h $$HOSTNAME -p $$PORT -U $$USERNAME -d $$DATABASE
+Description=Open a PostGIS ESRI Shapefile or Plain dbf loader to the current database.
+KeyFile=$$PGBINDIR/shp2pgsql-gui
+Platform=unix
+ServerType=postgresql
+Database=Yes
+SetPassword=Yes