Port details |
- postgresql_autodoc Automatic documentation generator for postgresql databases
- 1.41_1 databases
=15 1.41_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2016-07-04 IGNORE: is marked as broken: unfetchable
- Maintainer: olgeni@FreeBSD.org
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- perl5>=5.20<5.21 : lang/perl5.20
- Runtime dependencies:
-
- p5-HTML-Template>=0 : www/p5-HTML-Template
- p5-Term-ReadKey>=0 : devel/p5-Term-ReadKey
- p5-DBD-Pg>=0 : databases/p5-DBD-Pg
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.41_1 04 Jul 2016 20:48:24 |
rene |
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 ) |
1.41_1 03 Jun 2016 16:44:58 |
antoine |
Deprecate ports broken for more than 6 months |
1.41_1 01 Apr 2016 14:00:57 |
mat |
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 |
bapt |
Mark as broken: does not fetch |
1.41_1 19 Oct 2015 14:50:52 |
amdmi3 |
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 |
olgeni |
BUILD_DEPENDS are actually RUN_DEPENDS.
PR: 200573
Submitted by: tobias.kortkamp@gmail.com |
1.41_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
1.41_1 08 May 2015 09:15:38 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
1.41 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.41 25 Aug 2014 17:53:27 |
crees |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
1.41 07 Nov 2013 15:09:17 |
olgeni |
- Switch to USES=gmake.
- Add staging support.
- Do not mute install commands. |
1.41 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.41 10 Sep 2013 14:35:48 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.41 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
1.41 30 Jun 2012 12:52:28 |
olgeni |
Remove SITE_PERL from *_DEPENDS. |
1.41 07 Jan 2012 22:06:38 |
olgeni |
Upgrade to version 1.41. |
1.40 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.40 04 Aug 2010 14:11:56 |
olgeni |
Clean up my pkg-descr files (spelling and whitespace). |
1.40 04 Aug 2010 14:10:24 |
olgeni |
Whitespace fix. |
1.40 28 Dec 2009 23:58:53 |
olgeni |
Don't let the port's own Makefile override PREFIX. |
1.40 17 Sep 2009 15:27:56 |
olgeni |
Upgrade to version 1.40.
Feature safe: yes |
1.31 05 Apr 2008 10:09:16 |
olgeni |
Upgrade to version 1.31. |
1.30 30 May 2007 22:36:10 |
olgeni |
Remove obsolete workaround for Perl 5.005_03.
PR: ports/113163
Submitted by: erwin |
1.30 28 Jan 2007 21:28:42 |
olgeni |
Fix dependency on devel/p5-Term-ReadKey.
Noticed by: kris |
1.30 28 Jan 2007 00:57:54 |
olgeni |
Upgrade to version 1.30. |
1.25 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
1.25 16 May 2005 18:46:37 |
olgeni |
Upgrade to version 1.25. |
1.24 08 May 2005 07:44:30 |
nork |
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 |
olgeni |
Upgrade to version 1.24.
PR: 72919
Submitted by: Rod Taylor <ports (at) rbt.ca> |
1.23 04 Jun 2004 10:05:38 |
olgeni |
Upgrade to version 1.23.
PR: 67512
Submitted by: Rod Taylor <ports(at)rbt.ca> |
1.21_1 18 Mar 2004 20:45:09 |
olgeni |
Add SIZE data.
Submitted by: trevor |
1.21_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.21 04 Dec 2003 10:33:01 |
olgeni |
Upgrade to 1.21. |
1.20 03 Nov 2003 22:23:38 |
olgeni |
Upgrade to 1.20. |
1.11 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.11 16 Sep 2003 05:43:52 |
erwin |
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 |
olgeni |
Upgrade to version 1.11, remove redundant DISTFILES specification. |
1.10 02 Aug 2003 09:42:37 |
olgeni |
Update WWW tag.
Submitted by: Rod Taylor <rbt@rbt.ca> |
1.10 19 May 2003 21:39:12 |
olgeni |
Upgrade to version 1.10.
Submitted by: Rod Taylor <rbt@rbt.ca> |
1.10.b2 14 May 2003 18:32:02 |
seanc |
Err... PERL_ARCH not needed when detecting HTML::Template. *blush* |
1.10.b2 14 May 2003 18:19:28 |
seanc |
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 |
seanc |
Whoops, remove commented out code from the previous version. |
1.10.b1 13 May 2003 21:50:52 |
seanc |
Update autodoc to 1.10b1. Includes fixes for various pre-7.4 mannerisms.
Approved by: maintainer |
1.01 23 Feb 2003 11:07:26 |
olgeni |
Suppress command echo. |
1.01 23 Feb 2003 10:51:29 |
olgeni |
De-pkg-comment my ports + some more. |
1.01 20 Oct 2002 08:30:14 |
olgeni |
Update port to version 1.01. |
1.00 06 Sep 2002 16:46:21 |
olgeni |
Update port to version 1.00.
Submitted by: Rod Taylor <iam@rbt.ca> |
0.99 24 Aug 2002 17:24:43 |
olgeni |
Fix WWW tag (avoid redirect). |
0.99 23 Aug 2002 20:47:36 |
olgeni |
Add postgresql_autodoc, an automatic documentation generator for postgresql.
Supports output in HTML, GraphViz, SGML DocBook and DIA formats. |