Bug 198074

Summary: New port: russian/rux Cyrillic text viewer and code page converter
Product: Ports & Packages Reporter: anikinsl
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: rm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar copy of makefiles none

Description anikinsl 2015-02-27 15:03:27 UTC
Created attachment 153582 [details]
shar copy of makefiles

Actually this is not a new port but rather "port-Makefile-updated", so to speak. The old one russian/rux was deleted because of staging errors.

Whatever. 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.
Comment 1 anikinsl 2015-03-02 11:44:31 UTC
For now, updated to new version:

--- distinfo.old	2015-03-02 17:43:14.500692490 +0300
+++ distinfo	2015-03-02 17:43:21.487214187 +0300
@@ -1,2 +1,2 @@
-SHA256 (rux-0.81.tar.gz) = c1d86af14ee0e8d7ca7ce7acb0d921981f555bfa8a95702edca3f08993e6e4f7
-SIZE (rux-0.81.tar.gz) = 94115
+SHA256 (rux-0.82.tar.gz) = dc9ae96e50504b032b1293023d78dc3822ed7d0291e4e55333710427715ba2bb
+SIZE (rux-0.82.tar.gz) = 93923

--- Makefile.old	2015-03-02 17:43:02.069159192 +0300
+++ Makefile	2015-03-02 17:43:19.579455721 +0300
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rux
-PORTVERSION=	0.81
+PORTVERSION=	0.82
 CATEGORIES=	russian
 MASTER_SITES=	SF/rux
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-07-05 09:08:36 UTC
Take
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-07-05 09:11:23 UTC
A commit references this bug:

Author: rm
Date: Sun Jul  5 09:10:53 UTC 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)

Changes:
  head/MOVED
  head/russian/Makefile
  head/russian/rux/
  head/russian/rux/Makefile
  head/russian/rux/distinfo
  head/russian/rux/files/
  head/russian/rux/pkg-descr
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-07-05 09:13:17 UTC
Committed, thanks. Couple of changes was added to Makefile: LICENSE and LICENSE_FILE, WWW to pkg-descr. Bogus MAN_DIRS removed.