Bug 158599 - [PATCH] databases/pgadmin3
Summary: [PATCH] databases/pgadmin3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-02 20:00 UTC by Rainer Hurling
Modified: 2011-10-29 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.18 KB, patch)
2011-07-02 20:00 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2011-07-02 20:00:21 UTC
Since PR 157605 is committed (thanks to wen@), there is a gui version of 'shp2pgsql' (from databases/postgis). 'shp2pgsql-gui' can be used as standalone or within PgAdmin3 (databases/pgadmin3) to directly convert ESRI shapefiles and load them into a PostGIS enabled PostgreSQL database.

To be able to recognize 'shp2pgsql-gui', PgAdmin3 on FreeBSD also needs an entry in its plugins.ini file.

Fix: Patch attached with submission follows:
How-To-Repeat: After patching 'plugins.ini' you will find a new entry 'PostGIS Shapefile and DBF loader' in the Plugins menu of PgAdmin3.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-02 20:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-29 13:13:07 UTC
fjoe        2011-10-29 12:12:58 UTC

  FreeBSD ports repository

  Modified files:
    databases/pgadmin3   Makefile distinfo pkg-plist 
  Added files:
    databases/pgadmin3/files patch-pgadmin_plugins.ini 
  Log:
  - 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
  
  Revision  Changes    Path
  1.53      +5 -7      ports/databases/pgadmin3/Makefile
  1.21      +2 -2      ports/databases/pgadmin3/distinfo
  1.1       +17 -0     ports/databases/pgadmin3/files/patch-pgadmin_plugins.ini (new)
  1.20      +41 -23    ports/databases/pgadmin3/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Khon freebsd_committer freebsd_triage 2011-10-29 13:18:41 UTC
State Changed
From-To: open->closed

Committed, thanks!