ports/160831: [maintainer update] chinese/bug5

Kuan-Chung Chiu buganini at gmail.com
Mon Sep 19 15:30:15 UTC 2011


>Number:         160831
>Category:       ports
>Synopsis:       [maintainer update] chinese/bug5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 19 15:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
N/A
>Environment:
>Description:
Update chinese/bug5 to 1.5

Changes:
Allow specifying size for slave terminal + auto scrolling region setting
this is useful for bbs sites without long screen (>80x24) support
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile
index 940ef55..cd09796 100644
--- a/chinese/bug5/Makefile
+++ b/chinese/bug5/Makefile
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	bug5
-PORTVERSION=	1.4
-PORTREVISION=	1
+PORTVERSION=	1.5
 CATEGORIES=	chinese converters
 MASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
 DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
@@ -17,7 +16,7 @@ COMMENT=	A Big5 <-> UTF-8 translating layer in terminal
 
 LICENSE=	BSD
 
-GITVERSION=	14af387
+GITVERSION=	c5257b7
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
 
diff --git a/chinese/bug5/distinfo b/chinese/bug5/distinfo
index 248d351..16c349b 100644
--- a/chinese/bug5/distinfo
+++ b/chinese/bug5/distinfo
@@ -1,2 +1,2 @@
-SHA256 (buganini-bug5-1.4-0-g14af387.tar.gz) = 842bc521b4a36e7a24a0c1813000c7f66717b9c4072424e6dad2cab9c42c6f71
-SIZE (buganini-bug5-1.4-0-g14af387.tar.gz) = 3973
+SHA256 (buganini-bug5-1.5-0-gc5257b7.tar.gz) = 758132ce5502a3ec5975420d93317152a817ecde91e42348beebbdbfa3dd82b9
+SIZE (buganini-bug5-1.5-0-gc5257b7.tar.gz) = 4185
diff --git a/chinese/bug5/pkg-descr b/chinese/bug5/pkg-descr
index e5dbc35..0440886 100644
--- a/chinese/bug5/pkg-descr
+++ b/chinese/bug5/pkg-descr
@@ -7,6 +7,7 @@ Features that screen doesn't have:
 - ANSI-Broken Big5 (eg. Double Color) fixing
 - Optional Traditional-Simplified conversion
 - BSD License
+- Specifying size for slave terminal + auto scrolling region setting
 
 Features that both bug5 and screen has:
 - Optional ambiguous-width characters padding


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



More information about the freebsd-ports-bugs mailing list