* [gentoo-commits] dev/ago:master commit in: net-analyzer/slowhttptest/
@ 2012-09-13 21:10 Agostino Sarubbo
0 siblings, 0 replies; only message in thread
From: Agostino Sarubbo @ 2012-09-13 21:10 UTC (permalink / raw
To: gentoo-commits
commit: beab8073b1ee3d6afa0129be9dcba2c58f7f8232
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 21:09:26 2012 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 21:09:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=beab8073
Initial import for slowhttptest
---
net-analyzer/slowhttptest/Manifest | 3 ++
net-analyzer/slowhttptest/metadata.xml | 9 +++++++
net-analyzer/slowhttptest/slowhttptest-1.5.ebuild | 27 +++++++++++++++++++++
3 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/net-analyzer/slowhttptest/Manifest b/net-analyzer/slowhttptest/Manifest
new file mode 100644
index 0000000..0db0fef
--- /dev/null
+++ b/net-analyzer/slowhttptest/Manifest
@@ -0,0 +1,3 @@
+DIST slowhttptest-1.5.tar.gz 104233 SHA256 23750c7f04ac6da5567014c40d0eb4bac148cba95fa88c50a6f34ccc1579e23b SHA512 c1b11f57da637a827047948fcf1fb35b142631c428053b0d847657ab293bae50d259256ca3a2da2950c6621de016db6d687dbd06fd86510a3a666a469059b8a7 WHIRLPOOL 428d669637d7022a9a676062cafb87409bd02c76e7a9bff3b0f8ed11882beccf4d397f624a47f6882e87f753e9eeaa929094f554c3648d808be66bf07e2f8efd
+EBUILD slowhttptest-1.5.ebuild 494 SHA256 9784689066b11be5f11a51efb14c8d907a68586045bf17ebbaca711248316d7c SHA512 7da77f58f7178992c379aa1899c09228269b88f708db7a064c1ea364b2621182a23e7ccd326e85cbaf9f21eacc7c6368ecc2ce6a5b27654378f91be03b297970 WHIRLPOOL 50e885fa70b27e818da255d77f0ce18893e1e09073ba8117f27bbe5a9c3ccc17e515f519d4cc6438efe91e160a1a190d4c21beb0fe7fd276ce369b569586328c
+MISC metadata.xml 233 SHA256 77226fe2bb71a40e1ad91e1a4ddd1bb5728012844c345b01ccffc1f5ab92270e SHA512 7ca9cf20cfadd69ebd24e89b921aac51290d169b790507577147c823089710f730758b5a0a990311e2db5cc93c2744d85328bf9a09fbd5c75ea5df3a796de487 WHIRLPOOL be83544d3c80e4db47780a2840ccfc7c82c9c0ae0ac85e15347e1e7a1591930f3140d8bbda3b9563e3543aa8c4de1f60def98fd7bafe6b4adf9bd9c259801fb8
diff --git a/net-analyzer/slowhttptest/metadata.xml b/net-analyzer/slowhttptest/metadata.xml
new file mode 100644
index 0000000..6c08151
--- /dev/null
+++ b/net-analyzer/slowhttptest/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ago@gentoo.org</email>
+ <name>Agostino Sarubbo</name>
+ </maintainer>
+</pkgmetadata>
+
diff --git a/net-analyzer/slowhttptest/slowhttptest-1.5.ebuild b/net-analyzer/slowhttptest/slowhttptest-1.5.ebuild
new file mode 100644
index 0000000..d032689
--- /dev/null
+++ b/net-analyzer/slowhttptest/slowhttptest-1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools
+
+DESCRIPTION="Application Layer DoS attack simulator"
+HOMEPAGE="http://code.google.com/p/slowhttptest"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_compile() {
+ emake LDFLAGS="${LDFLAGS}"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-13 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 21:10 [gentoo-commits] dev/ago:master commit in: net-analyzer/slowhttptest/ Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox