Commit graph

66 commits

Author SHA1 Message Date
Sergey A. Osokin
472bacc3d9 Use DOCSDIR macro.
Approved by:	knu (maintainer)
2003-12-30 21:35:31 +00:00
Akinori MUSHA
221bb3525c Update to 2.05a, which fixes a bug in a builtin command "checkid". 2003-12-10 03:57:28 +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
32f2c2e39e Update to 2.04c. 2003-10-18 10:40:29 +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
a6b10352a7 Bump PORTREVISION for a couple of fixes I applied. 2003-02-19 08:48:16 +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
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
a5b4c2a618 Ignore error in updating /etc/shells so that a normal user can build
and install this port.
2003-01-05 19:14:20 +00:00
Akinori MUSHA
4d347582f3 Update to 2.02a. 2003-01-03 11:20:51 +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
f172aa6926 - Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +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
a12636276d "GUI-based ... for text terminal" -> "CUI-based"
Suggested by:	ume
2002-02-10 17:35:23 +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
a0332de98e Repocopy and move "fd" from misc/ to shells/ which is more suitable
category for the port.

Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by:	joe
2002-01-29 21:40:13 +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
David W. Chapman Jr.
7044a2ff98 Update to 1.03t
PR:		30475
Submitted by:	maintainer
2001-09-10 01:44:37 +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
Akinori MUSHA
0ed3fa525a Temporarily back out the previous update. There seems to be a nasty
bug in 1.03r.  Now I'm talking with the author...
2001-04-10 10:28:28 +00:00
Akinori MUSHA
2a4757157d Update to 1.03r.
PR:		ports/26471
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
2001-04-10 06:35:10 +00:00
Akinori MUSHA
980b62f62b Update to 1.03q.
Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
2001-03-20 10:14:58 +00:00
Kevin Lo
dd2c027702 Update to 1.03o
PR: 21928
Submitted by: MAINTAINER
2000-10-12 15:31:09 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Steve Price
5073598e5f Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. 2000-07-07 18:44:49 +00:00
Steve Price
30563b5399 Use the distfiles now on ftp.freebsd.org instead of from my home directory
on freefall.
2000-06-17 00:14:42 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Steve Price
39928cca9e Add a MASTER_SITE.
PR:		15675
1999-12-25 18:55:45 +00:00
Steve Price
8e9582af85 Update to version 1.03l.
PR:		15237
Submitted by:	maintainer
1999-12-23 16:20:05 +00:00
Satoshi Taoka
a0ceb45f19 Updated to 1.03k
PR:		13590
Submitted by:	maintainer
1999-09-06 17:33:07 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00