diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-16 11:02:36 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-16 11:02:36 +0800 |
commit | b2d59c720d4793336fbc11a1e5ae73a1c78898cd (patch) | |
tree | dd1b8c5a343deebf94bd3cef2d1a4c085cde6d04 /sysutils | |
parent | eff8176b10faa1640cd80707c7b0a9a9284409fb (diff) | |
download | freebsd-ports-gnome-b2d59c720d4793336fbc11a1e5ae73a1c78898cd.tar.gz freebsd-ports-gnome-b2d59c720d4793336fbc11a1e5ae73a1c78898cd.tar.zst freebsd-ports-gnome-b2d59c720d4793336fbc11a1e5ae73a1c78898cd.zip |
This package contains a proxy program that passes data back and forth
between two connections set up by a UCSPI server and a UCSPI client.
WWW: http://untroubled.org/ucspi-proxy/
PR: 89096
Submitted by: Dale Woolridge <dale.woolridge@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/Makefile | 33 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/distinfo | 3 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/files/patch-INSTHIER | 8 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/pkg-plist | 5 |
6 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 009343eb4b96..49095809ef62 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -523,6 +523,7 @@ SUBDIR += ttyload SUBDIR += tua SUBDIR += ucspi-ipc + SUBDIR += ucspi-proxy SUBDIR += ucspi-ssl SUBDIR += ucspi-tcp SUBDIR += ucspi-unix diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile new file mode 100644 index 000000000000..9a737c7affe7 --- /dev/null +++ b/sysutils/ucspi-proxy/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: ucspi-proxy +# Date created: 15 November 2005 +# Whom: Dale Woolridge <dale.woolridge@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ucspi-proxy +PORTVERSION= 0.96 +CATEGORIES= sysutils +MASTER_SITES= http://untroubled.org/ucspi-proxy/ + +MAINTAINER= dale.woolridge@gmail.com +COMMENT= A proxy program for UCSPI servers and clients + +BUILD_DEPENDS= ${BGLIBS_LIB}/libbg-unix.a:${PORTSDIR}/devel/bglibs + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -s -L${LOCALBASE}/lib +BGLIBS_LIB= ${LOCALBASE}/lib/bglibs +BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs + +MAN1= ucspi-proxy-http-xlate.1 ucspi-proxy.1 + +do-configure: + ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin + ${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + ${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-ld + ${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs + ${ECHO_CMD} "${BGLIBS_LIB}" > ${WRKSRC}/conf-bglibs + +.include <bsd.port.mk> diff --git a/sysutils/ucspi-proxy/distinfo b/sysutils/ucspi-proxy/distinfo new file mode 100644 index 000000000000..426f2033e42f --- /dev/null +++ b/sysutils/ucspi-proxy/distinfo @@ -0,0 +1,3 @@ +MD5 (ucspi-proxy-0.96.tar.gz) = a58adfd3631bfddcd9af180ee39ac99a +SHA256 (ucspi-proxy-0.96.tar.gz) = 0a297a58802ba00f6fe33db582dcade48b049be6138483ef02ad3428864104e8 +SIZE (ucspi-proxy-0.96.tar.gz) = 25582 diff --git a/sysutils/ucspi-proxy/files/patch-INSTHIER b/sysutils/ucspi-proxy/files/patch-INSTHIER new file mode 100644 index 000000000000..e0f2bdd2d234 --- /dev/null +++ b/sysutils/ucspi-proxy/files/patch-INSTHIER @@ -0,0 +1,8 @@ +--- INSTHIER Sun Oct 9 16:58:22 2005 ++++ INSTHIER Sun Oct 9 16:58:30 2005 +@@ -1,4 +1,5 @@ + >bin ++c:::755::ucspi-proxy + c:::755::ucspi-proxy-http-xlate + c:::755::ucspi-proxy-imap + c:::755::ucspi-proxy-log diff --git a/sysutils/ucspi-proxy/pkg-descr b/sysutils/ucspi-proxy/pkg-descr new file mode 100644 index 000000000000..6437e6ce4241 --- /dev/null +++ b/sysutils/ucspi-proxy/pkg-descr @@ -0,0 +1,4 @@ +This package contains a proxy program that passes data back and forth +between two connections set up by a UCSPI server and a UCSPI client. + +WWW: http://untroubled.org/ucspi-proxy/ diff --git a/sysutils/ucspi-proxy/pkg-plist b/sysutils/ucspi-proxy/pkg-plist new file mode 100644 index 000000000000..901ff40af5dc --- /dev/null +++ b/sysutils/ucspi-proxy/pkg-plist @@ -0,0 +1,5 @@ +bin/ucspi-proxy +bin/ucspi-proxy-log +bin/ucspi-proxy-pop3 +bin/ucspi-proxy-imap +bin/ucspi-proxy-http-xlate |