diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-09 20:42:39 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-09 20:42:39 +0000 |
commit | e853724a1ee786da90c140ee244552af0d7dd79a (patch) | |
tree | 35c187bebabdef862ba44c468fec782a19069379 /www-proxy | |
parent | Stable on ppc. (diff) | |
download | historical-e853724a1ee786da90c140ee244552af0d7dd79a.tar.gz historical-e853724a1ee786da90c140ee244552af0d7dd79a.tar.bz2 historical-e853724a1ee786da90c140ee244552af0d7dd79a.zip |
initial import (#87126)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-proxy')
-rw-r--r-- | www-proxy/webscarab/ChangeLog | 10 | ||||
-rw-r--r-- | www-proxy/webscarab/Manifest | 15 | ||||
-rw-r--r-- | www-proxy/webscarab/files/digest-webscarab-20050311 | 1 | ||||
-rw-r--r-- | www-proxy/webscarab/files/webscarab.sh | 3 | ||||
-rw-r--r-- | www-proxy/webscarab/metadata.xml | 9 | ||||
-rw-r--r-- | www-proxy/webscarab/webscarab-20050311.ebuild | 24 |
6 files changed, 62 insertions, 0 deletions
diff --git a/www-proxy/webscarab/ChangeLog b/www-proxy/webscarab/ChangeLog new file mode 100644 index 000000000000..31a3447d2d91 --- /dev/null +++ b/www-proxy/webscarab/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-proxy/webscarab +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-proxy/webscarab/ChangeLog,v 1.1 2005/04/09 20:42:39 mrness Exp $ + +*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/www-proxy/webscarab/Manifest b/www-proxy/webscarab/Manifest new file mode 100644 index 000000000000..d2b10741228c --- /dev/null +++ b/www-proxy/webscarab/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5b1bbd576e36b79994a6422b3e2f65ed webscarab-20050311.ebuild 691 +MD5 f12631b6e4761247ca59dc2752d39695 ChangeLog 442 +MD5 c61231edb3a14476ce033a479035ab22 metadata.xml 509 +MD5 0e4a4c8c401b6e7e45b066db21cba6c8 files/webscarab.sh 44 +MD5 91e2fe2baaf2c68247c705092fde3e8a files/digest-webscarab-20050311 87 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCWD5ZjiC39V7gKu0RAnkcAKDQ85aE4ixd3eLQHy1splmA0uaxlwCgukWC +ZFJ8kvKZAEYNiGpEJQTeUM8= +=CFsq +-----END PGP SIGNATURE----- diff --git a/www-proxy/webscarab/files/digest-webscarab-20050311 b/www-proxy/webscarab/files/digest-webscarab-20050311 new file mode 100644 index 000000000000..4742f7332826 --- /dev/null +++ b/www-proxy/webscarab/files/digest-webscarab-20050311 @@ -0,0 +1 @@ +MD5 75c43ef9fb92ba6b6a1a553dd3e8e291 webscarab-selfcontained-20050311-1804.jar 1034652 diff --git a/www-proxy/webscarab/files/webscarab.sh b/www-proxy/webscarab/files/webscarab.sh new file mode 100644 index 000000000000..77203d4e7547 --- /dev/null +++ b/www-proxy/webscarab/files/webscarab.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +java -jar /usr/lib/webscarab.jar diff --git a/www-proxy/webscarab/metadata.xml b/www-proxy/webscarab/metadata.xml new file mode 100644 index 000000000000..d87aea9b0674 --- /dev/null +++ b/www-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>www-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/www-proxy/webscarab/webscarab-20050311.ebuild b/www-proxy/webscarab/webscarab-20050311.ebuild new file mode 100644 index 000000000000..b0e9dd4d455b --- /dev/null +++ b/www-proxy/webscarab/webscarab-20050311.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/www-proxy/webscarab/webscarab-20050311.ebuild,v 1.1 2005/04/09 20:42:39 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}-1804.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 +} |