pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/postgresql-autodoc Update postgresql-autodoc ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/051bb599d96b
branches:  trunk
changeset: 488374:051bb599d96b
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Sat Jan 29 10:17:07 2005 +0000

description:
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:

 textproc/postgresql-autodoc/Makefile |  6 +++---
 textproc/postgresql-autodoc/PLIST    |  3 ++-
 textproc/postgresql-autodoc/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 6a1f221ddb51 -r 051bb599d96b textproc/postgresql-autodoc/Makefile
--- a/textproc/postgresql-autodoc/Makefile      Sat Jan 29 09:11:36 2005 +0000
+++ b/textproc/postgresql-autodoc/Makefile      Sat Jan 29 10:17:07 2005 +0000
@@ -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 -r 6a1f221ddb51 -r 051bb599d96b textproc/postgresql-autodoc/PLIST
--- a/textproc/postgresql-autodoc/PLIST Sat Jan 29 09:11:36 2005 +0000
+++ b/textproc/postgresql-autodoc/PLIST Sat Jan 29 10:17:07 2005 +0000
@@ -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 -r 6a1f221ddb51 -r 051bb599d96b textproc/postgresql-autodoc/distinfo
--- a/textproc/postgresql-autodoc/distinfo      Sat Jan 29 09:11:36 2005 +0000
+++ b/textproc/postgresql-autodoc/distinfo      Sat Jan 29 10:17:07 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index