diff options
author | knu <knu@FreeBSD.org> | 2003-03-28 10:13:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-03-28 10:13:10 +0000 |
commit | f90b493df23bbeb414535650d20aa56b8de835c0 (patch) | |
tree | 115f78145562e7f39fdc8aa4f93dbe2f4c32e5b0 /shells/fd | |
parent | 4c1c1e9e2ba3c22cfa88b7ee4b88c3c067697370 (diff) | |
download | FreeBSD-ports-f90b493df23bbeb414535650d20aa56b8de835c0.zip FreeBSD-ports-f90b493df23bbeb414535650d20aa56b8de835c0.tar.gz |
Update to 2.03.
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | shells/fd/distinfo | 2 | ||||
-rw-r--r-- | shells/fd/files/patch-_fdrc | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 352b2b2..0243d3a 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fd -PORTVERSION= 2.02b +PORTVERSION= 2.03 CATEGORIES= shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ diff --git a/shells/fd/distinfo b/shells/fd/distinfo index 9043a34..3419eed 100644 --- a/shells/fd/distinfo +++ b/shells/fd/distinfo @@ -1 +1 @@ -MD5 (FD-2.02b.tar.gz) = 964b139d705133d5b252b77d936193af +MD5 (FD-2.03.tar.gz) = 7fc35b4dff6cf2c2cacc2bb8a1469327 diff --git a/shells/fd/files/patch-_fdrc b/shells/fd/files/patch-_fdrc index 7c99fa1..c858e72 100644 --- a/shells/fd/files/patch-_fdrc +++ b/shells/fd/files/patch-_fdrc @@ -1,5 +1,5 @@ ---- _fdrc.orig Wed Jul 10 00:00:00 2002 -+++ _fdrc Thu Sep 19 03:26:06 2002 +--- _fdrc.orig Wed Mar 26 00:00:00 2003 ++++ _fdrc Fri Mar 28 19:08:37 2003 @@ -13,2 +13,3 @@ #SORTTYPE=0 +FD_SORTTYPE=101 @@ -28,15 +28,15 @@ #ANSICOLOR=0 +FD_ANSICOLOR=1 -@@ -144,2 +151,3 @@ - #LANGUAGE=$LANG +@@ -174,2 +181,3 @@ + #LANGUAGE="" +FD_LANGUAGE=$LANG -@@ -215,2 +223,3 @@ +@@ -245,2 +253,3 @@ #PAGER=more%K +FD_PAGER=${PAGER:-/usr/bin/more}%K #EDITOR=vi -@@ -222,2 +231,38 @@ +@@ -252,2 +261,38 @@ # launcher definition +tar="tar" +tar_format="%a %u/%g %s %m %d %t %y %f" @@ -75,7 +75,7 @@ +arch "/.aa" "echo ERROR" "cat %X.?? | $tar zxf - %TA" + #(Default) -@@ -325,2 +370,39 @@ +@@ -341,2 +386,39 @@ # archiver definition + +for ext in /.tar; do @@ -115,7 +115,7 @@ +arch ".uu" "_uuencode %C %TA" "uudecode -ic < %C" + #(Default) -@@ -387 +469,5 @@ +@@ -433 +515,5 @@ #keymap DEL "\033[3~" + +if [ -f /etc/fd2rc.local ]; then |