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)
This commit is contained in:
parent
9bfb6ed3ad
commit
666e04576d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391356
1
MOVED
1
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
|
||||
|
@ -35,6 +35,7 @@
|
||||
SUBDIR += p5-cyrillic
|
||||
SUBDIR += rubygem-russian
|
||||
SUBDIR += rubygem-rutils
|
||||
SUBDIR += rux
|
||||
SUBDIR += stardict-bars
|
||||
SUBDIR += stardict-computer
|
||||
SUBDIR += stardict-dal
|
||||
|
20
russian/rux/Makefile
Normal file
20
russian/rux/Makefile
Normal file
@ -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>
|
2
russian/rux/distinfo
Normal file
2
russian/rux/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rux-0.82.tar.gz) = dc9ae96e50504b032b1293023d78dc3822ed7d0291e4e55333710427715ba2bb
|
||||
SIZE (rux-0.82.tar.gz) = 93923
|
17
russian/rux/pkg-descr
Normal file
17
russian/rux/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user