diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-28 06:25:42 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-28 06:25:42 +0800 |
commit | 1c895cd40f6eea710111912586613e8820099f3e (patch) | |
tree | 4e43eabad2113fce84f4f7fe9ab58a1ab03da79a /dns/Makefile | |
parent | c32c594d0dd59605114b8da5587920358ff7d880 (diff) | |
download | freebsd-ports-gnome-1c895cd40f6eea710111912586613e8820099f3e.tar.gz freebsd-ports-gnome-1c895cd40f6eea710111912586613e8820099f3e.tar.zst freebsd-ports-gnome-1c895cd40f6eea710111912586613e8820099f3e.zip |
add new port: dns/py-publicsuffix
This module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org
A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site
WWW: http://pypi.python.org/pypi/publicsuffix/
PR: ports/169326
Submitted by: d.pryadko@rambler-co.ru
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 50a90d405bb6..c2daf83d4a0a 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -137,6 +137,7 @@ SUBDIR += py-easyzone SUBDIR += py-idnkit2 SUBDIR += py-namebench + SUBDIR += py-publicsuffix SUBDIR += py-twistedNames SUBDIR += radns SUBDIR += rbldnsd |