diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:54:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:54:02 +0000 |
commit | 3726d9819f14c6da2c0cd1402909a258de8c5cbd (patch) | |
tree | e7b7fa03a3b1b9ad839f8d7867aa2f431f5d8590 | |
parent | 958482d1fbcb4407361e28b173cd7a6b660c927a (diff) | |
download | ports-3726d9819f14c6da2c0cd1402909a258de8c5cbd.tar.gz ports-3726d9819f14c6da2c0cd1402909a258de8c5cbd.zip |
Notes
-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 |