From owner-cvs-all@FreeBSD.ORG Fri Dec 10 01:08:12 2010 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 A6145106566B; Fri, 10 Dec 2010 01:08:12 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 95C018FC1A; Fri, 10 Dec 2010 01:08: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 oBA18CK7086179; Fri, 10 Dec 2010 01:08:12 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBA18CMx086178; Fri, 10 Dec 2010 01:08:12 GMT (envelope-from timur) Message-Id: <201012100108.oBA18CMx086178@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Fri, 10 Dec 2010 01:08: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/converters Makefile ports/converters/p5-Net-IDN-Nameprep 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: Fri, 10 Dec 2010 01:08:12 -0000 timur 2010-12-10 01:08:12 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/p5-Net-IDN-Nameprep Makefile distinfo pkg-descr pkg-plist Log: This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS). Revision Changes Path 1.182 +1 -0 ports/converters/Makefile 1.1 +25 -0 ports/converters/p5-Net-IDN-Nameprep/Makefile (new) 1.1 +2 -0 ports/converters/p5-Net-IDN-Nameprep/distinfo (new) 1.1 +9 -0 ports/converters/p5-Net-IDN-Nameprep/pkg-descr (new) 1.1 +3 -0 ports/converters/p5-Net-IDN-Nameprep/pkg-plist (new)