aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 07:10:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 07:10:12 +0000
commitecf11e810f2c623cc9f6e0f52ddace35848e20cd (patch)
treef91ab1237c144bd44246bd7ac96d45345c068008 /russian
parent15056e10f46a6b21d52ba2a80f352a215b3123d2 (diff)
downloadports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.tar.gz
ports-ecf11e810f2c623cc9f6e0f52ddace35848e20cd.zip
Notes
Diffstat (limited to 'russian')
-rw-r--r--russian/Makefile1
-rw-r--r--russian/rus-ispell/Makefile42
-rw-r--r--russian/rus-ispell/distinfo2
-rw-r--r--russian/rus-ispell/files/ispell-ru.sh3
-rw-r--r--russian/rus-ispell/files/patch-aa9
-rw-r--r--russian/rus-ispell/files/patch-ab26
-rw-r--r--russian/rus-ispell/pkg-descr19
-rw-r--r--russian/rus-ispell/pkg-plist4
8 files changed, 0 insertions, 106 deletions
diff --git a/russian/Makefile b/russian/Makefile
index 4c21ba6cdfbe..e01a66ba7958 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -38,7 +38,6 @@
SUBDIR += pscyr
SUBDIR += rubygem-russian
SUBDIR += rubygem-rutils
- SUBDIR += rus-ispell
SUBDIR += rux
SUBDIR += stardict-bars
SUBDIR += stardict-computer
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile
deleted file mode 100644
index 23b80da16b1f..000000000000
--- a/russian/rus-ispell/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: ache
-# $FreeBSD$
-
-PORTNAME= rus-ispell
-PORTVERSION= 0.99g5
-CATEGORIES= russian textproc
-MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= New Russian dictionaries for ispell
-
-BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-
-USES= gmake
-.if defined(RUS_ISPELL_WITH_YO_ONLY)
-MAKE_ARGS+= YO=1
-.endif
-.if defined(RUS_ISPELL_LOCAL_DICT)
-MAKE_ARGS+= LOCAL_DICT=${RUS_ISPELL_LOCAL_DICT}
-.endif
-
-MAKE_ENV= LC_ALL=ru_RU.KOI8-R
-
-ALL_TARGET= koi
-
-NO_WRKSUBDIR= yes
-
-NO_STAGE= yes
-do-install:
- cd ${WRKSRC} && \
- ${INSTALL_DATA} russian.hash russian.dict russian.aff \
- ${PREFIX}/share/ispell
- ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/russian/rus-ispell/distinfo b/russian/rus-ispell/distinfo
deleted file mode 100644
index ee19c8f98da1..000000000000
--- a/russian/rus-ispell/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rus-ispell-0.99g5.tar.gz) = 9fdb647caaea2aa7eae1e38210f6222aa7cbb88716d7aadbecb17adc27c5a070
-SIZE (rus-ispell-0.99g5.tar.gz) = 529283
diff --git a/russian/rus-ispell/files/ispell-ru.sh b/russian/rus-ispell/files/ispell-ru.sh
deleted file mode 100644
index 151b10630f40..000000000000
--- a/russian/rus-ispell/files/ispell-ru.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec ispell -d russian "$@"
diff --git a/russian/rus-ispell/files/patch-aa b/russian/rus-ispell/files/patch-aa
deleted file mode 100644
index 17c0faaeeb22..000000000000
--- a/russian/rus-ispell/files/patch-aa
+++ /dev/null
@@ -1,9 +0,0 @@
---- sortkoi8.bak Tue May 25 22:17:17 1999
-+++ sortkoi8 Mon Jan 29 21:23:05 2001
-@@ -13,4 +13,5 @@
- fi
- TEMP='£³ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ'
-
--tr $ALPH $TEMP | sort $FOLD | tr $TEMP $ALPH
-+#tr $ALPH $TEMP | sort $FOLD | tr $TEMP $ALPH
-+LANG=ru_RU.KOI8-R sort $FOLD
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 \
diff --git a/russian/rus-ispell/pkg-descr b/russian/rus-ispell/pkg-descr
deleted file mode 100644
index 35bd968983c9..000000000000
--- a/russian/rus-ispell/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-New Russian dictionaries for ispell
-
-This package contains a list of Russian words and an affix file to be
-used with a well-known ispell spelling checker. It may be especially
-useful for UNIX users.
-
-The word list is based on the early one collected by Neal Dalton.
-After removing illegal words and adding many new rules and words, the
-dictionaries contain now over 90,100 basic words and produce over
-892,000 related words (compared to 52,000 words in Neal's version).
-
-This package seems to be the only one that supports the right spelling
-of words with the Russian letter 'yo' (other dictionaries simply
-replace the letter 'yo' by 'ye').
-
-Further detailed documentation on the package is in Russian (koi8-r
-character set) in README.koi file.
-
-WWW: http://scon155.phys.msu.su/~swan/orthography.html
diff --git a/russian/rus-ispell/pkg-plist b/russian/rus-ispell/pkg-plist
deleted file mode 100644
index 8b476199f002..000000000000
--- a/russian/rus-ispell/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/ispell-ru
-share/ispell/russian.aff
-share/ispell/russian.dict
-share/ispell/russian.hash