summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-09-13 22:05:04 +0200
committerAgostino Sarubbo <ago@gentoo.org>2012-09-13 22:05:04 +0200
commitc37217354dc4dda984f1d32e89d55a08c99488a3 (patch)
treede75505a048f1d465cf3d682afc5926b691a4776 /net-analyzer
parentupdate manifest (diff)
downloadago-c37217354dc4dda984f1d32e89d55a08c99488a3.tar.gz
ago-c37217354dc4dda984f1d32e89d55a08c99488a3.tar.bz2
ago-c37217354dc4dda984f1d32e89d55a08c99488a3.zip
Initial import of thc-ssl-dos, TODO: respect cflags
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/thc-ssl-dos/Manifest3
-rw-r--r--net-analyzer/thc-ssl-dos/metadata.xml9
-rw-r--r--net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild24
3 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/thc-ssl-dos/Manifest b/net-analyzer/thc-ssl-dos/Manifest
new file mode 100644
index 0000000..eeb4772
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/Manifest
@@ -0,0 +1,3 @@
+DIST thc-ssl-dos-1.4.tar.gz 111353 SHA256 3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04 SHA512 f450aebe7d3bc40ef2bdd8d53a24fbff3efd4adf32caee4e650a28b9ecbdafa95fd3b89ad1744be8544369fd696cb36942e55cbdf29e875b281cb8ac390ee499 WHIRLPOOL 2879b270ebcfc26c8b9b05bab8202e56b819a8ef03b44c8f89c2197c65faf6aeb892bb723084b36081f7f8dfb0d8ec7be33a900a59a469fd8e2242eb26fe976b
+EBUILD thc-ssl-dos-1.4.ebuild 452 SHA256 757e37c7ae8fe062a09d5cab0ca5fa5617a4e2fd8a09f726a7be1f12db488833 SHA512 5f2c31c1333936dda46d2a8650174af2b45550842beab8ab0439202cfba25a7d75082630d43dc7f8a35b6d36b890792d0f54a2af111aceab2242850506c801e2 WHIRLPOOL eedc9ba9fa32e7a0eb6b651ae9b63ce565cc02e1bcb618f0119d97a19a435f7a8ae6616ef36d35ab84723b1ea13a54ae17bf874325d288fb37b2437acd1be390
+MISC metadata.xml 233 SHA256 77226fe2bb71a40e1ad91e1a4ddd1bb5728012844c345b01ccffc1f5ab92270e SHA512 7ca9cf20cfadd69ebd24e89b921aac51290d169b790507577147c823089710f730758b5a0a990311e2db5cc93c2744d85328bf9a09fbd5c75ea5df3a796de487 WHIRLPOOL be83544d3c80e4db47780a2840ccfc7c82c9c0ae0ac85e15347e1e7a1591930f3140d8bbda3b9563e3543aa8c4de1f60def98fd7bafe6b4adf9bd9c259801fb8
diff --git a/net-analyzer/thc-ssl-dos/metadata.xml b/net-analyzer/thc-ssl-dos/metadata.xml
new file mode 100644
index 0000000..6c08151
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/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/thc-ssl-dos/thc-ssl-dos-1.4.ebuild b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
new file mode 100644
index 0000000..b9919f1
--- /dev/null
+++ b/net-analyzer/thc-ssl-dos/thc-ssl-dos-1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools
+
+DESCRIPTION="Tool to DoS"
+HOMEPAGE="http://www.thc.org"
+SRC_URI="http://www.thc.org/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="as-is"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i -e "s: -Wall::g;s: /usr/local/lib::" configure.in || die
+ eautoreconf
+}