aboutsummaryrefslogtreecommitdiff
path: root/shells/fd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.06a.Akinori MUSHA2004-10-266-478/+5
| | | | Notes: svn path=/head/; revision=120196
* Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]Akinori MUSHA2004-07-174-0/+464
| | | | | | | and [FDclone-users:00313]. Notes: svn path=/head/; revision=113793
* Update to 2.05g.Akinori MUSHA2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113333
* Update to 2.05f.Akinori MUSHA2004-06-246-94/+15
| | | | Notes: svn path=/head/; revision=112153
* Fix a bug where a \ at EOL did not work as escape character.Akinori MUSHA2004-06-124-0/+88
| | | | | | | Obtained from: [FDclone-users:00287] Notes: svn path=/head/; revision=111347
* Update to 2.05e.Akinori MUSHA2004-06-097-762/+3
| | | | Notes: svn path=/head/; revision=111157
* Double MAXLAUNCHTABLE and MAXFUNCLINES.Akinori MUSHA2004-05-272-5/+15
| | | | Notes: svn path=/head/; revision=110108
* Readd a correct fix against the glob expansion bug.Akinori MUSHA2004-05-254-1/+715
| | | | Notes: svn path=/head/; revision=109998
* Back out part of the previous commit. Turned out that the fixes inAkinori MUSHA2004-05-254-652/+1
| | | | | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs... Notes: svn path=/head/; revision=109962
* Apply fixes against recently reported bugs.Akinori MUSHA2004-05-256-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. Notes: svn path=/head/; revision=109928
* Update to 2.05d.Akinori MUSHA2004-05-132-3/+3
| | | | Notes: svn path=/head/; revision=109051
* Update to 2.05c.Akinori MUSHA2004-02-252-2/+3
| | | | Notes: svn path=/head/; revision=102093
* Use DOCSDIR macro.Sergey A. Osokin2003-12-302-8/+8
| | | | | | | Approved by: knu (maintainer) Notes: svn path=/head/; revision=96970
* Update to 2.05a, which fixes a bug in a builtin command "checkid".Akinori MUSHA2003-12-102-3/+4
| | | | Notes: svn path=/head/; revision=95516
* Update to 2.05.Akinori MUSHA2003-12-083-34/+2
| | | | Notes: svn path=/head/; revision=95407
* Apply a patch that fixes segv in group lookups.Akinori MUSHA2003-11-202-0/+32
| | | | | | | Obtained from: [FDclone-users:00244] Notes: svn path=/head/; revision=94427
* Update to 2.04c.Akinori MUSHA2003-10-182-2/+2
| | | | Notes: svn path=/head/; revision=91562
* Update to 2.04a.Akinori MUSHA2003-07-293-16/+2
| | | | Notes: svn path=/head/; revision=85815
* Update to 2.04.Akinori MUSHA2003-06-303-2/+16
| | | | Notes: svn path=/head/; revision=83883
* Update to 2.03b.Akinori MUSHA2003-05-156-149/+2
| | | | Notes: svn path=/head/; revision=81012
* Apply a fix against a macro expansion problem and bump PORTREVISIONAkinori MUSHA2003-04-234-0/+134
| | | | | | | accordingly. Notes: svn path=/head/; revision=79503
* Update to 2.03a + readlink fix.Akinori MUSHA2003-04-194-9/+34
| | | | Notes: svn path=/head/; revision=79275
* Update to 2.03.Akinori MUSHA2003-03-283-10/+10
| | | | Notes: svn path=/head/; revision=77610
* Update to 2.02b.Akinori MUSHA2003-03-034-43/+2
| | | | Notes: svn path=/head/; revision=76770
* Bump PORTREVISION for a couple of fixes I applied.Akinori MUSHA2003-02-191-0/+1
| | | | Notes: svn path=/head/; revision=75867
* Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls intoAkinori MUSHA2003-02-191-0/+27
| | | | | | | background as soon as it is invoked. Notes: svn path=/head/; revision=75866
* Add a patch to fix a glob expansion problem where special characterAkinori MUSHA2003-02-191-0/+13
| | | | | | | escaping does not work. Notes: svn path=/head/; revision=75865
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Ignore error in updating /etc/shells so that a normal user can buildAkinori MUSHA2003-01-051-4/+4
| | | | | | | and install this port. Notes: svn path=/head/; revision=72595
* Update to 2.02a.Akinori MUSHA2003-01-032-2/+2
| | | | Notes: svn path=/head/; revision=72377
* Update to 2.01c.Akinori MUSHA2002-10-064-269/+2
| | | | Notes: svn path=/head/; revision=67497
* - Fix the .zip file list format.Akinori MUSHA2002-09-182-5/+5
| | | | | | | - Recognize .tar.z as tar+gz archive. Notes: svn path=/head/; revision=66630
* - Apply a couple of patches posted on the FD-clone mailing list,Akinori MUSHA2002-09-154-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). Notes: svn path=/head/; revision=66376
* - Recognize .tbz as a tar+bzip2 suffix.Akinori MUSHA2002-08-113-3/+11
| | | | | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=64375
* - Update to 2.01b.Akinori MUSHA2002-07-132-2/+8
| | | | | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0) Notes: svn path=/head/; revision=62888
* Update to 2.01a.Akinori MUSHA2002-06-113-15/+7
| | | | | | | Adjust tar_format for the latest GNU tar. Notes: svn path=/head/; revision=61103
* Update to 2.01.Akinori MUSHA2002-05-154-197/+11
| | | | | | | Add compression/uncompression definitions for .Z/.gz/.bz2. Notes: svn path=/head/; revision=59189
* - Add a patch from the author that fixes a bug in file nameAkinori MUSHA2002-04-153-8/+209
| | | | | | | | | | | | | completion. Bump PORTREVISION accordingly. - Default the number of columns to 1. - Add some nifty launcher definitions. Submitted by: nork (partly) Notes: svn path=/head/; revision=57726
* Update to 2.00b.Akinori MUSHA2002-03-313-15/+2
| | | | Notes: svn path=/head/; revision=57079
* Add a patch supplied by the author to fix a bug in glob expansionAkinori MUSHA2002-03-252-0/+13
| | | | | | | | | | where a series of globs was only partially expanded. (`echo a* b*' -> `echo a aa aaa b*') Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=56651
* "GUI-based ... for text terminal" -> "CUI-based"Akinori MUSHA2002-02-102-6/+5
| | | | | | | Suggested by: ume Notes: svn path=/head/; revision=54488
* Update FD, a GUI-based file and directory management tool for textAkinori MUSHA2002-02-1011-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) Notes: svn path=/head/; revision=54487
* Repocopy and move "fd" from misc/ to shells/ which is more suitableAkinori MUSHA2002-01-291-1/+1
| | | | | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe Notes: svn path=/head/; revision=53989
* Add a patch submitted by the author which fixes a bug I reported whereAkinori MUSHA2002-01-212-1/+49
| | | | | | | | | | fd occasionally dies of a segfault caused by a buffer overrun on command invocation. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=53462
* Add a patch submitted by the author which fixes a bug I reported whereAkinori MUSHA2002-01-192-1/+14
| | | | | | | | | | | fd fails to expand a relative symlink in the root directory. Bump PORTREVISION accordingly. Remove an unneeded MASTER_SITE_SUBDIR line. Notes: svn path=/head/; revision=53335
* upgrade to 1.03uYing-Chieh Liao2001-12-273-7/+8
| | | | | | | | PR: 33226 Submitted by: maintainer Notes: svn path=/head/; revision=52236
* Update to 1.03tDavid W. Chapman Jr.2001-09-102-2/+2
| | | | | | | | PR: 30475 Submitted by: maintainer Notes: svn path=/head/; revision=47596
* Update to 1.03s and remove hotfix patches.Akinori MUSHA2001-05-314-28/+3
| | | | | | | | PR: ports/27785 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43338
* Re-update to 1.03r with a hotfix from the author. PORTREVISION is setAkinori MUSHA2001-04-104-2/+26
| | | | | | | | | to 1 now due to this whole matter. Submitted by: MAINTAINER Notes: svn path=/head/; revision=41198
* Temporarily back out the previous update. There seems to be a nastyAkinori MUSHA2001-04-102-2/+2
| | | | | | | bug in 1.03r. Now I'm talking with the author... Notes: svn path=/head/; revision=41188