diff options
author | keith <keith@FreeBSD.org> | 2000-11-12 20:21:02 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-12 20:21:02 +0800 |
commit | 96286333594fab35967dcd2d7e10b096af90c72f (patch) | |
tree | 62607efcc5d8e3b6ca7d4b59d0f83a7ff64b1865 /chinese | |
parent | 940aad6cea3396aca806cbc1af4c9f889d25b3a1 (diff) | |
download | freebsd-ports-graphics-96286333594fab35967dcd2d7e10b096af90c72f.tar.gz freebsd-ports-graphics-96286333594fab35967dcd2d7e10b096af90c72f.tar.zst freebsd-ports-graphics-96286333594fab35967dcd2d7e10b096af90c72f.zip |
New port added: zh-joe.
It's a joe-like editor, but with Big5 menus and help.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/joe/Makefile | 18 | ||||
-rw-r--r-- | chinese/joe/distinfo | 2 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 18 | ||||
-rw-r--r-- | chinese/joe2/distinfo | 2 |
5 files changed, 41 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 6cfdd0a1bd1..2351217d820 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -23,6 +23,7 @@ SUBDIR += gbscript SUBDIR += hc SUBDIR += hztty + SUBDIR += joe SUBDIR += kcfonts SUBDIR += libtabe SUBDIR += linux-gtk diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile new file mode 100644 index 00000000000..b3b9d950752 --- /dev/null +++ b/chinese/joe/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: zh-joe +# Date created: 3 July 1999 +# Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../editors/joe + +PATCH_SITES= ftp://mail.elife.idv.tw/pub/work/collection/cjoe/ +PATCHFILES= patch-joe-2.8 +PATCH_DIST_STRIP= -p1 + +MAINTAINER= statue@mail.elife.idv.tw + +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/joe/distinfo b/chinese/joe/distinfo new file mode 100644 index 00000000000..15158e5d774 --- /dev/null +++ b/chinese/joe/distinfo @@ -0,0 +1,2 @@ +MD5 (joe2.8.tar.Z) = bad4221aa63ca432e37dac1a953294b1 +MD5 (patch-joe-2.8) = d368594a2b8ffd0ec5d1610222ae8730 diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile new file mode 100644 index 00000000000..b3b9d950752 --- /dev/null +++ b/chinese/joe2/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: zh-joe +# Date created: 3 July 1999 +# Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../editors/joe + +PATCH_SITES= ftp://mail.elife.idv.tw/pub/work/collection/cjoe/ +PATCHFILES= patch-joe-2.8 +PATCH_DIST_STRIP= -p1 + +MAINTAINER= statue@mail.elife.idv.tw + +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/joe2/distinfo b/chinese/joe2/distinfo new file mode 100644 index 00000000000..15158e5d774 --- /dev/null +++ b/chinese/joe2/distinfo @@ -0,0 +1,2 @@ +MD5 (joe2.8.tar.Z) = bad4221aa63ca432e37dac1a953294b1 +MD5 (patch-joe-2.8) = d368594a2b8ffd0ec5d1610222ae8730 |