diff options
author | mjl <mjl@pkgsrc.org> | 2005-01-29 10:17:07 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2005-01-29 10:17:07 +0000 |
commit | 75f823b03e782878276e1f33a6e04d50a59d9d53 (patch) | |
tree | f23fd616929cb2e37588f0afeaea36bd99c5c6e4 /textproc | |
parent | 88801ca62c9160887d0e0f6e2e47be01aabc5c93 (diff) | |
download | pkgsrc-75f823b03e782878276e1f33a6e04d50a59d9d53.tar.gz |
Update postgresql-autodoc to 1.24
Add table comments to the Dia output. These are truncated to 45 characters.
Fix a bug which resulted in duplicated columns when they were reserved
words in postgresql (column named "name").
Correct a number of bugs. Check constraint formatting in 7.4, functions
using numeric data type arguments, and others.
New Dia style with Zigzag line type. This is a good template for databases
with a low number of tables.
Correct GraphViz output when database contains tables named after reserved
keywords.
Permission characters were being picked up when in the users name.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 6 | ||||
-rw-r--r-- | textproc/postgresql-autodoc/PLIST | 3 | ||||
-rw-r--r-- | textproc/postgresql-autodoc/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index abe191f21bd..eef8e14162c 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/05/05 00:28:50 snj Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/29 10:17:07 mjl Exp $ # -DISTNAME= postgresql_autodoc-1.21 -PKGREVISION= 1 +DISTNAME= postgresql_autodoc-1.24 +# PKGREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ diff --git a/textproc/postgresql-autodoc/PLIST b/textproc/postgresql-autodoc/PLIST index 1f092399cc5..43a758f17b4 100644 --- a/textproc/postgresql-autodoc/PLIST +++ b/textproc/postgresql-autodoc/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/09 14:18:59 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/01/29 10:17:07 mjl Exp $ bin/postgresql_autodoc share/postgresql_autodoc/dia.tmpl share/postgresql_autodoc/dot.tmpl share/postgresql_autodoc/html.tmpl share/postgresql_autodoc/xml.tmpl +share/postgresql_autodoc/zigzag.dia.tmpl @dirrm share/postgresql_autodoc diff --git a/textproc/postgresql-autodoc/distinfo b/textproc/postgresql-autodoc/distinfo index 148793ce6f5..1bbc5abb915 100644 --- a/textproc/postgresql-autodoc/distinfo +++ b/textproc/postgresql-autodoc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/03/12 22:14:20 recht Exp $ +$NetBSD: distinfo,v 1.6 2005/01/29 10:17:07 mjl Exp $ -SHA1 (postgresql_autodoc-1.21.tar.gz) = 2428ad3cad5f50ac551ff27bde587be6256e8ad6 -Size (postgresql_autodoc-1.21.tar.gz) = 41378 bytes +SHA1 (postgresql_autodoc-1.24.tar.gz) = 34dcd65ec73d3bbdb39e690cf6da2a37818cb4b2 +Size (postgresql_autodoc-1.24.tar.gz) = 41755 bytes |