diff options
author | clive <clive@FreeBSD.org> | 2001-03-17 12:19:46 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-03-17 12:19:46 +0000 |
commit | f49c11dfbd22a34910ff2fa16989e838b20fee11 (patch) | |
tree | 2ac329098c0350698139d5126890fb7198aa3c1d | |
parent | 514cf20108885da0fe096a027b31ae48034e18d4 (diff) | |
download | FreeBSD-ports-f49c11dfbd22a34910ff2fa16989e838b20fee11.zip FreeBSD-ports-f49c11dfbd22a34910ff2fa16989e838b20fee11.tar.gz |
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>
-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 1f6afb1..39fc696 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 0000000..31fd69f --- /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 0000000..76971b6 --- /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 0000000..5a52287 --- /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 0000000..a04edf64 --- /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 0000000..b128797 --- /dev/null +++ b/chinese/qe/pkg-plist @@ -0,0 +1,3 @@ +bin/qe +etc/qe.hlp +etc/qe.pro |