pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ucspi-proxy Initial import of ucspi-proxy, a progr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/14160b8b247f
branches: trunk
changeset: 442081:14160b8b247f
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Nov 18 14:17:11 2020 +0000
description:
Initial import of ucspi-proxy, a program that passes data back and forth
between two connections set up by a UCSPI server and a UCSPI client. The
simple usage is:
UCSPIserver [address] UCSPIclient [address] ucspi-proxy
Replace "UCSPIserver" with the program that will accept connections, and
"UCSPIclient" with the program that will make connections.
diffstat:
net/ucspi-proxy/DESCR | 8 ++++++++
net/ucspi-proxy/Makefile | 18 ++++++++++++++++++
net/ucspi-proxy/PLIST | 8 ++++++++
net/ucspi-proxy/distinfo | 6 ++++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 52f595482267 -r 14160b8b247f net/ucspi-proxy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-proxy/DESCR Wed Nov 18 14:17:11 2020 +0000
@@ -0,0 +1,8 @@
+ucspi-proxy contains a proxy program that passes data back and forth
+between two connections set up by a UCSPI server and a UCSPI client. The
+simple usage is:
+
+ UCSPIserver [address] UCSPIclient [address] ucspi-proxy
+
+Replace "UCSPIserver" with the program that will accept connections, and
+"UCSPIclient" with the program that will make connections.
diff -r 52f595482267 -r 14160b8b247f net/ucspi-proxy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-proxy/Makefile Wed Nov 18 14:17:11 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/11/18 14:17:11 schmonz Exp $
+
+DISTNAME= ucspi-proxy-1.1
+CATEGORIES= net
+MASTER_SITES= ${HOMEPAGE}
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= https://untroubled.org/ucspi-proxy/
+COMMENT= Proxy between an UCSPI client and server
+LICENSE= gnu-gpl-v2
+
+DJB_MAKE_TARGETS= no
+DJB_RESTRICTED= no
+INSTALL_ENV+= install_prefix=${DESTDIR:Q}
+
+.include "../../devel/bglibs/buildlink3.mk"
+.include "../../mk/djbware.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 52f595482267 -r 14160b8b247f net/ucspi-proxy/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-proxy/PLIST Wed Nov 18 14:17:11 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/18 14:17:11 schmonz Exp $
+bin/ucspi-proxy
+bin/ucspi-proxy-http-xlate
+bin/ucspi-proxy-imap
+bin/ucspi-proxy-log
+bin/ucspi-proxy-pop3
+man/man1/ucspi-proxy-http-xlate.1
+man/man1/ucspi-proxy.1
diff -r 52f595482267 -r 14160b8b247f net/ucspi-proxy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-proxy/distinfo Wed Nov 18 14:17:11 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/18 14:17:11 schmonz Exp $
+
+SHA1 (ucspi-proxy-1.1.tar.gz) = 5c6fc2078e75ad64f036f8c16c6609fe4ca8597d
+RMD160 (ucspi-proxy-1.1.tar.gz) = 16ad1edb33f807b1639ec0d74eed03a8b816bde9
+SHA512 (ucspi-proxy-1.1.tar.gz) = c9e6f98a73bf6868341b0d5c1653d0b9107aa92c21e8fe96c47a9ca0ae41b247aa10bccd819d84bdcf4e8d5902c1955bfbe9e4e3256d5303578cd3337220139c
+Size (ucspi-proxy-1.1.tar.gz) = 38351 bytes
Home |
Main Index |
Thread Index |
Old Index