aboutsummaryrefslogtreecommitdiff
path: root/net/xboxproxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-8/+1
| | | | Notes: svn path=/head/; revision=200777
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-312-2/+42
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* Update to 2.1 and fix build on 4.x.Emanuel Haupt2005-10-072-5/+5
| | | | | | | | | PR: 87024 Submitted by: Antony Mawer <gnats@mawer.org> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=144500
* xboxproxy is an xbox system link proxy that bridges xbox network trafficRenato Botelho2005-10-063-0/+39
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> Notes: svn path=/head/; revision=144387