Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2011 15:24:15 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160831: [maintainer update] chinese/bug5
Message-ID:  <201109191524.p8JFOFsb078051@red.freebsd.org>
Resent-Message-ID: <201109191530.p8JFUFV2017986@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109191524.p8JFOFsb078051>