From owner-svn-ports-all@FreeBSD.ORG Wed Dec 5 19:05:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A12DED87; Wed, 5 Dec 2012 19:05:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 849358FC08; Wed, 5 Dec 2012 19:05:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5J5itZ031646; Wed, 5 Dec 2012 19:05:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB5J5iCh031642; Wed, 5 Dec 2012 19:05:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212051905.qB5J5iCh031642@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2012 19:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308349 - head/textproc/p5-Unicode-Collate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 19:05:44 -0000 Author: sunpoet Date: Wed Dec 5 19:05:43 2012 New Revision: 308349 URL: http://svnweb.freebsd.org/changeset/ports/308349 Log: - Update to 0.94 - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Feature safe: yes Modified: head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-Collate/distinfo head/textproc/p5-Unicode-Collate/pkg-plist (contents, props changed) Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Wed Dec 5 19:05:01 2012 (r308348) +++ head/textproc/p5-Unicode-Collate/Makefile Wed Dec 5 19:05:43 2012 (r308349) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Unicode-Collate -# Date created: 2011-10-10 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Unicode-Collate -PORTVERSION= 0.90 +PORTVERSION= 0.94 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SADAHIRO @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unicode Collation Algorithm +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Unicode::Collate.3 \ @@ -24,6 +23,7 @@ MAN3= Unicode::Collate.3 \ Unicode::Collate::CJK::Korean.3 \ Unicode::Collate::CJK::Pinyin.3 \ Unicode::Collate::CJK::Stroke.3 \ + Unicode::Collate::CJK::Zhuyin.3 \ Unicode::Collate::Locale.3 .include Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Wed Dec 5 19:05:01 2012 (r308348) +++ head/textproc/p5-Unicode-Collate/distinfo Wed Dec 5 19:05:43 2012 (r308349) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Collate-0.90.tar.gz) = 90a3ba938e3ff5e5e89112cdba8e9d413393294ad57b5455e677eaad45ebccd2 -SIZE (Unicode-Collate-0.90.tar.gz) = 842043 +SHA256 (Unicode-Collate-0.94.tar.gz) = 9e1aae137a27797d6de69b82d977a3a8717f27508ec49557529c1bb28e220e89 +SIZE (Unicode-Collate-0.94.tar.gz) = 924707 Modified: head/textproc/p5-Unicode-Collate/pkg-plist ============================================================================== --- head/textproc/p5-Unicode-Collate/pkg-plist Wed Dec 5 19:05:01 2012 (r308348) +++ head/textproc/p5-Unicode-Collate/pkg-plist Wed Dec 5 19:05:43 2012 (r308349) @@ -5,6 +5,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/CJK/Korean.pm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/CJK/Pinyin.pm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/CJK/Stroke.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/CJK/Zhuyin.pm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale.pm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/af.pl %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/ar.pl @@ -86,6 +87,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/zh_gb.pl %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/zh_pin.pl %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/zh_strk.pl +%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/Locale/zh_zhu.pl %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/allkeys.txt %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Collate/keys.txt %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Collate/.packlist