summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrecht <recht>2003-09-09 13:55:05 +0000
committerrecht <recht>2003-09-09 13:55:05 +0000
commit661de14445cb5779f9cec32c2b607c44f0e437ff (patch)
treef32ef7e99f30f64d1c41b1eef3ec907c45e0de72 /databases
parent3823162c0a44e8978960fb8b4cddfbcd1728734c (diff)
downloadpkgsrc-661de14445cb5779f9cec32c2b607c44f0e437ff.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/DESCR9
-rw-r--r--databases/postgresql-autodoc/Makefile24
-rw-r--r--databases/postgresql-autodoc/PLIST7
-rw-r--r--databases/postgresql-autodoc/distinfo4
-rw-r--r--databases/postgresql-autodoc/~DESCR11
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.