mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
proxenet: v.0.3.1 initial ebuild and it's deps
This commit is contained in:
parent
1902280bd3
commit
e6e892e89c
6 changed files with 74 additions and 0 deletions
1
net-proxy/proxenet-plugins/Manifest
Normal file
1
net-proxy/proxenet-plugins/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD proxenet-plugins-9999.ebuild 474 SHA256 f1ee16e97b5acb13a6f00b16dd156effc8948673e6e3be319d4a636b6cd3f660 SHA512 eaf2fa210998de9ced60e3cc2a9b49f2662ed885cecc681170bdebeefa9439b8f6d6bcf4bd0bf873707cd22cae51a45a2b700e2e05561fc5966d7cc1fd2a1427 WHIRLPOOL 3f75f81e7d6fcd965ac0eb5e6fb7220448e9b02874052434e7298ce5f6f9ccf339bf93a028b25d5323fc3faf0996284783bb60f4a57710d755671a281272263f
|
||||
24
net-proxy/proxenet-plugins/proxenet-plugins-9999.ebuild
Normal file
24
net-proxy/proxenet-plugins/proxenet-plugins-9999.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Repository for proxenet plugins"
|
||||
HOMEPAGE="https://github.com/hugsy/proxenet"
|
||||
EGIT_REPO_URI="https://github.com/hugsy/proxenet-plugins.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/proxenet/proxenet-plugins
|
||||
doins -r *
|
||||
}
|
||||
3
net-proxy/proxenet/Manifest
Normal file
3
net-proxy/proxenet/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
AUX proxenet 48 SHA256 bbff145e8809c8cacb27b16387a29767f3e2b1fe91f0d888488fe725c3d99f3c SHA512 ef4651a75e55894aa9451215b79d248b2fc90d18d72e7e8a832c0960f6f2be78d74fccd0e056e7e72a62997d203608d9d87ca51108441f165812317f0637d224 WHIRLPOOL 301b737be3757a767b3379e1aec6971759ab9ee9741beabbf1e0aa9f9c415a219361bf327044bc41bdde0a6509e6c354b36373e4caf816c809ca1e8d52b89ffe
|
||||
DIST proxenet-0.3.1.tar.gz 545023 SHA256 fb703035bd79132bafb195e838a5a217a0a4093e58c1921a96dd2ec9178740d3 SHA512 9f1bb5730cd57990b83adbad1cb4ffdc5bc0635be0f0c5e1b131440587dd88e21d994acd446ca7e68dca3e1786dfa8a173acb2254de33c820912f1c272de1cb1 WHIRLPOOL 6c4c541e26d4a62432e6daebac30380bfe0016879ee1ba3d41949568aec414aca7551db8c53920a971905b9397f4ad2fbd0374a700a19d0a5379bdeb637f7508
|
||||
EBUILD proxenet-0.3.1.ebuild 895 SHA256 7e5c54062d620b4dd513b8d69f45a2b32762a1a171504bdc1223e8cb66e12be6 SHA512 1f277420cae8ee7f4bacea54a6ddffaf48935b1a9dba7ebe5041da36c2633a5d1eb0b66c2000b6663542127e3b833b260b674ead3c22e53b3c69dee19e72c439 WHIRLPOOL aba4b07d8e347b8913df2a0e1d8c3570c730a296e453db9e1bdf977f82f80e9fd4d68607066bf96466746400be0d4b0330c300f15a4a0b5ec757e5e4f0983b94
|
||||
4
net-proxy/proxenet/files/proxenet
Normal file
4
net-proxy/proxenet/files/proxenet
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /usr/share/proxenet
|
||||
./proxenet $@
|
||||
40
net-proxy/proxenet/proxenet-0.3.1.ebuild
Normal file
40
net-proxy/proxenet/proxenet-0.3.1.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A hacker friendly proxy for web application penetration tests."
|
||||
HOMEPAGE="https://github.com/hugsy/proxenet"
|
||||
SRC_URI="https://github.com/hugsy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/polarssl"
|
||||
RDEPEND="${DEPEND}
|
||||
net-proxy/proxenet-plugins"
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
src_configure() {
|
||||
# local mycmakeargs=(
|
||||
# -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES
|
||||
# -DCMAKE_SKIP_RPATH:BOOL=YES
|
||||
# )
|
||||
cmake-utils_src_configure
|
||||
cd ./keys
|
||||
emake keys
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}
|
||||
cp {proxenet,control-client.py,control-web.py} "${D}/usr/share/${PN}/"
|
||||
doins -r keys
|
||||
dodir /usr/share/${PN}/proxenet-plugins/autoload
|
||||
dobin "${FILESDIR}/${PN}"
|
||||
}
|
||||
|
|
@ -10,6 +10,8 @@ net-proxy/ntlmaps
|
|||
~net-proxy/ratproxy-1.58
|
||||
net-proxy/pingtunnel
|
||||
net-proxy/piper
|
||||
~net-proxy/proxenet-0.3.1
|
||||
~net-proxy/proxenet-plugins-9999
|
||||
net-proxy/squid
|
||||
net-proxy/squidclamav
|
||||
net-proxy/squirm
|
||||
|
|
|
|||
Loading…
Reference in a new issue