From 91dd804e6048efc29c08b53808a0e0d104c30ae1 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 5 Jun 2007 09:38:39 +0000 Subject: 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 --- textproc/scim-m17n/Makefile | 24 ++++++++++++++++++++++++ textproc/scim-m17n/distinfo | 3 +++ textproc/scim-m17n/pkg-descr | 3 +++ textproc/scim-m17n/pkg-plist | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/scim-m17n/Makefile create mode 100644 textproc/scim-m17n/distinfo create mode 100644 textproc/scim-m17n/pkg-descr create mode 100644 textproc/scim-m17n/pkg-plist (limited to 'textproc/scim-m17n') 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 +# +# $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 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 -- cgit