Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 07:55:59 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172267: [New Port] chinese/chiconv
Message-ID:  <201210020755.q927txBF087521@red.freebsd.org>
Resent-Message-ID: <201210020800.q9280HMm081968@freefall.freebsd.org>

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

>Number:         172267
>Category:       ports
>Synopsis:       [New Port] chinese/chiconv
>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:   Tue Oct 02 08:00:17 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
Sixnology Inc.
>Environment:
>Description:
Auto chinese encoding converter. It can detect UTF-8/Big5/GBK text and convert
them to specified chinese encoding with transliteration.

WWW: https://github.com/buganini/chiconv

Buildlog:
https://redports.org/buildarchive/20121002041125-39579/
>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:
#
#	chiconv/
#	chiconv/Makefile
#	chiconv/distinfo
#	chiconv/pkg-descr
#
echo c - chiconv/
mkdir -p chiconv/ > /dev/null 2>&1
echo x - chiconv/Makefile
sed 's/^X//' >chiconv/Makefile << 'ed1456848632731a053cb77e1599aaa1'
X# New ports collection makefile for:    chiconv
X# Date created:                         17 Sep 2012
X# Whom:					buganini@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	chiconv
XPORTVERSION=	1.0
XCATEGORIES=	chinese converters
XMASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
XDISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
X
XMAINTAINER=	buganini@gmail.com
XCOMMENT=	Auto chinese encoding converter
X
XLICENSE=	BSD
X
XLIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv
X
XGITVERSION=	046010f
XFETCH_ARGS=	-pRr
XWRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
X
XMAKE_ARGS=	PREFIX=${PREFIX}
X
XPLIST_FILES=	bin/chiconv
X
X.include <bsd.port.mk>
ed1456848632731a053cb77e1599aaa1
echo x - chiconv/distinfo
sed 's/^X//' >chiconv/distinfo << '78e1b1911772331b3d94bdad5a6a03a4'
XSHA256 (buganini-chiconv-1.0-0-g046010f.tar.gz) = ac8cdf73cebaf9725cdb2034d188fe1d2b988379b87fde269aa9b9b15fddf27c
XSIZE (buganini-chiconv-1.0-0-g046010f.tar.gz) = 1531
78e1b1911772331b3d94bdad5a6a03a4
echo x - chiconv/pkg-descr
sed 's/^X//' >chiconv/pkg-descr << 'f77760410dfcc1c66bf82f369b963195'
XAuto chinese encoding converter. It can detect UTF-8/Big5/GBK text and convert
Xthem to specified chinese encoding with transliteration.
X
XWWW: https://github.com/buganini/chiconv
f77760410dfcc1c66bf82f369b963195
exit



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



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