diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-05 09:10:50 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-05 09:10:50 +0000 |
commit | 666e04576da99a736c566b93cc3d157f8326d134 (patch) | |
tree | 5c40d0ad8fd9db3a2942172a7c2bba286ccec294 /russian | |
parent | 9bfb6ed3ad0cc6ffda079d35e025bac37963d038 (diff) | |
download | ports-666e04576da99a736c566b93cc3d157f8326d134.tar.gz ports-666e04576da99a736c566b93cc3d157f8326d134.zip |
Notes
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/ |