Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 20:00:00 +0000 (GMT)
From:      Yonatan@xpert.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47265: new port: Hebrew spellchecker and morphology engine
Message-ID:  <20030120200000.3A00A327@node-110.xpert.com>

next in thread | raw e-mail | index | archive | help

>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 <Yonatan@xpert.com>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030120200000.3A00A327>