mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add scim-openvanilla 0.7.1.20050902, SCIM OpenVanilla input method
(IM)/output filter (OF) framework. PR: ports/85731 Submitted by: Leland Wang <llwang@infor.org>
This commit is contained in:
parent
03d591cc82
commit
928d8277e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153971
@ -701,6 +701,7 @@
|
||||
SUBDIR += sc-aspell
|
||||
SUBDIR += scim
|
||||
SUBDIR += scim-input-pad
|
||||
SUBDIR += scim-openvanilla
|
||||
SUBDIR += scim-table-imengine
|
||||
SUBDIR += scr2txt
|
||||
SUBDIR += scrollkeeper
|
||||
|
31
textproc/scim-openvanilla/Makefile
Normal file
31
textproc/scim-openvanilla/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: scim-openvanilla
|
||||
# Date Created: 3 September 2005
|
||||
# Whom: Leland Wang <llwang@infor.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scim-openvanilla
|
||||
PORTVERSION= 0.7.1.20050902
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.csie.org/~llwang/ \
|
||||
http://www.infor.org/~llwang/
|
||||
DISTNAME= openvanilla-${PORTVERSION}
|
||||
|
||||
MAINTAINER= llwang@infor.org
|
||||
COMMENT= SCIM OpenVanilla input method (IM)/output filter (OF) framework
|
||||
|
||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
|
||||
${X11BASE}/include/OpenVanilla/OpenVanilla.h:${PORTSDIR}/textproc/openvanilla-framework
|
||||
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOTOOLS= libltdl:15
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include \
|
||||
OV_MODULEDIR=${PREFIX}/lib/openvanilla/
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/scim-openvanilla/distinfo
Normal file
3
textproc/scim-openvanilla/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (openvanilla-0.7.1.20050902.tar.gz) = 65ab030558a8f5a399ef497b8b99d668
|
||||
SHA256 (openvanilla-0.7.1.20050902.tar.gz) = babc0c7b8e098a27e6ab6bf9738ba4f7aa50cdeaef1959b99ed7004ab967d617
|
||||
SIZE (openvanilla-0.7.1.20050902.tar.gz) = 11321598
|
11
textproc/scim-openvanilla/files/patch-src::Makefile.in
Normal file
11
textproc/scim-openvanilla/files/patch-src::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig Sat Sep 3 12:22:13 2005
|
||||
+++ src/Makefile.in Sat Sep 3 13:44:22 2005
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
|
||||
#noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h
|
||||
-moduledir = @SCIM_MODULEDIR@/IMEngine
|
||||
+moduledir = ${PREFIX}/lib/scim-1.0/IMEngine
|
||||
module_LTLIBRARIES = OVLoader-SCIM.la
|
||||
OVLoader_SCIM_la_SOURCES = OVLoader-SCIM.cpp
|
||||
OVLoader_SCIM_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@
|
16
textproc/scim-openvanilla/pkg-descr
Normal file
16
textproc/scim-openvanilla/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
OpenVanilla (OV) is an input method (IM)/output filter (OF) framework
|
||||
designed for better end-user text processing experiences. For example,
|
||||
OpenVanilla provides a comprehensive set of Traditional Chinese input
|
||||
methods that are lacking or of which counterparts are functionally
|
||||
deficient/unsatisfactory in Apple's Mac OS X. Many Simplified Chinese
|
||||
users also find this framework useful. A Tibetan IM module is also
|
||||
available.
|
||||
|
||||
scim-openvanilla is an OpenVanilla loader as a SCIM IM engine that
|
||||
enables the input method modules of OpenVanilla to be used through
|
||||
SCIM.
|
||||
|
||||
WWW: http://openvanilla.org/
|
||||
|
||||
-- Leland Wang
|
||||
llwang@infor.org
|
4
textproc/scim-openvanilla/pkg-plist
Normal file
4
textproc/scim-openvanilla/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/scim-1.0/IMEngine/OVLoader-SCIM.a
|
||||
lib/scim-1.0/IMEngine/OVLoader-SCIM.la
|
||||
lib/scim-1.0/IMEngine/OVLoader-SCIM.so
|
||||
@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user