From 6d21d4b8b2dc08dd4ef1bc3de1ff4166ee64073a Mon Sep 17 00:00:00 2001 From: Kurt Lieber Date: Wed, 1 Sep 2004 11:01:48 +0000 Subject: initial version of corkscrew --- net-misc/corkscrew/ChangeLog | 11 +++++++++++ net-misc/corkscrew/Manifest | 4 ++++ net-misc/corkscrew/corkscrew-2.0.ebuild | 21 +++++++++++++++++++++ net-misc/corkscrew/files/digest-corkscrew-2.0 | 1 + net-misc/corkscrew/metadata.xml | 12 ++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 net-misc/corkscrew/ChangeLog create mode 100644 net-misc/corkscrew/Manifest create mode 100644 net-misc/corkscrew/corkscrew-2.0.ebuild create mode 100644 net-misc/corkscrew/files/digest-corkscrew-2.0 create mode 100644 net-misc/corkscrew/metadata.xml (limited to 'net-misc') diff --git a/net-misc/corkscrew/ChangeLog b/net-misc/corkscrew/ChangeLog new file mode 100644 index 000000000000..222f4ee3747f --- /dev/null +++ b/net-misc/corkscrew/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for net-misc/corkscrew +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/corkscrew/ChangeLog,v 1.1 2004/09/01 11:01:48 klieber Exp $ + +*corkscrew-2.0 (01 Sep 2004) + + 01 Sep 2004; Kurt Lieber + +metadata.xml, + +corkscrew-2.0.ebuild: + initial version + diff --git a/net-misc/corkscrew/Manifest b/net-misc/corkscrew/Manifest new file mode 100644 index 000000000000..47f369320a82 --- /dev/null +++ b/net-misc/corkscrew/Manifest @@ -0,0 +1,4 @@ +MD5 4920cae358b62d92824a78a24eed7263 corkscrew-2.0.ebuild 439 +MD5 12295cb4bdc7f2abb1edbd2269071ef0 metadata.xml 346 +MD5 54f18b5c9da9a0cb9c403cc8de5d8cae ChangeLog 350 +MD5 f331c3776d1be067d47223c196e75d6e files/digest-corkscrew-2.0 64 diff --git a/net-misc/corkscrew/corkscrew-2.0.ebuild b/net-misc/corkscrew/corkscrew-2.0.ebuild new file mode 100644 index 000000000000..ffc7d73aec6f --- /dev/null +++ b/net-misc/corkscrew/corkscrew-2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $ + +DESCRIPTION="Corkscrew is a tool for tunneling SSH through HTTP proxies." +HOMEPAGE="http://www.agroman.net/corkscrew/" +LICENSE="GPL-2" +DEPEND="" +KEYWORDS="~x86" +IUSE="" +SLOT="0" +SRC_URI="http://www.agroman.net/corkscrew/${P}.tar.gz" + +src_compile() { + econf + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/net-misc/corkscrew/files/digest-corkscrew-2.0 b/net-misc/corkscrew/files/digest-corkscrew-2.0 new file mode 100644 index 000000000000..594cca70e745 --- /dev/null +++ b/net-misc/corkscrew/files/digest-corkscrew-2.0 @@ -0,0 +1 @@ +MD5 35df77e7f0e59c0ec4f80313be52c10a corkscrew-2.0.tar.gz 56749 diff --git a/net-misc/corkscrew/metadata.xml b/net-misc/corkscrew/metadata.xml new file mode 100644 index 000000000000..04e707341c25 --- /dev/null +++ b/net-misc/corkscrew/metadata.xml @@ -0,0 +1,12 @@ + + + +sysadmin + + klieber@gentoo.org + Kurt Lieber + + +Corkscrew is a tool for tunneling SSH through HTTP proxies. + + -- cgit v1.2.3-65-gdbad