aboutsummaryrefslogtreecommitdiff
path: root/net/dhcprelya/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Obsolated NOPORTDOCSSergey Matveychuk2013-09-041-1/+1
| | | | Notes: svn path=/head/; revision=326279
* - Update to 4.7Sergey Matveychuk2013-09-041-7/+7
| | | | Notes: svn path=/head/; revision=326278
* - Update to 4.5Sergey Matveychuk2012-12-031-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308159
* - Update to 4.4Sergey Matveychuk2012-11-011-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306805
* - Add LICENSESergey Matveychuk2012-10-171-2/+5
| | | | | | | | | - Convert to a new OPTIONS format Feature safe: yes Notes: svn path=/head/; revision=306017
* - Update to 4.3Sergey Matveychuk2012-09-021-2/+2
| | | | | | | - Fix a master site Notes: svn path=/head/; revision=303528
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - Update to 4.2.2Sergey Matveychuk2012-03-261-1/+1
| | | | | | | | | * minor fix in radius_plugin Feature safe: Yes Notes: svn path=/head/; revision=293845
* - Update to 4.2.1Sergey Matveychuk2012-03-241-1/+1
| | | | | | | | | * fix options string parsing Feature safe: Yes Notes: svn path=/head/; revision=293745
* - Update to 4.2Sergey Matveychuk2012-03-071-2/+2
| | | | Notes: svn path=/head/; revision=292880
* - PREFIX awarenessSergey Matveychuk2009-06-291-0/+3
| | | | | | | Reported by: QAT@ Notes: svn path=/head/; revision=236773
* - Update to 4.0Sergey Matveychuk2009-06-171-2/+13
| | | | Notes: svn path=/head/; revision=236122
* - Update to 3.0Sergey Matveychuk2009-02-131-2/+2
| | | | Notes: svn path=/head/; revision=228191
* - Update to 2.3Sergey Matveychuk2009-01-121-1/+1
| | | | Notes: svn path=/head/; revision=225858
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225305
* - Update to 2.1 (minor bug fixes)Sergey Matveychuk2008-12-151-1/+1
| | | | Notes: svn path=/head/; revision=224267
* - Update to 2.0Sergey Matveychuk2008-09-231-1/+1
| | | | Notes: svn path=/head/; revision=220555
* - Update to 1.3Sergey Matveychuk2008-05-261-1/+1
| | | | Notes: svn path=/head/; revision=213688
* - Update to 1.2Sergey Matveychuk2008-04-301-1/+1
| | | | Notes: svn path=/head/; revision=212334
* - Update to 1.1Sergey Matveychuk2008-02-011-1/+1
| | | | | | | Optimized version. Less system CPU time used. Notes: svn path=/head/; revision=206608
* - Mark IGNORE on OSVERSION<600000. The port requires pidfile_* finctions.Sergey Matveychuk2007-12-191-1/+7
| | | | | | | Noted by: pav Notes: svn path=/head/; revision=204089
* dhcprelya is a light DHCP relay agent written for Yandex company forSergey Matveychuk2007-12-171-0/+28
high loaded routers with tens interfaces and thousands hosts behind them. It's fast and does not depend on any side library. Some ideas was taken from Edwin's dhcprelay (net/dhcprelay) which has some shortages. It's distributed under BSD license. Notes: svn path=/head/; revision=203928