freebsd-ports/russian/rux/Makefile
Simon Barner 98db42463c - Update to 0.76
- ChangeLog:
 o The mechanism of buffering is changed. Instead of allocation of the fixed
   size of memory (10240, -s) buffering on-demand now is used. I.e. if the
   analysis of the text to make it's impossible because of absence of the text
   in Russians the buffer will not be allocated. Instead of it the text will be
   immediately out (if certainly it's required).

 o The output of the name of the code page after the analysis is changed.
   Added output 'us-ascii (no hits)' in case of when at the text there are no
   Russian characters. And removed trailing '(same as out)' from the output of
   the default code page.

 o The 'main' became even more confused. :-)

Submitted by:	Vyacheslav Anikin <ghos@mail.ru> (maintainer)
PR:		ports/92725
2006-02-02 14:22:54 +00:00

26 lines
502 B
Makefile

# New ports collection makefile for: rux
# Date created: 25 December 2005
# Whom: Vyacheslav Anikin <ghos@mail.ru>
#
# $FreeBSD$
#
PORTNAME= rux
PORTVERSION= 0.76
CATEGORIES= russian
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://asdf2087.narod.ru/
MASTER_SITE_SUBDIR= ${PORTNAME}
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>