From 40af2a0142615c551ddd143b607c71fed16811bd Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 18 Sep 2002 03:46:01 +0000 Subject: add ru-mtc 1.3 Multifile text Encoding Converter 1.3 PR: 35205 Submitted by: Alexander Trapeznikov --- russian/Makefile | 1 + russian/mtc/Makefile | 30 ++++++++++++++++++++++++++++++ russian/mtc/distinfo | 1 + russian/mtc/pkg-comment | 1 + russian/mtc/pkg-descr | 20 ++++++++++++++++++++ russian/mtc/pkg-plist | 5 +++++ 6 files changed, 58 insertions(+) create mode 100644 russian/mtc/Makefile create mode 100644 russian/mtc/distinfo create mode 100644 russian/mtc/pkg-comment create mode 100644 russian/mtc/pkg-descr create mode 100644 russian/mtc/pkg-plist (limited to 'russian') diff --git a/russian/Makefile b/russian/Makefile index 1f01e1097abf..059bc781b634 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -13,6 +13,7 @@ SUBDIR += kde3-i18n SUBDIR += koi8r-ps SUBDIR += messarge + SUBDIR += mtc SUBDIR += netscape4.language SUBDIR += openoffice SUBDIR += p5-Lingua-RU-Charset diff --git a/russian/mtc/Makefile b/russian/mtc/Makefile new file mode 100644 index 000000000000..40098309ea38 --- /dev/null +++ b/russian/mtc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: mtc +# Date created: 13 Nov 2001 +# Whom: Artem Koutchine , Alexander Trapeznikov +# +# $FreeBSD$ +# +# This port is self contained in the src directory. +# + +PORTNAME= mtc +PORTVERSION= 1.3 +CATEGORIES= russian +MASTER_SITES= http://www.ipform.ru/files/ + +MAINTAINER= infoteacher@ipform.ru + +NO_BUILD= yes + +MAN7= mtc.7 + +do-install: +.for file in mtc wee + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in koi8 win1251 dos866 + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc +.endfor + ${INSTALL_MAN} ${WRKSRC}/mtc.7 ${MANPREFIX}/man/man7 + +.include diff --git a/russian/mtc/distinfo b/russian/mtc/distinfo new file mode 100644 index 000000000000..a8aed45f354e --- /dev/null +++ b/russian/mtc/distinfo @@ -0,0 +1 @@ +MD5 (mtc-1.3.tar.gz) = 232c509b67857a1d4d5b7a14b70594b8 diff --git a/russian/mtc/pkg-comment b/russian/mtc/pkg-comment new file mode 100644 index 000000000000..5a6837fb6966 --- /dev/null +++ b/russian/mtc/pkg-comment @@ -0,0 +1 @@ +Multifile text Encoding Converter 1.3 diff --git a/russian/mtc/pkg-descr b/russian/mtc/pkg-descr new file mode 100644 index 000000000000..204504d22f62 --- /dev/null +++ b/russian/mtc/pkg-descr @@ -0,0 +1,20 @@ +Multifile Text encoding Converter 1.3 + +Converts text from one codepage to another +using codepage definition files. + +Usefull in case of languages where a number +of codepages exists and chars are encoded +in one byte (Russian for example). + +Comes with win1251/koi8/dos866 codepages. + +Examples: + mtc -f koi8 -t dos866 doc2print.txt + cat doc2print | mtc --from win1251 --to dos866 --silent | lpr -Psmb + mtc --from win1251 --to koi8 -s *.html *.ht *.js + mtc -f koi8 -t win1251 > z + +ftp: ftp://ftp.ipform.ru/pub/ipform/software/ + +email: info@ipform.ru diff --git a/russian/mtc/pkg-plist b/russian/mtc/pkg-plist new file mode 100644 index 000000000000..1bf0113eeb6d --- /dev/null +++ b/russian/mtc/pkg-plist @@ -0,0 +1,5 @@ +bin/mtc +bin/wee +etc/koi8 +etc/win1251 +etc/dos866 -- cgit v1.2.3