From owner-freebsd-ports-bugs Mon Jan 20 10:10:10 2003 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 75C7637B401 for ; Mon, 20 Jan 2003 10:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8A543F3F for ; Mon, 20 Jan 2003 10:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0KIA5NS016980 for ; Mon, 20 Jan 2003 10:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0KIA5ll016976; Mon, 20 Jan 2003 10:10:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B47737B401 for ; Mon, 20 Jan 2003 10:02:46 -0800 (PST) Received: from node-110.xpert.com (node-110.xpert.com [199.203.132.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE7643ED8 for ; Mon, 20 Jan 2003 10:02:44 -0800 (PST) (envelope-from yonatan@node-110.xpert.com) Received: by node-110.xpert.com (Postfix, from userid 1000) id 3A00A327; Mon, 20 Jan 2003 20:00:00 +0000 (GMT) Message-Id: <20030120200000.3A00A327@node-110.xpert.com> Date: Mon, 20 Jan 2003 20:00:00 +0000 (GMT) From: Yonatan@xpert.com Reply-To: Yonatan@xpert.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47265: new port: Hebrew spellchecker and morphology engine Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47265 >Category: ports >Synopsis: new port: Hebrew spellchecker and morphology engine >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: Mon Jan 20 10:10:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yonatan@xpert.com >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD Temujin 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Jan 8 11:54:56 GMT 2003 root@Temujin:/usr/obj/usr/src/sys/TEMUJIN i386 >Description: A new and innovative spell checker for hebrew. portlint is happy about this. >How-To-Repeat: N/A >Fix: --- hspell.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: # # /usr/ports/hebrew/hspell/ # /usr/ports/hebrew/hspell/Makefile # /usr/ports/hebrew/hspell/distinfo # /usr/ports/hebrew/hspell/files # /usr/ports/hebrew/hspell/files/patch-Makefile # /usr/ports/hebrew/hspell/pkg-plist # /usr/ports/hebrew/hspell/pkg-descr # /usr/ports/hebrew/hspell/pkg-comment # echo c - /usr/ports/hebrew/hspell/ mkdir -p /usr/ports/hebrew/hspell/ > /dev/null 2>&1 echo x - /usr/ports/hebrew/hspell/Makefile sed 's/^X//' >/usr/ports/hebrew/hspell/Makefile << 'END-of-/usr/ports/hebrew/hspell/Makefile' X# Ports collection makefile for: hspell X# Date created: 17 Jan 2003 X# Whom: Yonatan X# X# $FreeBSD$ X# X XPORTNAME= hspell XPORTVERSION= 0.2 XCATEGORIES= hebrew XMASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ X XMAINTAINER= yonatan@xpert.com X XUSE_PERL= yes X XMAN1= hspell.1 X X.include END-of-/usr/ports/hebrew/hspell/Makefile echo x - /usr/ports/hebrew/hspell/distinfo sed 's/^X//' >/usr/ports/hebrew/hspell/distinfo << 'END-of-/usr/ports/hebrew/hspell/distinfo' XMD5 (hspell-0.2.tar.gz) = 4a9d23ccfc39c8dcd88479fd0864e52f END-of-/usr/ports/hebrew/hspell/distinfo echo c - /usr/ports/hebrew/hspell/files mkdir -p /usr/ports/hebrew/hspell/files > /dev/null 2>&1 echo x - /usr/ports/hebrew/hspell/files/patch-Makefile sed 's/^X//' >/usr/ports/hebrew/hspell/files/patch-Makefile << 'END-of-/usr/ports/hebrew/hspell/files/patch-Makefile' X--- Makefile.orig Tue Jan 7 17:44:52 2003 X+++ Makefile Tue Jan 7 17:45:13 2003 X@@ -41,7 +41,7 @@ X X DICTS= out.nouns out.verbs out.nouns-shemp milot extrawords biza-verbs biza-nouns X wordlist.wgz: $(DICTS) wzip X- grep -h "^[à-ú]" $(DICTS) | tr -d '-' | sort -u | wzip | gzip -9 \ X+ grep -h "^[à-ú]" $(DICTS) | tr -d '-' | sort -u | ./wzip | gzip -9 \ X > wordlist.wgz X X ################################################ END-of-/usr/ports/hebrew/hspell/files/patch-Makefile echo x - /usr/ports/hebrew/hspell/pkg-plist sed 's/^X//' >/usr/ports/hebrew/hspell/pkg-plist << 'END-of-/usr/ports/hebrew/hspell/pkg-plist' X@comment $FreeBSD$ Xbin/hspell Xshare/hspell/likelyerrors Xshare/hspell/spellinghints Xshare/hspell/biza-nouns Xshare/hspell/biza-verbs Xshare/hspell/extrawords Xshare/hspell/milot Xshare/hspell/out.nouns Xshare/hspell/out.nouns-shemp Xshare/hspell/out.verbs X@dirrm share/hspell END-of-/usr/ports/hebrew/hspell/pkg-plist echo x - /usr/ports/hebrew/hspell/pkg-descr sed 's/^X//' >/usr/ports/hebrew/hspell/pkg-descr << 'END-of-/usr/ports/hebrew/hspell/pkg-descr' XHspell is a fully working Hebrew spellchecker. On typical documents Xit should recognize the majority of correct words. XHspell was designed to be 100% and strictly compliant with the Xofficial niqqud-less spelling rules ("Ha-ktiv Khasar Ha-niqqud", Xcolloquially known as "Ktiv Male") published by the Academy of Xthe Hebrew Language. X XHspell was written by Nadav Har'El and Dan Kenigsberg. X XWWW: http://www.ivrix.org.il/projects/spell-checker/ END-of-/usr/ports/hebrew/hspell/pkg-descr echo x - /usr/ports/hebrew/hspell/pkg-comment sed 's/^X//' >/usr/ports/hebrew/hspell/pkg-comment << 'END-of-/usr/ports/hebrew/hspell/pkg-comment' XHebrew spellchecker and morphology engine END-of-/usr/ports/hebrew/hspell/pkg-comment exit --- hspell.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message