freebsd-ports/databases/py-PyGreSQL/pkg-plist
Johann Visagie 6cd163c1f8 - Make this port a subport of databases/postgresql7, since the development of
PyGreSQL has been folded into that of PostgreSQL itself.
- This update effectivly takes PyGreSQL to version 3.3, which is distributed
  with PostgreSQL 7.2.3.
- Byte-compile installed modules to ensure clean deinstallation.
- Install documentation under $DOCSDIR.
- Remove Makefile from $FILESDIR - not required anymore.
- Remove patch-pgdb.py - not required any longer.
- Add two patches to ensure installation is $PREFIX-clean.
- Update pkg-comment and pkg-descr to reflect the current status of the port.
2002-10-23 14:33:47 +00:00

11 lines
475 B
Text

%%PORTDOCS%%share/doc/PyGreSQL/Announce
%%PORTDOCS%%share/doc/PyGreSQL/ChangeLog
%%PORTDOCS%%share/doc/PyGreSQL/README
lib/%%PYTHON_VERSION%%/site-packages/_pgmodule.so
lib/%%PYTHON_VERSION%%/site-packages/pg.py
lib/%%PYTHON_VERSION%%/site-packages/pg.pyc
lib/%%PYTHON_VERSION%%/site-packages/pg.pyo
lib/%%PYTHON_VERSION%%/site-packages/pgdb.py
lib/%%PYTHON_VERSION%%/site-packages/pgdb.pyc
lib/%%PYTHON_VERSION%%/site-packages/pgdb.pyo
%%PORTDOCS%%@dirrm share/doc/PyGreSQL