Commit Graph

78 Commits

Author SHA1 Message Date
Akinori MUSHA
de948f1327 Update to 2.06a. 2004-10-26 04:05:30 +00:00
Akinori MUSHA
513298597b Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]
and [FDclone-users:00313].
2004-07-17 05:32:11 +00:00
Akinori MUSHA
d426a97830 Update to 2.05g. 2004-07-10 13:17:48 +00:00
Akinori MUSHA
73739ff800 Update to 2.05f. 2004-06-24 16:49:14 +00:00
Akinori MUSHA
b97e137237 Fix a bug where a \ at EOL did not work as escape character.
Obtained from:	[FDclone-users:00287]
2004-06-12 18:00:41 +00:00
Akinori MUSHA
f90b3577ae Update to 2.05e. 2004-06-09 12:01:12 +00:00
Akinori MUSHA
8db03a4582 Double MAXLAUNCHTABLE and MAXFUNCLINES. 2004-05-27 04:03:18 +00:00
Akinori MUSHA
f021c59ba0 Readd a correct fix against the glob expansion bug. 2004-05-25 18:56:27 +00:00
Akinori MUSHA
c66bda3113 Back out part of the previous commit. Turned out that the fixes in
[FDclone-users:00266] and [FDclone-users:00274] have bugs...
2004-05-25 10:00:23 +00:00
Akinori MUSHA
f0b978d01b Apply fixes against recently reported bugs.
[FDclone-users:00266]
  Properly expand globs like <"/usr/"*> and </usr\/*>.

[FDclone-users:00274]
  Complete the previous fix and make <'/usr/'*> work.

[FDclone-users:00275]
  Fix a bug where a recursive copy fails when the destination directory
  has a trailing slash.

[FDclone-users:00276]
  Remove superfluous calls of chflags(2) to supress errors on filesystems
  that do not support file flags.

[FDclone-users:00278]
  Disable path name completion RENAME_FILE.
2004-05-25 05:17:40 +00:00
Akinori MUSHA
aee61b5a05 Update to 2.05d. 2004-05-13 07:44:12 +00:00
Akinori MUSHA
e5416d7fa9 Update to 2.05c. 2004-02-25 12:58:03 +00:00
Sergey A. Osokin
472bacc3d9 Use DOCSDIR macro.
Approved by:	knu (maintainer)
2003-12-30 21:35:31 +00:00
Akinori MUSHA
221bb3525c Update to 2.05a, which fixes a bug in a builtin command "checkid". 2003-12-10 03:57:28 +00:00
Akinori MUSHA
248c1bc249 Update to 2.05. 2003-12-08 18:46:34 +00:00
Akinori MUSHA
2bd1b7fa39 Apply a patch that fixes segv in group lookups.
Obtained from:	[FDclone-users:00244]
2003-11-20 05:09:20 +00:00
Akinori MUSHA
32f2c2e39e Update to 2.04c. 2003-10-18 10:40:29 +00:00
Akinori MUSHA
e87e0fc0b2 Update to 2.04a. 2003-07-29 06:09:54 +00:00
Akinori MUSHA
1474b06c7b Update to 2.04. 2003-06-30 05:58:03 +00:00
Akinori MUSHA
555de78a8b Update to 2.03b. 2003-05-15 05:57:42 +00:00
Akinori MUSHA
fa75d09d69 Apply a fix against a macro expansion problem and bump PORTREVISION
accordingly.
2003-04-23 10:20:11 +00:00
Akinori MUSHA
a818e9a307 Update to 2.03a + readlink fix. 2003-04-19 12:35:58 +00:00
Akinori MUSHA
4717afbb1c Update to 2.03. 2003-03-28 10:13:10 +00:00
Akinori MUSHA
3947d1c81a Update to 2.02b. 2003-03-03 00:16:54 +00:00
Akinori MUSHA
a6b10352a7 Bump PORTREVISION for a couple of fixes I applied. 2003-02-19 08:48:16 +00:00
Akinori MUSHA
3e04b06448 Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into
background as soon as it is invoked.
2003-02-19 08:46:56 +00:00
Akinori MUSHA
45de60a197 Add a patch to fix a glob expansion problem where special character
escaping does not work.
2003-02-19 08:44:58 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
a5b4c2a618 Ignore error in updating /etc/shells so that a normal user can build
and install this port.
2003-01-05 19:14:20 +00:00
Akinori MUSHA
4d347582f3 Update to 2.02a. 2003-01-03 11:20:51 +00:00
Akinori MUSHA
c464828073 Update to 2.01c. 2002-10-06 18:52:30 +00:00
Akinori MUSHA
333a3e55be - Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
2002-09-18 18:57:53 +00:00
Akinori MUSHA
6a228fad08 - Apply a couple of patches posted on the FD-clone mailing list,
which fix bugs in file name completion and handling of tar archives
  that contain ".".

- Update fd2rc:
  o Properly call zip(1) with -r (recursive).
  o Make some file extensions case insensitive.
  o Source /etc/fd2rc.local so administrators can put their own local
    configurations in it.
  o Set FD_WRITEFS to 1 (do not ask).
  o Set FD_INHERITCOPY to 1 (preserve timestamps).
2002-09-15 20:55:58 +00:00
Akinori MUSHA
54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00
Akinori MUSHA
f172aa6926 - Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +00:00
Akinori MUSHA
7c4a48cf79 Update to 2.01a.
Adjust tar_format for the latest GNU tar.
2002-06-11 12:31:41 +00:00
Akinori MUSHA
dfe1d08ca5 Update to 2.01.
Add compression/uncompression definitions for .Z/.gz/.bz2.
2002-05-15 18:17:31 +00:00
Akinori MUSHA
c453eb1186 - Add a patch from the author that fixes a bug in file name
completion.  Bump PORTREVISION accordingly.

- Default the number of columns to 1.

- Add some nifty launcher definitions.

  Submitted by:	nork (partly)
2002-04-15 17:55:19 +00:00
Akinori MUSHA
cabf887bfe Update to 2.00b. 2002-03-31 18:28:32 +00:00
Akinori MUSHA
7181051572 Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')

Bump PORTREVISION accordingly.
2002-03-25 21:04:50 +00:00
Akinori MUSHA
a12636276d "GUI-based ... for text terminal" -> "CUI-based"
Suggested by:	ume
2002-02-10 17:35:23 +00:00
Akinori MUSHA
6648b0f821 Update FD, a GUI-based file and directory management tool for text
terminal to version 2.00a.

Put MAINTAINER's suggestions into the default configuration file.

Transfer the maintainership over to knu@FreeBSD.org.

Approved by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
2002-02-10 17:12:36 +00:00
Akinori MUSHA
a0332de98e Repocopy and move "fd" from misc/ to shells/ which is more suitable
category for the port.

Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by:	joe
2002-01-29 21:40:13 +00:00
Akinori MUSHA
94f005e723 Add a patch submitted by the author which fixes a bug I reported where
fd occasionally dies of a segfault caused by a buffer overrun on
command invocation.

Bump PORTREVISION accordingly.
2002-01-21 16:02:52 +00:00
Akinori MUSHA
c45b04d7f0 Add a patch submitted by the author which fixes a bug I reported where
fd fails to expand a relative symlink in the root directory.

Bump PORTREVISION accordingly.

Remove an unneeded MASTER_SITE_SUBDIR line.
2002-01-19 11:43:30 +00:00
Ying-Chieh Liao
868dd870d0 upgrade to 1.03u
PR:		33226
Submitted by:	maintainer
2001-12-27 08:58:20 +00:00
David W. Chapman Jr.
7044a2ff98 Update to 1.03t
PR:		30475
Submitted by:	maintainer
2001-09-10 01:44:37 +00:00
Akinori MUSHA
e7b5c28a74 Update to 1.03s and remove hotfix patches.
PR:		ports/27785
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-31 06:20:19 +00:00
Akinori MUSHA
f7c634fd5e Re-update to 1.03r with a hotfix from the author. PORTREVISION is set
to 1 now due to this whole matter.

Submitted by:	MAINTAINER
2001-04-10 11:48:26 +00:00
Akinori MUSHA
0ed3fa525a Temporarily back out the previous update. There seems to be a nasty
bug in 1.03r.  Now I'm talking with the author...
2001-04-10 10:28:28 +00:00