From owner-cvs-ports@FreeBSD.ORG Fri Dec 10 01:22:19 2010 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 4B797106564A; Fri, 10 Dec 2010 01:22:19 +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 3B5DC8FC08; Fri, 10 Dec 2010 01:22:19 +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 oBA1MJeE087284; Fri, 10 Dec 2010 01:22:19 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBA1MJkg087283; Fri, 10 Dec 2010 01:22:19 GMT (envelope-from timur) Message-Id: <201012100122.oBA1MJkg087283@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Fri, 10 Dec 2010 01:22:19 +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/textproc Makefile ports/textproc/p5-Net-IDN-Encode Makefile distinfo pkg-descr pkg-plist 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: Fri, 10 Dec 2010 01:22:19 -0000 timur 2010-12-10 01:22:19 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Net-IDN-Encode Makefile distinfo pkg-descr pkg-plist Log: This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit- hypen, "/[A-Z0-9-]/i"). Revision Changes Path 1.1504 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Net-IDN-Encode/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Net-IDN-Encode/distinfo (new) 1.1 +9 -0 ports/textproc/p5-Net-IDN-Encode/pkg-descr (new) 1.1 +11 -0 ports/textproc/p5-Net-IDN-Encode/pkg-plist (new)