diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 08:07:05 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 08:07:05 +0000 |
commit | 9d2c34fea1a9b88d10915507cf4073b0c64eb5a4 (patch) | |
tree | 685165b93b1c9c24fe4a26389797489fdf447fde /textproc | |
parent | 2c8e5685914a4c467fdf040b04d0b2bf0b112a5e (diff) | |
download | ports-9d2c34fea1a9b88d10915507cf4073b0c64eb5a4.tar.gz ports-9d2c34fea1a9b88d10915507cf4073b0c64eb5a4.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/openvanilla-framework/Makefile | 25 | ||||
-rw-r--r-- | textproc/openvanilla-framework/distinfo | 3 | ||||
-rw-r--r-- | textproc/openvanilla-framework/pkg-descr | 15 | ||||
-rw-r--r-- | textproc/openvanilla-framework/pkg-plist | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index eb3b65c82278..bcbb806e18fc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -282,6 +282,7 @@ SUBDIR += openjade SUBDIR += opensched SUBDIR += opensp + SUBDIR += openvanilla-framework SUBDIR += or-aspell SUBDIR += p5-Apache-ParseLog SUBDIR += p5-Apache-XBEL diff --git a/textproc/openvanilla-framework/Makefile b/textproc/openvanilla-framework/Makefile new file mode 100644 index 000000000000..93f54b894e07 --- /dev/null +++ b/textproc/openvanilla-framework/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: openvanilla-framework +# Date Created: 3 September 2005 +# Whom: Leland Wang <llwang@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= openvanilla-framework +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= Development header files for OpenVanilla + +USE_X_PREFIX= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/include/OpenVanilla + @${INSTALL_DATA} ${WRKSRC}/Headers/* ${PREFIX}/include/OpenVanilla + +.include <bsd.port.mk> diff --git a/textproc/openvanilla-framework/distinfo b/textproc/openvanilla-framework/distinfo new file mode 100644 index 000000000000..d480b9558592 --- /dev/null +++ b/textproc/openvanilla-framework/distinfo @@ -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 diff --git a/textproc/openvanilla-framework/pkg-descr b/textproc/openvanilla-framework/pkg-descr new file mode 100644 index 000000000000..fe3a24d3fce5 --- /dev/null +++ b/textproc/openvanilla-framework/pkg-descr @@ -0,0 +1,15 @@ +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. + +OpenVanilla framework is a set of header files for OpenVanilla module +development. + +WWW: http://openvanilla.org/ + +-- Leland Wang +llwang@infor.org diff --git a/textproc/openvanilla-framework/pkg-plist b/textproc/openvanilla-framework/pkg-plist new file mode 100644 index 000000000000..9251f4e10f2b --- /dev/null +++ b/textproc/openvanilla-framework/pkg-plist @@ -0,0 +1,11 @@ +include/OpenVanilla/OVCIN.h +include/OpenVanilla/OVCandidateList.h +include/OpenVanilla/OVFileHandler.h +include/OpenVanilla/OVKeySequence.h +include/OpenVanilla/OVLibrary.h +include/OpenVanilla/OVPhoneticLib.h +include/OpenVanilla/OVSQLite3.h +include/OpenVanilla/OVStringToolKit.h +include/OpenVanilla/OVUtility.h +include/OpenVanilla/OpenVanilla.h +@dirrm include/OpenVanilla |