diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-05 17:38:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-05 17:38:39 +0800 |
commit | 91dd804e6048efc29c08b53808a0e0d104c30ae1 (patch) | |
tree | 999af8af45bfa9dbe8a9b7f508dd069678b80c0f | |
parent | 40547eb187e6808a2c05a609181242f9cdd92ecb (diff) | |
download | freebsd-ports-gnome-91dd804e6048efc29c08b53808a0e0d104c30ae1.tar.gz freebsd-ports-gnome-91dd804e6048efc29c08b53808a0e0d104c30ae1.tar.zst freebsd-ports-gnome-91dd804e6048efc29c08b53808a0e0d104c30ae1.zip |
This is a SCIM IMEngine module which uses m17n library as the backend.
WWW: http://www.scim-im.org/
PR: ports//112587
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/scim-m17n/Makefile | 24 | ||||
-rw-r--r-- | textproc/scim-m17n/distinfo | 3 | ||||
-rw-r--r-- | textproc/scim-m17n/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/scim-m17n/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 30ada22ef069..4006bea65c32 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -870,6 +870,7 @@ SUBDIR += sc-aspell SUBDIR += scim SUBDIR += scim-input-pad + SUBDIR += scim-m17n SUBDIR += scim-openvanilla SUBDIR += scim-table-imengine SUBDIR += scr2txt diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile new file mode 100644 index 000000000000..f614fe53bac0 --- /dev/null +++ b/textproc/scim-m17n/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: scim-m17n +# Date Created: 10 May 2007 +# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# +# $FreeBSD$ +# + +PORTNAME= scim-m17n +PORTVERSION= 0.2.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=scim + +MAINTAINER= liu_yinghong@yahoo.com.cn +COMMENT= A SCIM IMEngine module which uses m17n library as the backend + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib +RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/scim-m17n/distinfo b/textproc/scim-m17n/distinfo new file mode 100644 index 000000000000..5dd433d316b9 --- /dev/null +++ b/textproc/scim-m17n/distinfo @@ -0,0 +1,3 @@ +MD5 (scim-m17n-0.2.2.tar.gz) = 17d43799d0df9838c1cd5886ea376105 +SHA256 (scim-m17n-0.2.2.tar.gz) = cc88ece9460c25960c092c8cc088162a56c52a9d211c929ecadc15c8aca986ce +SIZE (scim-m17n-0.2.2.tar.gz) = 343103 diff --git a/textproc/scim-m17n/pkg-descr b/textproc/scim-m17n/pkg-descr new file mode 100644 index 000000000000..1cab3047677d --- /dev/null +++ b/textproc/scim-m17n/pkg-descr @@ -0,0 +1,3 @@ +This is a SCIM IMEngine module which uses m17n library as the backend. + +WWW: http://www.scim-im.org/ diff --git a/textproc/scim-m17n/pkg-plist b/textproc/scim-m17n/pkg-plist new file mode 100644 index 000000000000..32220c4f0633 --- /dev/null +++ b/textproc/scim-m17n/pkg-plist @@ -0,0 +1,4 @@ +lib/scim-1.0/1.4.0/IMEngine/m17n.a +lib/scim-1.0/1.4.0/IMEngine/m17n.la +lib/scim-1.0/1.4.0/IMEngine/m17n.so +share/scim/icons/scim-m17n.png |