Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2009 03:10:28 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130252: [New Port]databases/py-pg_pqueue:PostgreSQL PQ Protocol Modules
Message-ID:  <200901070310.n073AS3R062544@www.freebsd.org>
Resent-Message-ID: <200901070320.n073K1kv055238@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130252
>Category:       ports
>Synopsis:       [New Port]databases/py-pg_pqueue:PostgreSQL PQ Protocol Modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 07 03:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pg_pqueue
#	py-pg_pqueue/distinfo
#	py-pg_pqueue/pkg-plist
#	py-pg_pqueue/pkg-descr
#	py-pg_pqueue/Makefile
#
echo c - py-pg_pqueue
mkdir -p py-pg_pqueue > /dev/null 2>&1
echo x - py-pg_pqueue/distinfo
sed 's/^X//' >py-pg_pqueue/distinfo << 'a672f0d2712bff403f2c99ab3b5e35c1'
XMD5 (pg_pqueue-1.0.2.tar.gz) = ca88e615a52182165a9a29395dfc5388
XSHA256 (pg_pqueue-1.0.2.tar.gz) = 45b94cfa616f3e241a1fc791b6f9b6db5bd848d79d6599cb30064882d3829d0b
XSIZE (pg_pqueue-1.0.2.tar.gz) = 16861
a672f0d2712bff403f2c99ab3b5e35c1
echo x - py-pg_pqueue/pkg-plist
sed 's/^X//' >py-pg_pqueue/pkg-plist << '43d5d0bf089875b3ee94d1f0411e1017'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X%%PORTDOCS%%%%DOCSDIR%%/changes.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
43d5d0bf089875b3ee94d1f0411e1017
echo x - py-pg_pqueue/pkg-descr
sed 's/^X//' >py-pg_pqueue/pkg-descr << '6dbb35f29c144ac36c42dd61e50d9498'
XPQueue is a package providing low-level PQ protocol classes for
Xinteracting with a PostgreSQL database. It supports version 3.0
Xof the protocol--the current primary version of protocol. The
Xpackage also provides a basic protocol transaction class. This
Xclass keeps the state of the protocol in an interrupt safe manner,
Xand validates the integrity of the communication as messages are
Xreceived.
X
XIn general, you probably will never use this package directly,
Xunless you are writing a driver.
X
XWWW:	http://python.projects.postgresql.org/
6dbb35f29c144ac36c42dd61e50d9498
echo x - py-pg_pqueue/Makefile
sed 's/^X//' >py-pg_pqueue/Makefile << 'bbc7f545c02cde964a013b55601a122c'
X# Ports collection makefile for:	py-pg_pqueue
X# Date created:				07 Jan 2009
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pg_pqueue
XPORTVERSION=	1.0.2
XCATEGORIES=	databases python
XMASTER_SITES=	http://python.projects.postgresql.org/files/ \
X		CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	PostgreSQL PQ Protocol Modules
X
XUSE_PYTHON=	2.4+
XUSE_PYDISTUTILS=	easy_install
XPYEASYINSTALL_ARCHDEP=	yes
X#PYDISTUTILS_NOEGGINFO=	yes
X
X.include <bsd.port.pre.mk>
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
bbc7f545c02cde964a013b55601a122c
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901070310.n073AS3R062544>