From owner-svn-ports-all@FreeBSD.ORG Sun May 4 12:53:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EA853C1; Sun, 4 May 2014 12:53:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 520161226; Sun, 4 May 2014 12:53:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s44Cr4Fh076596; Sun, 4 May 2014 12:53:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s44Cr3BX076588; Sun, 4 May 2014 12:53:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405041253.s44Cr3BX076588@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 May 2014 12:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352954 - head/textproc/p5-Lingua-Stem-Snowball-Da 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.17 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: Sun, 04 May 2014 12:53:04 -0000 Author: sunpoet Date: Sun May 4 12:53:03 2014 New Revision: 352954 URL: http://svnweb.freebsd.org/changeset/ports/352954 QAT: https://qat.redports.org/buildarchive/r352954/ Log: - Add LICENSE - Update COMMENT and pkg-descr - Take maintainership Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile ============================================================================== --- head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile Sun May 4 12:52:56 2014 (r352953) +++ head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile Sun May 4 12:53:03 2014 (r352954) @@ -7,8 +7,10 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A stemmer for Danish +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Porters stemming algorithm for Denmark + +LICENSE= GPLv2 USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr ============================================================================== --- head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr Sun May 4 12:52:56 2014 (r352953) +++ head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-descr Sun May 4 12:53:03 2014 (r352954) @@ -1,4 +1,4 @@ -Lingua::Stem::Snowball::Da is a perl port of the danish -stemmer at http://snowball.sourceforge.net. +The stem function takes a scalar as a parameter and stems the word according to +Martin Porters Danish stemming algorithm. WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/ Modified: head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist Sun May 4 12:52:56 2014 (r352953) +++ head/textproc/p5-Lingua-Stem-Snowball-Da/pkg-plist Sun May 4 12:53:03 2014 (r352954) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz %%SITE_PERL%%/Lingua/Stem/Snowball/Da.pm %%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da +%%PERL5_MAN3%%/Lingua::Stem::Snowball::Da.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua