4e18b55a7f
Provided in PR 17585 by Mishka (mishka@terabyte.com.ua) These are useful tools for Russian users: todos/fromdos: point-to-point cp866<->koi8-r decoder with CR/LF translation towin/fromwin: best match cp1251<->koi8-r decoder with CR/LF translation a2kfcnv: EGA/VGA raw screen fonts converter: cp866 font -> koi8-r font All programs written according to RFC 1489
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/07/12 21:01:17 agc Exp $
|
|
|
|
DISTNAME= d1489-1.4
|
|
PKGNAME= ru-d1489-1.4
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/convert/char/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mishka@terabyte.com.ua
|
|
#HOMEPAGE=
|
|
COMMENT= CP866<->KOI8-R, CP1251<->KOI8-R and font converters acc. to RFC1489
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|