Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 2.06a. | knu | 2004-10-26 | 6 | -478/+5 |
| | |||||
* | Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311] | knu | 2004-07-17 | 4 | -0/+464 |
| | | | | and [FDclone-users:00313]. | ||||
* | Update to 2.05g. | knu | 2004-07-10 | 2 | -3/+3 |
| | |||||
* | Update to 2.05f. | knu | 2004-06-25 | 6 | -94/+15 |
| | |||||
* | Fix a bug where a \ at EOL did not work as escape character. | knu | 2004-06-13 | 4 | -0/+88 |
| | | | | Obtained from: [FDclone-users:00287] | ||||
* | Update to 2.05e. | knu | 2004-06-09 | 7 | -762/+3 |
| | |||||
* | Double MAXLAUNCHTABLE and MAXFUNCLINES. | knu | 2004-05-27 | 2 | -5/+15 |
| | |||||
* | Readd a correct fix against the glob expansion bug. | knu | 2004-05-26 | 4 | -1/+715 |
| | |||||
* | Back out part of the previous commit. Turned out that the fixes in | knu | 2004-05-25 | 4 | -652/+1 |
| | | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs... | ||||
* | Apply fixes against recently reported bugs. | knu | 2004-05-25 | 6 | -0/+696 |
| | | | | | | | | | | | | | | | | | | | [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. | ||||
* | Update to 2.05d. | knu | 2004-05-13 | 2 | -3/+3 |
| | |||||
* | Update to 2.05c. | knu | 2004-02-25 | 2 | -2/+3 |
| | |||||
* | Use DOCSDIR macro. | osa | 2003-12-31 | 2 | -8/+8 |
| | | | | Approved by: knu (maintainer) | ||||
* | Update to 2.05a, which fixes a bug in a builtin command "checkid". | knu | 2003-12-10 | 2 | -3/+4 |
| | |||||
* | Update to 2.05. | knu | 2003-12-09 | 3 | -34/+2 |
| | |||||
* | Apply a patch that fixes segv in group lookups. | knu | 2003-11-20 | 2 | -0/+32 |
| | | | | Obtained from: [FDclone-users:00244] | ||||
* | Update to 2.04c. | knu | 2003-10-18 | 2 | -2/+2 |
| | |||||
* | Update to 2.04a. | knu | 2003-07-29 | 3 | -16/+2 |
| | |||||
* | Update to 2.04. | knu | 2003-06-30 | 3 | -2/+16 |
| | |||||
* | Update to 2.03b. | knu | 2003-05-15 | 6 | -149/+2 |
| | |||||
* | Apply a fix against a macro expansion problem and bump PORTREVISION | knu | 2003-04-23 | 4 | -0/+134 |
| | | | | accordingly. | ||||
* | Update to 2.03a + readlink fix. | knu | 2003-04-19 | 4 | -9/+34 |
| | |||||
* | Update to 2.03. | knu | 2003-03-28 | 3 | -10/+10 |
| | |||||
* | Update to 2.02b. | knu | 2003-03-03 | 4 | -43/+2 |
| | |||||
* | Bump PORTREVISION for a couple of fixes I applied. | knu | 2003-02-19 | 1 | -0/+1 |
| | |||||
* | Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into | knu | 2003-02-19 | 1 | -0/+27 |
| | | | | background as soon as it is invoked. | ||||
* | Add a patch to fix a glob expansion problem where special character | knu | 2003-02-19 | 1 | -0/+13 |
| | | | | escaping does not work. | ||||
* | De-pkg-comment my non-ruby ports as well. | knu | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Ignore error in updating /etc/shells so that a normal user can build | knu | 2003-01-06 | 1 | -4/+4 |
| | | | | and install this port. | ||||
* | Update to 2.02a. | knu | 2003-01-03 | 2 | -2/+2 |
| | |||||
* | Update to 2.01c. | knu | 2002-10-07 | 4 | -269/+2 |
| | |||||
* | - Fix the .zip file list format. | knu | 2002-09-19 | 2 | -5/+5 |
| | | | | - Recognize .tar.z as tar+gz archive. | ||||
* | - Apply a couple of patches posted on the FD-clone mailing list, | knu | 2002-09-16 | 4 | -24/+310 |
| | | | | | | | | | | | | | 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). | ||||
* | - Recognize .tbz as a tar+bzip2 suffix. | knu | 2002-08-11 | 3 | -3/+11 |
| | | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly. | ||||
* | - Update to 2.01b. | knu | 2002-07-13 | 2 | -2/+8 |
| | | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0) | ||||
* | Update to 2.01a. | knu | 2002-06-11 | 3 | -15/+7 |
| | | | | Adjust tar_format for the latest GNU tar. | ||||
* | Update to 2.01. | knu | 2002-05-16 | 4 | -197/+11 |
| | | | | Add compression/uncompression definitions for .Z/.gz/.bz2. | ||||
* | - Add a patch from the author that fixes a bug in file name | knu | 2002-04-16 | 3 | -8/+209 |
| | | | | | | | | | | completion. Bump PORTREVISION accordingly. - Default the number of columns to 1. - Add some nifty launcher definitions. Submitted by: nork (partly) | ||||
* | Update to 2.00b. | knu | 2002-04-01 | 3 | -15/+2 |
| | |||||
* | Add a patch supplied by the author to fix a bug in glob expansion | knu | 2002-03-26 | 2 | -0/+13 |
| | | | | | | | where a series of globs was only partially expanded. (`echo a* b*' -> `echo a aa aaa b*') Bump PORTREVISION accordingly. | ||||
* | "GUI-based ... for text terminal" -> "CUI-based" | knu | 2002-02-11 | 2 | -6/+5 |
| | | | | Suggested by: ume | ||||
* | Update FD, a GUI-based file and directory management tool for text | knu | 2002-02-11 | 11 | -104/+169 |
| | | | | | | | | | | 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) | ||||
* | Repocopy and move "fd" from misc/ to shells/ which is more suitable | knu | 2002-01-30 | 1 | -1/+1 |
| | | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe | ||||
* | Add a patch submitted by the author which fixes a bug I reported where | knu | 2002-01-22 | 2 | -1/+49 |
| | | | | | | | fd occasionally dies of a segfault caused by a buffer overrun on command invocation. Bump PORTREVISION accordingly. | ||||
* | Add a patch submitted by the author which fixes a bug I reported where | knu | 2002-01-19 | 2 | -1/+14 |
| | | | | | | | | fd fails to expand a relative symlink in the root directory. Bump PORTREVISION accordingly. Remove an unneeded MASTER_SITE_SUBDIR line. | ||||
* | upgrade to 1.03u | ijliao | 2001-12-27 | 3 | -7/+8 |
| | | | | | PR: 33226 Submitted by: maintainer | ||||
* | Update to 1.03t | dwcjr | 2001-09-10 | 2 | -2/+2 |
| | | | | | PR: 30475 Submitted by: maintainer | ||||
* | Update to 1.03s and remove hotfix patches. | knu | 2001-05-31 | 4 | -28/+3 |
| | | | | | PR: ports/27785 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> | ||||
* | Re-update to 1.03r with a hotfix from the author. PORTREVISION is set | knu | 2001-04-10 | 4 | -2/+26 |
| | | | | | | to 1 now due to this whole matter. Submitted by: MAINTAINER | ||||
* | Temporarily back out the previous update. There seems to be a nasty | knu | 2001-04-10 | 2 | -2/+2 |
| | | | | bug in 1.03r. Now I'm talking with the author... | ||||
* | Update to 1.03r. | knu | 2001-04-10 | 2 | -2/+2 |
| | | | | | PR: ports/26471 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER) | ||||
* | Update to 1.03q. | knu | 2001-03-20 | 2 | -2/+2 |
| | | | | Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) | ||||
* | Update to 1.03o | kevlo | 2000-10-12 | 3 | -6/+6 |
| | | | | | PR: 21928 Submitted by: MAINTAINER | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. | steve | 2000-07-08 | 1 | -1/+2 |
| | |||||
* | Use the distfiles now on ftp.freebsd.org instead of from my home directory | steve | 2000-06-17 | 1 | -1/+1 |
| | | | | on freefall. | ||||
* | Convert to PORTNAME/PORTVERSION. | asami | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | peter | 2000-02-08 | 1 | -1/+1 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | Add a MASTER_SITE. | steve | 1999-12-26 | 1 | -1/+2 |
| | | | | PR: 15675 | ||||
* | Update to version 1.03l. | steve | 1999-12-24 | 2 | -4/+4 |
| | | | | | PR: 15237 Submitted by: maintainer | ||||
* | Updated to 1.03k | taoka | 1999-09-07 | 2 | -3/+3 |
| | | | | | PR: 13590 Submitted by: maintainer | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Update to 1.03j | flathill | 1999-03-17 | 2 | -4/+4 |
| | | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp | ||||
* | Update to FD-1.03i | flathill | 1999-03-04 | 2 | -5/+5 |
| | |||||
* | Upgrade, 1.03g -> 1.03h. | max | 1998-09-04 | 5 | -11/+27 |
| | | | | | PR: 7808 Submitted by: maintainer | ||||
* | Remove miscellaneous manpages. | hoek | 1998-08-19 | 1 | -1/+0 |
| | |||||
* | Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. | max | 1998-04-05 | 2 | -3/+3 |
| | | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist | ||||
* | Upgrade, 1.03f -> 1.03g. | max | 1998-02-08 | 2 | -5/+5 |
| | | | | | PR: 5657 Submitted by: maintainer | ||||
* | Upgrade, 1.03e -> 1.03f. | max | 1997-12-20 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5341 | ||||
* | Upgrade, 1.03a -> 1.03e | max | 1997-11-14 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5006 | ||||
* | Upgrade, 1.01h -> 1.03a. | max | 1997-09-19 | 4 | -36/+19 |
| | | | | | PR: 4581 Submitted by: maintainer | ||||
* | Instruction to display English help message was wrong. | max | 1997-01-09 | 1 | -1/+2 |
| | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> | ||||
* | Upgrade, 1.01 -> 1.01h. | max | 1997-01-06 | 3 | -75/+26 |
| | | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp | ||||
* | Upgrade, 1.01 -> 1.01h. | max | 1997-01-06 | 2 | -4/+6 |
| | | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max | ||||
* | Install the man page to man/ja_JP.EUC/man1. | max | 1996-12-12 | 3 | -11/+10 |
| | |||||
* | Converted to MAN[1-8] | obrien | 1996-11-17 | 1 | -3/+3 |
| | | | | Converted p5* to use MASTER_SITE_PERL_CPAN | ||||
* | CATEGORIES+= --> CATEGORIES= | obrien | 1996-11-11 | 1 | -2/+2 |
| | | | | Misc variable reordering, cleaning up, etc. | ||||
* | A file and directory management tool. | asami | 1996-03-20 | 6 | -0/+117 |
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> |