diff options
author | rm <rm@FreeBSD.org> | 2015-07-05 17:10:50 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-05 17:10:50 +0800 |
commit | 4fdb0cfb45281fdb5b92932b3bef5caef3fb1957 (patch) | |
tree | 5c40d0ad8fd9db3a2942172a7c2bba286ccec294 /russian | |
parent | b41c42d3352e1b2170d39127f733cd97d6b694cb (diff) | |
download | freebsd-ports-gnome-4fdb0cfb45281fdb5b92932b3bef5caef3fb1957.tar.gz freebsd-ports-gnome-4fdb0cfb45281fdb5b92932b3bef5caef3fb1957.tar.zst freebsd-ports-gnome-4fdb0cfb45281fdb5b92932b3bef5caef3fb1957.zip |
Revive russian/rux: Best Cyrillic text viewer and code page converter
- update to 0.82
- add stage support
- add LICENSE and WWW
PR: 198074
Submitted by: anikinsl@gmail.com (maintainer)
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/rux/Makefile | 20 | ||||
-rw-r--r-- | russian/rux/distinfo | 2 | ||||
-rw-r--r-- | russian/rux/pkg-descr | 17 |
4 files changed, 40 insertions, 0 deletions
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/ |