diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-16 11:02:36 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-16 11:02:36 +0800 |
commit | de82a54d696edef652ba4c4ff90fb0aad2a42ee9 (patch) | |
tree | 18cf95b95c384212e34a1a1a7df64b411ef44408 /sysutils/ucspi-proxy | |
parent | 493f58e9baf497b1a1055ef33dcd82e01affd391 (diff) | |
download | freebsd-ports-gnome-de82a54d696edef652ba4c4ff90fb0aad2a42ee9.tar.gz freebsd-ports-gnome-de82a54d696edef652ba4c4ff90fb0aad2a42ee9.tar.zst freebsd-ports-gnome-de82a54d696edef652ba4c4ff90fb0aad2a42ee9.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/ucspi-proxy')
-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 |
5 files changed, 53 insertions, 0 deletions
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 |