diff options
author | recht <recht@pkgsrc.org> | 2003-09-09 13:55:05 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-09 13:55:05 +0000 |
commit | ea7251bc88b2186a1cca1b29b6fd8f7b0311c93c (patch) | |
tree | f32ef7e99f30f64d1c41b1eef3ec907c45e0de72 /databases | |
parent | 58f404d345e2db3cfe30f2bdd39d6b1231097534 (diff) | |
download | pkgsrc-ea7251bc88b2186a1cca1b29b6fd8f7b0311c93c.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/postgresql-autodoc/DESCR | 9 | ||||
-rw-r--r-- | databases/postgresql-autodoc/Makefile | 24 | ||||
-rw-r--r-- | databases/postgresql-autodoc/PLIST | 7 | ||||
-rw-r--r-- | databases/postgresql-autodoc/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql-autodoc/~DESCR | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/databases/postgresql-autodoc/DESCR b/databases/postgresql-autodoc/DESCR new file mode 100644 index 00000000000..5cca070b695 --- /dev/null +++ b/databases/postgresql-autodoc/DESCR @@ -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 --git a/databases/postgresql-autodoc/Makefile b/databases/postgresql-autodoc/Makefile new file mode 100644 index 00000000000..2f769f1129c --- /dev/null +++ b/databases/postgresql-autodoc/Makefile @@ -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 +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 --git a/databases/postgresql-autodoc/PLIST b/databases/postgresql-autodoc/PLIST new file mode 100644 index 00000000000..910f7b1d719 --- /dev/null +++ b/databases/postgresql-autodoc/PLIST @@ -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 --git a/databases/postgresql-autodoc/distinfo b/databases/postgresql-autodoc/distinfo new file mode 100644 index 00000000000..026e6b17a62 --- /dev/null +++ b/databases/postgresql-autodoc/distinfo @@ -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 --git a/databases/postgresql-autodoc/~DESCR b/databases/postgresql-autodoc/~DESCR new file mode 100644 index 00000000000..f52cde6f033 --- /dev/null +++ b/databases/postgresql-autodoc/~DESCR @@ -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. |