aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/choparp
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add verbose option to print warning only, and another type gratuitousNorikatsu Shigemura2010-05-043-16/+79
| | | | | | | | | | ARP used by windows: packet containing zero sender ip. PR: ports/145198 Submitted by: Gleb Kurtsou Notes: svn path=/head/; revision=253683
* 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Fix critical typo:-(.Norikatsu Shigemura2006-04-282-2/+2
| | | | Notes: svn path=/head/; revision=160665
* Don't send arp reply to sender if the arp request queriesNorikatsu Shigemura2006-04-202-6/+17
| | | | | | | | | the MAC address for the itself. Submitted by: Vlad V Cheryomushkin <vladd@rekom.ru> Notes: svn path=/head/; revision=160019
* Improved choparp.Norikatsu Shigemura2006-04-083-4/+95
| | | | | | | | | | o Add rcNG script. o Use kqueue(2)/kevent(2) instead of select(2). o Change MAINTAINER to myself. o Bump PORTREVISION, accordingly. Notes: svn path=/head/; revision=159103
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - Add the ability to run in the background as daemon.Kirill Ponomarev2004-02-132-0/+64
| | | | | | | | | | - Fix man page. PR: ports/62798 Submitted by: Aaron D. Gifford <agifford@infowest.com> Notes: svn path=/head/; revision=100868
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Changed master site and upgrade to 20021107.Munechika SUMIKAWA2003-01-305-106/+10
| | | | Notes: svn path=/head/; revision=74281
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* drop myself from MAINTAINER. too many KAME platforms to support,Jun-ichiro itojun Hagino2001-01-091-1/+1
| | | | | | | to little time... Notes: svn path=/head/; revision=36979
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* The manpage that was listed in pkg/PLIST has been moved to the Makefile.Tim Vanderhoek1998-08-242-2/+4
| | | | Notes: svn path=/head/; revision=12809
* Make this build under 3.0.Justin M. Seger1997-11-291-0/+12
| | | | Notes: svn path=/head/; revision=8909
* to allow arbitrary ${PREFIX}. sorry!Jun-ichiro itojun Hagino1997-10-071-3/+3
| | | | Notes: svn path=/head/; revision=8158
* choparp port.Jun-ichiro itojun Hagino1997-10-077-0/+121
small and simplified proxy arp daemon. Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=8157