aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ucspi-proxy
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-16 03:02:36 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-16 03:02:36 +0000
commitb2d59c720d4793336fbc11a1e5ae73a1c78898cd (patch)
treedd1b8c5a343deebf94bd3cef2d1a4c085cde6d04 /sysutils/ucspi-proxy
parenteff8176b10faa1640cd80707c7b0a9a9284409fb (diff)
downloadports-b2d59c720d4793336fbc11a1e5ae73a1c78898cd.tar.gz
ports-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>
Notes
Notes: svn path=/head/; revision=148419
Diffstat (limited to 'sysutils/ucspi-proxy')
-rw-r--r--sysutils/ucspi-proxy/Makefile33
-rw-r--r--sysutils/ucspi-proxy/distinfo3
-rw-r--r--sysutils/ucspi-proxy/files/patch-INSTHIER8
-rw-r--r--sysutils/ucspi-proxy/pkg-descr4
-rw-r--r--sysutils/ucspi-proxy/pkg-plist5
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