diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-12-02 16:31:57 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-12-02 16:31:57 +0000 |
commit | 8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0 (patch) | |
tree | 130a161501e9d0c51adb5f128fc76e5cf4bad1e5 /chinese/chinput2 | |
parent | 171a48b1f97aee4e38d9d16e85b65608ec0abf33 (diff) | |
download | FreeBSD-ports-8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0.zip FreeBSD-ports-8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0.tar.gz |
Add chinput2, it's a Chinese QuanPin X input server.
PR: ports/22731
Submitted by: Peng HaiJie <phj@cn.freebsd.org>
Diffstat (limited to 'chinese/chinput2')
-rw-r--r-- | chinese/chinput2/Makefile | 34 | ||||
-rw-r--r-- | chinese/chinput2/distinfo | 1 | ||||
-rw-r--r-- | chinese/chinput2/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/chinput2/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/chinput2/pkg-plist | 8 |
5 files changed, 49 insertions, 0 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile new file mode 100644 index 0000000..d278fb8 --- /dev/null +++ b/chinese/chinput2/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: chinput2 +# Date created: 11/09/2000 +# Whom: Peng HaiJie (phj@cn.freebsd.org) +# +# $FreeBSD$ +# + +PORTNAME= chinput2 +PORTVERSION= 1.0 +CATEGORIES= chinese x11 +MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/ +DISTNAME= zh-chinput2-1.0 + +MAINTAINER= phj@cn.FreeBSD.org + +BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client +RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client + +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-extract: + find ${WRKSRC} -name CVS | xargs ${RM} -rf + +post-install: + @echo + @echo + @echo "Please refer to /usr/local/share/chinput2/README for " + @echo "how to use chinput2,thanks for using this software." + @echo + @echo " -phj@cn.freebsd.org" + @echo + +.include <bsd.port.mk> diff --git a/chinese/chinput2/distinfo b/chinese/chinput2/distinfo new file mode 100644 index 0000000..2b9a8dc --- /dev/null +++ b/chinese/chinput2/distinfo @@ -0,0 +1 @@ +MD5 (zh-chinput2-1.0.tar.gz) = 67fb0b9dfff49a1547cd6496dbbe32fc diff --git a/chinese/chinput2/pkg-comment b/chinese/chinput2/pkg-comment new file mode 100644 index 0000000..525f06c --- /dev/null +++ b/chinese/chinput2/pkg-comment @@ -0,0 +1 @@ +Another Chinese GB2312 X11 input server diff --git a/chinese/chinput2/pkg-descr b/chinese/chinput2/pkg-descr new file mode 100644 index 0000000..7fc1b0a --- /dev/null +++ b/chinese/chinput2/pkg-descr @@ -0,0 +1,5 @@ +Implementation of HanZi QuanPin(GB2312) input method. + +X11 Chinese(HanZi) GB2312 input server. + +-- Peng HaiJie (phj@cn.freebsd.org) diff --git a/chinese/chinput2/pkg-plist b/chinese/chinput2/pkg-plist new file mode 100644 index 0000000..96fd05a --- /dev/null +++ b/chinese/chinput2/pkg-plist @@ -0,0 +1,8 @@ +bin/chinput2 +bin/add_items +etc/chinput2.conf +share/chinput2/README +@dirrm share/chinput2 + + + |