opnsense-ports/databases/pgadmin3/files/patch-plugins.d-plugins.ini
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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