summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Lieber <klieber@gentoo.org>2004-09-01 11:01:48 +0000
committerKurt Lieber <klieber@gentoo.org>2004-09-01 11:01:48 +0000
commit6d21d4b8b2dc08dd4ef1bc3de1ff4166ee64073a (patch)
tree5bb7efb09536c92173c53603e039d1e88a145a3d /net-misc/corkscrew
parentChange the book installation location (diff)
downloadhistorical-6d21d4b8b2dc08dd4ef1bc3de1ff4166ee64073a.tar.gz
historical-6d21d4b8b2dc08dd4ef1bc3de1ff4166ee64073a.tar.bz2
historical-6d21d4b8b2dc08dd4ef1bc3de1ff4166ee64073a.zip
initial version of corkscrew
Diffstat (limited to 'net-misc/corkscrew')
-rw-r--r--net-misc/corkscrew/ChangeLog11
-rw-r--r--net-misc/corkscrew/Manifest4
-rw-r--r--net-misc/corkscrew/corkscrew-2.0.ebuild21
-rw-r--r--net-misc/corkscrew/files/digest-corkscrew-2.01
-rw-r--r--net-misc/corkscrew/metadata.xml12
5 files changed, 49 insertions, 0 deletions
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 <klieber@gentoo.org>
+ +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sysadmin</herd>
+<maintainer>
+ <email>klieber@gentoo.org</email>
+ <name>Kurt Lieber</name>
+</maintainer>
+<longdescription>
+Corkscrew is a tool for tunneling SSH through HTTP proxies.
+</longdescription>
+</pkgmetadata>