pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-autodoc nitial import of postgres...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83ed632e6db6
branches:  trunk
changeset: 461022:83ed632e6db6
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Sep 09 13:55:05 2003 +0000

description:
nitial import of postgresql-autodoc 1.12
from pkgsrc-wip

This is a utility which will run through PostgreSQL system tables and returns
HTML, DOT, and 2 styles of XML which describes the database. The HTML is human
readable (via webbrowser). The first style of XML is actually the fileformat
of Dia, a UML diagram tool. The second type of XML is similar to the HTML but
in the Docbook 4 format. It enables you to mix in other docbook documentation
via the XREFs, generating PDFs, HTML, RTF, or other formatted documents.
Between these tools and JavaDoc with the appropriate XREFs, documentation
about a project can be generated quickly and be easily updatable yet have a
very professional look with some DSSSL work.

diffstat:

 databases/postgresql-autodoc/DESCR    |   9 +++++++++
 databases/postgresql-autodoc/Makefile |  24 ++++++++++++++++++++++++
 databases/postgresql-autodoc/PLIST    |   7 +++++++
 databases/postgresql-autodoc/distinfo |   4 ++++
 databases/postgresql-autodoc/~DESCR   |  11 +++++++++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r c97ba1ccd430 -r 83ed632e6db6 databases/postgresql-autodoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql-autodoc/DESCR        Tue Sep 09 13:55:05 2003 +0000
@@ -0,0 +1,9 @@
+This is a utility which will run through PostgreSQL system tables and returns
+HTML, DOT, and 2 styles of XML which describes the database. The HTML is human
+readable (via webbrowser). The first style of XML is actually the fileformat
+of Dia, a UML diagram tool. The second type of XML is similar to the HTML but
+in the Docbook 4 format. It enables you to mix in other docbook documentation
+via the XREFs, generating PDFs, HTML, RTF, or other formatted documents.
+Between these tools and JavaDoc with the appropriate XREFs, documentation
+about a project can be generated quickly and be easily updatable yet have a
+very professional look with some DSSSL work.
diff -r c97ba1ccd430 -r 83ed632e6db6 databases/postgresql-autodoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql-autodoc/Makefile     Tue Sep 09 13:55:05 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 13:55:05 recht Exp $
+#
+
+DISTNAME=              postgresql_autodoc-1.12
+PKGNAME=               ${DISTNAME:S/_/-/}
+WRKSRC=                        ${WRKDIR}/postgresql_autodoc
+CATEGORIES=            databases
+MASTER_SITES=          http://www.rbt.ca/autodoc/binaries/
+
+MAINTAINER=            recht%NetBSD.org@localhost
+HOMEPAGE=              http://www.rbt.ca/autodoc/
+COMMENT=               Documentation system for PostgreSQL
+
+DEPENDS=               p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
+DEPENDS+=              p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
+
+USE_PERL5=             yes
+USE_GMAKE=             yes
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS=                --datadir=${PREFIX}/share/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r c97ba1ccd430 -r 83ed632e6db6 databases/postgresql-autodoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql-autodoc/PLIST        Tue Sep 09 13:55:05 2003 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/09 13:55:05 recht Exp $
+bin/postgresql_autodoc
+share/postgresql-autodoc/dia.tmpl
+share/postgresql-autodoc/dot.tmpl
+share/postgresql-autodoc/html.tmpl
+share/postgresql-autodoc/xml.tmpl
+@dirrm share/postgresql-autodoc
diff -r c97ba1ccd430 -r 83ed632e6db6 databases/postgresql-autodoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql-autodoc/distinfo     Tue Sep 09 13:55:05 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/09 13:55:05 recht Exp $
+
+SHA1 (postgresql_autodoc-1.12.tar.gz) = 9a050101ab6b98bb2d6ab1a0e9076517ec490ec4
+Size (postgresql_autodoc-1.12.tar.gz) = 40359 bytes
diff -r c97ba1ccd430 -r 83ed632e6db6 databases/postgresql-autodoc/~DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql-autodoc/~DESCR       Tue Sep 09 13:55:05 2003 +0000
@@ -0,0 +1,11 @@
+Initial import of postgresql-autodoc1.12
+
+This is a utility which will run through PostgreSQL system tables and returns
+HTML, DOT, and 2 styles of XML which describes the database. The HTML is human
+readable (via webbrowser). The first style of XML is actually the fileformat
+of Dia, a UML diagram tool. The second type of XML is similar to the HTML but
+in the Docbook 4 format. It enables you to mix in other docbook documentation
+via the XREFs, generating PDFs, HTML, RTF, or other formatted documents.
+Between these tools and JavaDoc with the appropriate XREFs, documentation
+about a project can be generated quickly and be easily updatable yet have a
+very professional look with some DSSSL work.



Home | Main Index | Thread Index | Old Index