diff --git a/network/monitor/ipscan/actions.py b/network/monitor/ipscan/actions.py new file mode 100644 index 0000000000..b4f113cc21 --- /dev/null +++ b/network/monitor/ipscan/actions.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pisitools, shelltools, get + +WorkDir="." +def install(): + pisitools.insinto("/usr/share/java", "%s/ipscan-linux64-3.8.2.jar" % get.workDIR()) diff --git a/network/monitor/ipscan/files/ipscan b/network/monitor/ipscan/files/ipscan new file mode 100644 index 0000000000..5c713023e3 --- /dev/null +++ b/network/monitor/ipscan/files/ipscan @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/lib/jvm/java-openjdk/bin/java -jar /usr/share/java/ipscan-linux64-3.8.2.jar "$@" diff --git a/network/monitor/ipscan/files/ipscan.desktop b/network/monitor/ipscan/files/ipscan.desktop new file mode 100644 index 0000000000..18f99996aa --- /dev/null +++ b/network/monitor/ipscan/files/ipscan.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Angry IP Scanner +Name[tr]= Angry IP Tarayıcı +Comment=Fast and friendly network scanner +Comment[tr]=Hızlı ve dost canlısı ağ tarayıcı +GenericName=Fast and friendly network scanner +GenericName=Hızlı ve dost canlısı ağ tarayıcı +Exec=/usr/bin/ipscan +Terminal=false +Type=Application +Icon=ipscan +Categories=Network;Security; +StartupWMClass=Angry IP Scanner +StartupNotify=true diff --git a/network/monitor/ipscan/files/ipscan.png b/network/monitor/ipscan/files/ipscan.png new file mode 100644 index 0000000000..3e0c47fc11 Binary files /dev/null and b/network/monitor/ipscan/files/ipscan.png differ diff --git a/network/monitor/ipscan/pspec.xml b/network/monitor/ipscan/pspec.xml new file mode 100644 index 0000000000..d46508a9e1 --- /dev/null +++ b/network/monitor/ipscan/pspec.xml @@ -0,0 +1,47 @@ + + + + + ipscan + https://angryip.org/ + + Pisilinux Community + admins@pisilinux.org + + ipscan + GPLv2 + app:gui + This is the source code of Angry IP Scanner, licensed with GPL v2 + This is the source code of Angry IP Scanner, licensed with GPL v2 + https://github.com/angryip/ipscan/releases/download/3.8.2/ipscan-linux64-3.8.2.jar + + + + ipscan + + jre-openjdk + jre-openjdk-headless + + + /usr/bin + /usr/share/applications + /usr/share/java + /usr/share/pixmaps + + + ipscan + ipscan.desktop + ipscan.png + + + + + + 2022-09-30 + 3.8.2 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + +