From gslin@netnews.NCTU.edu.tw  Sun Sep 24 19:53:40 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E5DF016A415
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Sep 2006 19:53:39 +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 8DE8B43D99
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Sep 2006 19:53:36 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id DCF37E6; Mon, 25 Sep 2006 03:53:35 +0800 (CST)
Message-Id: <20060924195335.DCF37E6@netnews.NCTU.edu.tw>
Date: Mon, 25 Sep 2006 03:53:35 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] textproc/p5-Text-Language-Guess: Trained module to guess a document\'s language
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103586
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-Text-Language-Guess: Trained module to guess a document\'s language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 24 20:00:44 GMT 2006
>Closed-Date:    Mon Sep 25 22:53:06 GMT 2006
>Last-Modified:  Mon Sep 25 22:53:06 GMT 2006
>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:
Text::Language::Guess guesses a document's language. Its
implementation is simple: Using Text::ExtractWords and
Lingua::StopWords from CPAN, it determines how many of the known
stopwords the document contains for each language supported by
Lingua::StopWords.

Each word in the document recognized as stopword of a particular
language scores one point for this language.

WWW:	http://search.cpan.org/dist/Text-Language-Guess/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Text-Language-Guess-0.02.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-Text-Language-Guess
#	p5-Text-Language-Guess/pkg-descr
#	p5-Text-Language-Guess/Makefile
#	p5-Text-Language-Guess/pkg-plist
#	p5-Text-Language-Guess/distinfo
#
echo c - p5-Text-Language-Guess
mkdir -p p5-Text-Language-Guess > /dev/null 2>&1
echo x - p5-Text-Language-Guess/pkg-descr
sed 's/^X//' >p5-Text-Language-Guess/pkg-descr << 'END-of-p5-Text-Language-Guess/pkg-descr'
XText::Language::Guess guesses a document's language. Its
Ximplementation is simple: Using Text::ExtractWords and
XLingua::StopWords from CPAN, it determines how many of the known
Xstopwords the document contains for each language supported by
XLingua::StopWords.
X
XEach word in the document recognized as stopword of a particular
Xlanguage scores one point for this language.
X
XWWW:	http://search.cpan.org/dist/Text-Language-Guess/
END-of-p5-Text-Language-Guess/pkg-descr
echo x - p5-Text-Language-Guess/Makefile
sed 's/^X//' >p5-Text-Language-Guess/Makefile << 'END-of-p5-Text-Language-Guess/Makefile'
X# New ports collection makefile for:	p5-Text-Language-Guess
X# Date created:		2006-09-25
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Language-Guess
XPORTVERSION=	0.02
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Trained module to guess a document\'s language
X
XPERL_CONFIGURE=	yes
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Text-ExtractWords.pm:${PORTSDIR}/textproc/p5-Text-ExtractWords \
X		${SITE_PERL}/Lingua/StopWords.pm:${PORTSDIR}/textproc/p5-Lingua-StopWords \
X		p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl
XRUN_DEPENDS:=	${BUILD_DEPENDS}
X
XMAN1=		language-guess.1
XMAN3=		Text::Language::Guess.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601	# Inherited from textproc/p5-Lingua-StopWods
XIGNORE=		requires Perl 5.6.1 or newer. Please install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Text-Language-Guess/Makefile
echo x - p5-Text-Language-Guess/pkg-plist
sed 's/^X//' >p5-Text-Language-Guess/pkg-plist << 'END-of-p5-Text-Language-Guess/pkg-plist'
X@comment $FreeBSD$
Xbin/language-guess
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Language/Guess/.packlist
X%%SITE_PERL%%/Text/Language/Guess.pm
X@dirrmtry %%SITE_PERL%%/Text/Language
X@dirrmtry %%SITE_PERL%%/Text
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Language/Guess
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Language
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
END-of-p5-Text-Language-Guess/pkg-plist
echo x - p5-Text-Language-Guess/distinfo
sed 's/^X//' >p5-Text-Language-Guess/distinfo << 'END-of-p5-Text-Language-Guess/distinfo'
XMD5 (Text-Language-Guess-0.02.tar.gz) = 66fbb68b17c3e62febbba633111f852e
XSHA256 (Text-Language-Guess-0.02.tar.gz) = 12ef612c1de0451367d403db73723446b836e2e10adeec5e9386b7baa8ede12f
XSIZE (Text-Language-Guess-0.02.tar.gz) = 5377
END-of-p5-Text-Language-Guess/distinfo
exit
--- p5-Text-Language-Guess-0.02.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 24 20:00:58 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103586 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Sep 25 22:52:49 UTC 2006 
State-Changed-Why:  
ports/103571 already add this port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103586 
>Unformatted:
