Add postgresql_autodoc, an automatic documentation generator for postgresql.
Supports output in HTML, GraphViz, SGML DocBook and DIA formats.
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
SUBDIR += postgresql-pltcl
|
||||
SUBDIR += postgresql-tcltk
|
||||
SUBDIR += postgresql7
|
||||
SUBDIR += postgresql_autodoc
|
||||
SUBDIR += pxtools
|
||||
SUBDIR += py-MySQL
|
||||
SUBDIR += py-MySQLdb
|
||||
|
||||
31
databases/postgresql_autodoc/Makefile
Normal file
31
databases/postgresql_autodoc/Makefile
Normal 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>
|
||||
1
databases/postgresql_autodoc/distinfo
Normal file
1
databases/postgresql_autodoc/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (postgresql_autodoc_0.99.tar.gz) = aa999ce12331639fb27ccbe84b93c912
|
||||
1
databases/postgresql_autodoc/pkg-comment
Normal file
1
databases/postgresql_autodoc/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Automatic documentation generator for postgresql databases
|
||||
4
databases/postgresql_autodoc/pkg-descr
Normal file
4
databases/postgresql_autodoc/pkg-descr
Normal 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
|
||||
1
databases/postgresql_autodoc/pkg-plist
Normal file
1
databases/postgresql_autodoc/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
bin/postgresql_autodoc
|
||||
Reference in New Issue
Block a user