From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 3 08:41:04 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 AF03F16A4CE for ; Sat, 3 Jan 2004 08:41:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C264843D81 for ; Sat, 3 Jan 2004 08:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i03GeIFR060743 for ; Sat, 3 Jan 2004 08:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i03GeIBR060742; Sat, 3 Jan 2004 08:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 3 Jan 2004 08:40:18 -0800 (PST) Resent-Message-Id: <200401031640.i03GeIBR060742@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 B850116A4CE for ; Sat, 3 Jan 2004 08:33:23 -0800 (PST) Received: from anna.web4.hm (anna.web4.hm [81.3.4.66]) by mx1.FreeBSD.org (Postfix) with SMTP id F34ED43D58 for ; Sat, 3 Jan 2004 08:32:57 -0800 (PST) (envelope-from thorsten@tgreiner.net) Received: (qmail 26284 invoked from network); 3 Jan 2004 16:32:49 -0000 Received: from p508d03a4.dip0.t-ipconnect.de (HELO tybalt) (80.141.3.164) by anna.web4.hm with SMTP; 3 Jan 2004 16:32:49 -0000 Message-Id: <20040103163226.GG1513@tybalt> Date: Sat, 3 Jan 2004 17:32:26 +0100 From: Thorsten Greiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60863: New port: textproc/p5-Text-German 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:41:04 -0000 >Number: 60863 >Category: ports >Synopsis: New port: textproc/p5-Text-German >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:40:18 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 textproc/p5-Text-German, which provides a stemmer for German. 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-Text-German/Makefile # p5-Text-German/distinfo # p5-Text-German/pkg-descr # p5-Text-German/pkg-plist # echo x - p5-Text-German/Makefile sed 's/^X//' >p5-Text-German/Makefile << 'END-of-p5-Text-German/Makefile' X# New ports collection makefile for: Text::German X# Date created: 30 Dec 2003 X# Whom: Thorsten Greiner X# X# $FreeBSD$ X# X XPORTNAME= Text-German XPORTVERSION= 0.03 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/U/UL/ULPFR XPKGNAMEPREFIX= p5- X XMAINTAINER= thorsten.greiner@web.de XCOMMENT= German grundform reduction X XPERL_CONFIGURE= yes X XMAN3= Text::German.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Text-German/Makefile echo x - p5-Text-German/distinfo sed 's/^X//' >p5-Text-German/distinfo << 'END-of-p5-Text-German/distinfo' XMD5 (Text-German-0.03.tar.gz) = 120f14768ecb254f090fcfa0f7e57850 END-of-p5-Text-German/distinfo echo x - p5-Text-German/pkg-descr sed 's/^X//' >p5-Text-German/pkg-descr << 'END-of-p5-Text-German/pkg-descr' XText::German - German grundform reduction X XThis is a rather incomplete implementaion of work done by Gudrun Putze-Meier X. I have to confess that I never read her original Xpaper. So all credit belongs to her, all bugs are mine. I tried to get some Xinsight from an implementation of two students of mine. They remain anonymous Xbecause their work was the wost piece of code I ever saw. My code behaves Xmostly as their implementation did except it is about 75 times faster. X XWWW: http://search.cpan.org/dist/Text-German/ END-of-p5-Text-German/pkg-descr echo x - p5-Text-German/pkg-plist sed 's/^X//' >p5-Text-German/pkg-plist << 'END-of-p5-Text-German/pkg-plist' X%%SITE_PERL%%/Text/German.pod X%%SITE_PERL%%/Text/German.pm X%%SITE_PERL%%/Text/German/Adjektiv.pm X%%SITE_PERL%%/Text/German/Ausnahme.pm X%%SITE_PERL%%/Text/German/Cache.pm X%%SITE_PERL%%/Text/German/Endung.pm X%%SITE_PERL%%/Text/German/Regel.pm X%%SITE_PERL%%/Text/German/Util.pm X%%SITE_PERL%%/Text/German/Verb.pm X%%SITE_PERL%%/Text/German/Vorsilbe.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/German/.packlist X@unexec rmdir %D/%%SITE_PERL%%/Text/German 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true END-of-p5-Text-German/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: