diff options
author | krion <krion@FreeBSD.org> | 2003-10-08 03:54:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-08 03:54:02 +0800 |
commit | bd741ea7a1a6b07560052d9833b79eecfaabce2f (patch) | |
tree | 468fece5137de40316f1ee07b075eccf783b3dda /devel | |
parent | 858084e6b6f64c533f399687abda7915ddf83635 (diff) | |
download | freebsd-ports-gnome-bd741ea7a1a6b07560052d9833b79eecfaabce2f.tar.gz freebsd-ports-gnome-bd741ea7a1a6b07560052d9833b79eecfaabce2f.tar.zst freebsd-ports-gnome-bd741ea7a1a6b07560052d9833b79eecfaabce2f.zip |
Add py-clientcookie 0.4.4a, client-side HTTP cookies for Python.
PR: 57711
Submitted by: Richard Kiss <kiss@gizzywump.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-clientcookie/Makefile | 21 | ||||
-rw-r--r-- | devel/py-clientcookie/distinfo | 1 | ||||
-rw-r--r-- | devel/py-clientcookie/pkg-descr | 10 | ||||
-rw-r--r-- | devel/py-clientcookie/pkg-plist | 25 |
5 files changed, 58 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 50b3e0a1117a..11c3a608f3da 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -875,6 +875,7 @@ SUBDIR += pwlib SUBDIR += py-ansistyle SUBDIR += py-ciphon + SUBDIR += py-clientcookie SUBDIR += py-coro SUBDIR += py-ctypes SUBDIR += py-cxx diff --git a/devel/py-clientcookie/Makefile b/devel/py-clientcookie/Makefile new file mode 100644 index 000000000000..ed76b265fc04 --- /dev/null +++ b/devel/py-clientcookie/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-clientcookie +# Date created: Sat Sep 6 14:33:17 PDT 2003 +# Whom: "Richard Kiss" <him@richardkiss.com> +# +# $FreeBSD$ +# + +PORTNAME= clientcookie +PORTVERSION= 0.4.4a +CATEGORIES= devel python +MASTER_SITES= http://wwwsearch.sourceforge.net/ClientCookie/src/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ClientCookie-${PORTVERSION} + +MAINTAINER= him@richardkiss.com +COMMENT= Client-side HTTP cookies for Python + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/devel/py-clientcookie/distinfo b/devel/py-clientcookie/distinfo new file mode 100644 index 000000000000..e35d7e24f16e --- /dev/null +++ b/devel/py-clientcookie/distinfo @@ -0,0 +1 @@ +MD5 (ClientCookie-0.4.4a.tar.gz) = eb1edbc98f707e653b6c926fde267d8f diff --git a/devel/py-clientcookie/pkg-descr b/devel/py-clientcookie/pkg-descr new file mode 100644 index 000000000000..5673193299c5 --- /dev/null +++ b/devel/py-clientcookie/pkg-descr @@ -0,0 +1,10 @@ +ClientCookie is a Python module for handling HTTP cookies on the +client side, useful for accessing web sites that require cookies +to be set and then returned later. It also provides some other +(optional) useful stuff: HTTP-EQUIV and Refresh handling, automatic +adding of the Referer [sic] header and lazily-seek()able responses. +These extras are implemented using an extension that makes it easier to +add new functionality to urllib2. It has developed from a port of +Gisle Aas' Perl module HTTP::Cookies, from the libwww-perl library. + +WWW: http://wwwsearch.sourceforge.net/ClientCookie/ diff --git a/devel/py-clientcookie/pkg-plist b/devel/py-clientcookie/pkg-plist new file mode 100644 index 000000000000..46ad785262ba --- /dev/null +++ b/devel/py-clientcookie/pkg-plist @@ -0,0 +1,25 @@ +%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_ClientCookie.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_Debug.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_HeadersUtil.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_MSIECookieJar.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_MozillaCookieJar.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_Util.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.py +%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/__init__.pyo +%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.py +%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.pyc +%%PYTHON_SITELIBDIR%%/ClientCookie/_urllib2_support.pyo +@dirrm %%PYTHON_SITELIBDIR%%/ClientCookie |