From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 22 00:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89DE210656A4 for ; Sun, 22 Nov 2009 00:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C98498FC15 for ; Sun, 22 Nov 2009 00:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAM0052F071874 for ; Sun, 22 Nov 2009 00:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAM005rS071873; Sun, 22 Nov 2009 00:00:05 GMT (envelope-from gnats) Resent-Date: Sun, 22 Nov 2009 00:00:05 GMT Resent-Message-Id: <200911220000.nAM005rS071873@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E1561065676 for ; Sat, 21 Nov 2009 23:58:03 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 34F7D8FC12 for ; Sat, 21 Nov 2009 23:58:02 +0000 (UTC) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by anthesphoria.net (8.14.3/8.14.3) with ESMTP id nALNw23X003048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 22 Nov 2009 00:58:02 +0100 (CET) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.3/8.14.3/Submit) id nALNw1pi003047; Sun, 22 Nov 2009 00:58:01 +0100 (CET) (envelope-from nl) Message-Id: <200911212358.nALNw1pi003047@anthesphoria.net> Date: Sun, 22 Nov 2009 00:58:01 +0100 (CET) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140761: [New Port] textproc/ibus-table: Table based input method framework for IBus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 00:00:16 -0000 >Number: 140761 >Category: ports >Synopsis: [New Port] textproc/ibus-table: Table based input method framework for IBus >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: Sun Nov 22 00:00:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC3 amd64 >Organization: >Environment: System: FreeBSD mordor.xxx 8.0-RC3 FreeBSD 8.0-RC3 #0: Tue Nov 10 06:35:19 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is the table based input method framework for IBus (Intelligent Input Bus). It does not include real tables except two demo layouts, "Compose" (which mimics Compose Key input) and "LaTeX" (which allows you to use LaTeX commands as keyboard sequences to input various symbols). WWW: http://code.google.com/p/ibus >How-To-Repeat: >Fix: --- ibus-table-1.2.0.20091113.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: # # ibus-table # ibus-table/Makefile # ibus-table/distinfo # ibus-table/pkg-descr # ibus-table/pkg-plist # echo c - ibus-table mkdir -p ibus-table > /dev/null 2>&1 echo x - ibus-table/Makefile sed 's/^X//' >ibus-table/Makefile << 'f6eac3200500ee068e908402b5fbef96' X# New ports collection makefile for: ibus-table X# Date created: 20 November 2009 X# Whom: Nikola Lecic X# X# $FreeBSD$ X# X XPORTNAME= ibus-table XPORTVERSION= 1.2.0.20091113 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ X http://anthesphoria.net/FreeBSD/ports/distfiles/ X XMAINTAINER= nikola.lecic@anthesphoria.net XCOMMENT= Table based input method framework for IBus X XBUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 XLIB_DEPENDS= ibus.1:${PORTSDIR}/textproc/ibus XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PYTHON= 2.5+ XUSE_GNOME= pkgconfig pygtk2 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XPROJECTHOST= ibus X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ X ${WRKSRC}/Makefile.in X @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py X X.include f6eac3200500ee068e908402b5fbef96 echo x - ibus-table/distinfo sed 's/^X//' >ibus-table/distinfo << 'c661897aadc8805b4c89746be5cce5e8' XMD5 (ibus-table-1.2.0.20091113.tar.gz) = 9e48e3844b61a5985802cd203e31aca0 XSHA256 (ibus-table-1.2.0.20091113.tar.gz) = b1858883e54b5dbe25b408af62cebbf6d543a8f34c5ca66ee5ae406e1818228e XSIZE (ibus-table-1.2.0.20091113.tar.gz) = 412864 c661897aadc8805b4c89746be5cce5e8 echo x - ibus-table/pkg-descr sed 's/^X//' >ibus-table/pkg-descr << 'c5480b588c96ca26579e1b842e069617' XThis is the table based input method framework for IBus (Intelligent Input XBus). It does not include real tables except two demo layouts, "Compose" X(which mimics Compose Key input) and "LaTeX" (which allows you to use LaTeX Xcommands as keyboard sequences to input various symbols). X XWWW: http://code.google.com/p/ibus c5480b588c96ca26579e1b842e069617 echo x - ibus-table/pkg-plist sed 's/^X//' >ibus-table/pkg-plist << '15f10677db8bbc93e493fae55d8613e6' Xbin/ibus-table-createdb Xlibdata/pkgconfig/ibus-table.pc Xlibexec/ibus-engine-table Xshare/ibus/component/table.xml X%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-table.mo X%%NLS%%share/locale/zh_TW/LC_MESSAGES/ibus-table.mo X%%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus-table.mo X%%DATADIR%%/data/pinyin_table.txt.bz2 X%%DATADIR%%/engine/factory.py X%%DATADIR%%/engine/factory.pyc X%%DATADIR%%/engine/factory.pyo X%%DATADIR%%/engine/main.py X%%DATADIR%%/engine/main.pyc X%%DATADIR%%/engine/main.pyo X%%DATADIR%%/engine/tabcreatedb.py X%%DATADIR%%/engine/tabcreatedb.pyc X%%DATADIR%%/engine/tabcreatedb.pyo X%%DATADIR%%/engine/tabdict.py X%%DATADIR%%/engine/tabdict.pyc X%%DATADIR%%/engine/tabdict.pyo X%%DATADIR%%/engine/table.py X%%DATADIR%%/engine/table.pyc X%%DATADIR%%/engine/table.pyo X%%DATADIR%%/engine/tabsqlitedb.py X%%DATADIR%%/engine/tabsqlitedb.pyc X%%DATADIR%%/engine/tabsqlitedb.pyo X%%DATADIR%%/icons/acommit.svg X%%DATADIR%%/icons/cb-mode.svg X%%DATADIR%%/icons/chinese.svg X%%DATADIR%%/icons/compose.svg X%%DATADIR%%/icons/english.svg X%%DATADIR%%/icons/full-letter.svg X%%DATADIR%%/icons/full-punct.svg X%%DATADIR%%/icons/half-letter.svg X%%DATADIR%%/icons/half-punct.svg X%%DATADIR%%/icons/ibus-table.svg X%%DATADIR%%/icons/latex.svg X%%DATADIR%%/icons/ncommit.svg X%%DATADIR%%/icons/onechar.svg X%%DATADIR%%/icons/phrase.svg X%%DATADIR%%/icons/py-mode.svg X%%DATADIR%%/icons/sc-mode.svg X%%DATADIR%%/icons/scb-mode.svg X%%DATADIR%%/icons/tab-mode.svg X%%DATADIR%%/icons/tc-mode.svg X%%DATADIR%%/icons/tcb-mode.svg X%%DATADIR%%/tables/compose.db X%%DATADIR%%/tables/latex.db X%%DATADIR%%/tables/template.txt X@dirrm %%DATADIR%%/data X@dirrm %%DATADIR%%/engine X@dirrm %%DATADIR%%/icons X@dirrm %%DATADIR%%/tables X@dirrm %%DATADIR%% 15f10677db8bbc93e493fae55d8613e6 exit --- ibus-table-1.2.0.20091113.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: