mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Added rux, the best cyrillic text viewer and code page converter.
PR: ports/90921 Submitted by: Vyacheslav Anikin <ghos@mail.ru>
This commit is contained in:
parent
8ae225318f
commit
e88fd8add5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152101
4 changed files with 46 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
SUBDIR += pscyr
|
SUBDIR += pscyr
|
||||||
SUBDIR += rispell
|
SUBDIR += rispell
|
||||||
SUBDIR += rus-ispell
|
SUBDIR += rus-ispell
|
||||||
|
SUBDIR += rux
|
||||||
SUBDIR += tac+ia
|
SUBDIR += tac+ia
|
||||||
SUBDIR += unzip
|
SUBDIR += unzip
|
||||||
SUBDIR += wmcyrx
|
SUBDIR += wmcyrx
|
||||||
|
|
24
russian/rux/Makefile
Normal file
24
russian/rux/Makefile
Normal file
|
@ -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>
|
3
russian/rux/distinfo
Normal file
3
russian/rux/distinfo
Normal file
|
@ -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
|
18
russian/rux/pkg-descr
Normal file
18
russian/rux/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue