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>
This commit is contained in:
parent
6f312588cf
commit
7854dcaffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225699
@ -319,6 +319,7 @@
|
||||
SUBDIR += lucene
|
||||
SUBDIR += lv-aspell
|
||||
SUBDIR += m17n-contrib
|
||||
SUBDIR += m17n-im-config
|
||||
SUBDIR += makefaq
|
||||
SUBDIR += makepatch
|
||||
SUBDIR += maketeidtd
|
||||
|
37
textproc/m17n-im-config/Makefile
Normal file
37
textproc/m17n-im-config/Makefile
Normal file
@ -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>
|
3
textproc/m17n-im-config/distinfo
Normal file
3
textproc/m17n-im-config/distinfo
Normal file
@ -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
|
8
textproc/m17n-im-config/pkg-descr
Normal file
8
textproc/m17n-im-config/pkg-descr
Normal file
@ -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
|
9
textproc/m17n-im-config/pkg-plist
Normal file
9
textproc/m17n-im-config/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user