Initial import of postgresql_autodoc 1.10
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.
This commit is contained in:
parent
88829781b0
commit
455d81792a
4 changed files with 47 additions and 0 deletions
9
postgresql-autodoc/DESCR
Normal file
9
postgresql-autodoc/DESCR
Normal file
|
@ -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.
|
27
postgresql-autodoc/Makefile
Normal file
27
postgresql-autodoc/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2003/06/27 22:39:49 marc Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= postgresql_autodoc-1.10
|
||||||
|
PKGNAME= ${DISTNAME:S/_/-/}
|
||||||
|
WRKSRC= ${WRKDIR}/postgresql_autodoc
|
||||||
|
CATEGORIES= databases
|
||||||
|
MASTER_SITES= http://www.rbt.ca/autodoc/
|
||||||
|
|
||||||
|
MAINTAINER= marc@informatik.uni-bremen.de
|
||||||
|
HOMEPAGE= http://www.rbt.ca/autodoc/
|
||||||
|
COMMENT= Documentation system for PostgreSQL
|
||||||
|
|
||||||
|
DEPENDS= p5-DBD-postgresql-*:../../databases/p5-DBD-postgresql
|
||||||
|
DEPENDS+= p5-HTML-Template-*:../../www/p5-HTML-Template
|
||||||
|
DEPENDS+= docbook-4*:../../textproc/docbook
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_BUILDLINK2= yes
|
||||||
|
USE_PKGLOCALEDIR= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PKGBASE}
|
||||||
|
|
||||||
|
.include "../../graphics/graphviz/buildlink2.mk"
|
||||||
|
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
7
postgresql-autodoc/PLIST
Normal file
7
postgresql-autodoc/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/27 22:39:49 marc Exp $
|
||||||
|
bin/postgresql_autodoc
|
||||||
|
share/postgresql-autodoc/dia.tmpl
|
||||||
|
share/postgresql-autodoc/dot.tmpl
|
||||||
|
share/postgresql-autodoc/html.tmpl
|
||||||
|
share/postgresql-autodoc/sgml.tmpl
|
||||||
|
@dirrm share/postgresql-autodoc
|
4
postgresql-autodoc/distinfo
Normal file
4
postgresql-autodoc/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2003/06/27 22:39:49 marc Exp $
|
||||||
|
|
||||||
|
SHA1 (postgresql_autodoc-1.10.tar.gz) = d591905157c77c24130b552e5f7d34df31c3423e
|
||||||
|
Size (postgresql_autodoc-1.10.tar.gz) = 39230 bytes
|
Loading…
Reference in a new issue