Bug 156620 - [new port] chinese/bug5
Summary: [new port] chinese/bug5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 19:10 UTC by buganini
Modified: 2011-04-26 19:21 UTC (History)
0 users

See Also:


Attachments
file.shar (1.83 KB, text/plain)
2011-04-24 19:10 UTC, buganini
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2011-04-24 19:10:04 UTC
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

Fix: Patch attached with submission follows:
Comment 1 buganini 2011-04-25 11:57:05 UTC
New shar:
http://security-hole.info/~buganini/ports/bug5-1.1.shar.txt

bug5-1.1:
improve UAO support
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-04-26 11:57:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-26 19:19:55 UTC
sunpoet     2011-04-26 18:19:48 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/bug5         Makefile distinfo pkg-descr 
  Log:
  - Add bug5 1.2
  
  bug5 is a Big5 <-> UTF-8 translating layer in terminal.
  It's modified from script(1).
  
  Features that screen doesn't have:
  - UAO
  - Unpad padded ambiguous-width characters
  - 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
  - Specify I/O conversion
  
  WWW: https://github.com/buganini/bug5
  
  PR:             ports/156620
  Submitted by:   Kuan-Chung Chiu <buganini@gmail.com>
  
  Revision  Changes    Path
  1.291     +1 -0      ports/chinese/Makefile
  1.1       +33 -0     ports/chinese/bug5/Makefile (new)
  1.1       +2 -0      ports/chinese/bug5/distinfo (new)
  1.1       +15 -0     ports/chinese/bug5/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-04-26 19:21:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!