From 36310d2a715c012fb7b2a18cee5a68c867c1ebdd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2011 17:16:11 +0200 Subject: Deprecate feh-cam and gen-cam-menu (they will be removed by 2013) Most screenshot-based webcams are no longer around, and I don't think the few remaining ones need the feh-cam tool. Unless I get lots of mails from people still using it, of course. --- cam/feh-cam | 3 +++ cam/gen-cam-menu | 3 +++ man/feh-cam.pre | 9 +++++++++ man/gen-cam-menu.pre | 9 +++++++++ 4 files changed, 24 insertions(+) diff --git a/cam/feh-cam b/cam/feh-cam index 014b22b..29b254f 100755 --- a/cam/feh-cam +++ b/cam/feh-cam @@ -30,6 +30,9 @@ my $DEBUG = 0; # check args &print_usage_and_exit unless (@ARGV); +print STDERR "Note: feh-cam will be removed from the feh distribution in 2013.\n"; +print STDERR "Please mail derf\@finalrewind.org if you still use it.\n"; + # Url, Refresh, and bookmarks my $url = ""; diff --git a/cam/gen-cam-menu b/cam/gen-cam-menu index 198c74c..710070b 100755 --- a/cam/gen-cam-menu +++ b/cam/gen-cam-menu @@ -29,6 +29,9 @@ F_MENU=$HOME"/.enlightenment/"$F_MENUFILE; cp -f $C_MENU $C_MENU"-cam_menu.backup" cp -f $F_MENU $F_MENU"-cam_menu.backup" +echo "Note: gen-cam-menu will be removed from the feh distribution by 2013." > /dev/stderr +echo "Please mail derf@finalrewind.org if you still use it." > /dev/stderr + # generate cam menu echo "Generating \""$C_MENU"\"."; echo "\"$TITLE\"" > "$C_MENU"; diff --git a/man/feh-cam.pre b/man/feh-cam.pre index 40e87a7..4a02753 100644 --- a/man/feh-cam.pre +++ b/man/feh-cam.pre @@ -13,6 +13,15 @@ .Sh VERSION This manual documents feh-cam, shipped with feh version $VERSION$ . +.Sh DEPRECATION WARNING +. +This tool will be removed from the feh distribution by 2013. +. +.Pp +. +If you still use it, please contact me at +.Aq derf@finalrewind.org +. .Sh DESCRIPTION .Nm is a perl wrapper for feh which simplifies viewing webcams using keyed diff --git a/man/gen-cam-menu.pre b/man/gen-cam-menu.pre index 8e6b684..010ff58 100644 --- a/man/gen-cam-menu.pre +++ b/man/gen-cam-menu.pre @@ -11,6 +11,15 @@ .Sh VERSION This manual documents gen-cam-menu, shipped with feh version $VERSION$ . +.Sh DEPRECATION WARNING +. +This tool will be removed from the feh distribution by 2013. +. +.Pp +. +If you still use it, please contact me at +.Aq derf@finalrewind.org +. .Sh DESCRIPTION .Nm is a shell script which creates Enlightenment user menu entries for the -- cgit v1.2.3