pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases PostgreSQL has no --with-htmldir, so install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4215da0ec9b
branches:  trunk
changeset: 473448:e4215da0ec9b
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Apr 19 22:39:55 2004 +0000

description:
PostgreSQL has no --with-htmldir, so install the html files by hand
to share/doc/html/postgresql.

diffstat:

 databases/postgresql74-docs/Makefile   |    19 +-
 databases/postgresql74-docs/PLIST      |  1204 ++++++++++++++++----------------
 databases/postgresql74/Makefile.common |     6 +-
 3 files changed, 617 insertions(+), 612 deletions(-)

diffs (truncated from 1284 to 300 lines):

diff -r fdf2e5837686 -r e4215da0ec9b databases/postgresql74-docs/Makefile
--- a/databases/postgresql74-docs/Makefile      Mon Apr 19 22:23:02 2004 +0000
+++ b/databases/postgresql74-docs/Makefile      Mon Apr 19 22:39:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 00:05:25 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/19 22:39:55 recht Exp $
 
 PKGNAME=               postgresql-docs-${BASE_VERS}
 SVR4_PKGNAME=          pstgd
@@ -6,16 +6,22 @@
 
 .include "../../databases/postgresql74/Makefile.common"
 
-BUILD_DIRS=            ${WRKSRC}/doc
-DOCDIR=                        ${PREFIX}/share/doc/postgresql
+NO_BUILD=      yes
+NO_BUILDLINK=  yes
+NO_CONFIGURE=  yes
+
+#BUILD_DIRS=   ${WRKSRC}/doc
+DOCDIR=                ${PREFIX}/share/doc/postgresql
+HTMLDIR=       ${PREFIX}/share/doc/html/postgresql
 
 # The manpage documentation is installed with the relevant packages.
-pre-build:
-       cd ${WRKSRC}/doc && ${RM} -f man.tar.gz
+#pre-build:
+#      cd ${WRKSRC}/doc && ${RM} -f man.tar.gz
 
-post-install:
+do-install:
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA_DIR} ${DOCDIR}/TODO.detail
+       ${INSTALL_DATA_DIR} ${HTMLDIR}
        cd ${WRKSRC}/doc; for file in                                   \
                FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO          \
                bug.template;                                           \
@@ -24,5 +30,6 @@
        done
        cd ${WRKSRC}/doc/TODO.detail && \
                ${PAX} -rwppm . ${DOCDIR}/TODO.detail
+       ${TAR} -zxm -C ${HTMLDIR} -f ${WRKSRC}/doc/postgres.tar.gz
 
 .include "../../mk/bsd.pkg.mk"
diff -r fdf2e5837686 -r e4215da0ec9b databases/postgresql74-docs/PLIST
--- a/databases/postgresql74-docs/PLIST Mon Apr 19 22:23:02 2004 +0000
+++ b/databases/postgresql74-docs/PLIST Mon Apr 19 22:39:55 2004 +0000
@@ -1,604 +1,604 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 00:05:29 recht Exp $
-doc/postgresql/html/LEGALNOTICE.html
-doc/postgresql/html/admin.html
-doc/postgresql/html/app-clusterdb.html
-doc/postgresql/html/app-createdb.html
-doc/postgresql/html/app-createlang.html
-doc/postgresql/html/app-createuser.html
-doc/postgresql/html/app-dropdb.html
-doc/postgresql/html/app-droplang.html
-doc/postgresql/html/app-dropuser.html
-doc/postgresql/html/app-ecpg.html
-doc/postgresql/html/app-initdb.html
-doc/postgresql/html/app-initlocation.html
-doc/postgresql/html/app-ipcclean.html
-doc/postgresql/html/app-pg-ctl.html
-doc/postgresql/html/app-pg-dumpall.html
-doc/postgresql/html/app-pgconfig.html
-doc/postgresql/html/app-pgcontroldata.html
-doc/postgresql/html/app-pgdump.html
-doc/postgresql/html/app-pgresetxlog.html
-doc/postgresql/html/app-pgrestore.html
-doc/postgresql/html/app-pgtclsh.html
-doc/postgresql/html/app-pgtksh.html
-doc/postgresql/html/app-postgres.html
-doc/postgresql/html/app-postmaster.html
-doc/postgresql/html/app-psql.html
-doc/postgresql/html/app-vacuumdb.html
-doc/postgresql/html/appendixes.html
-doc/postgresql/html/applevel-consistency.html
-doc/postgresql/html/arrays.html
-doc/postgresql/html/auth-methods.html
-doc/postgresql/html/backup-file.html
-doc/postgresql/html/backup.html
-doc/postgresql/html/biblio.html
-doc/postgresql/html/bki-commands.html
-doc/postgresql/html/bki-example.html
-doc/postgresql/html/bki.html
-doc/postgresql/html/bookindex.html
-doc/postgresql/html/bug-reporting.html
-doc/postgresql/html/catalog-pg-aggregate.html
-doc/postgresql/html/catalog-pg-am.html
-doc/postgresql/html/catalog-pg-amop.html
-doc/postgresql/html/catalog-pg-amproc.html
-doc/postgresql/html/catalog-pg-attrdef.html
-doc/postgresql/html/catalog-pg-attribute.html
-doc/postgresql/html/catalog-pg-cast.html
-doc/postgresql/html/catalog-pg-class.html
-doc/postgresql/html/catalog-pg-constraint.html
-doc/postgresql/html/catalog-pg-conversion.html
-doc/postgresql/html/catalog-pg-database.html
-doc/postgresql/html/catalog-pg-depend.html
-doc/postgresql/html/catalog-pg-description.html
-doc/postgresql/html/catalog-pg-group.html
-doc/postgresql/html/catalog-pg-index.html
-doc/postgresql/html/catalog-pg-inherits.html
-doc/postgresql/html/catalog-pg-language.html
-doc/postgresql/html/catalog-pg-largeobject.html
-doc/postgresql/html/catalog-pg-listener.html
-doc/postgresql/html/catalog-pg-namespace.html
-doc/postgresql/html/catalog-pg-opclass.html
-doc/postgresql/html/catalog-pg-operator.html
-doc/postgresql/html/catalog-pg-proc.html
-doc/postgresql/html/catalog-pg-rewrite.html
-doc/postgresql/html/catalog-pg-shadow.html
-doc/postgresql/html/catalog-pg-statistic.html
-doc/postgresql/html/catalog-pg-trigger.html
-doc/postgresql/html/catalog-pg-type.html
-doc/postgresql/html/catalogs.html
-doc/postgresql/html/charset.html
-doc/postgresql/html/client-authentication-problems.html
-doc/postgresql/html/client-authentication.html
-doc/postgresql/html/client-interfaces.html
-doc/postgresql/html/connect-estab.html
-doc/postgresql/html/creating-cluster.html
-doc/postgresql/html/cvs-tree.html
-doc/postgresql/html/cvs.html
-doc/postgresql/html/cvsup.html
-doc/postgresql/html/datatype-binary.html
-doc/postgresql/html/datatype-bit.html
-doc/postgresql/html/datatype-boolean.html
-doc/postgresql/html/datatype-character.html
-doc/postgresql/html/datatype-datetime.html
-doc/postgresql/html/datatype-geometric.html
-doc/postgresql/html/datatype-money.html
-doc/postgresql/html/datatype-net-types.html
-doc/postgresql/html/datatype-oid.html
-doc/postgresql/html/datatype-pseudo.html
-doc/postgresql/html/datatype.html
-doc/postgresql/html/datetime-appendix.html
-doc/postgresql/html/datetime-keywords.html
-doc/postgresql/html/datetime-units-history.html
-doc/postgresql/html/ddl-alter.html
-doc/postgresql/html/ddl-constraints.html
-doc/postgresql/html/ddl-default.html
-doc/postgresql/html/ddl-depend.html
-doc/postgresql/html/ddl-inherit.html
-doc/postgresql/html/ddl-others.html
-doc/postgresql/html/ddl-priv.html
-doc/postgresql/html/ddl-schemas.html
-doc/postgresql/html/ddl-system-columns.html
-doc/postgresql/html/ddl.html
-doc/postgresql/html/disk-full.html
-doc/postgresql/html/diskusage.html
-doc/postgresql/html/dml-delete.html
-doc/postgresql/html/dml-update.html
-doc/postgresql/html/dml.html
-doc/postgresql/html/docguide-authoring.html
-doc/postgresql/html/docguide-build.html
-doc/postgresql/html/docguide-style.html
-doc/postgresql/html/docguide-toolsets.html
-doc/postgresql/html/docguide.html
-doc/postgresql/html/ecpg-commands.html
-doc/postgresql/html/ecpg-connect.html
-doc/postgresql/html/ecpg-descriptors.html
-doc/postgresql/html/ecpg-develop.html
-doc/postgresql/html/ecpg-disconnect.html
-doc/postgresql/html/ecpg-dynamic.html
-doc/postgresql/html/ecpg-errors.html
-doc/postgresql/html/ecpg-include.html
-doc/postgresql/html/ecpg-library.html
-doc/postgresql/html/ecpg-process.html
-doc/postgresql/html/ecpg-set-connection.html
-doc/postgresql/html/ecpg-variables.html
-doc/postgresql/html/ecpg.html
-doc/postgresql/html/errcodes-appendix.html
-doc/postgresql/html/error-message-reporting.html
-doc/postgresql/html/error-style-guide.html
-doc/postgresql/html/examples.html
-doc/postgresql/html/executor.html
-doc/postgresql/html/explicit-joins.html
-doc/postgresql/html/explicit-locking.html
-doc/postgresql/html/extend-type-system.html
-doc/postgresql/html/extend.html
-doc/postgresql/html/extensibility.html
-doc/postgresql/html/features.html
-doc/postgresql/html/functions-aggregate.html
-doc/postgresql/html/functions-array.html
-doc/postgresql/html/functions-binarystring.html
-doc/postgresql/html/functions-comparison.html
-doc/postgresql/html/functions-comparisons.html
-doc/postgresql/html/functions-conditional.html
-doc/postgresql/html/functions-datetime.html
-doc/postgresql/html/functions-formatting.html
-doc/postgresql/html/functions-geometry.html
-doc/postgresql/html/functions-matching.html
-doc/postgresql/html/functions-math.html
-doc/postgresql/html/functions-misc.html
-doc/postgresql/html/functions-net.html
-doc/postgresql/html/functions-sequence.html
-doc/postgresql/html/functions-string.html
-doc/postgresql/html/functions-subquery.html
-doc/postgresql/html/functions.html
-doc/postgresql/html/geqo-biblio.html
-doc/postgresql/html/geqo-intro2.html
-doc/postgresql/html/geqo-pg-intro.html
-doc/postgresql/html/geqo.html
-doc/postgresql/html/gist.html
-doc/postgresql/html/groups.html
-doc/postgresql/html/history.html
-doc/postgresql/html/implementation.html
-doc/postgresql/html/index.html
-doc/postgresql/html/indexcost.html
-doc/postgresql/html/indexes-examine.html
-doc/postgresql/html/indexes-expressional.html
-doc/postgresql/html/indexes-multicolumn.html
-doc/postgresql/html/indexes-opclass.html
-doc/postgresql/html/indexes-partial.html
-doc/postgresql/html/indexes-types.html
-doc/postgresql/html/indexes-unique.html
-doc/postgresql/html/indexes.html
-doc/postgresql/html/information-schema.html
-doc/postgresql/html/infoschema-applicable-roles.html
-doc/postgresql/html/infoschema-check-constraints.html
-doc/postgresql/html/infoschema-column-domain-usage.html
-doc/postgresql/html/infoschema-column-privileges.html
-doc/postgresql/html/infoschema-column-udt-usage.html
-doc/postgresql/html/infoschema-columns.html
-doc/postgresql/html/infoschema-constraint-column-usage.html
-doc/postgresql/html/infoschema-constraint-table-usage.html
-doc/postgresql/html/infoschema-data-type-privileges.html
-doc/postgresql/html/infoschema-datatypes.html
-doc/postgresql/html/infoschema-domain-constraints.html
-doc/postgresql/html/infoschema-domain-udt-usage.html
-doc/postgresql/html/infoschema-domains.html
-doc/postgresql/html/infoschema-element-types.html
-doc/postgresql/html/infoschema-enabled-roles.html
-doc/postgresql/html/infoschema-information-schema-catalog-name.html
-doc/postgresql/html/infoschema-key-column-usage.html
-doc/postgresql/html/infoschema-parameters.html
-doc/postgresql/html/infoschema-referential-constraints.html
-doc/postgresql/html/infoschema-role-column-grants.html
-doc/postgresql/html/infoschema-role-routine-grants.html
-doc/postgresql/html/infoschema-role-table-grants.html
-doc/postgresql/html/infoschema-role-usage-grants.html
-doc/postgresql/html/infoschema-routine-privileges.html
-doc/postgresql/html/infoschema-routines.html
-doc/postgresql/html/infoschema-schemata.html
-doc/postgresql/html/infoschema-sql-features.html
-doc/postgresql/html/infoschema-sql-implementation-info.html
-doc/postgresql/html/infoschema-sql-languages.html
-doc/postgresql/html/infoschema-sql-packages.html
-doc/postgresql/html/infoschema-sql-sizing-profiles.html
-doc/postgresql/html/infoschema-sql-sizing.html
-doc/postgresql/html/infoschema-table-constraints.html
-doc/postgresql/html/infoschema-table-privileges.html
-doc/postgresql/html/infoschema-tables.html
-doc/postgresql/html/infoschema-triggers.html
-doc/postgresql/html/infoschema-usage-privileges.html
-doc/postgresql/html/infoschema-view-column-usage.html
-doc/postgresql/html/infoschema-view-table-usage.html
-doc/postgresql/html/infoschema-views.html
-doc/postgresql/html/install-getsource.html
-doc/postgresql/html/install-post.html
-doc/postgresql/html/install-procedure.html
-doc/postgresql/html/install-requirements.html
-doc/postgresql/html/install-upgrading.html
-doc/postgresql/html/install-win32.html
-doc/postgresql/html/installation.html
-doc/postgresql/html/internals.html
-doc/postgresql/html/jdbc-binary-data.html
-doc/postgresql/html/jdbc-callproc.html
-doc/postgresql/html/jdbc-datasource.html
-doc/postgresql/html/jdbc-ddl.html
-doc/postgresql/html/jdbc-ext.html
-doc/postgresql/html/jdbc-query.html
-doc/postgresql/html/jdbc-reading.html
-doc/postgresql/html/jdbc-thread.html
-doc/postgresql/html/jdbc-update.html
-doc/postgresql/html/jdbc-use.html
-doc/postgresql/html/jdbc.html
-doc/postgresql/html/kernel-resources.html
-doc/postgresql/html/largeobjects.html
-doc/postgresql/html/libpgtcl-loading.html
-doc/postgresql/html/libpgtcl-ref.html
-doc/postgresql/html/libpq-async.html
-doc/postgresql/html/libpq-build.html
-doc/postgresql/html/libpq-control.html
-doc/postgresql/html/libpq-copy.html
-doc/postgresql/html/libpq-envars.html
-doc/postgresql/html/libpq-example.html
-doc/postgresql/html/libpq-exec.html
-doc/postgresql/html/libpq-fastpath.html
-doc/postgresql/html/libpq-notice-processing.html
-doc/postgresql/html/libpq-notify.html
-doc/postgresql/html/libpq-pgpass.html
-doc/postgresql/html/libpq-status.html
-doc/postgresql/html/libpq-threading.html
-doc/postgresql/html/libpq.html
-doc/postgresql/html/limitations.html
-doc/postgresql/html/lo-examplesect.html
-doc/postgresql/html/lo-funcs.html
-doc/postgresql/html/lo-implementation.html



Home | Main Index | Thread Index | Old Index