mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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>
This commit is contained in:
parent
d0c078c27a
commit
9bdfc66330
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192825
@ -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
|
||||
|
24
textproc/scim-m17n/Makefile
Normal file
24
textproc/scim-m17n/Makefile
Normal file
@ -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>
|
3
textproc/scim-m17n/distinfo
Normal file
3
textproc/scim-m17n/distinfo
Normal file
@ -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
|
3
textproc/scim-m17n/pkg-descr
Normal file
3
textproc/scim-m17n/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a SCIM IMEngine module which uses m17n library as the backend.
|
||||
|
||||
WWW: http://www.scim-im.org/
|
4
textproc/scim-m17n/pkg-plist
Normal file
4
textproc/scim-m17n/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user