diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-09-12 03:36:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-09-12 03:36:31 +0000 |
commit | 2e07116061e3f51d6050a605c67a9ce3679c91bf (patch) | |
tree | 19c1cdd3609d656e29f650326ad4e24aba0d2e23 /chinese/chinput | |
parent | adf97adb516e4d8c68200d1160dd42f488414733 (diff) | |
download | ports-2e07116061e3f51d6050a605c67a9ce3679c91bf.tar.gz ports-2e07116061e3f51d6050a605c67a9ce3679c91bf.zip |
Notes
Diffstat (limited to 'chinese/chinput')
-rw-r--r-- | chinese/chinput/Makefile | 19 | ||||
-rw-r--r-- | chinese/chinput/distinfo | 1 | ||||
-rw-r--r-- | chinese/chinput/files/patch-ab | 11 | ||||
-rw-r--r-- | chinese/chinput/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/chinput/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/chinput/pkg-plist | 21 |
6 files changed, 58 insertions, 0 deletions
diff --git a/chinese/chinput/Makefile b/chinese/chinput/Makefile new file mode 100644 index 000000000000..6603d63dbd0f --- /dev/null +++ b/chinese/chinput/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: chinput +# Date created: 09/07/2000 +# Whom: Peng HaiJie (phj@cn.freebsd.org) +# +# $FreeBSD$ +# + +PORTNAME= chinput +PORTVERSION= 2.1 +CATEGORIES= chinese x11 +MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/ +DISTNAME= zh-chinput-2.1 + +MAINTAINER= phj@cn.FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/chinese/chinput/distinfo b/chinese/chinput/distinfo new file mode 100644 index 000000000000..d56ed9ab9ffb --- /dev/null +++ b/chinese/chinput/distinfo @@ -0,0 +1 @@ +MD5 (zh-chinput-2.1.tar.gz) = be3603854ef3f90aa7e3bcbb98a48080 diff --git a/chinese/chinput/files/patch-ab b/chinese/chinput/files/patch-ab new file mode 100644 index 000000000000..c77570464835 --- /dev/null +++ b/chinese/chinput/files/patch-ab @@ -0,0 +1,11 @@ +--- src/Imakefile.orig Tue Sep 12 11:26:03 2000 ++++ src/Imakefile Tue Sep 12 11:26:11 2000 +@@ -37,7 +37,7 @@ + #CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes + #CCOPTIONS=-g -Wall -Wstrict-prototypes + #CCOPTIONS=-g -Wall -Wmissing-prototypes +-CCOPTIONS=-g -Wall ++#CCOPTIONS=-g -Wall + + all:: $(PROGRAMS) + diff --git a/chinese/chinput/pkg-comment b/chinese/chinput/pkg-comment new file mode 100644 index 000000000000..0cfa0a75d82d --- /dev/null +++ b/chinese/chinput/pkg-comment @@ -0,0 +1 @@ +Chinese GB2312,BIG5,Japanese code input server diff --git a/chinese/chinput/pkg-descr b/chinese/chinput/pkg-descr new file mode 100644 index 000000000000..74e2c56a909f --- /dev/null +++ b/chinese/chinput/pkg-descr @@ -0,0 +1,5 @@ +Ported from Chinput-2.1 on Linux platform . + +Chinese GB,BIG5,Japanese code input server. + +-- Peng HaiJie (phj@cn.freebsd.org) diff --git a/chinese/chinput/pkg-plist b/chinese/chinput/pkg-plist new file mode 100644 index 000000000000..2eb71cd515d7 --- /dev/null +++ b/chinese/chinput/pkg-plist @@ -0,0 +1,21 @@ +bin/chinput +bin/txt2tab +bin/tab2txt +share/chinput/pinyin.map +share/chinput/usrphrase.tab +share/chinput/sysphrase.tab +share/chinput/Chinput.ad +share/chinput/Table.cit +share/chinput/doc/CHANGES +share/chinput/doc/API +share/chinput/doc/BUGS +share/chinput/doc/COPYING +share/chinput/doc/FAQ +share/chinput/doc/INSTALL +share/chinput/doc/README +share/chinput/doc/README.znpy +share/chinput/doc/USAGE +share/chinput/doc/TODO +share/chinput/doc/Makefile +@dirrm share/chinput/doc +@dirrm share/chinput |