diff options
author | alex <alex@FreeBSD.org> | 2001-01-13 21:31:20 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-13 21:31:20 +0800 |
commit | 6c0a1a356d8f0a77878eb4d6b023d77898fb286b (patch) | |
tree | c5bc74520f4fadf4243010f88cfc944376930ba0 /textproc/ispell/files | |
parent | 96b864ca2842585b0166bdc1ccca4cbe19288872 (diff) | |
download | freebsd-ports-gnome-6c0a1a356d8f0a77878eb4d6b023d77898fb286b.tar.gz freebsd-ports-gnome-6c0a1a356d8f0a77878eb4d6b023d77898fb286b.tar.zst freebsd-ports-gnome-6c0a1a356d8f0a77878eb4d6b023d77898fb286b.zip |
Update ISPELL_DENEU to 20001109 version
Diffstat (limited to 'textproc/ispell/files')
-rw-r--r-- | textproc/ispell/files/DENEU.patch | 49 |
1 files changed, 14 insertions, 35 deletions
diff --git a/textproc/ispell/files/DENEU.patch b/textproc/ispell/files/DENEU.patch index 21c593ea54cf..337d16bbf057 100644 --- a/textproc/ispell/files/DENEU.patch +++ b/textproc/ispell/files/DENEU.patch @@ -1,39 +1,18 @@ ---- igerman98-19991219/Makefile.orig Sun Dec 19 10:46:45 1999 -+++ igerman98-19991219/Makefile Fri Dec 31 11:31:02 1999 -@@ -36,16 +38,16 @@ - ## Ispell and Aspell stuff: - ### +--- Makefile.orig Sun Sep 3 02:57:42 2000 ++++ Makefile Sat Jan 13 14:14:55 2001 +@@ -46,13 +46,13 @@ --german.hash: all.words copyright -- buildhash all.words german.aff $@ -+german.hash: all.words -+ ${BUILDHASH} all.words german.aff $@ --all.words: $(WORTE) -- sed s/qq//g $+ | sort -u > $@ -+all.words: ${WORTE} -+ sed s/qq//g ${WORTE} | sort -u > $@ + MAKE = make +-BUILDHASH = buildhash ++BUILDHASH ?= buildhash + ISPELL = ispell + SQ = sq +-UNSQ = unsq ++UNSQ ?= unsq + # if for some reason you don't have Ispell's unsq use my Perl sq/unsq + # and put it into a directory known by your PATH variable! + #UNSQ = unsq.pl - swiss: all.words copyright - cat german.aff |sed /swiss-del/d |sed /swiss-convert/s/sS/SS/g |sed '/stringchar/!s/sS//g' > swiss.aff - cat all.words helvetismen.txt |sed s/sS/ss/g |sort -u > all.words.swiss -- buildhash all.words.swiss swiss.aff swiss.hash -+ ${BUILDHASH} all.words.swiss swiss.aff swiss.hash + ASPELL = aspell - install: german.hash - cp german.aff german.hash `ispell -vv|grep LIBDIR|sed "s/.*\=//" |tr -d \"` -@@ -68,11 +70,11 @@ - liglist.aff: - sed '/\#qqq/s/^\#//g;/\#nnn/d' german.aff > liglist.aff - --all.words.liglist: $(WORTE) -- sort -u $+ > $@ -+all.words.liglist: ${WORTE} -+ sort -u ${WORTE} > $@ - - liglist.hash: liglist.aff all.words.liglist -- buildhash all.words.liglist liglist.aff $@ -+ ${BUILDHASH} all.words.liglist liglist.aff $@ - - liglist: liglist.hash copyright - cat oldspell.liglist all.words.liglist \ |