From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 3 08:31:14 2004 Return-Path: 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 CCB4D16A4CE for ; Sat, 3 Jan 2004 08:31:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6BF43D6D for ; Sat, 3 Jan 2004 08:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i03GUHFR060436 for ; Sat, 3 Jan 2004 08:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i03GUHBW060435; Sat, 3 Jan 2004 08:30:17 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 3 Jan 2004 08:30:17 -0800 (PST) Resent-Message-Id: <200401031630.i03GUHBW060435@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, Thorsten Greiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023B916A4CE for ; Sat, 3 Jan 2004 08:26:38 -0800 (PST) Received: from anna.web4.hm (anna.web4.hm [81.3.4.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 8DAD843D67 for ; Sat, 3 Jan 2004 08:26:31 -0800 (PST) (envelope-from thorsten@tgreiner.net) Received: (qmail 26098 invoked from network); 3 Jan 2004 16:26:22 -0000 Received: from p508d017a.dip0.t-ipconnect.de (HELO tybalt) (80.141.1.122) by anna.web4.hm with SMTP; 3 Jan 2004 16:26:22 -0000 Message-Id: <20040103162559.GD1513@tybalt> Date: Sat, 3 Jan 2004 17:25:59 +0100 From: Thorsten Greiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60860: New port: textproc/Lingua-Stem-Snowball-Da X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 16:31:15 -0000 >Number: 60860 >Category: ports >Synopsis: New port: textproc/Lingua-Stem-Snowball-Da >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: Sat Jan 03 08:30:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Thorsten Greiner >Release: FreeBSD 5.2-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD tybalt 5.2-CURRENT FreeBSD 5.2-CURRENT #44: Thu Jan 1 21:55:12 CET 2004 toor@tybalt:/usr/src/sys/i386/compile/TYBALT i386 >Description: Add Lingua::Stem::Snowball::Da, which provides a stemmer for Danish. Note that this port will be required to make textproc/p5-Lingua-Stem work with all locales. >How-To-Repeat: Unpack shar archive. >Fix: # 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-Stem-Snowball-Da/Makefile # p5-Lingua-Stem-Snowball-Da/distinfo # p5-Lingua-Stem-Snowball-Da/pkg-descr # p5-Lingua-Stem-Snowball-Da/pkg-plist # echo x - p5-Lingua-Stem-Snowball-Da/Makefile sed 's/^X//' >p5-Lingua-Stem-Snowball-Da/Makefile << 'END-of-p5-Lingua-Stem-Snowball-Da/Makefile' X# New ports collection makefile for: Lingua::Stem::Snowball:Da X# Date created: 29 Dec 2003 X# Whom: Thorsten Greiner X# X# $FreeBSD$ X# X XPORTNAME= Lingua-Stem-Snowball-Da XPORTVERSION= 1.01 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Lingua XPKGNAMEPREFIX= p5- X XMAINTAINER= thorsten.greiner@web.de XCOMMENT= A stemmer for Danish X XPERL_CONFIGURE= yes X XMAN3= Lingua::Stem::Snowball::Da.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Lingua-Stem-Snowball-Da/Makefile echo x - p5-Lingua-Stem-Snowball-Da/distinfo sed 's/^X//' >p5-Lingua-Stem-Snowball-Da/distinfo << 'END-of-p5-Lingua-Stem-Snowball-Da/distinfo' XMD5 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = e8d9a8285bce0c9e4bedc138cd6a1501 END-of-p5-Lingua-Stem-Snowball-Da/distinfo echo x - p5-Lingua-Stem-Snowball-Da/pkg-descr sed 's/^X//' >p5-Lingua-Stem-Snowball-Da/pkg-descr << 'END-of-p5-Lingua-Stem-Snowball-Da/pkg-descr' XLingua::Stem::Snowball::Da is a perl port of the danish Xstemmer at http://snowball.sourceforge.net. X XWWW: http://search.cpan.org/~cine/Lingua-Stem-Snowball-Da-1.01/Da.pm END-of-p5-Lingua-Stem-Snowball-Da/pkg-descr echo x - p5-Lingua-Stem-Snowball-Da/pkg-plist sed 's/^X//' >p5-Lingua-Stem-Snowball-Da/pkg-plist << 'END-of-p5-Lingua-Stem-Snowball-Da/pkg-plist' X%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl X%%SITE_PERL%%/Lingua/Stem/Snowball/Da.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Da/.packlist X@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem/Snowball 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true END-of-p5-Lingua-Stem-Snowball-Da/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: