summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/PLIST
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2006-06-11 00:58:39 +0000
committerdarcy <darcy@pkgsrc.org>2006-06-11 00:58:39 +0000
commitac0e8c908d0f1b617444497b1abe7e3e9161f429 (patch)
tree98bcc69cb355bef265002247ddb5ac75a65f5651 /databases/py-postgresql/PLIST
parent174a41b761ad99f0a7196634adcaae0a73c74289 (diff)
downloadpkgsrc-ac0e8c908d0f1b617444497b1abe7e3e9161f429.tar.gz
Update package to 3.8.1.
Mostly bug fixes from 3.8. - Use string methods instead of deprecated string functions. - Only use SQL-standard way of escaping quotes. - Added the functions escape_string() and escape/unescape_bytea() (as suggested by Charlie Dyson and Kavous Bojnourdi a long time ago). - Reverted code in clear() method that set date to current. - Added code for backwards compatibility in OID munging code. - Reorder attnames tests so that "interval" is checked for before "int." - If caller supplies key dictionary, make sure that all has a namespace.
Diffstat (limited to 'databases/py-postgresql/PLIST')
-rw-r--r--databases/py-postgresql/PLIST21
1 files changed, 19 insertions, 2 deletions
diff --git a/databases/py-postgresql/PLIST b/databases/py-postgresql/PLIST
index 130d8cf2f95..2ce9db2cfc2 100644
--- a/databases/py-postgresql/PLIST
+++ b/databases/py-postgresql/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/08/30 08:33:34 darcy Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/06/11 00:58:39 darcy Exp $
${PYSITELIB}/_pg.so
${PYSITELIB}/pg.py
${PYSITELIB}/pg.pyc
@@ -6,10 +6,27 @@ ${PYSITELIB}/pg.pyo
${PYSITELIB}/pgdb.py
${PYSITELIB}/pgdb.pyc
${PYSITELIB}/pgdb.pyo
-share/doc/${PYPKGPREFIX}-postgresql/README
+share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/default.css
+share/doc/${PYPKGPREFIX}-postgresql/docs/docs.css
+share/doc/${PYPKGPREFIX}-postgresql/docs/future.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/future.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/index.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/install.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/install.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/pg.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/pg.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/pgdb.txt
+share/doc/${PYPKGPREFIX}-postgresql/docs/readme.html
+share/doc/${PYPKGPREFIX}-postgresql/docs/readme.txt
share/doc/${PYPKGPREFIX}-postgresql/tutorial/advanced.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/basics.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/func.py
share/doc/${PYPKGPREFIX}-postgresql/tutorial/syscat.py
@dirrm share/doc/${PYPKGPREFIX}-postgresql/tutorial
+@dirrm share/doc/${PYPKGPREFIX}-postgresql/docs
@dirrm share/doc/${PYPKGPREFIX}-postgresql