From 666e04576da99a736c566b93cc3d157f8326d134 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 09:10:50 +0000 Subject: 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) --- russian/Makefile | 1 + russian/rux/Makefile | 20 ++++++++++++++++++++ russian/rux/distinfo | 2 ++ russian/rux/pkg-descr | 17 +++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 russian/rux/Makefile create mode 100644 russian/rux/distinfo create mode 100644 russian/rux/pkg-descr (limited to 'russian') 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 +# $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 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/ -- cgit v1.2.3