summaryrefslogtreecommitdiff
path: root/shells/fd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 1.03r.Akinori MUSHA2001-04-102-2/+2
| | | | | | | | PR: ports/26471 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER) Notes: svn path=/head/; revision=41173
* Update to 1.03q.Akinori MUSHA2001-03-202-2/+2
| | | | | | | Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Notes: svn path=/head/; revision=40091
* Update to 1.03oKevin Lo2000-10-123-6/+6
| | | | | | | | PR: 21928 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33731
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Use the distfiles now on ftp.freebsd.org instead of from my home directorySteve Price2000-06-171-1/+1
| | | | | | | on freefall. Notes: svn path=/head/; revision=29655
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27512
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Add a MASTER_SITE.Steve Price1999-12-251-1/+2
| | | | | | | PR: 15675 Notes: svn path=/head/; revision=24078
* Update to version 1.03l.Steve Price1999-12-232-4/+4
| | | | | | | | PR: 15237 Submitted by: maintainer Notes: svn path=/head/; revision=23889
* Updated to 1.03kSatoshi Taoka1999-09-062-3/+3
| | | | | | | | PR: 13590 Submitted by: maintainer Notes: svn path=/head/; revision=21317
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Update to 1.03jSeiichirou Hiraoka1999-03-172-4/+4
| | | | | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp Notes: svn path=/head/; revision=17266
* Update to FD-1.03iSeiichirou Hiraoka1999-03-042-5/+5
| | | | Notes: svn path=/head/; revision=16994
* Upgrade, 1.03g -> 1.03h.Masafumi Max NAKANE1998-09-035-11/+27
| | | | | | | | PR: 7808 Submitted by: maintainer Notes: svn path=/head/; revision=13000
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623