mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
This commit is contained in:
parent
09adaaf70a
commit
cd807c84ae
9 changed files with 86 additions and 0 deletions
1
dev-perl/Net-Address-IP-Local/Manifest
Normal file
1
dev-perl/Net-Address-IP-Local/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Net-Address-IP-Local-0.1.2.tar.gz 14728 BLAKE2B 70abe49f32f9ea68d0bf14042031c670acfd917f7bd8dd6a001ebb25426b2a9005425b744a6c78bff1c3b4b1711e4e45c5dd42da17fcb9572f80b8e5769b2748 SHA512 98f65c05467ce82ab45b6f9ded6a38f5c2ef6c42f94cb59a72f1b8c4660177494b606f8170812fcb37a9b49b0427d31454f6fbd094dab9877b331a24a324fb05
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A class for discovering the local system's IP address"
|
||||
SRC_URI="https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
|
||||
RDEPEND="dev-perl/Error
|
||||
dev-perl/IO-Socket-INET6"
|
||||
#version"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-perl/Module-Build"
|
||||
8
dev-perl/Net-Address-IP-Local/metadata.xml
Normal file
8
dev-perl/Net-Address-IP-Local/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
1
dev-perl/String-HexConvert/Manifest
Normal file
1
dev-perl/String-HexConvert/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST String-HexConvert-0.02.tar.gz 17027 BLAKE2B f0372d5a59886605009abce465abef4f6e46ed015145ea92ba75b8044a37255a01b0fe1d795107e8930ab86efb649531fdc13e23a723ffdc1823674cefce6433 SHA512 be6e803326eb51c34a124256bcf6030c20440b9c1c23935b9ec70b8e7251c787936891eea21c200214d5996de50aaad237bd866c289f2b540b1541e1d344b53f
|
||||
19
dev-perl/String-HexConvert/String-HexConvert-0.02.ebuild
Normal file
19
dev-perl/String-HexConvert/String-HexConvert-0.02.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=AHERNIT
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Converts ascii strings to hex and reverse"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
|
||||
RDEPEND="virtual/perl-Exporter"
|
||||
DEPEND="${RDEPEND}"
|
||||
8
dev-perl/String-HexConvert/metadata.xml
Normal file
8
dev-perl/String-HexConvert/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
1
net-misc/sippts/Manifest
Normal file
1
net-misc/sippts/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sippts-2.0.4.tar.gz 96966 BLAKE2B 1fe2c1730f55945960ac48813cfb532bec8d73e0bee7cbc0fe530b3fb75c182e8c57d3af739590ccf1b4ab161079fbaf09dd5d1efc676e8f63b55c5e7f2bb9d0 SHA512 0fbdafd144a7d60991b4544d1ac416a00a76029b5960d379138ccce8374089f07806385b3a1200733e30cdf3de2aa9cd639b306548e8a72799d6206a7b0fc7d0
|
||||
24
net-misc/sippts/sippts-2.0.4.ebuild
Normal file
24
net-misc/sippts/sippts-2.0.4.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol"
|
||||
HOMEPAGE="https://github.com/Pepelux/sippts"
|
||||
SRC_URI="https://github.com/Pepelux/sippts/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-perl/IO-Socket-Timeout
|
||||
dev-perl/NetAddr-IP
|
||||
dev-perl/String-HexConvert
|
||||
dev-perl/Net-Pcap
|
||||
dev-perl/Net-Address-IP-Local
|
||||
dev-perl/DBD-SQLite"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-lang/perl[ithreads]"
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
#Pentoo
|
||||
|
||||
net-misc/sippts
|
||||
net-vpn/udp2raw-tunnel
|
||||
net-misc/wireshark-sap-plugin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue