diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
commit | 240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/fd | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 35 | ||||
-rw-r--r-- | misc/fd/files/md5 | 3 | ||||
-rw-r--r-- | misc/fd/patches/patch-aa | 18 | ||||
-rw-r--r-- | misc/fd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/fd/pkg/DESCR | 11 | ||||
-rw-r--r-- | misc/fd/pkg/PLIST | 2 |
6 files changed, 70 insertions, 0 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile new file mode 100644 index 00000000000..a7446009166 --- /dev/null +++ b/misc/fd/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: FD +# Version required: 1.01h +# Date created: 20 Feb 1996 +# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:16 hubertf Exp $ +# + +DISTNAME= FD-1.01 +PKGNAME= fd-1.01h +CATEGORIES= misc +# The original distribution (NetNews articles) can be found at following site. +# site= ftp://skylark.ics.es.osaka-u.ac.jp/pub/FDclone/ +# files= FD-1.01 FD-1.01g FD-1.01h +# Here ,we use already decoded archive for convenience. +MASTER_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/FD/ \ + ftp://ftp.cc.saga-u.ac.jp/pub/fj.sources/FD/ + +PATCHFILES= FD-1.01g.patch.gz FD-1.01h.patch.gz +PATCH_SITES= ${MASTER_SITES} + +MAINTAINER= nobu@psrc.isac.co.jp + +ALL_TARGET= goal +INSTALL_TARGET= install +MANLANG= ja_JP.EUC +MAN1= fd.1 + +do-configure: + cd ${WRKSRC} ; make config + +post-install: + @strip ${PREFIX}/bin/fd + +.include <bsd.port.mk> diff --git a/misc/fd/files/md5 b/misc/fd/files/md5 new file mode 100644 index 00000000000..1f5e11da2dd --- /dev/null +++ b/misc/fd/files/md5 @@ -0,0 +1,3 @@ +MD5 (FD-1.01.tar.gz) = 3444e994a8b37bd004280d44ffcccff0 +MD5 (FD-1.01g.patch.gz) = 8eb94f0bc3cc044e01ba181278499393 +MD5 (FD-1.01h.patch.gz) = 01dd4b346ec282cb4fe35f4e10dec0c0 diff --git a/misc/fd/patches/patch-aa b/misc/fd/patches/patch-aa new file mode 100644 index 00000000000..f4a97c2c669 --- /dev/null +++ b/misc/fd/patches/patch-aa @@ -0,0 +1,18 @@ +--- Makefile.in-orig Mon Jan 6 14:18:12 1997 ++++ Makefile.in Mon Jan 6 14:20:26 1997 +@@ -3,10 +3,12 @@ + # + + TITLE = FD- +-TOPDIR = /usr/local ++PREFIX ?= /usr/local ++TOPDIR = $(PREFIX) + BINDIR = $(TOPDIR)/bin +-MANDIR = $(TOPDIR)/man/man$(MANSEC) +-CATDIR = $(TOPDIR)/man/cat$(MANSEC) ++MANDIR = $(TOPDIR)/man/$(MANLANG)/man$(MANSEC) ++CATDIR = $(TOPDIR)/man/$(MANLANG)/cat$(MANSEC) ++MANLANG = ja_JP.EUC + DEFRC = /etc/fdrc + SHELL = /bin/sh + INSTALL = cp -p diff --git a/misc/fd/pkg/COMMENT b/misc/fd/pkg/COMMENT new file mode 100644 index 00000000000..2a1c33f6ef5 --- /dev/null +++ b/misc/fd/pkg/COMMENT @@ -0,0 +1 @@ +A file and directory management tool diff --git a/misc/fd/pkg/DESCR b/misc/fd/pkg/DESCR new file mode 100644 index 00000000000..a2f4ca9d01d --- /dev/null +++ b/misc/fd/pkg/DESCR @@ -0,0 +1,11 @@ +`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@red.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/misc/fd/pkg/PLIST b/misc/fd/pkg/PLIST new file mode 100644 index 00000000000..3c938bea823 --- /dev/null +++ b/misc/fd/pkg/PLIST @@ -0,0 +1,2 @@ +bin/fd +man/ja_JP.EUC/man1/fd.1.gz |