ports/156620: [new port] chinese/bug5
Kuan-Chung Chiu
buganini at gmail.com
Sun Apr 24 18:10:05 UTC 2011
>Number: 156620
>Category: ports
>Synopsis: [new port] chinese/bug5
>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: Sun Apr 24 18:10:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Kuan-Chung Chiu
>Release: 9-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r220689M: Sat Apr 16 19:48:29 CST 2011 root at Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH amd64
>Description:
bug5 is a Big5 <-> UTF-8 translating layer in terminal.
It's modified from script(1).
Features that screen doesn't have:
UAO
ANSI-Broken Big5 (eg. Double Color) fixing
Optional Traditional-Simplified conversion
BSD License
Features that both bug5 and screen has:
Optional ambiguous-width characters padding
WWW: https://github.com/buganini/bug5
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# bug5/
# bug5/Makefile
# bug5/distinfo
# bug5/pkg-descr
#
echo c - bug5/
mkdir -p bug5/ > /dev/null 2>&1
echo x - bug5/Makefile
sed 's/^X//' >bug5/Makefile << '94df492e7b18a18b3b72c38ca70cbef4'
X# New ports collection makefile for: bug5
X# Date created: 25 April 2011
X# Whom: buganini at gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME= bug5
XPORTVERSION= 1.0
XCATEGORIES= chinese converters
XMASTER_SITES= http://cloud.github.com/downloads/buganini/bug5/
X
XMAINTAINER= buganini at gmail.com
XCOMMENT= A Big5 <-> UTF-8 translating layer in terminal
X
XLIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv
X
XPLIST_FILES= bin/bug5
X
Xpost-patch:
X @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
X ${WRKSRC}/Makefile
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/bug5 ${PREFIX}/bin
X
X.include <bsd.port.mk>
94df492e7b18a18b3b72c38ca70cbef4
echo x - bug5/distinfo
sed 's/^X//' >bug5/distinfo << '46b219bd263b22f301ea312020369ef6'
XSHA256 (bug5-1.0.tar.gz) = 78bbbc4f89ce8bb5386fdf173c6cc4891d6df8391c4b4bdfb93aa252a0a75485
XSIZE (bug5-1.0.tar.gz) = 3047
46b219bd263b22f301ea312020369ef6
echo x - bug5/pkg-descr
sed 's/^X//' >bug5/pkg-descr << 'eef74c02e796bd909c5b0d7f62c391a5'
Xbug5 is a Big5 <-> UTF-8 translating layer in terminal.
XIt's modified from script(1).
X
XFeatures that screen doesn't have:
X UAO
X ANSI-Broken Big5 (eg. Double Color) fixing
X Optional Traditional-Simplified conversion
X BSD License
X
XFeatures that both bug5 and screen has:
X Optional ambiguous-width characters padding
X
XWWW: https://github.com/buganini/bug5
eef74c02e796bd909c5b0d7f62c391a5
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list