diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-29 07:10:12 +0000 |
commit | ecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /russian/rus-ispell/files/patch-ab | |
parent | - Stage support (diff) |
Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
Diffstat (limited to 'russian/rus-ispell/files/patch-ab')
-rw-r--r-- | russian/rus-ispell/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/russian/rus-ispell/files/patch-ab b/russian/rus-ispell/files/patch-ab deleted file mode 100644 index 2042b8c0358a..000000000000 --- a/russian/rus-ispell/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Tue Oct 19 23:58:46 1999 -+++ Makefile Tue May 1 03:28:34 2001 -@@ -22,7 +22,22 @@ - cp russian.hash russian.aff $(LIB) - - russian.dict.koi: $(DICT) -- cat $^ $(YO2E) | ./sortkoi8 | uniq > $@ -+ cat $(DICT) > distwords.tmp -+ifdef LOCAL_DICT -+ cut -f 1 -d / < $(LOCAL_DICT) | sed "s/.*/^&(\/.*)?$$/" > mywords.tmp -+ egrep -v -f mywords.tmp < distwords.tmp > repwords.tmp -+ rm -f distwords.tmp mywords.tmp -+else -+ mv distwords.tmp repwords.tmp -+endif -+ifndef YO -+ grep -h "[³£]" repwords.tmp $(LOCAL_DICT) $(YO2E) > ewords.tmp -+else -+ cp /dev/null ewords.tmp -+endif -+ cat repwords.tmp $(LOCAL_DICT) ewords.tmp | ./sortkoi8 | uniq > $@ -+ rm -f repwords.tmp ewords.tmp -+ - - check_dict: $(DICT) - for i in `cat $(DICT) | sed 's,/.*$$,,' | sort | uniq -d`; do \ |