Initial import of uim-chewing 0.0.3.1
uim-chewing is Chewing IM for uim. ok ajacoutot@
This commit is contained in:
parent
57143f8a35
commit
a07a44f930
36
inputmethods/uim-chewing/Makefile
Normal file
36
inputmethods/uim-chewing/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/14 02:19:04 kevlo Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= chewing input method for uim
|
||||
|
||||
DISTNAME= uim-chewing-0.0.3.1
|
||||
|
||||
CATEGORIES= inputmethods chinese
|
||||
|
||||
HOMEPAGE= http://code.google.com/p/uim/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
MASTER_SITES= http://uim.googlecode.com/files/
|
||||
|
||||
LIB_DEPENDS= chewing::chinese/libchewing \
|
||||
gcroots,uim,uim-scm::inputmethods/uim
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
5
inputmethods/uim-chewing/distinfo
Normal file
5
inputmethods/uim-chewing/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (uim-chewing-0.0.3.1.tar.gz) = X9pEHE/68WnGJnEYXsmmpg==
|
||||
RMD160 (uim-chewing-0.0.3.1.tar.gz) = VsBNQfbVo+9RXKQOFuk8SxwKFJk=
|
||||
SHA1 (uim-chewing-0.0.3.1.tar.gz) = 4Yk2FpcKYpfJabPh6fTyCdXJCck=
|
||||
SHA256 (uim-chewing-0.0.3.1.tar.gz) = 8PljgzgpbKI/JawMnScLEp34qplALX8Dtik49A1bZWY=
|
||||
SIZE (uim-chewing-0.0.3.1.tar.gz) = 334178
|
12
inputmethods/uim-chewing/patches/patch-scm_Makefile_in
Normal file
12
inputmethods/uim-chewing/patches/patch-scm_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-scm_Makefile_in,v 1.1.1.1 2008/10/14 02:19:04 kevlo Exp $
|
||||
--- scm/Makefile.in.orig Sat Oct 4 22:36:13 2008
|
||||
+++ scm/Makefile.in Sat Oct 4 22:36:26 2008
|
||||
@@ -369,7 +369,7 @@ uninstall-am: uninstall-uim_plugin_dataDATA
|
||||
|
||||
|
||||
install-data-hook:
|
||||
- uim-module-manager --register chewing
|
||||
+# uim-module-manager --register chewing
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
1
inputmethods/uim-chewing/pkg/DESCR
Normal file
1
inputmethods/uim-chewing/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
uim-chewing is Chewing IM for uim.
|
9
inputmethods/uim-chewing/pkg/PLIST
Normal file
9
inputmethods/uim-chewing/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/14 02:19:04 kevlo Exp $
|
||||
@comment lib/uim/plugin/libuim-chewing.la
|
||||
lib/uim/plugin/libuim-chewing.so
|
||||
share/uim/chewing-custom.scm
|
||||
share/uim/chewing-key-custom.scm
|
||||
share/uim/chewing.scm
|
||||
share/uim/pixmaps/chewing.png
|
||||
@exec %D/bin/uim-module-manager --register chewing
|
||||
@unexec %D/bin/uim-module-manager --unregister chewing
|
Loading…
Reference in New Issue
Block a user