aboutsummaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2011-10-29 12:12:58 +0000
committerMax Khon <fjoe@FreeBSD.org>2011-10-29 12:12:58 +0000
commitf91fb991a394727913c6ce1b971f2b88b12a1675 (patch)
treee1728159571fe786bf98a6bd940d06e36f7c4b2b /databases/pgadmin3/files
parentde9978d1d37632c5511c009e73cb2fb47894fc75 (diff)
downloadports-f91fb991a394727913c6ce1b971f2b88b12a1675.tar.gz
ports-f91fb991a394727913c6ce1b971f2b88b12a1675.zip
- update to latest stable release (1.14.0)
- remove CONFLICTS (it's now conflicts with itself :)), because we have no another versions of pgadmin3 in the tree anymore - update IGNORE_WITH_PGSQL - we doesn't have any of them < 82 - remove DEFAULT_PGSQL_VER. It's ok to use ports tree default (84), because according to INSTALL file it now needs 8.4+ for building - hold distfile in distfiles/postgresql - remove WX_CONF_ARGS to avoid this warning: configure: WARNING: unrecognized options: --with-wx-config - add 'PostGIS Shapefile and DBF loader' menu item [2] PR: 161952 Submitted by: Ruslan Mahmatkhanov PR: 158599 [2] Submitted by: Rainer Hurling
Notes
Notes: svn path=/head/; revision=284638
Diffstat (limited to 'databases/pgadmin3/files')
-rw-r--r--databases/pgadmin3/files/patch-pgadmin_plugins.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/pgadmin3/files/patch-pgadmin_plugins.ini b/databases/pgadmin3/files/patch-pgadmin_plugins.ini
new file mode 100644
index 000000000000..d810f8802545
--- /dev/null
+++ b/databases/pgadmin3/files/patch-pgadmin_plugins.ini
@@ -0,0 +1,17 @@
+--- 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