Bug 130252 - [New Port]databases/py-pg_pqueue:PostgreSQL PQ Protocol Modules
Summary: [New Port]databases/py-pg_pqueue:PostgreSQL PQ Protocol Modules
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 03:20 UTC by wenheping
Modified: 2009-01-07 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.51 KB, text/plain)
2009-01-07 03:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-01-07 03:20:01 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-07 03:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-01-07 23:04:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-07 23:05:00 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"