diff options
Diffstat (limited to 'network/ipscan')
-rw-r--r-- | network/ipscan/README | 18 | ||||
-rw-r--r-- | network/ipscan/ipscan.SlackBuild | 12 | ||||
-rw-r--r-- | network/ipscan/ipscan.info | 10 | ||||
-rw-r--r-- | network/ipscan/slack-desc | 6 |
4 files changed, 23 insertions, 23 deletions
diff --git a/network/ipscan/README b/network/ipscan/README index 6639eb7560..2be6fec762 100644 --- a/network/ipscan/README +++ b/network/ipscan/README @@ -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. diff --git a/network/ipscan/ipscan.SlackBuild b/network/ipscan/ipscan.SlackBuild index 5d044f48c4..651b5a7755 100644 --- a/network/ipscan/ipscan.SlackBuild +++ b/network/ipscan/ipscan.SlackBuild @@ -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 diff --git a/network/ipscan/ipscan.info b/network/ipscan/ipscan.info index 7ac5eec09d..5c26006ccb 100644 --- a/network/ipscan/ipscan.info +++ b/network/ipscan/ipscan.info @@ -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" diff --git a/network/ipscan/slack-desc b/network/ipscan/slack-desc index 16b9e04973..ee6abe086f 100644 --- a/network/ipscan/slack-desc +++ b/network/ipscan/slack-desc @@ -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: |