1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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>
This commit is contained in:
Marcus Alves Grando 2005-11-16 03:02:36 +00:00
parent eff8176b10
commit b2d59c720d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148419
6 changed files with 54 additions and 0 deletions

View File

@ -523,6 +523,7 @@
SUBDIR += ttyload
SUBDIR += tua
SUBDIR += ucspi-ipc
SUBDIR += ucspi-proxy
SUBDIR += ucspi-ssl
SUBDIR += ucspi-tcp
SUBDIR += ucspi-unix

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1,5 @@
bin/ucspi-proxy
bin/ucspi-proxy-log
bin/ucspi-proxy-pop3
bin/ucspi-proxy-imap
bin/ucspi-proxy-http-xlate