diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-01 20:15:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-01 20:15:50 +0000 |
commit | e391646682b09eab90b2484229f7dfc4d4607805 (patch) | |
tree | f084c5ab1d2dbd74f92509a5d1392fdc71b07cff /hebrew | |
parent | Close overflow (diff) |
Update to 0.8
PR: 74579
Submitted by: Yonatan <onatan@gmail.com>
Notes
Notes:
svn path=/head/; revision=122920
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/hspell/Makefile | 6 | ||||
-rw-r--r-- | hebrew/hspell/distinfo | 4 | ||||
-rw-r--r-- | hebrew/hspell/files/patch-Makefile | 26 | ||||
-rw-r--r-- | hebrew/hspell/pkg-message | 2 | ||||
-rw-r--r-- | hebrew/hspell/pkg-plist | 4 |
5 files changed, 12 insertions, 30 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index baf851d1a9df..eccfdf0b8c05 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hspell -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= hebrew MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ @@ -16,8 +15,11 @@ 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} diff --git a/hebrew/hspell/distinfo b/hebrew/hspell/distinfo index 99179599034f..8cd8911b0447 100644 --- a/hebrew/hspell/distinfo +++ b/hebrew/hspell/distinfo @@ -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 diff --git a/hebrew/hspell/files/patch-Makefile b/hebrew/hspell/files/patch-Makefile deleted file mode 100644 index 5e00f5cbdf30..000000000000 --- a/hebrew/hspell/files/patch-Makefile +++ /dev/null @@ -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: diff --git a/hebrew/hspell/pkg-message b/hebrew/hspell/pkg-message index d702f08fd9bc..757d32298ea3 100644 --- a/hebrew/hspell/pkg-message +++ b/hebrew/hspell/pkg-message @@ -1,3 +1,4 @@ + The recommended usage of this port is first to teach your terminal to display hebrew fonts, like this: @@ -14,3 +15,4 @@ 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 . + diff --git a/hebrew/hspell/pkg-plist b/hebrew/hspell/pkg-plist index 9289d92a17d3..d7bedae5b184 100644 --- a/hebrew/hspell/pkg-plist +++ b/hebrew/hspell/pkg-plist @@ -2,7 +2,11 @@ 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%% |