aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/uhub
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-7/+3
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* - Update to 0.4.0Michael Scheidell2012-08-063-45/+35
| | | | | | | | | | | | | | | | | | - Honour CC and CFLAGS - Convert to OPTIONSNG - Add SQLite dependency - Add DEBUG OPTION - Use DISTFILES over DISTNAME/WRKSRC override - Add LICENSE - Use USE_OPENSSL - Fix PORTLINT warnings PR: ports/168855 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 58 days) Notes: svn path=/head/; revision=302156
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* 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
* - Adjust rc.d script's rcorder dependencies now that it runs as a specific user.Stefan Walter2010-11-153-5/+3
| | | | | | | | | | [1] - Satisfy portlint. Suggested by: dougb [1] Notes: svn path=/head/; revision=264574
* * Sets up a uhub UID and GID for the daemon to run as.Stefan Walter2010-11-112-14/+19
| | | | | | | | | | | | | | | * Modifies configuration file permissions to restrict them to root and the above GID. * Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in default configuration file. * rc.d script changes - enable above uid/gid, enable syslog logging, simplify. PR: 151819 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: maintainer Notes: svn path=/head/; revision=264398
* - Fix PLISTSunpoet Po-Chuan Hsieh2010-10-122-5/+5
| | | | | | | | | | | - Bump PORTREVISION PR: ports/151374 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262847
* - Bump PORTREVISION for changing Perl dependencySunpoet Po-Chuan Hsieh2010-10-111-0/+1
| | | | | | | Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262827
* - Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5Sunpoet Po-Chuan Hsieh2010-10-111-1/+1
| | | | | | | | | PR: ports/151391 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262824
* - Update to 0.3.2Pav Lucistnik2010-06-024-7/+14
| | | | | | | | PR: ports/147308 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Notes: svn path=/head/; revision=255536
* - Update to 0.3.1Pav Lucistnik2010-04-074-27/+12
| | | | | | | | PR: ports/145421 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Notes: svn path=/head/; revision=252378
* 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
* - Add missing patchTong LIU2010-02-021-0/+13
| | | | | | | Reported by: QAT@ Notes: svn path=/head/; revision=249081
* - Update to to 0.3.0Tong LIU2010-02-025-105/+25
| | | | | | | | PR: ports/143428 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Notes: svn path=/head/; revision=249080
* uHub is a high performance peer-to-peer hub for the ADC network.Dmitry Marakasov2009-11-117-0/+237
Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. WWW: http://www.extatic.org/uhub/ PR: 139670 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> Notes: svn path=/head/; revision=244128