notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
postgresql_autodoc Automatic documentation generator for postgresql databases
1.41_1 databases Deleted on this many watch lists=15 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.41_1Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2016-07-04
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-08-23 20:48:00
Last Update: 2016-07-04 20:48:24
SVN Revision: 418057
People watching this port, also watch:: postfix, postgresql-odbc
License: not specified in port
WWW:
http://www.rbt.ca/autodoc/index.html
Description:
Automatic documentation generator for PostgreSQL databases. It supports output in HTML, GraphViz, SGML DocBook and DIA formats. WWW: http://www.rbt.ca/autodoc/index.html
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • postgresql_autodoc>0:databases/postgresql_autodoc
No installation instructions:
This port has been deleted.
PKGNAME: postgresql_autodoc
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. perl5>=5.20<5.21 : lang/perl5.20
Runtime dependencies:
  1. p5-HTML-Template>=0 : www/p5-HTML-Template
  2. p5-Term-ReadKey>=0 : devel/p5-Term-ReadKey
  3. p5-DBD-Pg>=0 : databases/p5-DBD-Pg
  4. perl5>=5.20<5.21 : lang/perl5.20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gmake perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/postgresql/
  2. http://www.rbt.ca/autodoc/binaries/
Collapse this list.

Number of commits found: 49

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.41_1
04 Jul 2016 20:48:24
Revision:418057Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.41_1
03 Jun 2016 16:44:58
Revision:416324Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.41_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.41_1
12 Dec 2015 23:02:03
Revision:403636Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
1.41_1
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
1.41_1
02 Jun 2015 09:05:28
Revision:388309Original commit files touched by this commit
olgeni search for other commits by this committer
BUILD_DEPENDS are actually RUN_DEPENDS.

PR:		200573
Submitted by:	tobias.kortkamp@gmail.com
1.41_1
22 May 2015 13:34:22
Revision:387021Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files in categories a-j.

With hat:	portmgr
Sponsored by:	Absolight
1.41_1
08 May 2015 09:15:38
Revision:385741Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q2
1.41
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.41
25 Aug 2014 17:53:27
Revision:366114Original commit files touched by this commit
crees search for other commits by this committer
Convert pgsql ports to use USES+=pgsql

Reviewed by:	bapt
1.41
07 Nov 2013 15:09:17
Revision:333114Original commit files touched by this commit
olgeni search for other commits by this committer
- Switch to USES=gmake.
- Add staging support.
- Do not mute install commands.
1.41
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.41
10 Sep 2013 14:35:48
Revision:326904Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
1.41
26 Jan 2013 14:50:30
Revision:311016Original commit files touched by this commit
olgeni search for other commits by this committer
Convert Makefile headers to the new format in my ports.
1.41
30 Jun 2012 12:52:28
Original commit files touched by this commit
olgeni search for other commits by this committer
Remove SITE_PERL from *_DEPENDS.
1.41
07 Jan 2012 22:06:38
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.41.
1.40
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.40
04 Aug 2010 14:11:56
Original commit files touched by this commit
olgeni search for other commits by this committer
Clean up my pkg-descr files (spelling and whitespace).
1.40
04 Aug 2010 14:10:24
Original commit files touched by this commit
olgeni search for other commits by this committer
Whitespace fix.
1.40
28 Dec 2009 23:58:53
Original commit files touched by this commit
olgeni search for other commits by this committer
Don't let the port's own Makefile override PREFIX.
1.40
17 Sep 2009 15:27:56
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.40.

Feature safe:   yes
1.31
05 Apr 2008 10:09:16
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.31.
1.30
30 May 2007 22:36:10
Original commit files touched by this commit
olgeni search for other commits by this committer
Remove obsolete workaround for Perl 5.005_03.

PR:             ports/113163
Submitted by:   erwin
1.30
28 Jan 2007 21:28:42
Original commit files touched by this commit
olgeni search for other commits by this committer
Fix dependency on devel/p5-Term-ReadKey.

Noticed by:     kris
1.30
28 Jan 2007 00:57:54
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.30.
1.25
22 Jan 2006 08:23:41
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.25
16 May 2005 18:46:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.25.
1.24
08 May 2005 07:44:30
Original commit files touched by this commit
nork search for other commits by this committer
Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
1.24
23 Oct 2004 13:05:19
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.24.

PR:             72919
Submitted by:   Rod Taylor <ports (at) rbt.ca>
1.23
04 Jun 2004 10:05:38
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.23.

PR:             67512
Submitted by:   Rod Taylor <ports(at)rbt.ca>
1.21_1
18 Mar 2004 20:45:09
Original commit files touched by this commit
olgeni search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
1.21_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.21
04 Dec 2003 10:33:01
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to 1.21.
1.20
03 Nov 2003 22:23:38
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to 1.20.
1.11
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
1.11
16 Sep 2003 05:43:52
Original commit files touched by this commit
erwin search for other commits by this committer
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:    portmgr (marcus)
1.11
07 Aug 2003 18:56:35
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.11, remove redundant DISTFILES specification.
1.10
02 Aug 2003 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Update WWW tag.

Submitted by:   Rod Taylor <rbt@rbt.ca>
1.10
19 May 2003 21:39:12
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.10.

Submitted by:   Rod Taylor <rbt@rbt.ca>
1.10.b2
14 May 2003 18:32:02
Original commit files touched by this commit
seanc search for other commits by this committer
Err... PERL_ARCH not needed when detecting HTML::Template.  *blush*
1.10.b2
14 May 2003 18:19:28
Original commit files touched by this commit
seanc search for other commits by this committer
Update postgresql_autodoc to 1.10b2.  Fixes a few configure errors[1].

Notified by:    [1] Rod Taylor <rbt@rbt.ca> (module author)
1.10.b1
14 May 2003 05:43:16
Original commit files touched by this commit
seanc search for other commits by this committer
Whoops, remove commented out code from the previous version.
1.10.b1
13 May 2003 21:50:52
Original commit files touched by this commit
seanc search for other commits by this committer
Update autodoc to 1.10b1.  Includes fixes for various pre-7.4 mannerisms.

Approved by:    maintainer
1.01
23 Feb 2003 11:07:26
Original commit files touched by this commit
olgeni search for other commits by this committer
Suppress command echo.
1.01
23 Feb 2003 10:51:29
Original commit files touched by this commit
olgeni search for other commits by this committer
De-pkg-comment my ports + some more.
1.01
20 Oct 2002 08:30:14
Original commit files touched by this commit
olgeni search for other commits by this committer
Update port to version 1.01.
1.00
06 Sep 2002 16:46:21
Original commit files touched by this commit
olgeni search for other commits by this committer
Update port to version 1.00.

Submitted by:   Rod Taylor <iam@rbt.ca>
0.99
24 Aug 2002 17:24:43
Original commit files touched by this commit
olgeni search for other commits by this committer
Fix WWW tag (avoid redirect).
0.99
23 Aug 2002 20:47:36
Original commit files touched by this commit
olgeni search for other commits by this committer
Add postgresql_autodoc, an automatic documentation generator for postgresql.
Supports output in HTML, GraphViz, SGML DocBook and DIA formats.

Number of commits found: 49