diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-12-03 00:31:57 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-12-03 00:31:57 +0800 |
commit | 8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0 (patch) | |
tree | 130a161501e9d0c51adb5f128fc76e5cf4bad1e5 | |
parent | 171a48b1f97aee4e38d9d16e85b65608ec0abf33 (diff) | |
download | freebsd-ports-gnome-8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0.tar.gz freebsd-ports-gnome-8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0.tar.zst freebsd-ports-gnome-8c28bc3e9d13bc3b6797857bf16dcffcce07cfd0.zip |
Add chinput2, it's a Chinese QuanPin X input server.
PR: ports/22731
Submitted by: Peng HaiJie <phj@cn.freebsd.org>
-rw-r--r-- | chinese/Makefile | 1 | ||||
-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 |
6 files changed, 50 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 4eb7f3ea2737..846cf767d0cd 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -16,6 +16,7 @@ SUBDIR += c2t SUBDIR += celvis SUBDIR += chinput + SUBDIR += chinput2 SUBDIR += cle_base SUBDIR += cless SUBDIR += cxterm diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile new file mode 100644 index 000000000000..d278fb8a5ca4 --- /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 000000000000..2b9a8dcfdd3c --- /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 000000000000..525f06cccd6f --- /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 000000000000..7fc1b0a70763 --- /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 000000000000..96fd05ae39dd --- /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 + + + |