pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/connect Import new "connect" package:
details: https://anonhg.NetBSD.org/pkgsrc/rev/407d4178e255
branches: trunk
changeset: 466330:407d4178e255
user: tron <tron%pkgsrc.org@localhost>
date: Thu Jan 15 19:11:17 2004 +0000
description:
Import new "connect" package:
Open a TCP connection using a SOCKS4/5 or HTTP proxy server
diffstat:
net/connect/DESCR | 3 +++
net/connect/Makefile | 26 ++++++++++++++++++++++++++
net/connect/PLIST | 4 ++++
net/connect/distinfo | 4 ++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 4b975c909e65 -r 407d4178e255 net/connect/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/connect/DESCR Thu Jan 15 19:11:17 2004 +0000
@@ -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 -r 4b975c909e65 -r 407d4178e255 net/connect/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/connect/Makefile Thu Jan 15 19:11:17 2004 +0000
@@ -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@localhost
+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 -r 4b975c909e65 -r 407d4178e255 net/connect/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/connect/PLIST Thu Jan 15 19:11:17 2004 +0000
@@ -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 -r 4b975c909e65 -r 407d4178e255 net/connect/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/connect/distinfo Thu Jan 15 19:11:17 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index