mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
* Change upstream to pgadmin3-lts (based on BigSQL fork of the original pgAdmin3) with support for modern PostreSQL * Get maintainership * While here sort out Makefile PR: 265294
17 lines
519 B
INI
17 lines
519 B
INI
--- plugins.d/plugins.ini.orig 2023-05-22 02:40:57 UTC
|
|
+++ plugins.d/plugins.ini
|
|
@@ -167,3 +167,14 @@ SetPassword=Yes
|
|
; 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
|