FreshPorts -- The Place For Ports Sat, 4 Jul 2009 11:48 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
pgadmin3 1.8.4 databases on this many watch lists=13 search for ports that depend on this port
PostgreSQL database design and management system
Maintained by: fjoe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Nov 2003 01:35:08


pgAdmin III is a comprehensive PostgreSQL database design and management
system for *nix and Windows systems. It is freely available under the
terms of the Artistic Licence and may be redistributed provided the terms
of the licence are adhered to. The project is managed by the pgAdmin
Development Team.

WWW: http://www.pgadmin.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: devel/gettext, databases/postgresql83-client, x11-toolkits/wxgtk28-unicode, x11-toolkits/wxgtk28-unicode-contrib, textproc/libxml2, textproc/libxslt

To install the port: cd /usr/ports/databases/pgadmin3/ && make install clean
To add the package: pkg_add -r pgadmin3


Configuration Options
     No options to configure

Master Sites:
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
http://ring.nict.go.jp/archives/misc/db/postgresql/pgadmin3/release/v1.8.4/src/
http://ring.sakura.ad.jp/archives/misc/db/postgresql/pgadmin3/release/v1.8.4/src/
http://ring.riken.jp/archives/misc/db/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.au.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/pgadmin3/release/v1.8.4/src/
ftp://ftp.be.postgresql.org/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.ba.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.cz.postgresql.org/DATA/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp2.cz.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.ee.postgresql.org/mirrors/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.fr.postgresql.org/pgadmin3/release/v1.8.4/src/
ftp://ftp.de.postgresql.org/mirror/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/pgadmin3/release/v1.8.4/src/
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.hk.postgresql.org/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/pgadmin3/release/v1.8.4/src/
ftp://ftp2.it.postgresql.org/mirrors/postgres/pgadmin3/release/v1.8.4/src/
ftp://ftp.kr.postgresql.org/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.lv.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp2.nl.postgresql.org/mirror/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp4.nl.postgresql.org/postgresql.zeelandnet.nl/pgadmin3/release/v1.8.4/src/
ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/pgadmin3/release/v1.8.4/src/
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/pgadmin3/release/v1.8.4/src/
ftp://ftp.ru.postgresql.org/pub/unix/database/pgsql/pgadmin3/release/v1.8.4/src/
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/pgadmin3/release/v1.8.4/src/
ftp://ftp5.es.postgresql.org/mirror/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp3.tw.postgresql.org/pub/postgresql/pgadmin3/release/v1.8.4/src/
ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.8.4/src/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 46

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Jan 2009 17:27:29
Original commit files touched by this commit  1.8.4
pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.8.4
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Jul 2008 18:08:37
Original commit files touched by this commit  1.8.4
fjoe search for other commits by this committer
Update to 1.8.4
06 Jun 2008 14:17:10
Original commit files touched by this commit  1.8.0_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
10 Mar 2008 05:49:23
Original commit files touched by this commit  1.8.0
fjoe search for other commits by this committer
Fix ${OSVERSION} condition.

Pointed out by: Gergely CZUCZY
28 Oct 2007 17:31:27
Original commit files touched by this commit  1.8.0
fjoe search for other commits by this committer
Update to 1.8.0.
23 Sep 2007 06:55:13
Original commit files touched by this commit  1.6.3
fjoe search for other commits by this committer
Update to 1.6.3
11 Jan 2007 04:03:52
Original commit files touched by this commit  1.6.2
fjoe search for other commits by this committer
- Update to 1.6.2.
- Respect CFLAGS.

Submitted by:   acm
10 Jan 2007 23:56:09
Original commit files touched by this commit  1.6.2
fjoe search for other commits by this committer
- Update to 1.6.2.
- Respect CFLAGS.

Submitted by:   acm
06 Dec 2006 04:19:38
Original commit files touched by this commit  1.6.1
fjoe search for other commits by this committer
Previous commit was actually commit for PR 106356.
06 Dec 2006 04:18:04
Original commit files touched by this commit  1.6.1
fjoe search for other commits by this committer
Update to 1.6.1.

PR:             105156
Submitted by:   Robert Gogolok
04 Dec 2006 17:37:22
Original commit files touched by this commit  1.6.0
fjoe search for other commits by this committer
Mark as ignored with postgresql-client74. Needs 8.0+.
03 Dec 2006 18:39:04
Original commit files touched by this commit  1.6.0
fjoe search for other commits by this committer
Remove post-install section.
03 Dec 2006 15:45:54
Original commit files touched by this commit  1.6.0
fjoe search for other commits by this committer
Update to 1.6.0.
01 Dec 2006 07:39:02
Original commit files touched by this commit  1.4.3
pav search for other commits by this committer
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
07 Nov 2006 14:51:03
Original commit files touched by this commit  1.4.3
fjoe search for other commits by this committer
Update to 1.4.3.

PR:             102038
Submitted by:   Robert Gogolok
24 Jul 2006 19:39:13
Original commit files touched by this commit  1.4.2
fjoe search for other commits by this committer
Use bsd.wx.mk.
05 Jul 2006 03:30:58
Original commit files touched by this commit  1.4.2
linimon search for other commits by this committer
Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:             ports/92445
Hat:            portmgr
21 May 2006 15:04:42
Original commit files touched by this commit  1.4.2
fjoe search for other commits by this committer
Fix some portlint -A errors.

PR:             97353 (partially)
Submitted by:   Martin Wilke
04 May 2006 22:41:12
Original commit files touched by this commit  1.4.2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
01 Apr 2006 18:05:42
Original commit files touched by this commit  1.4.2
fjoe search for other commits by this committer
Update to 1.4.2
22 Jan 2006 19:00:49
Original commit files touched by this commit  1.4.1
fjoe search for other commits by this committer
Update to 1.4.1.
19 Nov 2005 18:09:08
Original commit files touched by this commit  1.4.0
fjoe search for other commits by this committer
- Update to 1.4.0.

This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.
05 Nov 2005 05:22:06
Original commit files touched by this commit  1.2.2_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
20 Oct 2005 15:36:49
Original commit files touched by this commit  1.2.2
fjoe search for other commits by this committer
Update to 1.2.2.

PR:             86990
30 Aug 2005 17:04:18
Original commit files touched by this commit  1.2.0_6
fjoe search for other commits by this committer
s/older/newer/

Submitted by:   Palle Girgensohn
17 May 2005 16:50:37
Original commit files touched by this commit  1.2.0_6
fjoe search for other commits by this committer
- Fix build with wxgtk 2.6.0
- Bump PORTREVISION

Submitted by:   Yuri Bushmelev
12 May 2005 18:45:30
Original commit files touched by this commit  1.2.0_5
fjoe search for other commits by this committer
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
12 Mar 2005 10:54:27
Original commit files touched by this commit  1.2.0_5
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
02 Mar 2005 12:10:00
Original commit files touched by this commit  1.2.0_4
fjoe search for other commits by this committer
Document that __FreeBSD_version 503105 is ok for unicode-enabled build.
27 Feb 2005 16:53:27
Original commit files touched by this commit  1.2.0_4
fjoe search for other commits by this committer
- Fix build on 4.x: non-unicode version does not have pkg-message.
- Bump PORTREVISION.
23 Feb 2005 19:28:13
Original commit files touched by this commit  1.2.0_3
fjoe search for other commits by this committer
- Provide a patch that allows to build working non-Unicode version.
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.
21 Feb 2005 22:10:39
Original commit files touched by this commit  1.2.0_2
fjoe search for other commits by this committer
- Unbreak.
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.
07 Feb 2005 18:44:12
Original commit files touched by this commit  1.2.0_1
fjoe search for other commits by this committer
- Mark broken on 5.2.0-RELEASE and later until problems with this port
are resolved.
- Suggest to use pgadmin3 binary from pgadmin.org.
31 Jan 2005 00:35:56
Original commit files touched by this commit  1.2.0_1
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
13 Jan 2005 15:25:51
Original commit files touched by this commit  1.2.0
fjoe search for other commits by this committer
Fix build (distfiles was moved).

Submitted by:   kuriyama
Pointed out by: kris
Pointy hat to:  fjoe
08 Jan 2005 18:05:22
Original commit files touched by this commit  1.2.0
fjoe search for other commits by this committer
Update to 1.2.0
25 Nov 2004 20:07:36
Original commit files touched by this commit  1.0.2_1
fjoe search for other commits by this committer
Chase wxgtk2*-devel libraries version bump.
07 Nov 2004 22:37:47
Original commit files touched by this commit  1.0.2_1
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
27 Jun 2004 22:18:25
Original commit files touched by this commit  1.0.2
fjoe search for other commits by this committer
Update to 1.0.2.
Use wxWidgets 2.5.2.
25 May 2004 10:19:43
Original commit files touched by this commit  1.0.1_3
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
05 Apr 2004 04:31:02
Original commit files touched by this commit  1.0.1_3
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
04 Feb 2004 12:46:51
Original commit files touched by this commit  1.0.1_2
fjoe search for other commits by this committer
SIZE'ify.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.0.1_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
04 Nov 2003 22:05:54
Original commit files touched by this commit  1.0.1_1
fjoe search for other commits by this committer
Chase wxgtk library name change.
Use wxgtk2.
Bump PORTREVISION.
04 Nov 2003 01:33:15
Original commit files touched by this commit  1.0.1
fjoe search for other commits by this committer
New port: pgadmin3.

pgAdmin III is PostgreSQL database design and management system.

Number of commits found: 46

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.288 seconds.