aboutsummaryrefslogtreecommitdiffstats
path: root/shells/fd/files/patch-_fdrc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-04-16 01:55:19 +0800
committerknu <knu@FreeBSD.org>2002-04-16 01:55:19 +0800
commit7428b524b709e8a29093d7e16b83a8b6e5ce0af6 (patch)
tree897eaf9bc24750b2a2493f59ed70bbc6e716328e /shells/fd/files/patch-_fdrc
parent40beaa138f10eaf2ba7320c4267b53b61e196adb (diff)
downloadfreebsd-ports-gnome-7428b524b709e8a29093d7e16b83a8b6e5ce0af6.tar.gz
freebsd-ports-gnome-7428b524b709e8a29093d7e16b83a8b6e5ce0af6.tar.zst
freebsd-ports-gnome-7428b524b709e8a29093d7e16b83a8b6e5ce0af6.zip
- 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)
Diffstat (limited to 'shells/fd/files/patch-_fdrc')
-rw-r--r--shells/fd/files/patch-_fdrc27
1 files changed, 19 insertions, 8 deletions
diff --git a/shells/fd/files/patch-_fdrc b/shells/fd/files/patch-_fdrc
index 79d467965444..7a4f731552d2 100644
--- a/shells/fd/files/patch-_fdrc
+++ b/shells/fd/files/patch-_fdrc
@@ -1,5 +1,5 @@
---- _fdrc.orig Wed Feb 6 00:00:00 2002
-+++ _fdrc Mon Feb 11 01:28:06 2002
+--- _fdrc.orig Wed Mar 27 00:00:00 2002
++++ _fdrc Thu Apr 11 22:06:39 2002
@@ -13,2 +13,3 @@
#SORTTYPE=0
+FD_SORTTYPE=101
@@ -12,19 +12,23 @@
#ADJTTY=0
+FD_ADJTTY=1
-@@ -104,2 +107,3 @@
+@@ -62,2 +65,3 @@
+ #COLUMNS=2
++FD_COLUMNS=1
+
+@@ -104,2 +108,3 @@
#ANSICOLOR=0
+FD_ANSICOLOR=1
-@@ -144,2 +148,3 @@
+@@ -144,2 +149,3 @@
#LANGUAGE=$LANG
+FD_LANGUAGE=$LANG
-@@ -215,2 +220,3 @@
+@@ -215,2 +221,3 @@
#PAGER=more%K
-+FD_PAGER=${PAGER:-more}%K
++FD_PAGER=${PAGER:-/usr/bin/more}%K
#EDITOR=vi
-@@ -222,2 +228,35 @@
+@@ -222,2 +229,42 @@
# launcher definition
+tar="tar"
+
@@ -59,8 +63,15 @@
+
+launch ".bz2" "bzip2 -cd %C | $PAGER"
+
++# RCS/CVS files
++launch ",v" "rlog %C | $PAGER"
++
++# distribution files
++launch ".aa" "cat %X.?? | $tar tvfz -" "$tar_format"
++arch ".aa" "echo ERROR" "cat %X.?? | $tar zxf - %TA"
++
#(Default)
-@@ -325,2 +364,33 @@
+@@ -325,2 +372,33 @@
# archiver definition
+
+arch ".tar" "$tar cf %C %T" "$tar xf %C %TA"