1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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/

PR:		ports/86969
Submitted by:	Antony Mawer <ports@mawer.org>
This commit is contained in:
Renato Botelho 2005-10-06 11:50:34 +00:00
parent f9737ef903
commit af5a7e53ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144387
4 changed files with 40 additions and 0 deletions

View File

@ -909,6 +909,7 @@
SUBDIR += xbms
SUBDIR += xbone
SUBDIR += xbone-gui
SUBDIR += xboxproxy
SUBDIR += xferstats
SUBDIR += xicq
SUBDIR += xipdump

30
net/xboxproxy/Makefile Normal file
View File

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

2
net/xboxproxy/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (proxy-1.9.tar.gz) = ac9bbf18833959399b0214bf97899221
SIZE (proxy-1.9.tar.gz) = 119703

7
net/xboxproxy/pkg-descr Normal file
View File

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