summaryrefslogtreecommitdiff
path: root/japanese/kterm
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/kterm')
-rw-r--r--japanese/kterm/Makefile17
-rw-r--r--japanese/kterm/distinfo1
-rw-r--r--japanese/kterm/files/patch-aa49
-rw-r--r--japanese/kterm/pkg-comment1
-rw-r--r--japanese/kterm/pkg-descr11
-rw-r--r--japanese/kterm/pkg-plist5
6 files changed, 0 insertions, 84 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile
deleted file mode 100644
index 4f3488805470..000000000000
--- a/japanese/kterm/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: kterm
-# Version required: 6.1
-# Date created: 18 November 1994
-# Whom: asami
-#
-# $Id: Makefile,v 1.7 1995/04/01 12:46:24 jkh Exp $
-#
-
-DISTNAME= kterm-6.1.0
-CATEGORIES+= japanese x11
-MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
-
-MAINTAINER= asami@FreeBSD.ORG
-
-USE_IMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/japanese/kterm/distinfo b/japanese/kterm/distinfo
deleted file mode 100644
index a5f97ba1f7d3..000000000000
--- a/japanese/kterm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kterm-6.1.0.tar.gz) = b70155465a62217b2a170cdeea441a23
diff --git a/japanese/kterm/files/patch-aa b/japanese/kterm/files/patch-aa
deleted file mode 100644
index 19840aa09413..000000000000
--- a/japanese/kterm/files/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
---- ./main.c.org Sat Jun 4 08:44:11 1994
-+++ ./main.c Tue Nov 15 20:59:40 1994
-@@ -284,22 +284,34 @@
- #ifdef UTMP_FILE
- #define UTMP_FILENAME UTMP_FILE
- #else
-+#ifdef _PATH_UTMP
-+#define UTMP_FILENAME _PATH_UTMP
-+#else
- #define UTMP_FILENAME "/etc/utmp"
- #endif
- #endif
-+#endif
-
- #ifndef LASTLOG_FILENAME
-+#ifdef _PATH_LASTLOG
-+#define LASTLOG_FILENAME _PATH_LASTLOG
-+#else
- #define LASTLOG_FILENAME "/usr/adm/lastlog" /* only on BSD systems */
- #endif
-+#endif
-
- #ifndef WTMP_FILENAME
- #ifdef WTMP_FILE
- #define WTMP_FILENAME WTMP_FILE
- #else
-+#ifdef _PATH_WTMP
-+#define WTMP_FILENAME _PATH_WTMP
-+#else
- #ifdef SYSV
- #define WTMP_FILENAME "/etc/wtmp"
- #else
- #define WTMP_FILENAME "/usr/adm/wtmp"
-+#endif
- #endif
- #endif
- #endif
---- ./misc.c.org Mon Mar 28 15:27:03 1994
-+++ ./misc.c Tue Nov 15 21:06:54 1994
-@@ -765,7 +765,9 @@
- char *SysErrorMsg (n)
- int n;
- {
-+#ifndef __FreeBSD__
- extern char *sys_errlist[];
-+#endif
- extern int sys_nerr;
-
- return ((n >= 0 && n < sys_nerr) ? sys_errlist[n] : "unknown error");
diff --git a/japanese/kterm/pkg-comment b/japanese/kterm/pkg-comment
deleted file mode 100644
index 11e279d70c63..000000000000
--- a/japanese/kterm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-kterm-6.1.0, an xterm that speaks Japanese
diff --git a/japanese/kterm/pkg-descr b/japanese/kterm/pkg-descr
deleted file mode 100644
index 19e64b4abc8c..000000000000
--- a/japanese/kterm/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-kterm is a xterm replacement with Japanese (Kanji) support. It also
-understands ANSI color sequences. This version is 6.1.0, available
-from the X11R6 contrib tape.
-
-Also included is support for Xaw3d arrow-style scrollbars. You can
-now hold down the arrow buttons to scroll continuously. I made this
-patch (patch-ae) by modifying the source while looking at the xterm
-patch available with Xaw3d for R5.
-
-Satoshi Asami
-asami@cs.berkeley.edu
diff --git a/japanese/kterm/pkg-plist b/japanese/kterm/pkg-plist
deleted file mode 100644
index b462a3ab21da..000000000000
--- a/japanese/kterm/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@cwd /usr/X11R6
-@mode 755
-bin/kterm
-lib/X11/app-defaults/KTerm
-man/man1/kterm.1.gz