From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 6 14:50:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344D916A4DF for ; Wed, 6 Sep 2006 14:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA6543D46 for ; Wed, 6 Sep 2006 14:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k86EoKHW000984 for ; Wed, 6 Sep 2006 14:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k86EoJWp000983; Wed, 6 Sep 2006 14:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 6 Sep 2006 14:50:19 GMT Resent-Message-Id: <200609061450.k86EoJWp000983@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904C016A4DF for ; Wed, 6 Sep 2006 14:42:24 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4219343D46 for ; Wed, 6 Sep 2006 14:42:24 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B27FC5B; Wed, 6 Sep 2006 22:42:18 +0800 (CST) Message-Id: <20060906144218.B27FC5B@netnews.NCTU.edu.tw> Date: Wed, 6 Sep 2006 22:42:18 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/102938: [NEW PORT] chinese/p5-Lingua-Han-Utils: The utility tools of Chinese character(HanZi) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:50:25 -0000 >Number: 102938 >Category: ports >Synopsis: [NEW PORT] chinese/p5-Lingua-Han-Utils: The utility tools of Chinese character(HanZi) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 06 14:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: The utility tools of Chinese character(HanZi). WWW: http://search.cpan.org/dist/Lingua-Han-Utils/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Lingua-Han-Utils-0.05.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Lingua-Han-Utils # p5-Lingua-Han-Utils/pkg-descr # p5-Lingua-Han-Utils/Makefile # p5-Lingua-Han-Utils/pkg-plist # p5-Lingua-Han-Utils/distinfo # echo c - p5-Lingua-Han-Utils mkdir -p p5-Lingua-Han-Utils > /dev/null 2>&1 echo x - p5-Lingua-Han-Utils/pkg-descr sed 's/^X//' >p5-Lingua-Han-Utils/pkg-descr << 'END-of-p5-Lingua-Han-Utils/pkg-descr' XThe utility tools of Chinese character(HanZi). X XWWW: http://search.cpan.org/dist/Lingua-Han-Utils/ END-of-p5-Lingua-Han-Utils/pkg-descr echo x - p5-Lingua-Han-Utils/Makefile sed 's/^X//' >p5-Lingua-Han-Utils/Makefile << 'END-of-p5-Lingua-Han-Utils/Makefile' X# New ports collection makefile for: p5-Lingua-Han-Utils X# Date created: 2006-09-06 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Lingua-Han-Utils XPORTVERSION= 0.05 XCATEGORIES= chinese perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Lingua XPKGNAMEPREFIX= p5- X XMAINTAINER= perl@FreeBSD.org XCOMMENT= The utility tools of Chinese character(HanZi) X XPERL_CONFIGURE= yes X XMAN3= Lingua::Han::Utils.3 X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again X.endif X X.if ${PERL_LEVEL} < 500800 XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode/Guess.pm:${PORTSDIR}/converters/p5-Encode XBUILD_DEPENDS= ${RUN_DEPENDS} X.endif X X.include END-of-p5-Lingua-Han-Utils/Makefile echo x - p5-Lingua-Han-Utils/pkg-plist sed 's/^X//' >p5-Lingua-Han-Utils/pkg-plist << 'END-of-p5-Lingua-Han-Utils/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han/Utils/.packlist X%%SITE_PERL%%/Lingua/Han/Utils.pm X@dirrmtry %%SITE_PERL%%/Lingua/Han X@dirrmtry %%SITE_PERL%%/Lingua X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han/Utils X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Han X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua END-of-p5-Lingua-Han-Utils/pkg-plist echo x - p5-Lingua-Han-Utils/distinfo sed 's/^X//' >p5-Lingua-Han-Utils/distinfo << 'END-of-p5-Lingua-Han-Utils/distinfo' XMD5 (Lingua-Han-Utils-0.05.tar.gz) = 278c6d84f597c1e4ee73c3f795087867 XSHA256 (Lingua-Han-Utils-0.05.tar.gz) = 06b1da456a21d72362ab9821043aed782981f176bac96a0a6b5439f26f290927 XSIZE (Lingua-Han-Utils-0.05.tar.gz) = 3976 END-of-p5-Lingua-Han-Utils/distinfo exit --- p5-Lingua-Han-Utils-0.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: