diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-07-26 02:10:40 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-07-26 02:10:40 +0800 |
commit | a55e624375f38820a685670482a7f772b2329f41 (patch) | |
tree | e20bc37590648220a8262213f03b698895eccb26 /textproc | |
parent | 27cd8fb170e870ddc86209208bc9431bb88f55cc (diff) | |
download | freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.tar.gz freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.tar.zst freebsd-ports-gnome-a55e624375f38820a685670482a7f772b2329f41.zip |
- Update fcitx and addons to 4.2.5
- Remove textproc/fcitx-keyboard
PR: ports/170010
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/Makefile | 31 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/distinfo | 2 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/fcitx-keyboard/pkg-plist | 8 |
5 files changed, 0 insertions, 46 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 565ad93d66a7..443ee3faa2cb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -175,7 +175,6 @@ SUBDIR += exslt SUBDIR += ezxml SUBDIR += fa-aspell - SUBDIR += fcitx-keyboard SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell diff --git a/textproc/fcitx-keyboard/Makefile b/textproc/fcitx-keyboard/Makefile deleted file mode 100644 index 0c9718a04b42..000000000000 --- a/textproc/fcitx-keyboard/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: fcitx-keyboard -# Date created: 6 Feb 2012 -# Whom: Zhihao Yuan <lichray@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= fcitx-keyboard -PORTVERSION= 0.1.3 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DIST_SUBDIR= fcitx - -MAINTAINER= lichray@gmail.com -COMMENT= X Keyboard Integration wtih Fcitx - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ - enchant.1:${PORTSDIR}/textproc/enchant \ - icuuc.48:${PORTSDIR}/devel/icu - -USE_XZ= yes -USE_GETTEXT= yes -USE_CMAKE= yes -USE_GNOME= intltool libxml2 -USE_XORG= x11 xkbfile - -PROJECTHOST= fcitx - -.include <bsd.port.mk> diff --git a/textproc/fcitx-keyboard/distinfo b/textproc/fcitx-keyboard/distinfo deleted file mode 100644 index 146eeeacd32b..000000000000 --- a/textproc/fcitx-keyboard/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fcitx/fcitx-keyboard-0.1.3.tar.xz) = 3df3bc35eb1cb564a29fb71b4fef441c95432766b686514374805b841cbca3ef -SIZE (fcitx/fcitx-keyboard-0.1.3.tar.xz) = 42588 diff --git a/textproc/fcitx-keyboard/pkg-descr b/textproc/fcitx-keyboard/pkg-descr deleted file mode 100644 index d55a37957b01..000000000000 --- a/textproc/fcitx-keyboard/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -fcitx-keyboard provides an input method featuring word completion -based on different keyboard layouts. - -WWW: http://code.google.com/p/fcitx/ diff --git a/textproc/fcitx-keyboard/pkg-plist b/textproc/fcitx-keyboard/pkg-plist deleted file mode 100644 index 21945f435ed8..000000000000 --- a/textproc/fcitx-keyboard/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/fcitx/fcitx-keyboard.so -lib/fcitx/fcitx-xkb.so -share/fcitx/addon/fcitx-keyboard.conf -share/fcitx/addon/fcitx-xkb.conf -share/fcitx/configdesc/fcitx-keyboard.desc -share/fcitx/configdesc/fcitx-xkb.desc -share/locale/zh_CN/LC_MESSAGES/fcitx-keyboard.mo -share/locale/zh_TW/LC_MESSAGES/fcitx-keyboard.mo |