summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-16 19:24:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-16 19:24:59 +0000
commit845ac964e8812f053705474cd4ce6cc113bf50a4 (patch)
treec2d74a57974b3ba605e64c338680b326ed4f2a22 /chinese
parentAdd ispell homepage to makefile comment (diff)
Upgrade to 4.1a, RUN_DEPENDs to chinese/xcin.
Notes
Notes: svn path=/head/; revision=9102
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ted/Makefile10
-rw-r--r--chinese/ted/distinfo2
-rw-r--r--chinese/ted/files/patch-ae13
3 files changed, 20 insertions, 5 deletions
diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile
index 8bcd5986aaf6..d3b010be670f 100644
--- a/chinese/ted/Makefile
+++ b/chinese/ted/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: ted
-# Version required: 4.0h
+# Version required: 4.1a
# Date Created: 18 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.5 1997/11/30 19:42:13 vanilla Exp $
+# $Id: Makefile,v 1.6 1997/12/04 00:35:32 vanilla Exp $
#
-DISTNAME= ted4.0h
-PKGNAME= zh-ted-4.0h
+DISTNAME= ted4.1a
+PKGNAME= zh-ted-4.1a
CATEGORIES= chinese editors
MASTER_SITES= ftp://moon.csie.ntu.edu.tw/pub/X/ted/ \
ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= vanilla@FreeBSD.ORG
+RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin
+
USE_X11= yes
WRKSRC= ${WRKDIR}/ted
diff --git a/chinese/ted/distinfo b/chinese/ted/distinfo
index fa99f13fe106..3d5b4e4f914e 100644
--- a/chinese/ted/distinfo
+++ b/chinese/ted/distinfo
@@ -1 +1 @@
-MD5 (ted4.0h.tgz) = 1e0f9156c8d0084678fd248341b95a19
+MD5 (ted4.1a.tgz) = 5865b0901f872d7dfa3bc55e3effcd39
diff --git a/chinese/ted/files/patch-ae b/chinese/ted/files/patch-ae
new file mode 100644
index 000000000000..12518a7706bc
--- /dev/null
+++ b/chinese/ted/files/patch-ae
@@ -0,0 +1,13 @@
+--- x.c.orig Sun Dec 7 17:49:06 1997
++++ x.c Mon Dec 15 11:24:40 1997
+@@ -79,8 +79,8 @@
+ }
+
+ #if CHINESE
+-char *Big5FontName="et24m";
+-char *AscFontName="vga12x24";
++char *Big5FontName="kc24";
++char *AscFontName="12x24";
+ #else
+ char *AscFontName="10x20";
+ #endif