mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add py-clientcookie 0.4.4a, client-side HTTP cookies for Python.
PR: 57711 Submitted by: Richard Kiss <kiss@gizzywump.com>
This commit is contained in:
parent
958482d1fb
commit
3726d9819f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90547
@ -875,6 +875,7 @@
|
||||
SUBDIR += pwlib
|
||||
SUBDIR += py-ansistyle
|
||||
SUBDIR += py-ciphon
|
||||
SUBDIR += py-clientcookie
|
||||
SUBDIR += py-coro
|
||||
SUBDIR += py-ctypes
|
||||
SUBDIR += py-cxx
|
||||
|
21
devel/py-clientcookie/Makefile
Normal file
21
devel/py-clientcookie/Makefile
Normal file
@ -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>
|
1
devel/py-clientcookie/distinfo
Normal file
1
devel/py-clientcookie/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ClientCookie-0.4.4a.tar.gz) = eb1edbc98f707e653b6c926fde267d8f
|
10
devel/py-clientcookie/pkg-descr
Normal file
10
devel/py-clientcookie/pkg-descr
Normal file
@ -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/
|
25
devel/py-clientcookie/pkg-plist
Normal file
25
devel/py-clientcookie/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user