summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:47:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:47:00 +0000
commitba64d7342fa5d85021b799f52bc172b3551cb450 (patch)
treeffe7cba528699ee4c8c24314164ba02264bdab9e /japanese
parentThe pear port was marked FORBIDDEN 9 months ago because it was incorporated (diff)
This port became part of the base system in 4.0-RELEASE and is therefore
obsolete. Remove it.
Notes
Notes: svn path=/head/; revision=67934
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/tcsh/Makefile42
-rw-r--r--japanese/tcsh/distinfo1
-rw-r--r--japanese/tcsh/files/patch-af48
-rw-r--r--japanese/tcsh/files/patch-ag28
-rw-r--r--japanese/tcsh/files/patch-aj9
-rw-r--r--japanese/tcsh/pkg-comment1
-rw-r--r--japanese/tcsh/pkg-descr9
-rw-r--r--japanese/tcsh/pkg-message4
-rw-r--r--japanese/tcsh/pkg-plist11
10 files changed, 0 insertions, 154 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 6771d2d3e359..0a3e5b084653 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -356,7 +356,6 @@
SUBDIR += t2ps
SUBDIR += tcl76
SUBDIR += tcl80
- SUBDIR += tcsh
SUBDIR += tcsh-nls-asuka
SUBDIR += tcsh-nls-ayanami
SUBDIR += tcsh-nls-generic
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile
deleted file mode 100644
index b0cea6d6fba0..000000000000
--- a/japanese/tcsh/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: tcsh with multibyte support enabled
-# Date created: 29 November 1997
-# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcsh
-PORTVERSION= 6.08.05
-CATEGORIES= japanese shells
-MASTER_SITES= ftp://ftp.astron.com/pri/
-
-MAINTAINER= ports@FreeBSD.org
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500006 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400021
-FORBIDDEN= "Japanese support is already in the base system"
-.endif
-
-GNU_CONFIGURE= yes
-ALL_TARGET= all catalogs
-INSTALL_TARGET= install install.man
-MAN1= tcsh.1
-PORTDOCS= FAQ Fixes README WishList complete.tcsh
-
-post-install:
- @(cd ${WRKSRC}; \
- ${INSTALL_DATA} tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat; \
- ${INSTALL_DATA} tcsh.C.m ${PREFIX}/share/nls/C/tcsh.m; \
- )
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/tcsh
-.for i in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/tcsh/
-.endfor
-.endif
- @${ECHO} "updating /etc/shells"
- @${CP} /etc/shells /etc/shells.bak
- @(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/tcsh) >/etc/shells
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/japanese/tcsh/distinfo b/japanese/tcsh/distinfo
deleted file mode 100644
index 03264b15d019..000000000000
--- a/japanese/tcsh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.05.tar.gz) = df0a9feb9ad56cca8fcc0d93a2f607d9
diff --git a/japanese/tcsh/files/patch-af b/japanese/tcsh/files/patch-af
deleted file mode 100644
index 6118875ef09b..000000000000
--- a/japanese/tcsh/files/patch-af
+++ /dev/null
@@ -1,48 +0,0 @@
---- config_f.h.orig Mon Oct 26 00:09:45 1998
-+++ config_f.h Tue Dec 1 20:20:44 1998
-@@ -65,7 +65,11 @@
- * if you don't have <nl_types.h>, you don't want
- * to define this.
- */
--#undef NLS_CATALOGS
-+#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+# define NLS_CATALOGS
-+#else
-+# undef NLS_CATALOGS
-+#endif
-
- /*
- * LOGINFIRST Source ~/.login before ~/.cshrc
-@@ -117,21 +121,29 @@
- * be used with SHORT_STRINGS
- *
- */
--#undef KANJI
-+#define KANJI
-
- /*
- * DSPMBYTE add variable "dspmbyte" and display multi-byte string at
- * only output, when "dspmbyte" is set. Should be used with
- * KANJI
- */
--#undef DSPMBYTE
-+#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+# define DSPMBYTE
-+#else
-+# undef DSPMBYTE
-+#endif
-
- /*
- * MBYTEDEBUG when "dspmbyte" is changed, set multi-byte checktable to
- * variable "mbytemap".
- * (use for multi-byte table check)
- */
--#undef MBYTEDEBUG
-+#if defined(__FreeBSD__)
-+# define MBYTEDEBUG
-+#else
-+# undef MBYTEDEBUG
-+#endif
-
- /*
- * NEWGRP Provide a newgrp builtin.
diff --git a/japanese/tcsh/files/patch-ag b/japanese/tcsh/files/patch-ag
deleted file mode 100644
index 14dec0db00a7..000000000000
--- a/japanese/tcsh/files/patch-ag
+++ /dev/null
@@ -1,28 +0,0 @@
---- sh.func.c.orig Sat Sep 19 01:09:11 1998
-+++ sh.func.c Sat Sep 26 19:23:40 1998
-@@ -1286,6 +1286,9 @@
- struct command *c;
- {
- Char *vp, *lp;
-+#ifdef __FreeBSD__
-+ static int catclosed = 0;
-+#endif
-
- USE(c);
- if (*++v == 0) {
-@@ -1337,7 +1340,15 @@
- # ifdef LC_MESSAGES
- (void) setlocale(LC_MESSAGES, "");
- # endif /* LC_MESSAGES */
-+# ifdef __FreeBSD__
-+ /* This code is to avoid bug. */
-+ if (catclosed)
-+ (void) catclose(catd);
-+ else
-+ catclosed = 1;
-+# else
- (void) catclose(catd);
-+# endif /* __FreeBSD__ */
- nlsinit();
- # endif /* NLS_CATALOGS */
- # ifdef LC_CTYPE
diff --git a/japanese/tcsh/files/patch-aj b/japanese/tcsh/files/patch-aj
deleted file mode 100644
index 8567e25f325b..000000000000
--- a/japanese/tcsh/files/patch-aj
+++ /dev/null
@@ -1,9 +0,0 @@
---- nls/Makefile.old Sat Sep 26 23:05:31 1998
-+++ nls/Makefile Sat Sep 26 23:05:42 1998
-@@ -1,5 +1,5 @@
-
--SUBDIRS= C german french italian ja greek spanish
-+SUBDIRS= C
- #GENCAT= gencat -new
- GENCAT= gencat
-
diff --git a/japanese/tcsh/pkg-comment b/japanese/tcsh/pkg-comment
deleted file mode 100644
index 8956a88e53d6..000000000000
--- a/japanese/tcsh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An extended C-shell with many useful features with multibyte support
diff --git a/japanese/tcsh/pkg-descr b/japanese/tcsh/pkg-descr
deleted file mode 100644
index 36dffe0615a1..000000000000
--- a/japanese/tcsh/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-TCSH is an extended C-shell with many useful features like
-filename completion, history editing, etc.
-
-This also supports
- 1. Multibyte command-line editing
- 2. Multibyte NLS catalogs
- 3. colorlized ls-F command
-
-See also ${PREFIX}/share/doc/tcsh.
diff --git a/japanese/tcsh/pkg-message b/japanese/tcsh/pkg-message
deleted file mode 100644
index d762f7e0acbf..000000000000
--- a/japanese/tcsh/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-############################################################
-You must install one of packages ja-tcsh-nls-* to enable
-Japanese NLS catalog feature.
-############################################################
diff --git a/japanese/tcsh/pkg-plist b/japanese/tcsh/pkg-plist
deleted file mode 100644
index ee3af04c02be..000000000000
--- a/japanese/tcsh/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/tcsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-share/doc/tcsh/FAQ
-share/doc/tcsh/Fixes
-share/doc/tcsh/README
-share/doc/tcsh/WishList
-share/doc/tcsh/complete.tcsh
-@dirrm share/doc/tcsh
-share/nls/C/tcsh.cat
-share/nls/C/tcsh.m