aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.06a.knu2004-10-266-478/+5
|
* Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]knu2004-07-174-0/+464
| | | | and [FDclone-users:00313].
* Update to 2.05g.knu2004-07-102-3/+3
|
* Update to 2.05f.knu2004-06-256-94/+15
|
* Fix a bug where a \ at EOL did not work as escape character.knu2004-06-134-0/+88
| | | | Obtained from: [FDclone-users:00287]
* Update to 2.05e.knu2004-06-097-762/+3
|
* Double MAXLAUNCHTABLE and MAXFUNCLINES.knu2004-05-272-5/+15
|
* Readd a correct fix against the glob expansion bug.knu2004-05-264-1/+715
|
* Back out part of the previous commit. Turned out that the fixes inknu2004-05-254-652/+1
| | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs...
* Apply fixes against recently reported bugs.knu2004-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.
* Update to 2.05d.knu2004-05-132-3/+3
|
* Update to 2.05c.knu2004-02-252-2/+3
|
* Use DOCSDIR macro.osa2003-12-312-8/+8
| | | | Approved by: knu (maintainer)
* Update to 2.05a, which fixes a bug in a builtin command "checkid".knu2003-12-102-3/+4
|
* Update to 2.05.knu2003-12-093-34/+2
|
* Apply a patch that fixes segv in group lookups.knu2003-11-202-0/+32
| | | | Obtained from: [FDclone-users:00244]
* Update to 2.04c.knu2003-10-182-2/+2
|
* Update to 2.04a.knu2003-07-293-16/+2
|
* Update to 2.04.knu2003-06-303-2/+16
|
* Update to 2.03b.knu2003-05-156-149/+2
|
* Apply a fix against a macro expansion problem and bump PORTREVISIONknu2003-04-234-0/+134
| | | | accordingly.
* Update to 2.03a + readlink fix.knu2003-04-194-9/+34
|
* Update to 2.03.knu2003-03-283-10/+10
|
* Update to 2.02b.knu2003-03-034-43/+2
|
* Bump PORTREVISION for a couple of fixes I applied.knu2003-02-191-0/+1
|
* Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls intoknu2003-02-191-0/+27
| | | | background as soon as it is invoked.
* Add a patch to fix a glob expansion problem where special characterknu2003-02-191-0/+13
| | | | escaping does not work.
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* Ignore error in updating /etc/shells so that a normal user can buildknu2003-01-061-4/+4
| | | | and install this port.
* Update to 2.02a.knu2003-01-032-2/+2
|
* Update to 2.01c.knu2002-10-074-269/+2
|
* - Fix the .zip file list format.knu2002-09-192-5/+5
| | | | - Recognize .tar.z as tar+gz archive.
* - Apply a couple of patches posted on the FD-clone mailing list,knu2002-09-164-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.knu2002-08-113-3/+11
| | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly.
* - Update to 2.01b.knu2002-07-132-2/+8
| | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0)
* Update to 2.01a.knu2002-06-113-15/+7
| | | | Adjust tar_format for the latest GNU tar.
* Update to 2.01.knu2002-05-164-197/+11
| | | | Add compression/uncompression definitions for .Z/.gz/.bz2.
* - Add a patch from the author that fixes a bug in file nameknu2002-04-163-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.knu2002-04-013-15/+2
|
* Add a patch supplied by the author to fix a bug in glob expansionknu2002-03-262-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"knu2002-02-112-6/+5
| | | | Suggested by: ume
* Update FD, a GUI-based file and directory management tool for textknu2002-02-1111-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 suitableknu2002-01-301-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 whereknu2002-01-222-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 whereknu2002-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.
* upgrade to 1.03uijliao2001-12-273-7/+8
| | | | | PR: 33226 Submitted by: maintainer
* Update to 1.03tdwcjr2001-09-102-2/+2
| | | | | PR: 30475 Submitted by: maintainer
* Update to 1.03s and remove hotfix patches.knu2001-05-314-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 setknu2001-04-104-2/+26
| | | | | | to 1 now due to this whole matter. Submitted by: MAINTAINER
* Temporarily back out the previous update. There seems to be a nastyknu2001-04-102-2/+2
| | | | bug in 1.03r. Now I'm talking with the author...
* Update to 1.03r.knu2001-04-102-2/+2
| | | | | PR: ports/26471 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
* Update to 1.03q.knu2001-03-202-2/+2
| | | | Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
* Update to 1.03okevlo2000-10-123-6/+6
| | | | | PR: 21928 Submitted by: MAINTAINER
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-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.steve2000-07-081-1/+2
|
* Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1
| | | | on freefall.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Add a MASTER_SITE.steve1999-12-261-1/+2
| | | | PR: 15675
* Update to version 1.03l.steve1999-12-242-4/+4
| | | | | PR: 15237 Submitted by: maintainer
* Updated to 1.03ktaoka1999-09-072-3/+3
| | | | | PR: 13590 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update to 1.03jflathill1999-03-172-4/+4
| | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp
* Update to FD-1.03iflathill1999-03-042-5/+5
|
* Upgrade, 1.03g -> 1.03h.max1998-09-045-11/+27
| | | | | PR: 7808 Submitted by: maintainer
* Remove miscellaneous manpages.hoek1998-08-191-1/+0
|
* Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.max1998-04-052-3/+3
| | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
* Upgrade, 1.03f -> 1.03g.max1998-02-082-5/+5
| | | | | PR: 5657 Submitted by: maintainer
* Upgrade, 1.03e -> 1.03f.max1997-12-202-5/+5
| | | | | Submitted by: maintainer PR: 5341
* Upgrade, 1.03a -> 1.03emax1997-11-142-5/+5
| | | | | Submitted by: maintainer PR: 5006
* Upgrade, 1.01h -> 1.03a.max1997-09-194-36/+19
| | | | | PR: 4581 Submitted by: maintainer
* Instruction to display English help message was wrong.max1997-01-091-1/+2
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Upgrade, 1.01 -> 1.01h.max1997-01-063-75/+26
| | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp
* Upgrade, 1.01 -> 1.01h.max1997-01-062-4/+6
| | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max
* Install the man page to man/ja_JP.EUC/man1.max1996-12-123-11/+10
|
* Converted to MAN[1-8]obrien1996-11-171-3/+3
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Misc variable reordering, cleaning up, etc.
* A file and directory management tool.asami1996-03-206-0/+117
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>