diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2005-09-19 18:02:42 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2005-09-19 18:02:42 +0000 |
commit | a095a900926b7a177b288ca091243effdd012ddc (patch) | |
tree | 15edc364754fe9ecb2cad93c48b711fdf74b4cd4 /net-misc/connect | |
parent | Added patch to work fine on 64bit arches. Don't let the package be stripped b... (diff) | |
download | historical-a095a900926b7a177b288ca091243effdd012ddc.tar.gz historical-a095a900926b7a177b288ca091243effdd012ddc.tar.bz2 historical-a095a900926b7a177b288ca091243effdd012ddc.zip |
initial import
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/connect')
-rw-r--r-- | net-misc/connect/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/connect/Manifest | 4 | ||||
-rw-r--r-- | net-misc/connect/connect-1.95.ebuild | 30 | ||||
-rw-r--r-- | net-misc/connect/files/digest-connect-1.95 | 1 | ||||
-rw-r--r-- | net-misc/connect/metadata.xml | 15 |
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..fa107dc4afe6 --- /dev/null +++ b/net-misc/connect/Manifest @@ -0,0 +1,4 @@ +MD5 38b80aafb495695853b80786f9ccc976 metadata.xml 492 +MD5 722d9f0f44b86e7402fb2ca3bacba87f connect-1.95.ebuild 753 +MD5 793a6555848cd2cb8c189d3174722759 ChangeLog 346 +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> |