diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-08 15:29:41 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-08 15:29:41 +0000 |
commit | 0e07346d019092c966026716f2e287acaa9b54df (patch) | |
tree | 0441e91bcccf67023daaab34191d9150388de251 /chinese | |
parent | 4ceb4fce85921e8bf9c236429ca213b8b3e122e2 (diff) | |
download | FreeBSD-ports-0e07346d019092c966026716f2e287acaa9b54df.zip FreeBSD-ports-0e07346d019092c966026716f2e287acaa9b54df.tar.gz |
Upgrade to 0.92d.
PR: ports/8203
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 21 | ||||
-rw-r--r-- | chinese/big5con/distinfo | 4 | ||||
-rw-r--r-- | chinese/big5con/pkg-descr | 6 | ||||
-rw-r--r-- | chinese/big5con/pkg-plist | 4 |
4 files changed, 21 insertions, 14 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 16b46352..be843b2 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,11 +3,11 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.6 1998/09/27 00:00:24 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/07 17:57:50 vanilla Exp $ # -DISTNAME= big5con-0.92b -PKGNAME= zh-big5con-0.92b +DISTNAME= big5con-0.92d +PKGNAME= zh-big5con-0.92d CATEGORIES= chinese MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \ @@ -15,18 +15,19 @@ MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ ftp://ftp.hinet.net/OS/FreeBSD/taiwan/NTU/woju/binary/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/binary/ -DISTFILES= big5con-0.92b.tgz b5cbin.tgz +DISTFILES= big5con-0.92d.tgz b5cbin-pa.tgz MAINTAINER= woju@freebsd.ee.ntu.edu.tw -#from Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>: The font is transformed from -# a font with restrictive copyright, so I think you can't distribute -# it on the CDROM. -RESTRICTED= "The font 'taipei16.bdf' has restrictive copyrighted" +EXTRACT_ONLY= ${DISTNAME}.tgz + +# With the help from pa@freebsd.ee.ntu.edu.tw +# 0.92d use kc-fonts, whcih can be included in cdrom, instead of taipei-fonts. +# Note: 0.92c is restricted due to the taipei-fonts-copyright. pre-install: - @if [ ! -f ${PREFIX}/lib/fonts/taipei16.bdf.gz ]; then \ - tar xvfzp ${DISTDIR}/b5cbin.tgz -C ${PREFIX}; \ + @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ + tar xvfzp ${DISTDIR}/b5cbin-pa.tgz -C ${PREFIX}; \ fi post-install: diff --git a/chinese/big5con/distinfo b/chinese/big5con/distinfo index 6e8846d..165ba36 100644 --- a/chinese/big5con/distinfo +++ b/chinese/big5con/distinfo @@ -1,2 +1,2 @@ -MD5 (big5con-0.92b.tgz) = e609bffdb8299cc504fbf3047bb38328 -MD5 (b5cbin.tgz) = e1fb78ae7b73568f8c00746076c2d3a5 +MD5 (big5con-0.92d.tgz) = b71efe8582be35876ec83eba1e7ddb81 +MD5 (b5cbin-pa.tgz) = 3e0d4fce0822a5e3cc6f310c513507d5 diff --git a/chinese/big5con/pkg-descr b/chinese/big5con/pkg-descr index d0587e2..cc4230b 100644 --- a/chinese/big5con/pkg-descr +++ b/chinese/big5con/pkg-descr @@ -8,3 +8,9 @@ Orignal kon written by manabe@papilio.tutics.tut.ac.jp. This port is done by ogura@st.rim.or.jp. Big5 console, ported by Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> + +/usr/local/bin/et to start big5con, *under ttyvX ONLY*. + +Modify /usr/local/bin/et and /usr/local/etc/big5con.cfg to your needs. +See /usr/local/lib/xcin/xcin.help for various Chinese input methods. +For more info -- ftp://wj.ml.org/freebsd/woju/binary/b5c.txt diff --git a/chinese/big5con/pkg-plist b/chinese/big5con/pkg-plist index c9d458a..3483136 100644 --- a/chinese/big5con/pkg-plist +++ b/chinese/big5con/pkg-plist @@ -2,8 +2,8 @@ bin/b5c bin/b5cfld bin/et etc/big5con.cfg -lib/fonts/taipei16.bdf.gz -lib/fonts/8x16.bdf.gz +lib/fonts/kc16.smf +lib/fonts/kc8x16.smf lib/xcin/Boshiamy.cin lib/xcin/Boshiamy.tab lib/xcin/Boshiamy.tab.rev |