diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-22 19:15:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-22 19:15:12 +0000 |
commit | ed2d2be3dbcac3bde000f4d89f3ae5836cd53b93 (patch) | |
tree | ea35ca7703e69b2f955232964f66c73b9338e847 /net-proxy/webscarab | |
parent | Adding pcmcia flag. Closes #90025, Cheers Georgi (diff) | |
download | gentoo-2-ed2d2be3dbcac3bde000f4d89f3ae5836cd53b93.tar.gz gentoo-2-ed2d2be3dbcac3bde000f4d89f3ae5836cd53b93.tar.bz2 gentoo-2-ed2d2be3dbcac3bde000f4d89f3ae5836cd53b93.zip |
www-proxy -> net-proxy
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-proxy/webscarab')
-rw-r--r-- | net-proxy/webscarab/ChangeLog | 19 | ||||
-rw-r--r-- | net-proxy/webscarab/Manifest | 5 | ||||
-rw-r--r-- | net-proxy/webscarab/files/digest-webscarab-20050411 | 1 | ||||
-rw-r--r-- | net-proxy/webscarab/files/webscarab.sh | 3 | ||||
-rw-r--r-- | net-proxy/webscarab/metadata.xml | 9 | ||||
-rw-r--r-- | net-proxy/webscarab/webscarab-20050411.ebuild | 24 |
6 files changed, 61 insertions, 0 deletions
diff --git a/net-proxy/webscarab/ChangeLog b/net-proxy/webscarab/ChangeLog new file mode 100644 index 000000000000..9e4e4f63b179 --- /dev/null +++ b/net-proxy/webscarab/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for www-proxy/webscarab +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.1 2005/04/22 19:15:12 mrness Exp $ + + + 22 Apr 2005; Alin Nastac <mrness@gentoo.org> -webscarab-20050311.ebuild: + Rename category & herd www-proxy to net-proxy. Remove old version. + +*webscarab-20050411 (13 Apr 2005) + + 13 Apr 2005; Alin Nastac <mrness@gentoo.org> +webscarab-20050411.ebuild: + Version bump (#89015) + +*webscarab-20050311 (09 Apr 2005) + + 09 Apr 2005; Alin Nastac <mrness@gentoo.org> +files/webscarab.sh, + +metadata.xml, +webscarab-20050311.ebuild: + Initial import from bug #87126, thanks to Michael Zanetta <grimmlin@pentoo.ch>. + diff --git a/net-proxy/webscarab/Manifest b/net-proxy/webscarab/Manifest new file mode 100644 index 000000000000..94b6eaa9984e --- /dev/null +++ b/net-proxy/webscarab/Manifest @@ -0,0 +1,5 @@ +MD5 bd07370e5a57364e49ab498e9a2a9184 webscarab-20050411.ebuild 691 +MD5 3f9c985843c0b67b5ca89f24dedaf5cf ChangeLog 723 +MD5 ca053d1e95015fb10ae3772bf20fa65d metadata.xml 509 +MD5 5cb4880cfa82a9c95f56a036d0b74529 files/webscarab.sh 49 +MD5 a9922048bc664eadbdcdc43d8b1ffe60 files/digest-webscarab-20050411 87 diff --git a/net-proxy/webscarab/files/digest-webscarab-20050411 b/net-proxy/webscarab/files/digest-webscarab-20050411 new file mode 100644 index 000000000000..6eb1c25bc1f6 --- /dev/null +++ b/net-proxy/webscarab/files/digest-webscarab-20050411 @@ -0,0 +1 @@ +MD5 fd6d6646357bce2858fcee7cfede1a4b webscarab-selfcontained-20050411-1640.jar 1101665 diff --git a/net-proxy/webscarab/files/webscarab.sh b/net-proxy/webscarab/files/webscarab.sh new file mode 100644 index 000000000000..f056097623f9 --- /dev/null +++ b/net-proxy/webscarab/files/webscarab.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec java -jar /usr/lib/webscarab.jar diff --git a/net-proxy/webscarab/metadata.xml b/net-proxy/webscarab/metadata.xml new file mode 100644 index 000000000000..9b3f1e714803 --- /dev/null +++ b/net-proxy/webscarab/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-proxy</herd> +<longdescription>WebScarab is designed to be a tool for anyone who needs to expose the workings +of an HTTP(S) based application, whether to allow the developer to debug otherwise difficult problems +or to allow a security specialist to identify vulnerabilities in the way that the application has been +designed or implemented.</longdescription> +</pkgmetadata> diff --git a/net-proxy/webscarab/webscarab-20050411.ebuild b/net-proxy/webscarab/webscarab-20050411.ebuild new file mode 100644 index 000000000000..7558291d7a38 --- /dev/null +++ b/net-proxy/webscarab/webscarab-20050411.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20050411.ebuild,v 1.1 2005/04/22 19:15:12 mrness Exp $ + +DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols" +HOMEPAGE="http://www.owasp.org/software/webscarab.html" +SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1640.jar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=virtual/jre-1.4" + +src_unpack() { + einfo "Nothing to unpack" +} + +src_install() { + newbin ${FILESDIR}/${PN}.sh ${PN} + insinto /usr/lib + newins ${DISTDIR}/${A} ${PN}.jar +} |