From owner-cvs-all@FreeBSD.ORG Tue Apr 3 08:28:12 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90B8B1065670; Tue, 3 Apr 2012 08:28:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62D688FC08; Tue, 3 Apr 2012 08:28:12 +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 q338SCrD001120; Tue, 3 Apr 2012 08:28:12 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q338SCGu001119; Tue, 3 Apr 2012 08:28:12 GMT (envelope-from sunpoet) Message-Id: <201204030828.q338SCGu001119@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Apr 2012 08:28:12 +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/p5-Mozilla-PublicSuffix Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 08:28:12 -0000 sunpoet 2012-04-03 08:28:12 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/p5-Mozilla-PublicSuffix Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Mozilla-PublicSuffix 0.1.6 Mozilla::PublicSuffix provides a single function that returns the public suffix of a domain name by referencing a parsed copy of Mozilla's Public Suffix List. From the official website at 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. The Public Suffix List is a list of all known public suffixes. A copy of the official list is bundled with the distribution. As the official list continues to be updated, the bundled copy will inevitably fall out of date. Therefore, if the bundled copy of found to be over thirty days old, this distribution's installer provides the option to check for a new version of the list and download/use it if one is found. WWW: http://search.cpan.org/dist/Mozilla-PublicSuffix/ Feature safe: yes Revision Changes Path 1.151 +1 -0 ports/dns/Makefile 1.1 +31 -0 ports/dns/p5-Mozilla-PublicSuffix/Makefile (new) 1.1 +2 -0 ports/dns/p5-Mozilla-PublicSuffix/distinfo (new) 1.1 +15 -0 ports/dns/p5-Mozilla-PublicSuffix/pkg-descr (new) 1.1 +2 -0 ports/dns/p5-Mozilla-PublicSuffix/pkg-plist (new)