network/ipscan: Updated for version 3.5.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-11-19 22:20:17 +00:00 committed by Willy Sudiarto Raharjo
parent d8546d90ad
commit 6a3ce78965
4 changed files with 23 additions and 23 deletions

View file

@ -1,8 +1,8 @@
ipscan (fast and friendly network scanner)
Angry IP Scanner (or simply ipscan) is an open-source and
cross-platform network scanner designed to be fast and simple to use.
It scans IP addresses and ports as well as has many other features.
Angry IP Scanner (or simply ipscan) is an open-source and
cross-platform network scanner designed to be fast and simple to use.
It scans IP addresses and ports as well as has many other features.
It is widely used by network administrators and just curious users
around the world including large and small enterprises, banks, and
@ -12,15 +12,15 @@ It runs on Linux, Windows, and Mac OS X, possibly supporting other
platforms as well.
Angry IP scanner simply pings each IP address to check if it's alive,
then optionally it is resolving its hostname, determines the MAC address,
scans ports, etc. The amount of gathered data about each host can be
extended with plugins.
then optionally it is resolving its hostname, determines the MAC
address, scans ports, etc. The amount of gathered data about each host
can be extended with plugins.
It also has additional features, like NetBIOS information (computer
name, workgroup name, and currently logged in Windows user), favorite
IP address ranges, web server detection, customizable openers, etc.
Scanning results can be saved to CSV, TXT, XML or IP-Port list files.
With help of plugins, Angry IP Scanner can gather any information about
scanned IPs. Anybody who can write Java code is able to write plugins
and extend functionality of Angry IP Scanner.
With help of plugins, Angry IP Scanner can gather any information
about scanned IPs. Anybody who can write Java code is able to write
plugins and extend functionality of Angry IP Scanner.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipscan
VERSION=${VERSION:-3.5.1}
VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,11 +71,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
install -d $PKG/usr/bin
install -D -m755 $CWD/ipscan $PKG/usr/bin/ipscan
install -d $PKG/usr/share/{applications,pixmaps,$PRGNAM}
install -D -m644 $CWD/ipscan.desktop $PKG/usr/share/applications/ipscan.desktop
install -D -m644 $CWD/ipscan.png $PKG/usr/share/pixmaps/ipscan.png
install -Dm755 $CWD/$PRGNAM $PKG/usr/bin/$PRGNAM
install -Dm644 $CWD/ipscan.desktop $PKG/usr/share/applications/ipscan.desktop
install -Dm644 $CWD/ipscan.png $PKG/usr/share/pixmaps/ipscan.png
install -d $PKG/usr/share/$PRGNAM
if [ "$ARCH" = "i586" ]; then
cp $CWD/$SRCNAM-$VERSION.jar $PKG/usr/share/$PRGNAM

View file

@ -1,10 +1,10 @@
PRGNAM="ipscan"
VERSION="3.5.1"
VERSION="3.5.2"
HOMEPAGE="https://github.com/angryziber/ipscan/"
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux-3.5.1.jar"
MD5SUM="6d269d38fe9be4261b7c5d0d74ff1bbf"
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux64-3.5.1.jar"
MD5SUM_x86_64="f9719520334326c31b454c1e7e7f3eca"
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.5.2/ipscan-linux-3.5.2.jar"
MD5SUM="d658bba2470681ab04296ea1707532f1"
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.5.2/ipscan-linux64-3.5.2.jar"
MD5SUM_x86_64="e935bcadc4e2536bdf1e3b2af05ede08"
REQUIRES="jdk"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"

View file

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
ipscan: ipscan (fast and friendly network scanner)
ipscan:
ipscan: Angry IP Scanner (or simply ipscan) is an open-source and
ipscan: cross-platform network scanner designed to be fast and simple to use.
ipscan: It scans IP addresses and ports as well as has many other features.
ipscan: Angry IP Scanner (or simply ipscan) is an open-source and
ipscan: cross-platform network scanner designed to be fast and simple to use.
ipscan: It scans IP addresses and ports as well as has many other features.
ipscan:
ipscan: Home page: https://github.com/angryziber/ipscan/
ipscan: