cvs commit: ports/databases Makefile ports/databases/py-pg_pqueue
Makefile distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Wed Jan 7 23:04:42 UTC 2009
miwi 2009-01-07 23:04:40 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/py-pg_pqueue Makefile distinfo pkg-descr pkg-plist
Log:
PQueue is a package providing low-level PQ protocol classes for
interacting with a PostgreSQL database. It supports version 3.0
of the protocol--the current primary version of protocol. The
package also provides a basic protocol transaction class. This
class keeps the state of the protocol in an interrupt safe manner,
and validates the integrity of the communication as messages are
received.
In general, you probably will never use this package directly,
unless you are writing a driver.
WWW: http://python.projects.postgresql.org/
PR: ports/130252
Submitted by: Wen Heping <wenheping at gmail.com>
Revision Changes Path
1.728 +1 -0 ports/databases/Makefile
1.1 +29 -0 ports/databases/py-pg_pqueue/Makefile (new)
1.1 +3 -0 ports/databases/py-pg_pqueue/distinfo (new)
1.1 +12 -0 ports/databases/py-pg_pqueue/pkg-descr (new)
1.1 +3 -0 ports/databases/py-pg_pqueue/pkg-plist (new)
More information about the cvs-ports
mailing list