diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-02 16:31:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-02 16:31:57 +0000 |
commit | 83cc4e438a81746d53008578d6a9cbaf008436e5 (patch) | |
tree | cdcafa69e617c4d668fb78b19b373e49dc28a254 /chinese | |
parent | 2d68be2592ca4e0a0e7547bfa2090886fa46614f (diff) | |
download | ports-83cc4e438a81746d53008578d6a9cbaf008436e5.tar.gz ports-83cc4e438a81746d53008578d6a9cbaf008436e5.zip |
Notes
Diffstat (limited to 'chinese')
-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 + + + |