Add postgresql_autodoc, an automatic documentation generator for postgresql.

Supports output in HTML, GraphViz, SGML DocBook and DIA formats.
This commit is contained in:
Jimmy Olgeni
2002-08-23 20:47:36 +00:00
parent 5065c6898f
commit b4e1779c57
6 changed files with 39 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
SUBDIR += postgresql-pltcl
SUBDIR += postgresql-tcltk
SUBDIR += postgresql7
SUBDIR += postgresql_autodoc
SUBDIR += pxtools
SUBDIR += py-MySQL
SUBDIR += py-MySQLdb

View File

@@ -0,0 +1,31 @@
# New ports collection makefile for: postgresql_autodoc
# Date created: Fri Aug 23 22:22:36 CEST 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= postgresql_autodoc
PORTVERSION= 0.99
CATEGORIES= databases
MASTER_SITES= http://www.rbt.ca/autodoc/
DISTNAME= postgresql_autodoc_${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
USE_REINPLACE= yes
USE_PERL5= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}
post-patch:
@${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/postgresql_autodoc.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc.pl ${PREFIX}/bin/postgresql_autodoc
.include <bsd.port.mk>

View File

@@ -0,0 +1 @@
MD5 (postgresql_autodoc_0.99.tar.gz) = aa999ce12331639fb27ccbe84b93c912

View File

@@ -0,0 +1 @@
Automatic documentation generator for postgresql databases

View File

@@ -0,0 +1,4 @@
Automatic documentation generator for postgresql databases.
It supports output in HTML, GraphViz, SGML DocBook and DIA formats.
WWW: http://www.rbt.ca/autodoc.html

View File

@@ -0,0 +1 @@
bin/postgresql_autodoc