diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/scim-array/Makefile | 34 | ||||
-rw-r--r-- | chinese/scim-array/distinfo | 3 | ||||
-rw-r--r-- | chinese/scim-array/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/scim-array/pkg-plist | 13 |
5 files changed, 55 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index f96610aa15f6..df9d0311988f 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -116,6 +116,7 @@ SUBDIR += qt4-codecs-tw SUBDIR += qterm SUBDIR += reciteword + SUBDIR += scim-array SUBDIR += scim-chewing SUBDIR += scim-fcitx SUBDIR += scim-pinyin diff --git a/chinese/scim-array/Makefile b/chinese/scim-array/Makefile new file mode 100644 index 000000000000..4c8b0bc51b3f --- /dev/null +++ b/chinese/scim-array/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: scim-array +# Date created: 23 December 2009 +# Whom: Li-Lun Wang <llwang@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= scim-array +PORTVERSION= 1.0.1 +CATEGORIES= chinese +MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/ + +MAINTAINER= llwang@infor.org +COMMENT= Array 30 SCIM IMEngine module + +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim +RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_GETTEXT= yes +USE_ICONV= yes + +CFLAGS+= -fPIC +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +pre-configure: + @${REINPLACE_CMD} -e "s,@SCIM_MODULEDIR@,$$(pkg-config --variable=moduledir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e "s,@SCIM_ICONDIR@,$$(pkg-config --variable=icondir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in + @${REINPLACE_CMD} -e "s,@SCIM_SHAREDIR@,$$(pkg-config --variable=scimdatadir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in + +.include <bsd.port.mk> diff --git a/chinese/scim-array/distinfo b/chinese/scim-array/distinfo new file mode 100644 index 000000000000..eff9339b1f55 --- /dev/null +++ b/chinese/scim-array/distinfo @@ -0,0 +1,3 @@ +MD5 (scim-array-1.0.1.tar.gz) = 689a49455f3c868182aa00310b0e5c29 +SHA256 (scim-array-1.0.1.tar.gz) = 90b90dabbbffa68da746e8243536c3e113a7f6bc9ccb949b40c08b64f2c4590c +SIZE (scim-array-1.0.1.tar.gz) = 2041106 diff --git a/chinese/scim-array/pkg-descr b/chinese/scim-array/pkg-descr new file mode 100644 index 000000000000..6123a491959b --- /dev/null +++ b/chinese/scim-array/pkg-descr @@ -0,0 +1,4 @@ +scim-array is an SCIM IMEngine module for array 30. It supports +array 6.0 Unicode CJK Extension B and special input code. + +WWW: http://scimarray.openfoundry.org/ diff --git a/chinese/scim-array/pkg-plist b/chinese/scim-array/pkg-plist new file mode 100644 index 000000000000..343e07d64738 --- /dev/null +++ b/chinese/scim-array/pkg-plist @@ -0,0 +1,13 @@ +lib/scim-1.0/1.4.0/IMEngine/array.la +lib/scim-1.0/1.4.0/IMEngine/array.so +lib/scim-1.0/1.4.0/SetupUI/array-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/array-imengine-setup.so +share/locale/ko/LC_MESSAGES/scim-array.mo +share/locale/nl/LC_MESSAGES/scim-array.mo +share/locale/zh_TW/LC_MESSAGES/scim-array.mo +share/scim/Array/array-phrases.cin +share/scim/Array/array-shortcode.cin +share/scim/Array/array-special.cin +share/scim/Array/array30.cin +share/scim/icons/scim-array.png +@dirrm share/scim/Array |