pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ucspi-proxy
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Nov 18 14:17:11 UTC 2020
Added Files:
pkgsrc/net/ucspi-proxy: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ucspi-proxy/DESCR \
pkgsrc/net/ucspi-proxy/Makefile pkgsrc/net/ucspi-proxy/PLIST \
pkgsrc/net/ucspi-proxy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/ucspi-proxy/DESCR
diff -u /dev/null pkgsrc/net/ucspi-proxy/DESCR:1.1
--- /dev/null Wed Nov 18 14:17:11 2020
+++ pkgsrc/net/ucspi-proxy/DESCR Wed Nov 18 14:17:11 2020
@@ -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.
Index: pkgsrc/net/ucspi-proxy/Makefile
diff -u /dev/null pkgsrc/net/ucspi-proxy/Makefile:1.1
--- /dev/null Wed Nov 18 14:17:11 2020
+++ pkgsrc/net/ucspi-proxy/Makefile Wed Nov 18 14:17:11 2020
@@ -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"
Index: pkgsrc/net/ucspi-proxy/PLIST
diff -u /dev/null pkgsrc/net/ucspi-proxy/PLIST:1.1
--- /dev/null Wed Nov 18 14:17:11 2020
+++ pkgsrc/net/ucspi-proxy/PLIST Wed Nov 18 14:17:11 2020
@@ -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
Index: pkgsrc/net/ucspi-proxy/distinfo
diff -u /dev/null pkgsrc/net/ucspi-proxy/distinfo:1.1
--- /dev/null Wed Nov 18 14:17:11 2020
+++ pkgsrc/net/ucspi-proxy/distinfo Wed Nov 18 14:17:11 2020
@@ -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