aboutsummaryrefslogtreecommitdiff
path: root/net/trickle
Commit message (Collapse)AuthorAgeFilesLines
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-2/+2
| | | | Notes: svn path=/head/; revision=199865
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.Marcus Alves Grando2007-04-061-2/+2
| | | | Notes: svn path=/head/; revision=189394
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventMarcus Alves Grando2006-12-051-3/+3
| | | | | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) Notes: svn path=/head/; revision=178938
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-1/+1
| | | | Notes: svn path=/head/; revision=166640
* - Take the maintainship.Jeremy Messenger2006-05-114-2/+78
| | | | | | | | | | | | | - Enable the recv() and send(), I am not sure why it was disabled on FreeBSD only but allow other OSs. It works great as I have tested it with a few of applications on FreeBSD 6.0 for a week. If anyone know why, please let me know. No respone from the author. - Add install the trickled.conf(.default) with examples. Took from Debian with a bit tweak. - Bump the PORTREVISION. Notes: svn path=/head/; revision=162101
* Fix the find local of trickled.conf, the varible wasn't working that putJeremy Messenger2006-05-071-2/+3
| | | | | | | | | | ${prefix} in source so use --sysconfdir that will actually change from varible to prefix path (/usr/local) in source. Bump the PORTREVISION. # trickled: Skipping configuration file: ${prefix}/etc/trickled.conf Notes: svn path=/head/; revision=161653
* Correct a dependency, move libevent from BUILD_DEPENDS to LIB_DEPENDS. BumpJeremy Messenger2006-05-071-2/+2
| | | | | | | | | | | | | the PORTREVISION. # pkg_add -r trickle Fetching [...]trickle.tbz... Done. # trickled /libexec/ld-elf.so.1: Shared object "libevent-1.1a.so.1" not found, required by "trickled" Notes: svn path=/head/; revision=161625
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Drop maintainership, since I'm buried in the $REALLIFE stuff.Kirill Ponomarev2005-09-141-1/+1
| | | | Notes: svn path=/head/; revision=142683
* Chase the libevent update.Jean-Yves Lefort2005-07-011-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=138315
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Remove USE_SIZE knobKirill Ponomarev2004-04-011-1/+0
| | | | Notes: svn path=/head/; revision=105851
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* New port: trickleMax Khon2003-06-064-0/+51
Trickled is a userspace bandwidth manager daemon. PR: 52950 Submitted by: Kirill Ponomarew Notes: svn path=/head/; revision=82365