pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql73-docs reimport of postgresql-doc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73ad7e86f724
branches:  trunk
changeset: 478489:73ad7e86f724
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jul 24 22:16:56 2004 +0000

description:
reimport of postgresql-docs as postgresql73-docs

PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database documentation.

diffstat:

 databases/postgresql73-docs/DESCR    |    9 +
 databases/postgresql73-docs/Makefile |   27 +
 databases/postgresql73-docs/PLIST    |  624 +++++++++++++++++++++++++++++++++++
 3 files changed, 660 insertions(+), 0 deletions(-)

diffs (truncated from 672 to 300 lines):

diff -r 950953591fa1 -r 73ad7e86f724 databases/postgresql73-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-docs/DESCR Sat Jul 24 22:16:56 2004 +0000
@@ -0,0 +1,9 @@
+PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
+derived from the Berkeley Postgres database management system.  While
+PostgreSQL retains the powerful object-relational data model, rich data types
+and easy extensibility of Postgres, it replaces the PostQuel query language
+with an extended subset of SQL.
+
+PostgreSQL is free and the complete source is available.
+
+This package contains the database documentation.
diff -r 950953591fa1 -r 73ad7e86f724 databases/postgresql73-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-docs/Makefile      Sat Jul 24 22:16:56 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/24 22:16:56 recht Exp $
+
+PKGNAME=               postgresql73-docs-${BASE_VERS}
+SVR4_PKGNAME=          pstgd
+COMMENT=               PostgreSQL database system documentation
+
+USE_BUILDLINK3=                yes
+
+.include "../../databases/postgresql73/Makefile.common"
+
+BUILD_DIRS=            ${WRKSRC}/doc
+DOCDIR=                        ${PREFIX}/share/doc/postgresql
+
+# The manpage documentation is installed with the relevant packages.
+pre-build:
+       cd ${WRKSRC}/doc && ${RM} -f man.tar.gz
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       cd ${WRKSRC}/doc; for file in                                   \
+               FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO          \
+               bug.template;                                           \
+       do                                                              \
+               ${INSTALL_DATA} $${file} ${DOCDIR}/$${file};            \
+       done
+
+.include "../../mk/bsd.pkg.mk"
diff -r 950953591fa1 -r 73ad7e86f724 databases/postgresql73-docs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql73-docs/PLIST Sat Jul 24 22:16:56 2004 +0000
@@ -0,0 +1,624 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/24 22:16:58 recht Exp $
+share/doc/html/postgresql/admin-preface.html
+share/doc/html/postgresql/admin.html
+share/doc/html/postgresql/app-clusterdb.html
+share/doc/html/postgresql/app-createdb.html
+share/doc/html/postgresql/app-createlang.html
+share/doc/html/postgresql/app-createuser.html
+share/doc/html/postgresql/app-dropdb.html
+share/doc/html/postgresql/app-droplang.html
+share/doc/html/postgresql/app-dropuser.html
+share/doc/html/postgresql/app-ecpg.html
+share/doc/html/postgresql/app-initdb.html
+share/doc/html/postgresql/app-initlocation.html
+share/doc/html/postgresql/app-ipcclean.html
+share/doc/html/postgresql/app-pg-ctl.html
+share/doc/html/postgresql/app-pg-dumpall.html
+share/doc/html/postgresql/app-pgconfig.html
+share/doc/html/postgresql/app-pgcontroldata.html
+share/doc/html/postgresql/app-pgdump.html
+share/doc/html/postgresql/app-pgresetxlog.html
+share/doc/html/postgresql/app-pgrestore.html
+share/doc/html/postgresql/app-pgtclsh.html
+share/doc/html/postgresql/app-pgtksh.html
+share/doc/html/postgresql/app-postgres.html
+share/doc/html/postgresql/app-postmaster.html
+share/doc/html/postgresql/app-psql.html
+share/doc/html/postgresql/app-vacuumdb.html
+share/doc/html/postgresql/applevel-consistency.html
+share/doc/html/postgresql/arch-pg.html
+share/doc/html/postgresql/arrays.html
+share/doc/html/postgresql/auth-methods.html
+share/doc/html/postgresql/backup-file.html
+share/doc/html/postgresql/backup.html
+share/doc/html/postgresql/biblio.html
+share/doc/html/postgresql/bki-commands.html
+share/doc/html/postgresql/bki-example.html
+share/doc/html/postgresql/bki.html
+share/doc/html/postgresql/bug-reporting.html
+share/doc/html/postgresql/catalog-pg-aggregate.html
+share/doc/html/postgresql/catalog-pg-am.html
+share/doc/html/postgresql/catalog-pg-amop.html
+share/doc/html/postgresql/catalog-pg-amproc.html
+share/doc/html/postgresql/catalog-pg-attrdef.html
+share/doc/html/postgresql/catalog-pg-attribute.html
+share/doc/html/postgresql/catalog-pg-cast.html
+share/doc/html/postgresql/catalog-pg-class.html
+share/doc/html/postgresql/catalog-pg-constraint.html
+share/doc/html/postgresql/catalog-pg-conversion.html
+share/doc/html/postgresql/catalog-pg-database.html
+share/doc/html/postgresql/catalog-pg-depend.html
+share/doc/html/postgresql/catalog-pg-description.html
+share/doc/html/postgresql/catalog-pg-group.html
+share/doc/html/postgresql/catalog-pg-index.html
+share/doc/html/postgresql/catalog-pg-inherits.html
+share/doc/html/postgresql/catalog-pg-language.html
+share/doc/html/postgresql/catalog-pg-largeobject.html
+share/doc/html/postgresql/catalog-pg-listener.html
+share/doc/html/postgresql/catalog-pg-namespace.html
+share/doc/html/postgresql/catalog-pg-opclass.html
+share/doc/html/postgresql/catalog-pg-operator.html
+share/doc/html/postgresql/catalog-pg-proc.html
+share/doc/html/postgresql/catalog-pg-rewrite.html
+share/doc/html/postgresql/catalog-pg-shadow.html
+share/doc/html/postgresql/catalog-pg-statistic.html
+share/doc/html/postgresql/catalog-pg-trigger.html
+share/doc/html/postgresql/catalog-pg-type.html
+share/doc/html/postgresql/catalogs.gif
+share/doc/html/postgresql/catalogs.html
+share/doc/html/postgresql/charset.html
+share/doc/html/postgresql/client-authentication-problems.html
+share/doc/html/postgresql/client-authentication.html
+share/doc/html/postgresql/compiler.html
+share/doc/html/postgresql/connect-estab.html
+share/doc/html/postgresql/connections.gif
+share/doc/html/postgresql/creating-cluster.html
+share/doc/html/postgresql/cvs-tree.html
+share/doc/html/postgresql/cvs.html
+share/doc/html/postgresql/cvsup.html
+share/doc/html/postgresql/datatype-binary.html
+share/doc/html/postgresql/datatype-bit.html
+share/doc/html/postgresql/datatype-boolean.html
+share/doc/html/postgresql/datatype-character.html
+share/doc/html/postgresql/datatype-datetime.html
+share/doc/html/postgresql/datatype-geometric.html
+share/doc/html/postgresql/datatype-money.html
+share/doc/html/postgresql/datatype-net-types.html
+share/doc/html/postgresql/datatype-oid.html
+share/doc/html/postgresql/datatype-pseudo.html
+share/doc/html/postgresql/datatype.html
+share/doc/html/postgresql/datetime-appendix.html
+share/doc/html/postgresql/ddl-alter.html
+share/doc/html/postgresql/ddl-constraints.html
+share/doc/html/postgresql/ddl-depend.html
+share/doc/html/postgresql/ddl-inherit.html
+share/doc/html/postgresql/ddl-others.html
+share/doc/html/postgresql/ddl-priv.html
+share/doc/html/postgresql/ddl-schemas.html
+share/doc/html/postgresql/ddl-system-columns.html
+share/doc/html/postgresql/ddl.html
+share/doc/html/postgresql/developer.html
+share/doc/html/postgresql/disk-full.html
+share/doc/html/postgresql/diskusage.html
+share/doc/html/postgresql/dml-delete.html
+share/doc/html/postgresql/dml-update.html
+share/doc/html/postgresql/dml.html
+share/doc/html/postgresql/doc-build.html
+share/doc/html/postgresql/doc-sources.html
+share/doc/html/postgresql/doc-style.html
+share/doc/html/postgresql/doc-toolsets.html
+share/doc/html/postgresql/docguide.html
+share/doc/html/postgresql/ecpg-commands.html
+share/doc/html/postgresql/ecpg-connect.html
+share/doc/html/postgresql/ecpg-develop.html
+share/doc/html/postgresql/ecpg-disconnect.html
+share/doc/html/postgresql/ecpg-errors.html
+share/doc/html/postgresql/ecpg-include.html
+share/doc/html/postgresql/ecpg-library.html
+share/doc/html/postgresql/ecpg-porting.html
+share/doc/html/postgresql/ecpg-process.html
+share/doc/html/postgresql/ecpg-variables.html
+share/doc/html/postgresql/ecpg.html
+share/doc/html/postgresql/executor.html
+share/doc/html/postgresql/explicit-joins.html
+share/doc/html/postgresql/explicit-locking.html
+share/doc/html/postgresql/extend.html
+share/doc/html/postgresql/features.html
+share/doc/html/postgresql/functions-aggregate.html
+share/doc/html/postgresql/functions-binarystring.html
+share/doc/html/postgresql/functions-comparison.html
+share/doc/html/postgresql/functions-conditional.html
+share/doc/html/postgresql/functions-datetime.html
+share/doc/html/postgresql/functions-formatting.html
+share/doc/html/postgresql/functions-geometry.html
+share/doc/html/postgresql/functions-matching.html
+share/doc/html/postgresql/functions-math.html
+share/doc/html/postgresql/functions-misc.html
+share/doc/html/postgresql/functions-net.html
+share/doc/html/postgresql/functions-sequence.html
+share/doc/html/postgresql/functions-string.html
+share/doc/html/postgresql/functions-subquery.html
+share/doc/html/postgresql/functions.html
+share/doc/html/postgresql/geqo-biblio.html
+share/doc/html/postgresql/geqo-intro2.html
+share/doc/html/postgresql/geqo-pg-intro.html
+share/doc/html/postgresql/geqo.html
+share/doc/html/postgresql/gist.html
+share/doc/html/postgresql/groups.html
+share/doc/html/postgresql/history.html
+share/doc/html/postgresql/index.html
+share/doc/html/postgresql/indexcost.html
+share/doc/html/postgresql/indexes-examine.html
+share/doc/html/postgresql/indexes-functional.html
+share/doc/html/postgresql/indexes-multicolumn.html
+share/doc/html/postgresql/indexes-opclass.html
+share/doc/html/postgresql/indexes-partial.html
+share/doc/html/postgresql/indexes-types.html
+share/doc/html/postgresql/indexes-unique.html
+share/doc/html/postgresql/indexes.html
+share/doc/html/postgresql/install-getsource.html
+share/doc/html/postgresql/install-post.html
+share/doc/html/postgresql/install-procedure.html
+share/doc/html/postgresql/install-requirements.html
+share/doc/html/postgresql/install-upgrading.html
+share/doc/html/postgresql/install-win32.html
+share/doc/html/postgresql/installation.html
+share/doc/html/postgresql/jdbc-binary-data.html
+share/doc/html/postgresql/jdbc-datasource.html
+share/doc/html/postgresql/jdbc-ddl.html
+share/doc/html/postgresql/jdbc-ext.html
+share/doc/html/postgresql/jdbc-query.html
+share/doc/html/postgresql/jdbc-reading.html
+share/doc/html/postgresql/jdbc-thread.html
+share/doc/html/postgresql/jdbc-update.html
+share/doc/html/postgresql/jdbc-use.html
+share/doc/html/postgresql/jdbc.html
+share/doc/html/postgresql/kernel-resources.html
+share/doc/html/postgresql/largeobjects.html
+share/doc/html/postgresql/libpgtcl-loading.html
+share/doc/html/postgresql/libpgtcl-ref.html
+share/doc/html/postgresql/libpq-async.html
+share/doc/html/postgresql/libpq-build.html
+share/doc/html/postgresql/libpq-connect.html
+share/doc/html/postgresql/libpq-control.html
+share/doc/html/postgresql/libpq-copy.html
+share/doc/html/postgresql/libpq-envars.html
+share/doc/html/postgresql/libpq-example.html
+share/doc/html/postgresql/libpq-exec.html
+share/doc/html/postgresql/libpq-fastpath.html
+share/doc/html/postgresql/libpq-files.html
+share/doc/html/postgresql/libpq-notify.html
+share/doc/html/postgresql/libpq-threading.html
+share/doc/html/postgresql/libpq-trace.html
+share/doc/html/postgresql/libpq.html
+share/doc/html/postgresql/ln17989.html
+share/doc/html/postgresql/ln24842.html
+share/doc/html/postgresql/ln37286.html
+share/doc/html/postgresql/ln52002.html
+share/doc/html/postgresql/ln25.html
+share/doc/html/postgresql/ln659.html
+share/doc/html/postgresql/lo-funcs.html
+share/doc/html/postgresql/lo-implementation.html
+share/doc/html/postgresql/lo-interfaces.html
+share/doc/html/postgresql/lo-libpq.html
+share/doc/html/postgresql/locking-indexes.html
+share/doc/html/postgresql/logfile-maintenance.html
+share/doc/html/postgresql/maintenance.html
+share/doc/html/postgresql/manage-ag-alternate-locs.html
+share/doc/html/postgresql/manage-ag-config.html
+share/doc/html/postgresql/manage-ag-createdb.html
+share/doc/html/postgresql/manage-ag-dropdb.html
+share/doc/html/postgresql/manage-ag-templatedbs.html
+share/doc/html/postgresql/managing-databases.html
+share/doc/html/postgresql/migration.html
+share/doc/html/postgresql/monitoring-locks.html
+share/doc/html/postgresql/monitoring-stats.html
+share/doc/html/postgresql/monitoring.html
+share/doc/html/postgresql/multibyte.html
+share/doc/html/postgresql/mvcc.html
+share/doc/html/postgresql/nls-programmer.html
+share/doc/html/postgresql/nls.html
+share/doc/html/postgresql/notation.html
+share/doc/html/postgresql/overview.html
+share/doc/html/postgresql/page.html
+share/doc/html/postgresql/parser-stage.html
+share/doc/html/postgresql/performance-tips.html
+share/doc/html/postgresql/perm-functions.html
+share/doc/html/postgresql/pg-system-catalogs.html
+share/doc/html/postgresql/pgtcl-pgconndefaults.html
+share/doc/html/postgresql/pgtcl-pgconnect.html
+share/doc/html/postgresql/pgtcl-pgdisconnect.html
+share/doc/html/postgresql/pgtcl-pgexec.html
+share/doc/html/postgresql/pgtcl-pgexecute.html
+share/doc/html/postgresql/pgtcl-pglisten.html
+share/doc/html/postgresql/pgtcl-pgloclose.html
+share/doc/html/postgresql/pgtcl-pglocreat.html
+share/doc/html/postgresql/pgtcl-pgloexport.html
+share/doc/html/postgresql/pgtcl-pgloimport.html
+share/doc/html/postgresql/pgtcl-pglolseek.html
+share/doc/html/postgresql/pgtcl-pgloopen.html
+share/doc/html/postgresql/pgtcl-pgloread.html
+share/doc/html/postgresql/pgtcl-pglotell.html
+share/doc/html/postgresql/pgtcl-pglounlink.html
+share/doc/html/postgresql/pgtcl-pglowrite.html
+share/doc/html/postgresql/pgtcl-pgon-connection-loss.html
+share/doc/html/postgresql/pgtcl-pgresult.html
+share/doc/html/postgresql/pgtcl-pgselect.html
+share/doc/html/postgresql/pgtcl.html
+share/doc/html/postgresql/planner-optimizer.html
+share/doc/html/postgresql/planner-stats.html
+share/doc/html/postgresql/plperl-data.html
+share/doc/html/postgresql/plperl-database.html
+share/doc/html/postgresql/plperl-missing.html



Home | Main Index | Thread Index | Old Index