diff options
author | agc <agc@pkgsrc.org> | 2002-07-12 21:01:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-12 21:01:17 +0000 |
commit | 4e18b55a7fcc0bb50060403321a5b6703e8b7392 (patch) | |
tree | 2af472ea4057e39a86c58831133c3e9d21b45ee1 /converters/ru-d1489/Makefile | |
parent | 2c6a4629ba0f080d5916af7044ad6ce4e99dfce0 (diff) | |
download | pkgsrc-4e18b55a7fcc0bb50060403321a5b6703e8b7392.tar.gz |
Initial import of ru-d1489-1.4 into the NetBSD packages collection.
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
Diffstat (limited to 'converters/ru-d1489/Makefile')
-rw-r--r-- | converters/ru-d1489/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/ru-d1489/Makefile b/converters/ru-d1489/Makefile new file mode 100644 index 00000000000..e413cf6cf17 --- /dev/null +++ b/converters/ru-d1489/Makefile @@ -0,0 +1,13 @@ +# $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" |