summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-lib::mc.ext.in
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-02-09 20:15:46 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-02-09 20:15:46 +0000
commit10d26e8e5df631b046f7a92d6335c86dcfb7bb3b (patch)
tree374f3c95746ba66dcf79ef13f935dcc53869653c /misc/mc/files/patch-lib::mc.ext.in
parentglade2 no longer depends on libgnomeprintui. Update it accordingly. (diff)
Update to 4.6.0
Some of new features and improvements are: - fish (extrnal file system via ssh) - smbfs - internal editor works correctly if mc is built without slang (is built using plain ncurses)
Notes
Notes: svn path=/head/; revision=75207
Diffstat (limited to 'misc/mc/files/patch-lib::mc.ext.in')
-rw-r--r--misc/mc/files/patch-lib::mc.ext.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/misc/mc/files/patch-lib::mc.ext.in b/misc/mc/files/patch-lib::mc.ext.in
deleted file mode 100644
index 06b517e57ab1..000000000000
--- a/misc/mc/files/patch-lib::mc.ext.in
+++ /dev/null
@@ -1,34 +0,0 @@
---- lib/mc.ext.in.orig Tue Aug 14 10:27:12 2001
-+++ lib/mc.ext.in Sun Aug 11 17:05:06 2002
-@@ -237,11 +237,11 @@
- View=sxpm %f
-
- include/image-options
-- Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi
-+ Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ElectricEyes %f &); fi
- View=%view{ascii} identify %f
- #View=%view{ascii} asciiview %f
- Set root window to this image=background-properties --setwallpaper %f &
-- Display this file=ee %f &
-+ Display this file=ElectricEyes %f &
-
-
- ### Sound files ###
-@@ -283,7 +283,7 @@
-
- # Postscript
- type/^PostScript
-- Open=gv %f&
-+ Open=ggv %f&
- View=%view{ascii} ps2ascii %f
- View with GhostView=gv %f
-
-@@ -389,7 +389,7 @@
- # Open=%cd %p#utar
- View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
- Extract=bzip -dc %f 2>/dev/null | tar xf -
--regex/\.tar\.bz2$
-+regex/\.t(ar\.bz2|bz)$
- Open=%cd %p#utar
- View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
- Extract=bzip2 -dc %f 2>/dev/null | tar xf -