summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-20 07:53:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-20 07:53:43 +0000
commit4d6b03c5ab9cce5f2c651eb0d670ee90a26db6a9 (patch)
tree43f08de77a9cd8dbdcc551d4820432e7eeefeac6 /shells
parentadded myself as maintainer. (diff)
A file and directory management tool.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Notes
Notes: svn path=/head/; revision=2859
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile27
-rw-r--r--shells/fd/distinfo1
-rw-r--r--shells/fd/files/patch-aa75
-rw-r--r--shells/fd/pkg-comment1
-rw-r--r--shells/fd/pkg-descr10
-rw-r--r--shells/fd/pkg-plist3
6 files changed, 117 insertions, 0 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
new file mode 100644
index 000000000000..8372d7d64ddb
--- /dev/null
+++ b/shells/fd/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: FD
+# Version required: 1.01
+# Date created: 20 Feb 1996
+# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
+#
+# $Id$
+#
+
+DISTNAME= FD-1.01
+PKGNAME= fd-1.01
+CATEGORIES+= misc
+MASTER_SITES= ftp://ftp.mei.co.jp/free/others/Utilities/
+
+MAINTAINER= nobu@psrc.isac.co.jp
+
+ALL_TARGET= goal
+PATCH_STRIP= -p0 -o fdrc
+INSTALL_TARGET= install catman
+
+do-configure:
+ cd ${WRKSRC} ; make config
+
+post-install:
+ rm -f /usr/local/man/man1/fd.1.gz /usr/local/man/cat1/fd.1.gz
+ gzip -9 /usr/local/man/man1/fd.1 /usr/local/man/cat1/fd.1
+
+.include <bsd.port.mk>
diff --git a/shells/fd/distinfo b/shells/fd/distinfo
new file mode 100644
index 000000000000..a467441be84e
--- /dev/null
+++ b/shells/fd/distinfo
@@ -0,0 +1 @@
+MD5 (FD-1.01.tar.gz) = 3444e994a8b37bd004280d44ffcccff0
diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa
new file mode 100644
index 000000000000..af0cfad63577
--- /dev/null
+++ b/shells/fd/files/patch-aa
@@ -0,0 +1,75 @@
+--- .fdrc Fri Oct 6 15:38:56 1995
++++ fdrc Tue Feb 20 13:34:02 1996
+@@ -77,7 +77,7 @@
+
+ # temporary directory where archive file is unpacked
+ # default: /tmp
+-TMPDIR = /usr/tmp
++TMPDIR = /tmp
+
+ # language code type to display
+ # default: No convert
+@@ -87,8 +87,8 @@
+ # eng, ENG, C: English
+ LANGUAGE = $LANG
+
+-PAGER = /usr/local/bin/less
+-EDITOR = /usr/ucb/vi
++PAGER = /usr/bin/more
++EDITOR = /usr/bin/vi
+
+ # for Mischievous Japanese OS (see `man fd')
+ #export LANG=C
+@@ -98,18 +98,21 @@
+ #".tar" "tar tvf" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+ #".tar.Z" "zcat %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+ #".tar.gz" "gunzip -c %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+-".taZ" "zcat %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+-".taz" "zcat %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+-".tgz" "gunzip -c %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
++#".taZ" "zcat %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
++#".taz" "zcat %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
++#".tgz" "gunzip -c %C | tar tvf -" 0,0:1-9,2-'/',2'/',3,7,4,5,6,8:10
+ ".zip" "unzip -lqq" 0,0:0,0,0,1,4,2,3,5,6:13,16
+ ".zoo" "zoo lq" 0,0:0,0,0,1,0,5,4,7-'+',8
+ ".Z" "zcat %C | $PAGER"
+ ".gz" "gunzip -c %C | $PAGER"
+
+ # example for SVR4 (or GNU tar)
+-#".tar" "tar tvf" 0,0:1,2-'/',2'/',3,7,4,5,6,8
+-#".tar.Z" "zcat %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
+-#".tar.gz" "gunzip -c %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".tar" "tar tvf" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".tar.Z" "zcat %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".tar.gz" "gunzip -c %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".taZ" "zcat %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".taz" "zcat %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
++".tgz" "gunzip -c %C | tar tvf -" 0,0:1,2-'/',2'/',3,7,4,5,6,8
+
+ # archiver definition
+ #".lzh" A "lha aq %C %TA" "lha xq %C %TA"
+--- ./Makefile.in.org Sun Dec 17 20:39:36 1995
++++ ./Makefile.in Tue Mar 19 23:42:45 1996
+@@ -3,11 +3,11 @@
+ #
+
+ TITLE = FD-
+-TOPDIR = /usr/local
++TOPDIR = $(PREFIX)
+ BINDIR = $(TOPDIR)/bin
+ MANDIR = $(TOPDIR)/man/man$(MANSEC)
+ CATDIR = $(TOPDIR)/man/cat$(MANSEC)
+-DEFRC = /etc/fdrc
++DEFRC = $(TOPDIR)/etc/fdrc
+ SHELL = /bin/sh
+ INSTALL = cp -p
+ CHMOD = chmod
+@@ -40,7 +40,7 @@
+ kanji.o file.o apply.o archive.o tree.o command.o browse.o
+
+ LDFLAGS = __TERMLIBS__ __REGLIBS__ __OTHERLIBS__
+-CFLAGS = -DFD -D__OSTYPE__ -DDEFRUNCOM=\"$(DEFRC)\" __CCOPTIONS__
++CFLAGS += -DFD -D__OSTYPE__ -DDEFRUNCOM=\"$(DEFRC)\" __CCOPTIONS__
+
+ ############################################################
+ # Dependency Rules
diff --git a/shells/fd/pkg-comment b/shells/fd/pkg-comment
new file mode 100644
index 000000000000..2a1c33f6ef57
--- /dev/null
+++ b/shells/fd/pkg-comment
@@ -0,0 +1 @@
+A file and directory management tool
diff --git a/shells/fd/pkg-descr b/shells/fd/pkg-descr
new file mode 100644
index 000000000000..3f8a960c298c
--- /dev/null
+++ b/shells/fd/pkg-descr
@@ -0,0 +1,10 @@
+`FD' is a file and directry management tool for text terminal.
+Browsing file list, viewing, editing, archiving/extracting management
+by few touch.
+
+FD for unix by shirai@red.nintendo.co.jp, and it is a clone of
+FD for DOS (AT and PC9801) designed by A. Idei (SDI00544@niftyserve.or.jp).
+
+ The man page has only Japanese now, but it easy to use.
+ Stting `LANG' environment to 'C' you can use english help.
+ -- nobu@psrc.isac.co.jp
diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist
new file mode 100644
index 000000000000..b2b280abecdc
--- /dev/null
+++ b/shells/fd/pkg-plist
@@ -0,0 +1,3 @@
+bin/fd
+man/man1/fd.1.gz
+etc/fdrc