diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 11:46:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 11:46:46 +0800 |
commit | 570b8345a61414a4f5e8a1651acd54b8410d88db (patch) | |
tree | f4ce181414f8ddbcbd5f41d47fe49f007a6696b4 /textproc | |
parent | a556168f0817afcb2300bbdffc6ef52b24056c7b (diff) | |
download | marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.gz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.bz2 marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.lz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.xz marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.tar.zst marcuscom-ports-570b8345a61414a4f5e8a1651acd54b8410d88db.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 31 | ||||
-rw-r--r-- | textproc/scim-openvanilla/distinfo | 3 | ||||
-rw-r--r-- | textproc/scim-openvanilla/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | textproc/scim-openvanilla/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/scim-openvanilla/pkg-plist | 4 |
5 files changed, 65 insertions, 0 deletions
diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile new file mode 100644 index 000000000..ce3140e52 --- /dev/null +++ b/textproc/scim-openvanilla/Makefile @@ -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.2.b20060214 +PORTREVISION= 1 +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_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> diff --git a/textproc/scim-openvanilla/distinfo b/textproc/scim-openvanilla/distinfo new file mode 100644 index 000000000..95c6b2910 --- /dev/null +++ b/textproc/scim-openvanilla/distinfo @@ -0,0 +1,3 @@ +MD5 (openvanilla-0.7.2.b20060214.tar.gz) = d15b76fd77022cc78b660b9a719d17e7 +SHA256 (openvanilla-0.7.2.b20060214.tar.gz) = 9761b42666676ecb5e590b242d09c4e6f538a23608c0262fc02d38821b1d128d +SIZE (openvanilla-0.7.2.b20060214.tar.gz) = 16777986 diff --git a/textproc/scim-openvanilla/files/patch-src::Makefile.in b/textproc/scim-openvanilla/files/patch-src::Makefile.in new file mode 100644 index 000000000..fead3be45 --- /dev/null +++ b/textproc/scim-openvanilla/files/patch-src::Makefile.in @@ -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@ diff --git a/textproc/scim-openvanilla/pkg-descr b/textproc/scim-openvanilla/pkg-descr new file mode 100644 index 000000000..aee517c59 --- /dev/null +++ b/textproc/scim-openvanilla/pkg-descr @@ -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 diff --git a/textproc/scim-openvanilla/pkg-plist b/textproc/scim-openvanilla/pkg-plist new file mode 100644 index 000000000..666252e20 --- /dev/null +++ b/textproc/scim-openvanilla/pkg-plist @@ -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 +@dirrmtry lib/scim-1.0/IMEngine |