From owner-cvs-all@FreeBSD.ORG Fri May 26 18:58:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A09C416A659; Fri, 26 May 2006 18:58:55 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F0043D53; Fri, 26 May 2006 18:58:55 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4QIvs1T010909; Fri, 26 May 2006 18:57:54 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4QIvsLX010908; Fri, 26 May 2006 18:57:54 GMT (envelope-from aaron) Message-Id: <200605261857.k4QIvsLX010908@repoman.freebsd.org> From: Aaron Dalton Date: Fri, 26 May 2006 18:57:54 +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/p5-Unicode-Normalize Makefile distinfo 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: Fri, 26 May 2006 18:59:04 -0000 aaron 2006-05-26 18:57:54 UTC FreeBSD ports repository Modified files: textproc/p5-Unicode-Normalize Makefile distinfo Log: - Updated from v0.32 to v1.00 Approved by: tobez (implicit) 1.00 Thu May 25 20:35:06 2006 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB, where an intervening character with higher combining class blocks the composition. (This change doesn't affect any normalization forms.) - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then internal subroutine calls are avoided. - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(), isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented. - Tests are more amplified and documentations are more clarified. - Makefile.PL: Change 26295 is incorporated. Revision Changes Path 1.2 +1 -3 ports/textproc/p5-Unicode-Normalize/Makefile 1.2 +3 -3 ports/textproc/p5-Unicode-Normalize/distinfo