mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
TCS - Translate Character Sets
This commit is contained in:
parent
af73458b5d
commit
404bc906bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22531
29
converters/tcs/Makefile
Normal file
29
converters/tcs/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: tcs
|
||||
# Version required: 1.44
|
||||
# Date created: 18 Oct 1999
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= tcs
|
||||
PKGNAME= tcs-19950325
|
||||
CATEGORIES= converters plan9
|
||||
MASTER_SITES= ftp://plan9.bell-labs.com/plan9/unixsrc/ \
|
||||
ftp://ftp.gwdg.de/pub/gnu2/plan9/unixsrc/
|
||||
EXTRACT_SUFX= .shar.Z
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${GZCAT}
|
||||
EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= | ${SH}
|
||||
ALL_TARGET= tcs
|
||||
MAN1= tcs.1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/tcs.1 ${PREFIX}/man/man1
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/tcs ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/tcs/distinfo
Normal file
1
converters/tcs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tcs.shar.Z) = 919f9ed292c9d247171f5b5909645b57
|
1
converters/tcs/pkg-comment
Normal file
1
converters/tcs/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Translate chalacer sets
|
11
converters/tcs/pkg-descr
Normal file
11
converters/tcs/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Tcs interprets the named file(s) (standard input default) as a stream
|
||||
of characters from the INPUT character set or format, converts them to
|
||||
runes, and then converts them into a stream of characters from the OUTPUT
|
||||
character set or format on the standard output.
|
||||
|
||||
Available character sets:
|
||||
utf utf1 ascii 8859-1 latin1 8859-2 8859-3 8859-4 8859-5 8859-6
|
||||
8859-7 8859-8 8859-9 8859-10 koi8 ucode cp866 av cp1251 ov
|
||||
sf1 sf2 jis(from) jis-kanji ujis ms-kanji big5 gb euc-k tis
|
||||
viet1 viet2 viscii msdos msdos2 ps2 macrom next atari
|
||||
unicode ebcdic utf-l2
|
1
converters/tcs/pkg-plist
Normal file
1
converters/tcs/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/tcs
|
Loading…
Reference in New Issue
Block a user