diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-01-08 04:26:45 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-01-08 04:26:45 +0000 |
commit | 88bd0c416d48ce963318d3507ae7b7e767962cb5 (patch) | |
tree | b17d8fb95f2a1e5dbcacbeb6ed41b9a92f24dc65 /www/Makefile | |
parent | 1416c2338dc53fd370f5b9d473f5ab5132c6b198 (diff) | |
download | ports-88bd0c416d48ce963318d3507ae7b7e767962cb5.tar.gz ports-88bd0c416d48ce963318d3507ae7b7e767962cb5.zip |
[NEW] www/py-cookies: Friendlier RFC 6265-compliant cookie parser/renderer
cookies.py is a Python module for working with HTTP cookies: parsing and
rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and
exposing a convenient API for creating and modifying cookies. It can be used
as a replacement of Python's Cookie.py (aka http.cookies).
WWW: https://github.com/sashahart/cookies
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Notes
Notes:
svn path=/head/; revision=405512
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cc56645f11f4..90600014760d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1516,6 +1516,7 @@ SUBDIR += py-clientform SUBDIR += py-collective.easytemplate SUBDIR += py-collective.templateengines + SUBDIR += py-cookies SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils |