diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-06-27 22:25:42 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-06-27 22:25:42 +0000 |
commit | 8d5d61fa74008e2cdf91775f8100c74dfec4547b (patch) | |
tree | dc564155d862a311b6fb9287cebe423c90de5a90 /dns/Makefile | |
parent | 68a7dadaeff4ed8f39442bba1ab30dbd5b44ec63 (diff) |
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
Notes
Notes:
svn path=/head/; revision=300123
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 |