From owner-cvs-ports@FreeBSD.ORG Wed Jun 27 22:25:42 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 933A61065670; Wed, 27 Jun 2012 22:25:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61FD48FC12; Wed, 27 Jun 2012 22:25:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5RMPg8P000603; Wed, 27 Jun 2012 22:25:42 GMT (envelope-from jgh@repoman.freebsd.org) Received: (from jgh@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5RMPgo6000602; Wed, 27 Jun 2012 22:25:42 GMT (envelope-from jgh) Message-Id: <201206272225.q5RMPgo6000602@repoman.freebsd.org> From: Jason Helfman Date: Wed, 27 Jun 2012 22:25:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/py-publicsuffix Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 22:25:42 -0000 jgh 2012-06-27 22:25:42 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/py-publicsuffix Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.157 +1 -0 ports/dns/Makefile 1.1 +27 -0 ports/dns/py-publicsuffix/Makefile (new) 1.1 +2 -0 ports/dns/py-publicsuffix/distinfo (new) 1.1 +10 -0 ports/dns/py-publicsuffix/pkg-descr (new)