Date: Wed, 7 Jan 2009 23:04:40 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/py-pg_pqueue Makefile distinfo pkg-descr pkg-plist Message-ID: <200901072304.n07N4eiH090591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901072304.n07N4eiH090591>