summaryrefslogtreecommitdiffstats
path: root/network/WhatWeb
diff options
context:
space:
mode:
Diffstat (limited to 'network/WhatWeb')
-rw-r--r--network/WhatWeb/README9
-rw-r--r--network/WhatWeb/WhatWeb.SlackBuild18
-rw-r--r--network/WhatWeb/WhatWeb.info8
3 files changed, 23 insertions, 12 deletions
diff --git a/network/WhatWeb/README b/network/WhatWeb/README
index 31daf88b70..3ececbb7b4 100644
--- a/network/WhatWeb/README
+++ b/network/WhatWeb/README
@@ -1,4 +1,5 @@
-WhatWeb identifies websites. Its goal is to answer the question, "What is
-that Website?". WhatWeb recognises web technologies including content
-management systems (CMS), blogging platforms, statistic/analytics packages,
- JavaScript libraries, web servers, and embedded devices.
+WhatWeb identifies websites. Its goal is to answer the question,
+"What is that Website?". WhatWeb recognises web technologies
+including content management systems (CMS), blogging platforms,
+statistic/analytics packages, JavaScript libraries, web servers, and
+embedded devices.
diff --git a/network/WhatWeb/WhatWeb.SlackBuild b/network/WhatWeb/WhatWeb.SlackBuild
index 1956cccd80..d8c8f22868 100644
--- a/network/WhatWeb/WhatWeb.SlackBuild
+++ b/network/WhatWeb/WhatWeb.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for <whatweb>
@@ -18,10 +18,13 @@
# 0. You just DO WHAT THE FUCK YOU WANT TO.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=WhatWeb
-VERSION=${VERSION:-0.4.9}
+VERSION=${VERSION:-0.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -31,7 +34,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -83,4 +93,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/network/WhatWeb/WhatWeb.info b/network/WhatWeb/WhatWeb.info
index 0e72d568b5..8c4ee9de47 100644
--- a/network/WhatWeb/WhatWeb.info
+++ b/network/WhatWeb/WhatWeb.info
@@ -1,10 +1,10 @@
PRGNAM="WhatWeb"
-VERSION="0.4.9"
+VERSION="0.5.5"
HOMEPAGE="https://github.com/urbanadventurer/WhatWeb/releases"
-DOWNLOAD="https://github.com/urbanadventurer/WhatWeb/archive/v0.4.9/WhatWeb-0.4.9.tar.gz"
-MD5SUM="31d57457f34f6691ac20639ffdef8ad6"
+DOWNLOAD="https://github.com/urbanadventurer/WhatWeb/archive/v0.5.5/WhatWeb-0.5.5.tar.gz"
+MD5SUM="bc2f2e427e390103121096cda4697849"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="wigums"
-EMAIL="pioneer22675@gmail.com"
+EMAIL="wigums@protonmail.com"