Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 15:50:34 -0700 (PDT)
From:      Zhihao Yuan <lichray@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170011: New port: japanese/fcitx-anthy - Anthy support for Fcitx
Message-ID:  <50088f3a.25d1320a.6aa5.059f@mx.google.com>
Resent-Message-ID: <201207192300.q6JN0PZN026211@freefall.freebsd.org>

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

>Number:         170011
>Category:       ports
>Synopsis:       New port: japanese/fcitx-anthy - Anthy support for Fcitx
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 19 23:00:25 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.3-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #3 r237726: Thu Jun 28 15:59:28 CDT 2012 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64


	
>Description:
	
	fcitx-anthy adds the popular Japanese IM engine, anthy, to fcitx:
	https://github.com/fcitx/fcitx-anthy

	This PR depends on ports/170010 .
>How-To-Repeat:
	
>Fix:

	

--- fcitx-anthy.shar begins here ---
# 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:
#
#	fcitx-anthy
#	fcitx-anthy/distinfo
#	fcitx-anthy/pkg-plist
#	fcitx-anthy/Makefile
#	fcitx-anthy/pkg-descr
#
echo c - fcitx-anthy
mkdir -p fcitx-anthy > /dev/null 2>&1
echo x - fcitx-anthy/distinfo
sed 's/^X//' >fcitx-anthy/distinfo << '65e6c93e9c80f4a4077c4f9ebb9ae378'
XSHA256 (fcitx/fcitx-anthy-0.1.0.tar.xz) = 63d811cd356b9f6054a6552f516f019024d655036615d532de6a966d6daef523
XSIZE (fcitx/fcitx-anthy-0.1.0.tar.xz) = 74684
65e6c93e9c80f4a4077c4f9ebb9ae378
echo x - fcitx-anthy/pkg-plist
sed 's/^X//' >fcitx-anthy/pkg-plist << '6408eb023d2068eedd45a69b733853d4'
Xlib/fcitx/fcitx-anthy.so
Xshare/fcitx/addon/fcitx-anthy.conf
Xshare/fcitx/configdesc/fcitx-anthy.desc
Xshare/fcitx/inputmethod/anthy.conf
Xshare/fcitx/anthy/101kana.sty
Xshare/fcitx/anthy/atok.sty
Xshare/fcitx/anthy/azik.sty
Xshare/fcitx/anthy/canna.sty
Xshare/fcitx/anthy/msime.sty
Xshare/fcitx/anthy/nicola-a.sty
Xshare/fcitx/anthy/nicola-f.sty
Xshare/fcitx/anthy/nicola-j.sty
Xshare/fcitx/anthy/oasys100j.sty
Xshare/fcitx/anthy/tron-dvorak.sty
Xshare/fcitx/anthy/tron-qwerty-jp.sty
Xshare/fcitx/anthy/tsuki-2-203-101.sty
Xshare/fcitx/anthy/tsuki-2-203-106.sty
Xshare/fcitx/anthy/vje-delta.sty
Xshare/fcitx/anthy/wnn.sty
Xshare/fcitx/imicon/anthy.png
Xshare/icons/hicolor/22x22/status/fcitx-anthy-symbol.png
Xshare/icons/hicolor/48x48/status/fcitx-anthy.png
Xshare/icons/hicolor/scalable/status/fcitx-anthy-period-japanese.svg
Xshare/icons/hicolor/scalable/status/fcitx-anthy-period-latin.svg
Xshare/icons/hicolor/scalable/status/fcitx-anthy-period-wide-japanese.svg
Xshare/icons/hicolor/scalable/status/fcitx-anthy-period-wide-latin.svg
Xshare/icons/hicolor/scalable/status/fcitx-anthy-symbol.svg
Xshare/locale/ja/LC_MESSAGES/fcitx-anthy.mo
Xshare/locale/zh_CN/LC_MESSAGES/fcitx-anthy.mo
Xshare/locale/zh_TW/LC_MESSAGES/fcitx-anthy.mo
X@dirrm share/fcitx/anthy
6408eb023d2068eedd45a69b733853d4
echo x - fcitx-anthy/Makefile
sed 's/^X//' >fcitx-anthy/Makefile << '957e7249f17eb063a5b4d629bde785b5'
X# New ports collection makefile for:	fcitx-anthy
X# Date created:				18 Jul 2012
X# Whom:			Zhihao Yuan <lichray@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fcitx-anthy
XPORTVERSION=	0.1.0
XCATEGORIES=	japanese
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XDIST_SUBDIR=	fcitx
X
XMAINTAINER=	lichray@gmail.com
XCOMMENT=	Anthy support for Fcitx
X
XLIB_DEPENDS=	fcitx-config:${PORTSDIR}/chinese/fcitx \
X		anthy:${PORTSDIR}/japanese/anthy
X
XUSE_XZ=		yes
XUSE_GETTEXT=	yes
XUSE_CMAKE=	yes
XUSE_GNOME=	intltool
X
XPROJECTHOST=	fcitx
X
X.include <bsd.port.mk>
957e7249f17eb063a5b4d629bde785b5
echo x - fcitx-anthy/pkg-descr
sed 's/^X//' >fcitx-anthy/pkg-descr << '0ca33301d74c91f529d53bb2b15529ee'
Xfcitx-anthy provides Anthy, the most popular Japanese input method
Xsystem, as a back-end to the Fcitx IM framework.
X
XWWW:	http://code.google.com/p/fcitx/
0ca33301d74c91f529d53bb2b15529ee
exit
--- fcitx-anthy.shar ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50088f3a.25d1320a.6aa5.059f>