summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2005-09-19 18:02:42 +0000
committerWolfram Schlich <wschlich@gentoo.org>2005-09-19 18:02:42 +0000
commit25169d32d544f78e64733878168d1f6cbc512fc1 (patch)
treef4e211146b94f072d2ffbb44915fce29540afd2f /net-misc/connect
parentAdded patch to work fine on 64bit arches. Don't let the package be stripped b... (diff)
downloadgentoo-2-25169d32d544f78e64733878168d1f6cbc512fc1.tar.gz
gentoo-2-25169d32d544f78e64733878168d1f6cbc512fc1.tar.bz2
gentoo-2-25169d32d544f78e64733878168d1f6cbc512fc1.zip
initial import
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/ChangeLog10
-rw-r--r--net-misc/connect/Manifest4
-rw-r--r--net-misc/connect/connect-1.95.ebuild30
-rw-r--r--net-misc/connect/files/digest-connect-1.951
-rw-r--r--net-misc/connect/metadata.xml15
5 files changed, 60 insertions, 0 deletions
diff --git a/net-misc/connect/ChangeLog b/net-misc/connect/ChangeLog
new file mode 100644
index 000000000000..81f86fcc1edf
--- /dev/null
+++ b/net-misc/connect/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-misc/connect
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.1 2005/09/19 18:02:42 wschlich Exp $
+
+*connect-1.95 (19 Sep 2005)
+
+ 19 Sep 2005; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml,
+ +connect-1.95.ebuild:
+ initial import
+
diff --git a/net-misc/connect/Manifest b/net-misc/connect/Manifest
new file mode 100644
index 000000000000..3387ac7e7b4d
--- /dev/null
+++ b/net-misc/connect/Manifest
@@ -0,0 +1,4 @@
+MD5 38b80aafb495695853b80786f9ccc976 metadata.xml 492
+MD5 40dd67775587964e3021a435156553d2 connect-1.95.ebuild 751
+MD5 efec3370a5c25d860a50211c253720af ChangeLog 256
+MD5 4996e5d08218c9ed01d4e5b27f30a35e files/digest-connect-1.95 64
diff --git a/net-misc/connect/connect-1.95.ebuild b/net-misc/connect/connect-1.95.ebuild
new file mode 100644
index 000000000000..7a4b1c1aef00
--- /dev/null
+++ b/net-misc/connect/connect-1.95.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.95.ebuild,v 1.1 2005/09/19 18:02:42 wschlich Exp $
+
+DESCRIPTION="network connection relaying command"
+HOMEPAGE="http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html"
+SRC_URI="http://dev.gentoo.org/~wschlich/src/net-misc/connect/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="virtual/libc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}
+
+pkg_postinst() {
+ einfo
+ einfo "There is no manpage, please see ${HOMEPAGE} for details"
+ einfo
+}
diff --git a/net-misc/connect/files/digest-connect-1.95 b/net-misc/connect/files/digest-connect-1.95
new file mode 100644
index 000000000000..dd03a693933e
--- /dev/null
+++ b/net-misc/connect/files/digest-connect-1.95
@@ -0,0 +1 @@
+MD5 f62c65cb25cb9cacd215263f2b53ac50 connect-1.95.tar.bz2 20935
diff --git a/net-misc/connect/metadata.xml b/net-misc/connect/metadata.xml
new file mode 100644
index 000000000000..fd5d0c8e389d
--- /dev/null
+++ b/net-misc/connect/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>wschlich@gentoo.org</email>
+ <name>Wolfram Schlich</name>
+ <description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+connect is the simple relaying command to make network connection via
+SOCKS and https proxy. It is mainly intended to be used as proxy
+command of OpenSSH.
+</longdescription>
+</pkgmetadata>