diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-15 03:18:03 +0000 |
commit | dad50d99b195f0597431757a3b8c63f1012e6731 (patch) | |
tree | 544072f356f3cefa26a6a5225882423a4ffe98f4 /russian/mtc | |
parent | - added the missing .if statement around the IGNORE (diff) |
Remove expired ports.
Notes
Notes:
svn path=/head/; revision=151214
Diffstat (limited to 'russian/mtc')
-rw-r--r-- | russian/mtc/Makefile | 32 | ||||
-rw-r--r-- | russian/mtc/distinfo | 3 | ||||
-rw-r--r-- | russian/mtc/pkg-descr | 20 | ||||
-rw-r--r-- | russian/mtc/pkg-plist | 5 |
4 files changed, 0 insertions, 60 deletions
diff --git a/russian/mtc/Makefile b/russian/mtc/Makefile deleted file mode 100644 index 8d2030797ea4..000000000000 --- a/russian/mtc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: mtc -# Date created: 13 Nov 2001 -# Whom: Artem Koutchine <matrix@ipform.ru>, Alexander Trapeznikov <infoteacher@ipform.ru> -# -# $FreeBSD$ -# - -PORTNAME= mtc -PORTVERSION= 1.3 -CATEGORIES= russian -MASTER_SITES= # disappeared - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multifile text Encoding Converter 1.3 - -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-09 -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 deleted file mode 100644 index 4f4447a69e76..000000000000 --- a/russian/mtc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mtc-1.3.tar.gz) = 232c509b67857a1d4d5b7a14b70594b8 -SHA256 (mtc-1.3.tar.gz) = 37dd901b15a2244f157e21c06a1e99957fa2489bed8ab0fbe355cd8c0c321cbb -SIZE (mtc-1.3.tar.gz) = 3777 diff --git a/russian/mtc/pkg-descr b/russian/mtc/pkg-descr deleted file mode 100644 index 204504d22f62..000000000000 --- a/russian/mtc/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -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 deleted file mode 100644 index 1bf0113eeb6d..000000000000 --- a/russian/mtc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/mtc -bin/wee -etc/koi8 -etc/win1251 -etc/dos866 |