Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2015 09:10:51 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391356 - in head: . russian russian/rux russian/rux/files
Message-ID:  <201507050910.t659ApRH085169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Jul  5 09:10:50 2015
New Revision: 391356
URL: https://svnweb.freebsd.org/changeset/ports/391356

Log:
  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)

Added:
  head/russian/rux/
     - copied from r362723, head/russian/rux/
Deleted:
  head/russian/rux/files/
Modified:
  head/MOVED
  head/russian/Makefile
  head/russian/rux/Makefile
  head/russian/rux/distinfo
  head/russian/rux/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jul  5 09:04:39 2015	(r391355)
+++ head/MOVED	Sun Jul  5 09:10:50 2015	(r391356)
@@ -6825,7 +6825,6 @@ print/scribus-devel||2014-09-01|Not stag
 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

Modified: head/russian/Makefile
==============================================================================
--- head/russian/Makefile	Sun Jul  5 09:04:39 2015	(r391355)
+++ head/russian/Makefile	Sun Jul  5 09:10:50 2015	(r391356)
@@ -35,6 +35,7 @@
     SUBDIR += p5-cyrillic
     SUBDIR += rubygem-russian
     SUBDIR += rubygem-rutils
+    SUBDIR += rux
     SUBDIR += stardict-bars
     SUBDIR += stardict-computer
     SUBDIR += stardict-dal

Modified: head/russian/rux/Makefile
==============================================================================
--- head/russian/rux/Makefile	Wed Jul 23 19:56:59 2014	(r362723)
+++ head/russian/rux/Makefile	Sun Jul  5 09:10:50 2015	(r391356)
@@ -1,20 +1,20 @@
-# Created by: Vyacheslav Anikin <ghos@mail.ru>
+# Created by: Vyacheslav Anikin <anikinsl@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	rux
-PORTVERSION=	0.79
-PORTREVISION=	1
+PORTVERSION=	0.82
 CATEGORIES=	russian
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF/rux
 
 MAINTAINER=	anikinsl@gmail.com
-COMMENT=	The best Cyrillic text viewer and code page converter
+COMMENT=	Best Cyrillic text viewer and code page converter
 
-MAN1=		rux.1
-MANLANG=	"" ru.KOI8-R
-MANCOMPRESSED=	maybe
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PLIST_FILES=	bin/rux
+GNU_CONFIGURE=	yes
+
+PLIST_FILES=	bin/rux \
+		man/man1/rux.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/russian/rux/distinfo
==============================================================================
--- head/russian/rux/distinfo	Wed Jul 23 19:56:59 2014	(r362723)
+++ head/russian/rux/distinfo	Sun Jul  5 09:10:50 2015	(r391356)
@@ -1,2 +1,2 @@
-SHA256 (rux-0.79.tar.gz) = 11166100052e00c89581a6be5d2875eac1769b780328366770d47f203ab97be6
-SIZE (rux-0.79.tar.gz) = 11555
+SHA256 (rux-0.82.tar.gz) = dc9ae96e50504b032b1293023d78dc3822ed7d0291e4e55333710427715ba2bb
+SIZE (rux-0.82.tar.gz) = 93923

Modified: head/russian/rux/pkg-descr
==============================================================================
--- head/russian/rux/pkg-descr	Wed Jul 23 19:56:59 2014	(r362723)
+++ head/russian/rux/pkg-descr	Sun Jul  5 09:10:50 2015	(r391356)
@@ -1,9 +1,9 @@
-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.).
+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.
 
@@ -13,3 +13,5 @@ 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507050910.t659ApRH085169>