diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-17 12:19:46 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-17 12:19:46 +0000 |
commit | 103a92f4ddee2aefd9958cce06043acc6f0c0748 (patch) | |
tree | c312c95e014d949c5a5ef019452b882c9ecfd182 /chinese | |
parent | 10aa9132fd276e9c66b6793fe23c44f376b4df27 (diff) | |
download | ports-103a92f4ddee2aefd9958cce06043acc6f0c0748.tar.gz ports-103a92f4ddee2aefd9958cce06043acc6f0c0748.zip |
New port for chinese/qe.
QE is a PE2-like editor program under U*nix.
p.s. Don't pursuade me putting this into editors/. If you don't have
a Chinese (big5) environment, you could only see 'funny characters.'
PR: ports/25867
Submitted by: Status <statue@freebsd.sinica.edu.tw>
Notes
Notes:
svn path=/head/; revision=39965
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/qe/Makefile | 15 | ||||
-rw-r--r-- | chinese/qe/distinfo | 1 | ||||
-rw-r--r-- | chinese/qe/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/qe/pkg-descr | 13 | ||||
-rw-r--r-- | chinese/qe/pkg-plist | 3 |
6 files changed, 34 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 1f6afb15c78e..39fc696c2357 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -53,6 +53,7 @@ SUBDIR += nvi-euc-tw SUBDIR += pine4 SUBDIR += pyDict + SUBDIR += qe SUBDIR += rxvt SUBDIR += rxvt-big5 SUBDIR += rxvt-gb diff --git a/chinese/qe/Makefile b/chinese/qe/Makefile new file mode 100644 index 000000000000..31fd69fc3aa5 --- /dev/null +++ b/chinese/qe/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: qe +# Date created: 10 Mar 2001 +# Whom: Shen Chuan-Hsing +# +# $FreeBSD$ +# + +PORTNAME= qe +PORTVERSION= 0.0.34 +CATEGORIES= chinese +MASTER_SITES= http://www.cc.ncu.edu.tw/~center5/product/qe/ + +MAINTAINER= statue@freebsd.sinica.edu.tw + +.include <bsd.port.mk> diff --git a/chinese/qe/distinfo b/chinese/qe/distinfo new file mode 100644 index 000000000000..76971b6e4b25 --- /dev/null +++ b/chinese/qe/distinfo @@ -0,0 +1 @@ +MD5 (qe-0.0.34.tar.gz) = 6fa21489e2081807d983428310b1b8b0 diff --git a/chinese/qe/pkg-comment b/chinese/qe/pkg-comment new file mode 100644 index 000000000000..5a5228715994 --- /dev/null +++ b/chinese/qe/pkg-comment @@ -0,0 +1 @@ +QE is a PE2-like editor program under U*nix diff --git a/chinese/qe/pkg-descr b/chinese/qe/pkg-descr new file mode 100644 index 000000000000..a04edf641606 --- /dev/null +++ b/chinese/qe/pkg-descr @@ -0,0 +1,13 @@ +QE is a PE2-like editor program under U*nix (PE2 is an editor software +undePC-DOS), I named it QE for the reason that the P is followed by Q, +hope it can exceed PE2 :-), and I release this program under the terms +of General Public License (GPL) + +The homepage of QE : + +http://www.cc.ncu.edu.tw/~center5/product/qe/ +(Traditional Chinese homepage in big5) + +and the English introdution homepage of QE is on "Linux for Taiwan" + +WWW: http://members.xoom.com/linux4tw/qe/ diff --git a/chinese/qe/pkg-plist b/chinese/qe/pkg-plist new file mode 100644 index 000000000000..b128797a84c5 --- /dev/null +++ b/chinese/qe/pkg-plist @@ -0,0 +1,3 @@ +bin/qe +etc/qe.hlp +etc/qe.pro |