From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 7 11:00:37 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A4016A4B3 for ; Tue, 7 Oct 2003 11:00:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8132E43FF3 for ; Tue, 7 Oct 2003 11:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97I0YFY083627 for ; Tue, 7 Oct 2003 11:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97I0Yb6083626; Tue, 7 Oct 2003 11:00:34 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 7 Oct 2003 11:00:34 -0700 (PDT) Resent-Message-Id: <200310071800.h97I0Yb6083626@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Kiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE6C16A4B3 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57711: New port: py-clientcookie X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Richard Kiss List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 18:00:37 -0000 >Number: 57711 >Category: ports >Synopsis: New port: py-clientcookie >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 07 11:00:34 PDT 2003 >Closed-Date: >Last-Modified: >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" 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 END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: