aboutsummaryrefslogtreecommitdiff
path: root/shells/fd
diff options
context:
space:
mode:
Diffstat (limited to 'shells/fd')
-rw-r--r--shells/fd/Makefile39
-rw-r--r--shells/fd/distinfo1
-rw-r--r--shells/fd/files/patch-aa11
-rw-r--r--shells/fd/files/patch-browse.c11
-rw-r--r--shells/fd/files/patch-shell.c12
-rw-r--r--shells/fd/pkg-comment1
-rw-r--r--shells/fd/pkg-descr11
-rw-r--r--shells/fd/pkg-message1
-rw-r--r--shells/fd/pkg-plist7
9 files changed, 0 insertions, 94 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
deleted file mode 100644
index 5e9e5bcc8ef2..000000000000
--- a/shells/fd/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: FDclone
-# Date created: 20 Feb 1996
-# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fd
-PORTVERSION= 1.03r
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= steve
-DISTNAME= FD-${PORTVERSION}
-
-MAINTAINER= nobu@psrc.isac.co.jp
-
-MANLANG= ja
-MAN1= fd.1
-MAKE_ENV= LANG=${MANLANG}
-DOCS= README FAQ HISTORY ToAdmin
-SIGNATURE= Nobuhiro Yasutomi <${MAINTAINER}>
-
-# require maintainer signature for binary package distributions
-do-configure:
- @cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \
- ${SED} 's/\(distributor = \)NULL/\1"${SIGNATURE}"/' $$v.orig > $$v
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/fd
- @for i in $(DOCS); do \
- ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
- done
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/shells/fd/distinfo b/shells/fd/distinfo
deleted file mode 100644
index 7bfd0e945495..000000000000
--- a/shells/fd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (FD-1.03r.tar.gz) = 943d17ccc6257340c29db8362bac67fa
diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa
deleted file mode 100644
index fcff496e41f9..000000000000
--- a/shells/fd/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Oct 12 18:55:53 2000
-+++ Makefile.in Thu Oct 12 18:56:31 2000
-@@ -3,7 +3,7 @@
- #
-
- TITLE = FD-
--PREFIX = /usr/local
-+PREFIX ?= /usr/local
- MANSEC = 1
- TOPDIR = $(PREFIX)
- BINDIR = $(TOPDIR)/bin
diff --git a/shells/fd/files/patch-browse.c b/shells/fd/files/patch-browse.c
deleted file mode 100644
index e3c8c7e1cbe6..000000000000
--- a/shells/fd/files/patch-browse.c
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urNP ../FD-1.03r/browse.c ./browse.c
---- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001
-+++ ./browse.c Tue Apr 10 00:00:00 2001
-@@ -1305,6 +1305,7 @@
- }
- else if (_chdir2(cp) >= 0) strcpy(tmp, cp);
- else {
-+ *fullpath = '\0';
- warning(-1, cp);
- def = NULL;
- strcpy(fullpath, origpath);
diff --git a/shells/fd/files/patch-shell.c b/shells/fd/files/patch-shell.c
deleted file mode 100644
index 942eff6f7d06..000000000000
--- a/shells/fd/files/patch-shell.c
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNP ../FD-1.03r/shell.c ./shell.c
---- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001
-+++ ./shell.c Tue Apr 10 00:00:00 2001
-@@ -240,7 +240,7 @@
- if (flags & (F_NOEXT | F_TOSFN));
- else if (c == '%') c = command[++i];
- else {
-- line[j++] = c;
-+ line[j++] = command[i];
- #if !MSDOS
- if (command[i] == META && command[i + 1]
- && uneval != '\'')
diff --git a/shells/fd/pkg-comment b/shells/fd/pkg-comment
deleted file mode 100644
index 2a1c33f6ef57..000000000000
--- a/shells/fd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A file and directory management tool
diff --git a/shells/fd/pkg-descr b/shells/fd/pkg-descr
deleted file mode 100644
index a078751d2411..000000000000
--- a/shells/fd/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-`FD' is a file and directory management tool for text terminal.
-Browsing file list, viewing, editing, archiving/extracting management
-with a few touch.
-
-FD for unix by shirai@nintendo.co.jp, and it is a clone of
-FD for DOS (AT and PC9801) designed by A. Idei (SDI00544@niftyserve.or.jp).
-
- Currently, the man page is available only in Japanese, but it's
- easy to use. Setting `FD_LANGUAGE' environment to 'english' you can
- use English help.
- -- nobu@psrc.isac.co.jp
diff --git a/shells/fd/pkg-message b/shells/fd/pkg-message
deleted file mode 100644
index 8fe25b4fd54f..000000000000
--- a/shells/fd/pkg-message
+++ /dev/null
@@ -1 +0,0 @@
-see additional documents at /usr/local/share/doc/fd/* on your disk.
diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist
deleted file mode 100644
index c14d2454823e..000000000000
--- a/shells/fd/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/fd
-bin/fd-unicd.tbl
-share/doc/fd/FAQ
-share/doc/fd/HISTORY
-share/doc/fd/README
-share/doc/fd/ToAdmin
-@dirrm share/doc/fd