Port details |
- py-pg_pqueue PostgreSQL PQ Protocol Modules
- 1.0.2_2 databases
=0 1.0.2_2Version of this port present on the latest quarterly branch. DEPRECATED: Upstream no longer maintained
This port expired on: 2019-05-14
- Maintainer: wenheping@gmail.com
 - Port Added: 2009-01-07 23:05:01
- Last Update: 2019-05-16 17:12:22
- SVN Revision: 501793
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://python.projects.postgresql.org/
- Description:
- 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/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pg_pqueue>0:databases/py-pg_pqueue@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pg_pqueue
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pg_pqueue-1.0.2.tar.gz) = 45b94cfa616f3e241a1fc791b6f9b6db5bd848d79d6599cb30064882d3829d0b
SIZE (pg_pqueue-1.0.2.tar.gz) = 16861
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-pg_pqueue-1.0.2_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_2 16 May 2019 17:12:22
  |
rene  |
Remove expired ports:
2019-05-14 databases/py-pg_pqueue: Upstream no longer maintained
2019-05-14 math/py-symeig: Consider using science/py-scipy as this library is
included in py-scipy since 0.7 and onwards
2019-05-15 databases/py-mysql-connector-python2: Please consider using
databases/py-mysql-connector-python which has been updated to latest upstream
version |
1.0.2_2 14 Feb 2019 02:22:48
  |
wen  |
- Mark DEPRECATED |
1.0.2_2 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.2_2 10 Sep 2015 15:24:13
  |
amdmi3  |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
1.0.2_2 05 Dec 2014 00:30:20
  |
feld  |
Update "BSD" licenses in databases category |
1.0.2_2 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
1.0.2_2 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0.2_2 15 Jul 2014 15:06:46
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.0.2_2 08 Jun 2014 12:17:42
  |
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Convert to new OPTIONS
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.0.2_1 13 May 2014 22:30:06
  |
gerald  |
- Stage.
- Add LICENSE (BSD).
- Tweak WWW line in pkg-descr.
PR: 188609
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (blanket pre-approval) |
1.0.2_1 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0.2_1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.0.2_1 25 Feb 2011 00:12:12
 |
miwi  |
- Move over to py25+ or above
- While here kick md5 support |
1.0.2 07 Jan 2009 23:04:40
 |
miwi  |
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> |