pkgsrc/textproc/postgresql-autodoc/Makefile

23 lines
680 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2005/12/05 20:51:07 rillig Exp $
#
DISTNAME= postgresql_autodoc-1.24
PKGREVISION= 1
CATEGORIES= textproc databases
Update to 1.12 and take maintainership. 1.12 August 11st, 2003 * Complain if there are no template files in the template directory. ( Rod) * Correct HTML output for specification conformance. ( Rod) * Add note to HTML about PostgreSQL Autodoc. ( Rod) 1.11 August 1st, 2003 * Write documentation including what variables are used for template creation. ( Rod) * Correct various inter-schema issues with commonly named tables. ( Rod) * Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output. ( Rod) * Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod) * Correct schema prefix to function names. ( Rod) * Statistics based on PostgreSQL's pgstattuple contrib module ( Rod) * Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod) * Other bug fixes ( Rod) 1.10 May 18th, 2003 * Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod) * Fix column descriptions ( Rod, Arthur ) * Use a table connection point for GraphViz output for cleaner formatting. ( Rod) * Ensure that multikey constraints can be associated with a group number (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod) * Skip information_schema on 7.4 database ( Rod) * Base the output on templates which are processed by HTML::Template allowing simpler editing of the output for various styles ( Neil, Rod ) * Correct the PostgreSQL 7.1 query processes ( Rod) * Add a new --schema argument to enable dumping a single schema ( Rod) * Large cleanups for the various outputs to simplify the code base and remove long standing bugs in DocBook output ( Rod)
2003-09-09 16:18:58 +02:00
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
Update to 1.12 and take maintainership. 1.12 August 11st, 2003 * Complain if there are no template files in the template directory. ( Rod) * Correct HTML output for specification conformance. ( Rod) * Add note to HTML about PostgreSQL Autodoc. ( Rod) 1.11 August 1st, 2003 * Write documentation including what variables are used for template creation. ( Rod) * Correct various inter-schema issues with commonly named tables. ( Rod) * Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output. ( Rod) * Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod) * Correct schema prefix to function names. ( Rod) * Statistics based on PostgreSQL's pgstattuple contrib module ( Rod) * Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod) * Other bug fixes ( Rod) 1.10 May 18th, 2003 * Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod) * Fix column descriptions ( Rod, Arthur ) * Use a table connection point for GraphViz output for cleaner formatting. ( Rod) * Ensure that multikey constraints can be associated with a group number (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod) * Skip information_schema on 7.4 database ( Rod) * Base the output on templates which are processed by HTML::Template allowing simpler editing of the output for various styles ( Neil, Rod ) * Correct the PostgreSQL 7.1 query processes ( Rod) * Add a new --schema argument to enable dumping a single schema ( Rod) * Large cleanups for the various outputs to simplify the code base and remove long standing bugs in DocBook output ( Rod)
2003-09-09 16:18:58 +02:00
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.rbt.ca/autodoc/
COMMENT= Generate HTML, DOT, and XML description of database structure
DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
Update to 1.12 and take maintainership. 1.12 August 11st, 2003 * Complain if there are no template files in the template directory. ( Rod) * Correct HTML output for specification conformance. ( Rod) * Add note to HTML about PostgreSQL Autodoc. ( Rod) 1.11 August 1st, 2003 * Write documentation including what variables are used for template creation. ( Rod) * Correct various inter-schema issues with commonly named tables. ( Rod) * Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output. ( Rod) * Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod) * Correct schema prefix to function names. ( Rod) * Statistics based on PostgreSQL's pgstattuple contrib module ( Rod) * Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod) * Other bug fixes ( Rod) 1.10 May 18th, 2003 * Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod) * Fix column descriptions ( Rod, Arthur ) * Use a table connection point for GraphViz output for cleaner formatting. ( Rod) * Ensure that multikey constraints can be associated with a group number (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod) * Skip information_schema on 7.4 database ( Rod) * Base the output on templates which are processed by HTML::Template allowing simpler editing of the output for various styles ( Neil, Rod ) * Correct the PostgreSQL 7.1 query processes ( Rod) * Add a new --schema argument to enable dumping a single schema ( Rod) * Large cleanups for the various outputs to simplify the code base and remove long standing bugs in DocBook output ( Rod)
2003-09-09 16:18:58 +02:00
DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
WRKSRC= ${WRKDIR}/postgresql_autodoc
USE_TOOLS+= gmake perl:run
Update to 1.12 and take maintainership. 1.12 August 11st, 2003 * Complain if there are no template files in the template directory. ( Rod) * Correct HTML output for specification conformance. ( Rod) * Add note to HTML about PostgreSQL Autodoc. ( Rod) 1.11 August 1st, 2003 * Write documentation including what variables are used for template creation. ( Rod) * Correct various inter-schema issues with commonly named tables. ( Rod) * Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output. ( Rod) * Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod) * Correct schema prefix to function names. ( Rod) * Statistics based on PostgreSQL's pgstattuple contrib module ( Rod) * Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod) * Other bug fixes ( Rod) 1.10 May 18th, 2003 * Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod) * Fix column descriptions ( Rod, Arthur ) * Use a table connection point for GraphViz output for cleaner formatting. ( Rod) * Ensure that multikey constraints can be associated with a group number (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod) * Skip information_schema on 7.4 database ( Rod) * Base the output on templates which are processed by HTML::Template allowing simpler editing of the output for various styles ( Neil, Rod ) * Correct the PostgreSQL 7.1 query processes ( Rod) * Add a new --schema argument to enable dumping a single schema ( Rod) * Large cleanups for the various outputs to simplify the code base and remove long standing bugs in DocBook output ( Rod)
2003-09-09 16:18:58 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX:Q}/share/${PKGBASE:Q}
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5:Q}
.include "../../mk/bsd.pkg.mk"