aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--russian/Makefile1
-rw-r--r--russian/rux/Makefile20
-rw-r--r--russian/rux/distinfo2
-rw-r--r--russian/rux/pkg-descr17
5 files changed, 40 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index b1858a64e55b..5058981f104b 100644
--- a/MOVED
+++ b/MOVED
@@ -6825,7 +6825,6 @@ print/scribus-devel||2014-09-01|Not staged
russian/libcyrillic||2014-09-01|Not staged
russian/prawda||2014-09-01|Not staged
russian/pscyr||2014-09-01|Not staged
-russian/rux||2014-09-01|Not staged
russian/tac+ia||2014-09-01|Not staged
science/2dhf||2014-09-01|Not staged
science/abinit||2014-09-01|Not staged
diff --git a/russian/Makefile b/russian/Makefile
index 0eeef78d4a7d..d3522cb04231 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -35,6 +35,7 @@
SUBDIR += p5-cyrillic
SUBDIR += rubygem-russian
SUBDIR += rubygem-rutils
+ SUBDIR += rux
SUBDIR += stardict-bars
SUBDIR += stardict-computer
SUBDIR += stardict-dal
diff --git a/russian/rux/Makefile b/russian/rux/Makefile
new file mode 100644
index 000000000000..88acb33c7b39
--- /dev/null
+++ b/russian/rux/Makefile
@@ -0,0 +1,20 @@
+# Created by: Vyacheslav Anikin <anikinsl@gmail.com>
+# $FreeBSD$
+
+PORTNAME= rux
+PORTVERSION= 0.82
+CATEGORIES= russian
+MASTER_SITES= SF/rux
+
+MAINTAINER= anikinsl@gmail.com
+COMMENT= Best Cyrillic text viewer and code page converter
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/rux \
+ man/man1/rux.1.gz
+
+.include <bsd.port.mk>
diff --git a/russian/rux/distinfo b/russian/rux/distinfo
new file mode 100644
index 000000000000..43bba4b2a9a3
--- /dev/null
+++ b/russian/rux/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rux-0.82.tar.gz) = dc9ae96e50504b032b1293023d78dc3822ed7d0291e4e55333710427715ba2bb
+SIZE (rux-0.82.tar.gz) = 93923
diff --git a/russian/rux/pkg-descr b/russian/rux/pkg-descr
new file mode 100644
index 000000000000..e99b11b7a140
--- /dev/null
+++ b/russian/rux/pkg-descr
@@ -0,0 +1,17 @@
+The rux is a simple and at the same time powerful utility for texts recoding
+from one encoding to another. At present time several the most popular Cyrillic
+code pages such as utf-8, koi8-r, cp866, cp1251, iso8859-5 and mac-cyrillic are
+supported. Also rux gives the opportunity to recode box- drawing characters,
+which exists in some Cyrillic code pages, to replace them by their non-graphic
+analogues ('-', '+', etc.).
+
+Besides, the rux can detect a code page of the input files automatically.
+
+Usually rux is used without any options because some values are accepted
+by default. There are -o koi8-r, -e, -t.
+
+The expectancy value of the presence of every Cyrillic characters in the
+some text were taken from the dump of Russian translation of the `FreeBSD
+Handbook'.
+
+WWW: http://sourceforge.net/projects/rux/