head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.55;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.10.12.33.35;	author bdrewery;	state Exp;
branches;
next	1.11;

1.11
date	2012.10.08.16.17.25;	author bdrewery;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.18.08.27.11;	author culot;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.18.11.27.38;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2011.10.26.18.36.33;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2011.10.14.17.55.54;	author lwhsu;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.29.11.01.18;	author culot;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.19.18.41.16;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.24.12.13.51;	author dhn;	state Exp;
branches;
next	1.3;

1.3
date	2011.05.25.14.32.20;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.03.05.46.59;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.26.18.19.48;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: buganini@@gmail.com
# $FreeBSD: head/chinese/bug5/Makefile 305650 2012-10-10 12:33:35Z bdrewery $

PORTNAME=	bug5
PORTVERSION=	1.13
CATEGORIES=	chinese converters
DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}

MAINTAINER=	buganini@@gmail.com
COMMENT=	A Big5/GBK <-> UTF-8 translating layer in terminal

LICENSE=	BSD

LIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv

USE_GITHUB=	yes
GH_ACCOUNT=	buganini
GH_COMMIT=	06df288

MAKE_ARGS=	PREFIX=${PREFIX}

PLIST_FILES=	bin/bug5

.include <bsd.port.mk>
@


1.12
log
@SVN rev 305650 on 2012-10-10 12:33:35Z by bdrewery

- Use GH_ACCOUNT in DISTNAME

Suggested by:	sunpoet
Approved by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 305544 on 2012-10-08 16:17:25Z by bdrewery

- Update to 1.13 [1]
- Remove ABI version from LIB_DEPENDS [1]
- Switch to USE_GITHUB for fetching

Changelog:
  chase codec rename in bsdconv
  add -8 for UTF-8 <-> UTF-8 conversion profile

PR:		ports/172264 [1]
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer) [1]
@
text
@d7 1
a7 1
DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GH_COMMIT}
@


1.10
log
@- Update to 1.10

PR:		ports/164249
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:    bug5
# Date created:                         25 April 2011
# Whom:					buganini@@gmail.com
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.10
d7 1
a7 2
MASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
DISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
d14 1
a14 1
LIB_DEPENDS=	bsdconv.7:${PORTSDIR}/converters/bsdconv
d16 3
a18 3
GITVERSION=	600e6be
FETCH_ARGS=	-pRr
WRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
@


1.9
log
@- Update to 1.9

Changes:
- Chase changes and shared library dump in bsdconv

PR:		portsr/162653
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.9
d21 1
a21 1
GITVERSION=	9bcd823
@


1.8
log
@- Update to 1.8

Changes:
- Apply http://svnweb.freebsd.org/base?view=revision&revision=226403

PR:		ports/162005
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.8
d19 1
a19 1
LIB_DEPENDS=	bsdconv.6:${PORTSDIR}/converters/bsdconv
d21 1
a21 1
GITVERSION=	6f10dda
@


1.7
log
@- Update to 1.7

PR:		ports/161566
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d21 1
a21 1
GITVERSION=	0c68779
@


1.6
log
@- Update COMMENT and pkg-descr
- No PORTREVISION bump needed (no build change)

PR:		ports/161118
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.6
d21 1
a21 1
GITVERSION=	a604e2f
d25 2
a28 6
post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bug5 ${PREFIX}/bin/

@


1.5
log
@- Update to 1.6
- Update pkg-descr

Changes:
- Specifying size for slave terminal + auto scrolling region setting

PR:		ports/160831
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d15 1
a15 1
COMMENT=	A Big5 <-> UTF-8 translating layer in terminal
@


1.4
log
@- Chase converters/bsdconv shlib version bump
- Bump PORTREVISION
@
text
@d9 1
a9 2
PORTVERSION=	1.4
PORTREVISION=	1
d19 3
a21 1
GITVERSION=	14af387
a24 2
LIB_DEPENDS=	bsdconv.6:${PORTSDIR}/converters/bsdconv

@


1.3
log
@- Update to 1.4

Changes:
- Chase bsdconv update
- Minor code cleanup

PR:		ports/157307
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d10 1
d24 1
a24 1
LIB_DEPENDS=	bsdconv.5:${PORTSDIR}/converters/bsdconv
@


1.2
log
@- Update to 1.3

Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer, via IRC)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d19 1
a19 1
GITVERSION=	16b2053
d23 1
a23 1
LIB_DEPENDS=	bsdconv.4:${PORTSDIR}/converters/bsdconv
@


1.1
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>
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d19 1
a19 1
GITVERSION=	65194e4
@

