aboutsummaryrefslogtreecommitdiff
path: root/net/xboxproxy
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-06 11:50:34 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-06 11:50:34 +0000
commitaf5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783 (patch)
tree239867d1a2751e7d4f0b6b08dcc02441844d1220 /net/xboxproxy
parentf9737ef9037503c1e6ba0e0838232c8c9a6c3bb4 (diff)
downloadports-af5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783.tar.gz
ports-af5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783.zip
Notes
Diffstat (limited to 'net/xboxproxy')
-rw-r--r--net/xboxproxy/Makefile30
-rw-r--r--net/xboxproxy/distinfo2
-rw-r--r--net/xboxproxy/pkg-descr7
3 files changed, 39 insertions, 0 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile
new file mode 100644
index 000000000000..4587e5ea1109
--- /dev/null
+++ b/net/xboxproxy/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xboxproxy
+# Date created: 6 October 2005
+# Whom: Antony Mawer <ports@mawer.org>
+#
+# $FreeBSD$
+
+PORTNAME= xboxproxy
+PORTVERSION= 1.9
+CATEGORIES= net
+MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/xboxproxy/
+DISTNAME= proxy-${PORTVERSION}
+
+MAINTAINER= ports@mawer.org
+COMMENT= A proxy for the XBox system link protocol
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=xbox
+USE_GMAKE= yes
+
+PLIST_FILES= bin/xboxproxy
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Doesn't build on FreeBSD < 5.x"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/xboxproxy/distinfo b/net/xboxproxy/distinfo
new file mode 100644
index 000000000000..95646a607a8f
--- /dev/null
+++ b/net/xboxproxy/distinfo
@@ -0,0 +1,2 @@
+MD5 (proxy-1.9.tar.gz) = ac9bbf18833959399b0214bf97899221
+SIZE (proxy-1.9.tar.gz) = 119703
diff --git a/net/xboxproxy/pkg-descr b/net/xboxproxy/pkg-descr
new file mode 100644
index 000000000000..848573631868
--- /dev/null
+++ b/net/xboxproxy/pkg-descr
@@ -0,0 +1,7 @@
+xboxproxy is an xbox system link proxy that bridges xbox network traffic
+across multiple separate networks. This allows an XBox to communicate via
+system link across multiple networks (eg. two people in different states).
+It also supports bridging of the Apple Rendezvous protocol for sharing of
+iTunes music shares across different Layer 3 networks..
+
+WWW: http://www.csh.rit.edu/~psionic/projects/xboxproxy/