summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-09 13:58:01 +0000
committerrecht <recht@pkgsrc.org>2003-09-09 13:58:01 +0000
commitc43bc8de44a9cac60c423f89cc3a0dd9c2eccbf9 (patch)
tree1dd5409478bfcf84c170f6b480ddf8218dc609be /databases
parenta004d87ea97ee7b81db83ecd814242bd224e58e6 (diff)
downloadpkgsrc-c43bc8de44a9cac60c423f89cc3a0dd9c2eccbf9.tar.gz
Oops! We already have textproc/postgresql-autodoc.
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, 0 insertions, 55 deletions
diff --git a/databases/postgresql-autodoc/DESCR b/databases/postgresql-autodoc/DESCR
deleted file mode 100644
index 5cca070b695..00000000000
--- a/databases/postgresql-autodoc/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 2f769f1129c..00000000000
--- a/databases/postgresql-autodoc/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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
deleted file mode 100644
index 910f7b1d719..00000000000
--- a/databases/postgresql-autodoc/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@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
deleted file mode 100644
index 026e6b17a62..00000000000
--- a/databases/postgresql-autodoc/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$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
deleted file mode 100644
index f52cde6f033..00000000000
--- a/databases/postgresql-autodoc/~DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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.