View | Details | Raw Unified | Return to bug 158599
Collapse All | Expand All

(-)pgadmin3/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	pgadmin3
8
PORTNAME=	pgadmin3
9
PORTVERSION=	1.12.0
9
PORTVERSION=	1.12.0
10
PORTREVISION=	1
10
CATEGORIES=	databases
11
CATEGORIES=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
13
MASTER_SITE_SUBDIR=	pgadmin3/release/v${PORTVERSION}/src
(-)pgadmin3/files/patch-pgadmin_plugins.ini (+17 lines)
Line 0 Link Here
1
--- pgadmin/plugins.ini.orig	2010-07-28 19:43:18.000000000 +0200
2
+++ pgadmin/plugins.ini	2011-07-02 20:15:34.000000000 +0200
3
@@ -167,3 +167,14 @@
4
 ; AppliesTo=database
5
 ; SetPassword=Yes
6
 
7
+;
8
+; PostGIS shp2pgsql-gui (Unix):
9
+;
10
+Title=PostGIS Shapefile and DBF loader
11
+Command="$$PGBINDIR/shp2pgsql-gui" -h $$HOSTNAME -p $$PORT -U $$USERNAME -d $$DATABASE
12
+Description=Open a PostGIS ESRI Shapefile or Plain dbf loader to the current database.
13
+KeyFile=$$PGBINDIR/shp2pgsql-gui
14
+Platform=unix
15
+ServerType=postgresql
16
+Database=Yes
17
+SetPassword=Yes

Return to bug 158599