Index: head/hebrew/hspell/files/patch-Makefile =================================================================== --- head/hebrew/hspell/files/patch-Makefile (revision 122919) +++ head/hebrew/hspell/files/patch-Makefile (nonexistent) @@ -1,26 +0,0 @@ ---- Makefile.orig Wed Aug 6 11:51:16 2003 -+++ Makefile Wed Aug 6 11:51:47 2003 -@@ -14,10 +14,10 @@ - - # build and installation paths - DESTDIR = --PREFIX = /usr/local -+PREFIX ?= /usr/local - BIN = $(PREFIX)/bin - SHARE = $(PREFIX)/share/hspell --LIBEXEC = $(PREFIX)/lib/hspell -+LIBEXEC = $(PREFIX)/libexec/hspell - MAN1 = $(PREFIX)/man/man1 - - all: cfrontend -@@ -59,8 +59,8 @@ - sed 's+^my @dictionaries=.*$$+my @dictionaries=("gzip -dc $(SHARE)/wordlist.wgz|$(LIBEXEC)/wunzip|");+; s+my @likelyerror.*$$+my @likelyerror_dictionaries=("$(SHARE)/likelyerrors");+; s+@spellinghints_dictionaries=("spellinghints")+@spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@ - chmod 755 $@ - --CFLAGS=-O --LDFLAGS=-s -+CFLAGS?=-O -+LDFLAGS?=-s - wunzip: - - # experimental, not currently in use: Property changes on: head/hebrew/hspell/files/patch-Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/hebrew/hspell/Makefile =================================================================== --- head/hebrew/hspell/Makefile (revision 122919) +++ head/hebrew/hspell/Makefile (revision 122920) @@ -1,25 +1,27 @@ # Ports collection makefile for: hspell # Date created: 03 Feb 2003 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= hspell -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= hebrew MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine USE_PERL5_BUILD= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= MAN1= hspell.1 +MAN3= hspell.3 post-install: @${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE} .include Property changes on: head/hebrew/hspell/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/hebrew/hspell/distinfo =================================================================== --- head/hebrew/hspell/distinfo (revision 122919) +++ head/hebrew/hspell/distinfo (revision 122920) @@ -1,2 +1,2 @@ -MD5 (hspell-0.6.tar.gz) = a00bbcc5c603eb1375fa191777720b5e -SIZE (hspell-0.6.tar.gz) = 151705 +MD5 (hspell-0.8.tar.gz) = 67f402162bdb4f5e7b3099572de1342e +SIZE (hspell-0.8.tar.gz) = 226838 Property changes on: head/hebrew/hspell/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/hebrew/hspell/pkg-message =================================================================== --- head/hebrew/hspell/pkg-message (revision 122919) +++ head/hebrew/hspell/pkg-message (revision 122920) @@ -1,16 +1,18 @@ + The recommended usage of this port is first to teach your terminal to display hebrew fonts, like this: vidcontrol < /dev/ttyv0 -f 8x16 iso08-8x16.fnt or set this in /etc/rc.conf: font8x16=iso08-8x16.fnt Then, it would be wise to install bidiv from %%PORTSDIR%%/textproc/bidiv and run Hspell: hspell file.txt | bidiv Plus, Hspell can use Ispell as a slave (option -i or executable hspell-i). Ispell can be found in %%PORTSDIR%%/textproc/ispell . + Property changes on: head/hebrew/hspell/pkg-message ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/hebrew/hspell/pkg-plist =================================================================== --- head/hebrew/hspell/pkg-plist (revision 122919) +++ head/hebrew/hspell/pkg-plist (revision 122920) @@ -1,8 +1,12 @@ @comment $FreeBSD$ bin/hspell bin/hspell-i bin/multispell +lib/libhspell.a +include/hspell.h +include/linginfo.h %%DATADIR%%/hebrew.wgz %%DATADIR%%/hebrew.wgz.prefixes %%DATADIR%%/hebrew.wgz.sizes +%%DATADIR%%/hebrew.wgz.hints @dirrm %%DATADIR%% Property changes on: head/hebrew/hspell/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property