summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-06-26 11:40:43 +0000
committerwiz <wiz@pkgsrc.org>2001-06-26 11:40:43 +0000
commit376249aab282d5e901239d9c728c1aff7e8077af (patch)
treeaae20a5dc1b6dc819ce47b4e5dc8c19cdbaac281 /misc/fd
parent13e4dd78968626f0e4bc5186cb2bf7612965d981 (diff)
downloadpkgsrc-376249aab282d5e901239d9c728c1aff7e8077af.tar.gz
Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074.
Last version was 1.03r, but that update didn't include a ChangeLog, so here's one back to 1.03p: Ver. 1.03s fix abnormal end when some case in directory change. (05/22/01) fix command line input handling quote. Ver. 1.03r fix display to confuse in ANSICOLOR=2 case. (04/03/01) fix to stop when start not exist directory fix handle archive file that include full path. support different compiler spec for Solaris 8. Ver. 1.03q speed up KANJI code convert by using table. (02/28/01) support Linux/Alpha allow to choose retry when not enough space to copy file. strict follow cursol posion. revice rule for file extention sort. fix confirm problem to delete file. more strict handle to timestamp when file copy. (MS-DOS)
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/Makefile10
-rw-r--r--misc/fd/distinfo8
-rw-r--r--misc/fd/patches/patch-ab32
-rw-r--r--misc/fd/patches/patch-ac14
4 files changed, 7 insertions, 57 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index 2be04f88838..15e76ca6cd2 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2001/04/10 07:37:30 hubertf Exp $
-# FreeBSD: ports/misc/fd/Makefile,v 1.14 1999/08/25 07:21:37 obrien Exp
+# $NetBSD: Makefile,v 1.15 2001/06/26 11:40:43 wiz Exp $
#
-DISTNAME= FD-1.03r
-PKGNAME= fd-1.03r
+DISTNAME= FD-1.03s
+PKGNAME= fd-1.03s
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
- http://hp.vector.co.jp/authors/VA012337/soft/fd/
+MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/
MAINTAINER= Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
COMMENT= File and directory management tool
diff --git a/misc/fd/distinfo b/misc/fd/distinfo
index e9bb0f42eda..152f6e570a0 100644
--- a/misc/fd/distinfo
+++ b/misc/fd/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/06/26 11:40:43 wiz Exp $
-SHA1 (FD-1.03r.tar.gz) = 51e1aae536c1fa086bcd94645a3f84ac43f661d0
-Size (FD-1.03r.tar.gz) = 323499 bytes
+SHA1 (FD-1.03s.tar.gz) = 5ad24ebacbc7228104ebd99a107e2937894f862f
+Size (FD-1.03s.tar.gz) = 324340 bytes
SHA1 (patch-aa) = 806474896350a5630e608f2b095a629c96616eab
-SHA1 (patch-ab) = 2a21c78e4b57e9e627b3ea39c3307f6b42782ff5
-SHA1 (patch-ac) = 2860300666b1ad498d4bc5b43b4ab4367cfc0792
diff --git a/misc/fd/patches/patch-ab b/misc/fd/patches/patch-ab
deleted file mode 100644
index 6e7aab3d197..00000000000
--- a/misc/fd/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2001/04/11 21:09:34 hubertf Exp $
-
-From nobu@tech.isac.co.jp Wed Apr 11 23:06:35 2001
-Date: Tue, 10 Apr 2001 20:34:57 +0900
-From: Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
-To: hubertf@netbsd.org
-Cc: nobu@psrc.isac.co.jp, pkg-manager@netbsd.org
-Subject: Re: pkg/12596
-
-Hello, Hubert.
-
-Thank you for quick following.
-
-There is found last minute bug in this package. Please add
-following patch. (It's announce by source code auther)
-
-This fix was only this time. Next update will be removed.
---
-Nobuhiro Yasutomi. ISAC, Inc.
-
-pkgsrc/misc/fd/patches/patch.ab:
-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/misc/fd/patches/patch-ac b/misc/fd/patches/patch-ac
deleted file mode 100644
index 652c8357d07..00000000000
--- a/misc/fd/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2001/04/11 21:09:34 hubertf Exp $
-
-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 != '\'')