aboutsummaryrefslogtreecommitdiff
path: root/net/xboxproxy
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-01-311-1/+0
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=341974
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-181-5/+2
| | | | | | | | Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=306069
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update MASTER_SITES and fix WWW in pkg-descrWesley Shields2009-07-233-3/+41
| | | | | | | | | | - Add an RC script PR: ports/137017 Submitted by: Antony Mawer <ports@mawer.org> (maintainer) Notes: svn path=/head/; revision=238246
* 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