mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add chinput2, it's a Chinese QuanPin X input server.
PR: ports/22731 Submitted by: Peng HaiJie <phj@cn.freebsd.org>
This commit is contained in:
parent
2d68be2592
commit
83cc4e438a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35606
@ -16,6 +16,7 @@
|
||||
SUBDIR += c2t
|
||||
SUBDIR += celvis
|
||||
SUBDIR += chinput
|
||||
SUBDIR += chinput2
|
||||
SUBDIR += cle_base
|
||||
SUBDIR += cless
|
||||
SUBDIR += cxterm
|
||||
|
34
chinese/chinput2/Makefile
Normal file
34
chinese/chinput2/Makefile
Normal file
@ -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>
|
1
chinese/chinput2/distinfo
Normal file
1
chinese/chinput2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zh-chinput2-1.0.tar.gz) = 67fb0b9dfff49a1547cd6496dbbe32fc
|
1
chinese/chinput2/pkg-comment
Normal file
1
chinese/chinput2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another Chinese GB2312 X11 input server
|
5
chinese/chinput2/pkg-descr
Normal file
5
chinese/chinput2/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Implementation of HanZi QuanPin(GB2312) input method.
|
||||
|
||||
X11 Chinese(HanZi) GB2312 input server.
|
||||
|
||||
-- Peng HaiJie (phj@cn.freebsd.org)
|
8
chinese/chinput2/pkg-plist
Normal file
8
chinese/chinput2/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/chinput2
|
||||
bin/add_items
|
||||
etc/chinput2.conf
|
||||
share/chinput2/README
|
||||
@dirrm share/chinput2
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user