From kiss@gizzywump.com  Tue Oct  7 10:53:36 2003
Return-Path: <kiss@gizzywump.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ECE6C16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Oct 2003 10:53:35 -0700 (PDT)
Received: from gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1228343FE1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Oct 2003 10:53:35 -0700 (PDT)
	(envelope-from kiss@gizzywump.com)
Received: (qmail 13322 invoked by uid 100); 7 Oct 2003 17:53:30 -0000
Message-Id: <20031007175330.13321.qmail@gizzywump.com>
Date: 7 Oct 2003 17:53:30 -0000
From: Richard Kiss <him@richardkiss.com>
Reply-To: Richard Kiss <kiss@gizzywump.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: py-clientcookie
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57711
>Category:       ports
>Synopsis:       New port: py-clientcookie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 07 11:00:34 PDT 2003
>Closed-Date:    Tue Oct 07 12:55:24 PDT 2003
>Last-Modified:  Tue Oct 07 12:55:24 PDT 2003
>Originator:     Richard Kiss
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
individual
>Environment:
System: FreeBSD kalamalka.gizzywump.com 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Fri Jul 4 11:43:49 PDT 2003 root@kalamalka.gizzywump.com:/mnt/usr/obj/mnt/usr/src/sys/GIZZYWUMP i386



>Description:

New port.

>How-To-Repeat:

>Fix:

# 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:
#
#	.
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (ClientCookie-0.4.4a.tar.gz) = eb1edbc98f707e653b6c926fde267d8f
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XClientCookie is a Python module for handling HTTP cookies on the
Xclient side, useful for accessing web sites that require cookies
Xto be set and then returned later.  It also provides some other
X(optional) useful stuff: HTTP-EQUIV and Refresh handling, automatic
Xadding of the Referer [sic] header and lazily-seek()able responses.
XThese extras are implemented using an extension that makes it easier to
Xadd new functionality to urllib2.  It has developed from a port of
XGisle Aas' Perl module HTTP::Cookies, from the libwww-perl library.
X
XWWW: http://wwwsearch.sourceforge.net/ClientCookie/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.pyo
X%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.py
X%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.pyc
X%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/ClientCookie
END-of-./pkg-plist
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	py-clientcookie
X# Date created:				Sat Sep  6 14:33:17 PDT 2003
X# Whom:					"Richard Kiss" <him@richardkiss.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	clientcookie
XPORTVERSION=	0.4.4a
XPORTREVISION=	1
XCATEGORIES=	devel python
XMASTER_SITES=	http://wwwsearch.sourceforge.net/ClientCookie/src/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	ClientCookie-${PORTVERSION}
X
XMAINTAINER=	him@richardkiss.com
XCOMMENT=	Client-side HTTP cookies for Python
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Tue Oct 7 12:55:18 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57711 
>Unformatted:
