Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +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.

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.27 2013/05/31 12:42:24 wiz Exp $
#
DISTNAME= postgresql_autodoc-1.30
PKGREVISION= 3
CATEGORIES= textproc databases
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rbt.ca/autodoc/
COMMENT= Generate HTML, DOT, and XML description of database structure
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
WRKSRC= ${WRKDIR}/postgresql_autodoc
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX:Q}/share
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5:Q}
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \
datadir=${DESTDIR}${PREFIX}/share/postgresql_autodoc
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:17:23 joerg Exp $
bin/postgresql_autodoc
share/postgresql_autodoc/dia.tmpl
share/postgresql_autodoc/dot.tmpl
share/postgresql_autodoc/html.tmpl
share/postgresql_autodoc/xml.tmpl
share/postgresql_autodoc/neato.tmpl
share/postgresql_autodoc/zigzag.dia.tmpl

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2007/06/19 18:46:16 mjl Exp $
SHA1 (postgresql_autodoc-1.30.tar.gz) = 91de871ca5e0adf649de0c5d597be5a678268486
RMD160 (postgresql_autodoc-1.30.tar.gz) = 91f00429d0675b578b0542ed2f94958eb37b2946
Size (postgresql_autodoc-1.30.tar.gz) = 46216 bytes