diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 03:46:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 03:46:01 +0000 |
commit | 40af2a0142615c551ddd143b607c71fed16811bd (patch) | |
tree | 9c76de1fc4f1bb4eb8d98350492431f382a56c44 /russian | |
parent | a8526b32431492d87edb90cbdb5742b13974bb8e (diff) | |
download | ports-40af2a0142615c551ddd143b607c71fed16811bd.tar.gz ports-40af2a0142615c551ddd143b607c71fed16811bd.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/mtc/Makefile | 30 | ||||
-rw-r--r-- | russian/mtc/distinfo | 1 | ||||
-rw-r--r-- | russian/mtc/pkg-comment | 1 | ||||
-rw-r--r-- | russian/mtc/pkg-descr | 20 | ||||
-rw-r--r-- | russian/mtc/pkg-plist | 5 |
6 files changed, 58 insertions, 0 deletions
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 <matrix@ipform.ru>, Alexander Trapeznikov <infoteacher@ipform.ru> +# +# $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 <bsd.port.mk> 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 |