ports/55303: Update hebrew/hspell 0.5 -> 0.6
Yonatan at xpert.com
Yonatan at xpert.com
Wed Aug 6 10:10:16 UTC 2003
>Number: 55303
>Category: ports
>Synopsis: Update hebrew/hspell 0.5 -> 0.6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 06 03:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Yonatan at xpert.com
>Release: FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD Temujin 4.8-RC FreeBSD 4.8-RC #1: Sat Apr 12 03:02:22 GMT 2003 root at Temujin:/usr/obj/usr/src/sys/TEMUJIN-G i386
>Description:
Moved to a C frontend, instead of perl. Lost Verbosity option on the way, making the Makefile and pkg-plist simpler, and perl not required to run anymore.
>How-To-Repeat:
N/A
>Fix:
--- hspell-0.6 begins here ---
diff -urN hspell.orig/Makefile hspell/Makefile
--- hspell.orig/Makefile Fri May 9 07:16:52 2003
+++ hspell/Makefile Wed Aug 6 11:44:55 2003
@@ -6,30 +6,17 @@
#
PORTNAME= hspell
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= hebrew
MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/
MAINTAINER= yonatan at xpert.com
COMMENT= Hebrew spellchecker and morphology engine
-USE_PERL5= yes
+USE_PERL5_BUILD= yes
+USE_GMAKE= yes
MAN1= hspell.1
-
-.if defined(NO_VERBOSE)
-ALL_TARGET=install_compressed
-PLIST_SUB+= NOVERB=""
-PLIST_SUB+= VERB="@comment "
-.else
-PLIST_SUB+= NOVERB="@comment "
-PLIST_SUB+= VERB=""
-
-pre-everything::
- @${ECHO_CMD} "If you want a smaller, faster version where the -v"
- @${ECHO_CMD} "option is dysfunctional, stop now and use NO_VERBOSE."
- @sleep 3
-.endif
post-install:
@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}
diff -urN hspell.orig/distinfo hspell/distinfo
--- hspell.orig/distinfo Thu May 8 12:53:37 2003
+++ hspell/distinfo Wed Aug 6 11:10:53 2003
@@ -1 +1 @@
-MD5 (hspell-0.5.tar.gz) = d56a89702f24995bc18cb68b9c986520
+MD5 (hspell-0.6.tar.gz) = a00bbcc5c603eb1375fa191777720b5e
diff -urN hspell.orig/files/patch-Makefile hspell/files/patch-Makefile
--- hspell.orig/files/patch-Makefile Thu May 8 13:17:59 2003
+++ hspell/files/patch-Makefile Wed Aug 6 11:52:01 2003
@@ -1,5 +1,5 @@
---- Makefile.orig Thu May 8 13:16:35 2003
-+++ Makefile Thu May 8 13:17:36 2003
+--- 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
@@ -12,8 +12,8 @@
+LIBEXEC = $(PREFIX)/libexec/hspell
MAN1 = $(PREFIX)/man/man1
-
-@@ -51,8 +51,8 @@
+ 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+ at spellinghints_dictionaries=("spellinghints")+ at spellinghints_dictionaries=("$(SHARE)/spellinghints")+' < hspell.pl > $@
chmod 755 $@
diff -urN hspell.orig/pkg-plist hspell/pkg-plist
--- hspell.orig/pkg-plist Fri May 9 07:16:52 2003
+++ hspell/pkg-plist Wed Aug 6 12:21:59 2003
@@ -1,16 +1,8 @@
@comment $FreeBSD: ports/hebrew/hspell/pkg-plist,v 1.2 2003/05/09 07:16:52 ijliao Exp $
bin/hspell
bin/hspell-i
-share/hspell/likelyerrors
-share/hspell/spellinghints
-%%VERB%%share/hspell/out.nouns
-%%VERB%%share/hspell/out.verbs
-%%VERB%%share/hspell/out.nouns-shemp
-%%VERB%%share/hspell/milot
-%%VERB%%share/hspell/extrawords
-%%VERB%%share/hspell/biza-verbs
-%%VERB%%share/hspell/biza-nouns
-%%NOVERB%%share/hspell/wordlist.wgz
-%%NOVERB%%libexec/hspell/wunzip
-%%NOVERB%%@dirrm libexec/hspell
- at dirrm share/hspell
+bin/multispell
+%%DATADIR%%/hebrew.wgz
+%%DATADIR%%/hebrew.wgz.prefixes
+%%DATADIR%%/hebrew.wgz.sizes
+ at dirrm %%DATADIR%%
--- hspell-0.6 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list