From f249f99add2c5ab3306c6475714f529e9d538135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 7 Apr 2013 17:55:22 +0300 Subject: [PATCH] note about used external programs --- pldnotify.awk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pldnotify.awk b/pldnotify.awk index 39850eb..a11735a 100644 --- a/pldnotify.awk +++ b/pldnotify.awk @@ -1,5 +1,4 @@ #!/bin/awk -f -# $Revision$, $Date$ # # Copyright (C) 2000-2013 PLD-Team # Authors: @@ -19,6 +18,14 @@ # NOTE: # to test run this, run: # $ awk -vDEBUG=1 pldnotify.awk < specfile +# +# To get full out of it, you need to have following tools installed: +# - perl, sed, wget, coreutils, util-linux +# - perl HTML::TreeBuilder module for better links parser (-vUSE_PERL=0 to disable) +# - pear for php-pear package updates +# - npm for nodejs packages +# +# Additionally "mirrors" file in current dir, controls local mirrors you prefer function d(s) { if (!DEBUG) { -- 2.44.0