Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 05:50:13 -0800 (PST)
From:      Charlie Root <root@node-110.xpert.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47265: new port: Hebrew spellchecker and morphology engine
Message-ID:  <200303101350.h2ADoDoO040047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47265; it has been noted by GNATS.

From: Charlie Root <root@node-110.xpert.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/47265: new port: Hebrew spellchecker and morphology engine
Date: Mon, 10 Mar 2003 13:47:35 GMT

 # This is the update to version 0.4. Besides the update the changes include
 # the new COMMENT, respecting CFLAGS and LDFLAGS, and advising the user
 # about proper use.
 
 # 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:
 #
 #	Makefile
 #	distinfo
 #	files
 #	pkg-descr
 #	pkg-message
 #	pkg-plist
 #
 echo x - Makefile
 sed 's/^X//' >Makefile << 'END-of-Makefile'
 X# Ports collection makefile for:  hspell
 X# Date created:			  03 Feb 2003
 X# Whom:				  Yonatan <Yonatan@xpert.com>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	hspell
 XPORTVERSION=	0.4
 XCATEGORIES=	hebrew
 XMASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/
 X
 XMAINTAINER=	yonatan@xpert.com
 XCOMMENT=	Hebrew spellchecker and morphology engine
 X
 XUSE_PERL=	yes
 X
 XMAN1=		hspell.1
 X
 Xpost-install:
 X	@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}
 X
 X.include <bsd.port.mk>
 END-of-Makefile
 echo x - distinfo
 sed 's/^X//' >distinfo << 'END-of-distinfo'
 XMD5 (hspell-0.4.tar.gz) = 1ede349d43a2a5df4c1dce3c06c95918
 END-of-distinfo
 echo c - files
 mkdir -p files > /dev/null 2>&1
 echo x - pkg-descr
 sed 's/^X//' >pkg-descr << 'END-of-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-pkg-descr
 echo x - pkg-message
 sed 's/^X//' >pkg-message << 'END-of-pkg-message'
 XThe recommended usage of this port is first to teach your terminal to display
 Xhebrew fonts, like this:
 X
 Xvidcontrol < /dev/ttyv0 -f 8x16 iso08-8x16.fnt
 X
 Xor set this in /etc/rc.conf:
 X
 Xfont8x16=iso08-8x16.fnt
 X
 XThen, it would be wise to install bidiv from %%PORTSDIR%%/textproc/bidiv
 Xand run hspell like this:
 X
 Xhspell file.txt | bidiv
 END-of-pkg-message
 echo x - pkg-plist
 sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
 X@comment $FreeBSD$
 Xbin/hspell
 Xbin/hspell-i
 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-pkg-plist
 exit
 

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?200303101350.h2ADoDoO040047>