From owner-cvs-all@FreeBSD.ORG Tue Oct 16 08:39:36 2007 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 B593716A420; Tue, 16 Oct 2007 08:39:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB9EC13C469; Tue, 16 Oct 2007 08:39:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9G8daIM092340; Tue, 16 Oct 2007 08:39:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9G8daHd092339; Tue, 16 Oct 2007 08:39:36 GMT (envelope-from clsung) Message-Id: <200710160839.l9G8daHd092339@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 16 Oct 2007 08:39:36 +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/utf8proc Makefile distinfo pkg-descr pkg-plist ports/textproc/utf8proc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 08:39:36 -0000 clsung 2007-10-16 08:39:36 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/utf8proc Makefile distinfo pkg-descr pkg-plist textproc/utf8proc/files patch-Makefile Log: utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. A special character mapping is available, which converts for example the characters "Hyphen" (U+2010), "Minus" (U+2212) and "Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to make them equal for comparisons. WWW: http://www.flexiguided.de/publications.utf8proc.en.html Revision Changes Path 1.1189 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/utf8proc/Makefile (new) 1.1 +3 -0 ports/textproc/utf8proc/distinfo (new) 1.1 +11 -0 ports/textproc/utf8proc/files/patch-Makefile (new) 1.1 +9 -0 ports/textproc/utf8proc/pkg-descr (new) 1.1 +5 -0 ports/textproc/utf8proc/pkg-plist (new)