diff options
author | tron <tron@pkgsrc.org> | 2004-01-15 19:11:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-01-15 19:11:17 +0000 |
commit | 94285419c83be67acf0713aa2c9d644ba53e49b0 (patch) | |
tree | 5a77d3c8c7e45031cbb6fdab2ccd702144b141e8 /net | |
parent | fe82af73b0e83c38d5756e4d4dc415fe6235f6c9 (diff) | |
download | pkgsrc-94285419c83be67acf0713aa2c9d644ba53e49b0.tar.gz |
Import new "connect" package:
Open a TCP connection using a SOCKS4/5 or HTTP proxy server
Diffstat (limited to 'net')
-rw-r--r-- | net/connect/DESCR | 3 | ||||
-rw-r--r-- | net/connect/Makefile | 26 | ||||
-rw-r--r-- | net/connect/PLIST | 4 | ||||
-rw-r--r-- | net/connect/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/connect/DESCR b/net/connect/DESCR new file mode 100644 index 00000000000..6e76c0a6f65 --- /dev/null +++ b/net/connect/DESCR @@ -0,0 +1,3 @@ +The program "connect" provided by this package allows to open a TCP connection +using a SOCKS4/5 or HTTP proxy server. It is e.g. useful as proxy command +for Secure Shell clients to connect from a host behind a non-routing firewall. diff --git a/net/connect/Makefile b/net/connect/Makefile new file mode 100644 index 00000000000..7579f0436c7 --- /dev/null +++ b/net/connect/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/15 19:11:17 tron Exp $ + +DISTNAME= connect +PKGNAME= ${DISTNAME}-1.69 +CATEGORIES= net security +MASTER_SITES= ${HOMEPAGE} +EXTRACT_SUFX= .c + +MAINTAINER= tron@NetBSD.org +HOMEPAGE= http://www.imasy.or.jp/~gotoh/ssh/ +COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server + +EXTRACT_ONLY= # empty + +do-build: + ${MKDIR} ${WRKSRC} + ${CC} ${DISTDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect + ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DISTFILES} | \ + ${CUT} -c 4- >${WRKSRC}/README + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/connect ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/connect + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/connect + +.include "../../mk/bsd.pkg.mk" diff --git a/net/connect/PLIST b/net/connect/PLIST new file mode 100644 index 00000000000..0ec4ad83ec6 --- /dev/null +++ b/net/connect/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/15 19:11:17 tron Exp $ +bin/connect +share/doc/connect/README +@dirrm share/doc/connect diff --git a/net/connect/distinfo b/net/connect/distinfo new file mode 100644 index 00000000000..90545efb21a --- /dev/null +++ b/net/connect/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/15 19:11:17 tron Exp $ + +SHA1 (connect.c) = 27ecbd5d7e08908284f371679af514c8662f4dce +Size (connect.c) = 67695 bytes |