Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Mar 2003 20:44:05 -0500
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gagnon__s@videotron.ca
Subject:   ports/48826: New port: tcs Translate character sets
Message-ID:  <E18pIWL-000Fsx-00@quenix.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         48826
>Category:       ports
>Synopsis:       New port: tcs Translate character sets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 01 17:50:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD quenix.dyndns.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 24 15:31:07 EST 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386


>Description:
	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 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 latin1 etc.

>How-To-Repeat:
>Fix:


--- tcs.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tcs/Makefile
#	tcs/distinfo
#	tcs/pkg-descr
#	tcs/pkg-plist
#
echo x - tcs/Makefile
sed 's/^X//' >tcs/Makefile << 'END-of-tcs/Makefile'
X# New ports collection makefile for: tcs
X# Date created:	1 Marsh 2003
X# Whom:	Serge Gagnon <gagnon__s@videotron.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tcs
XPORTVERSION=	19950326
XCATEGORIES=	textproc plan9
XMASTER_SITES=	http://www.w3.org/People/Bos/
X
XMAINTAINER=	gagnon__s@videotron.ca
XCOMMENT=	Translate character sets
X
XMAN1=	tcs.1
X
XALL_TARGET=	tcs
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/tcs ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/tcs.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-tcs/Makefile
echo x - tcs/distinfo
sed 's/^X//' >tcs/distinfo << 'END-of-tcs/distinfo'
XMD5 (tcs-19950326.tar.gz) = 238ed8c91abd61084854d02904bc0344
END-of-tcs/distinfo
echo x - tcs/pkg-descr
sed 's/^X//' >tcs/pkg-descr << 'END-of-tcs/pkg-descr'
XTcs interprets the named file(s) (standard input default) as a
Xstream of characters from the INPUT character set or format, converts
Xthem to runes, and then converts them into a stream of characters
Xfrom the OUTPUT character set or format on the standard output.
X
XAvailable character sets:
X	utf utf1 ascii cp1251 ov sf1 sf2 jis(from) jis-kanji ujis
X	ms-kanji big5 gb euc-k tis viet1 viet2 viscii msdos msdos2
X	ps2 macrom next atari unicode ebcdic utf-l2 latin1 etc.
END-of-tcs/pkg-descr
echo x - tcs/pkg-plist
sed 's/^X//' >tcs/pkg-plist << 'END-of-tcs/pkg-plist'
Xbin/tcs
END-of-tcs/pkg-plist
exit
--- tcs.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18pIWL-000Fsx-00>