diff options
author | anray <anray@FreeBSD.org> | 2005-12-26 21:44:34 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-26 21:44:34 +0800 |
commit | 02c538abf5a82e8e37e97beb797ae97e900c8df9 (patch) | |
tree | 459ee3fdb2fd283615d4991fe471fa0ae0e7e86f /russian | |
parent | b207af3d94b7a937d9726fedbcdf7a040433cbb6 (diff) | |
download | freebsd-ports-gnome-02c538abf5a82e8e37e97beb797ae97e900c8df9.tar.gz freebsd-ports-gnome-02c538abf5a82e8e37e97beb797ae97e900c8df9.tar.zst freebsd-ports-gnome-02c538abf5a82e8e37e97beb797ae97e900c8df9.zip |
Added rux, the best cyrillic text viewer and code page converter.
PR: ports/90921
Submitted by: Vyacheslav Anikin <ghos@mail.ru>
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/rux/Makefile | 24 | ||||
-rw-r--r-- | russian/rux/distinfo | 3 | ||||
-rw-r--r-- | russian/rux/pkg-descr | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 444dae02f23c..f7d1cf55149d 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -31,6 +31,7 @@ SUBDIR += pscyr SUBDIR += rispell SUBDIR += rus-ispell + SUBDIR += rux SUBDIR += tac+ia SUBDIR += unzip SUBDIR += wmcyrx diff --git a/russian/rux/Makefile b/russian/rux/Makefile new file mode 100644 index 000000000000..54662f8fc2aa --- /dev/null +++ b/russian/rux/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rux +# Date created: 25 December 2005 +# Whom: Vyacheslav Anikin <ghos@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= rux +PORTVERSION= 0.73 +CATEGORIES= russian +MASTER_SITES= http://asdf2087.narod.ru/ + +MAINTAINER= ghos@mail.ru +COMMENT= The best cyrillic text viewer and code page converter + +WRKSRC= ${WRKDIR} + +MAN1= rux.1 +MANLANG= "" ru.KOI8-R +MANCOMPRESSED= maybe + +PLIST_FILES= bin/rux + +.include <bsd.port.mk> diff --git a/russian/rux/distinfo b/russian/rux/distinfo new file mode 100644 index 000000000000..b38f735e5f56 --- /dev/null +++ b/russian/rux/distinfo @@ -0,0 +1,3 @@ +MD5 (rux-0.73.tar.gz) = 4ac6590890fda2b79a470eecf1cabe36 +SHA-1 (rux-0.73.tar.gz) = bc0f814ec37fd8824e79a3a77437df706e5e7c64 +SIZE (rux-0.73.tar.gz) = 8584 diff --git a/russian/rux/pkg-descr b/russian/rux/pkg-descr new file mode 100644 index 000000000000..26a5375616f1 --- /dev/null +++ b/russian/rux/pkg-descr @@ -0,0 +1,18 @@ +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 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, -s 10240. + +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'. + +- Vyacheslav Anikin (ghos) +ghos@mail.ru |