diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 19:14:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 19:14:22 +0800 |
commit | 0b0013f2b51d0b810c675074511a5eaf806acd0b (patch) | |
tree | 9060417b462ad183a0cc4276d2f1afe9fdd7df75 | |
parent | b925769fa25a083c68146356957c77f762ae6a13 (diff) | |
download | freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.tar.gz freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.tar.zst freebsd-ports-gnome-0b0013f2b51d0b810c675074511a5eaf806acd0b.zip |
The program m17n-im-config provides a GUI for per-user configuration of
input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib).
The following methods are customisable at the moment: Unicode, Vietnamese,
Malayalam, Tibetan, Thai, Japanese and Chinese.
WWW: http://www.m17n.org
http://www.m17n.org/common/im-config/index.html
PR: ports/127893
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/m17n-im-config/Makefile | 37 | ||||
-rw-r--r-- | textproc/m17n-im-config/distinfo | 3 | ||||
-rw-r--r-- | textproc/m17n-im-config/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/m17n-im-config/pkg-plist | 9 |
5 files changed, 58 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 043b405b4ad3..2ceb6baaf995 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -319,6 +319,7 @@ SUBDIR += lucene SUBDIR += lv-aspell SUBDIR += m17n-contrib + SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += maketeidtd diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile new file mode 100644 index 000000000000..13bda4cb3181 --- /dev/null +++ b/textproc/m17n-im-config/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: m17n-im-config +# Date created: 1 October 2008 +# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net> +# +# $FreeBSD$ +# + +PORTNAME= m17n-im-config +PORTVERSION= 0.9.0 +CATEGORIES= textproc +MASTER_SITES= http://anthesphoria.net/FreeBSD/ports/distfiles/ \ + http://www.m17n.org/common/im-config/ + +MAINTAINER= nikola.lecic@anthesphoria.net +COMMENT= A GUI for per-user configuration of m17n-lib input methods + +LIB_DEPENDS= m17n.3:${PORTSDIR}/devel/m17n-lib + +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gtk20 intltool intlhack pkgconfig glib20 +USE_GETTEXT= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|^pkgconfigdir = $${libdir}/pkgconfig|pkgconfigdir = $${prefix}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/textproc/m17n-im-config/distinfo b/textproc/m17n-im-config/distinfo new file mode 100644 index 000000000000..063dd28dfc16 --- /dev/null +++ b/textproc/m17n-im-config/distinfo @@ -0,0 +1,3 @@ +MD5 (m17n-im-config-0.9.0.tar.gz) = dfb1812d604c5b2392ebb7e47034c3f9 +SHA256 (m17n-im-config-0.9.0.tar.gz) = a5f24f9bf70de4c1b840af889128cde80e62e40b1f2aac3ef64203d6ee3fee01 +SIZE (m17n-im-config-0.9.0.tar.gz) = 383283 diff --git a/textproc/m17n-im-config/pkg-descr b/textproc/m17n-im-config/pkg-descr new file mode 100644 index 000000000000..a2b005a97423 --- /dev/null +++ b/textproc/m17n-im-config/pkg-descr @@ -0,0 +1,8 @@ +The program m17n-im-config provides a GUI for per-user configuration of +input methods of the m17n library (devel/m17n-lib and textproc/m17n-contrib). + +The following methods are customisable at the moment: Unicode, Vietnamese, +Malayalam, Tibetan, Thai, Japanese and Chinese. + +WWW: http://www.m17n.org + http://www.m17n.org/common/im-config/index.html diff --git a/textproc/m17n-im-config/pkg-plist b/textproc/m17n-im-config/pkg-plist new file mode 100644 index 000000000000..82a9899954f8 --- /dev/null +++ b/textproc/m17n-im-config/pkg-plist @@ -0,0 +1,9 @@ +%%NLS%%share/locale/ja/LC_MESSAGES/m17n-im-config.mo +%%NLS%%share/locale/fr/LC_MESSAGES/m17n-im-config.mo +bin/m17n-im-config +include/m17n-im-config.h +lib/libm17n-im-config.so.0 +lib/libm17n-im-config.so +lib/libm17n-im-config.la +lib/libm17n-im-config.a +libdata/pkgconfig/m17n-im-config.pc |