1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Akinori MUSHA
e4522097ed Add support for xz archives to the configuration file. 2011-05-16 12:38:19 +00:00
Akinori MUSHA
114cb1ed36 Update to 3.00j w/ a patch.
Declare the port MAKE_JOBS_SAFE.
2010-09-28 13:23:45 +00:00
Akinori MUSHA
e6ee9ae899 Update to 3.00h. 2010-06-14 11:46:34 +00:00
Akinori MUSHA
3c13448e3d Apply a quick-fix against the problem introduced in 3.00g. 2010-06-07 02:22:59 +00:00
Akinori MUSHA
d0dc001660 Update to 3.00g. 2010-06-04 06:12:00 +00:00
Akinori MUSHA
8069545e49 This is the patch. 2010-05-30 14:36:13 +00:00
Akinori MUSHA
27f99df112 Update to 3.00c. 2008-10-08 07:52:48 +00:00
Akinori MUSHA
c0b1c50e9e Add a patch to fix a paste-o problem under the INPUTKCODE=UTF8-mac
environment.
2008-07-16 06:21:52 +00:00
Akinori MUSHA
6ca23cbd64 Update to 2.09i. 2008-07-10 11:10:57 +00:00
Akinori MUSHA
102e47aa5c Update to 2.08c. 2006-05-24 11:48:20 +00:00
Akinori MUSHA
36b30af69f Add a patch to fix a problem that ~/.fd_history is truncated
when the home directory is on a file system without locking support.
2006-04-11 08:12:00 +00:00
Akinori MUSHA
b4c999234f Update to 2.08b. 2006-04-07 04:25:11 +00:00
Akinori MUSHA
aaeb9c5e3c Update to 2.07b
Turn ADJTTY off by default.
2005-11-14 12:21:14 +00:00
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
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
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
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
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
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
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
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
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
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
Kevin Lo
dd2c027702 Update to 1.03o
PR: 21928
Submitted by: MAINTAINER
2000-10-12 15:31:09 +00:00
Masafumi Max NAKANE
fb95eea85d Upgrade, 1.01h -> 1.03a.
PR:		4581
Submitted by:	maintainer
1997-09-19 12:51:34 +00:00