aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipcad
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-4/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix broken makefiles introduced with translation to new SF File Release Systemamdmi32009-08-221-4/+2
| | | | | Reported by: dan Pointyhat to: myself
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+3
| | | | starting with N
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+1
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Unbreak on 7.x and later.fjoe2008-03-271-8/+3
| | | | Approved by: MAINTAINER
* - Update to 3.7.3lwhsu2007-04-232-5/+5
| | | | | | PR: 111998 Submitted by: Lev Walkin <vlm AT lionet.info> (maintainer) Approved by: clsung (mentor)
* BROKEN on 7.x: Does not compilekris2006-05-221-1/+7
|
* - Preserve modified config filemnag2006-02-205-32/+46
| | | | | | | | | - Respect MANPREFIX - Use new rc.d script - Bump PORTREVISION PR: 93574 Submitted by: maintainer
* - Update to 3.7sem2005-11-222-4/+5
| | | | | | | - Add SHA256 PR: ports/89347 Submitted by: Lev Walkin (maintainer)
* Update to 3.6.3krion2004-08-073-6/+10
| | | | | PR: ports/70101 Submitted by: maintainer
* - Update to version 3.4.5krion2004-04-064-15/+20
| | | | | PR: ports/65194 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-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
* Add missing file and bump PORTREVISIONkris2003-06-092-0/+2
|
* Update to 2.8.2.nork2003-04-134-4/+35
| | | | | PR: ports/50855 Submitted by: Lev Walkin <vlm@lionet.info>
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 2.7.1ijliao2003-01-032-2/+2
| | | | | PR: 45869 Submitted by: maintainer
* upgrade to 2.6.3ijliao2002-05-202-2/+2
| | | | | PR: 38317 Submitted by: maintainer
* Update to 2.6.2pat2002-03-252-2/+2
| | | | | PR: 36273 Submitted by: maintainer
* Update to 2.6.1pat2002-02-152-2/+2
| | | | | PR: 34940 Submitted by: maintainer
* upgrade to 2.6ijliao2001-10-122-3/+3
| | | | | PR: 31031 Submitted by: MAINTAINER
* upgrade to 2.5ijliao2001-05-244-10/+10
| | | | | PR: 27613 Submitted by: maintainer
* upgrade to 2.2ijliao2001-04-272-2/+2
| | | | | PR: 26837 Submitted by: MAINTAINER
* upgrade to 2.1.1ijliao2001-04-272-2/+2
| | | | | | | | | - Eliminated some memory leaks. - Code reviewed to obtain long-run stability. - Light portability changes. PR: 26668 Submitted by: MAINTAINER
* Add ipcad 2.0, IP accounting daemon simulating Cisco ip accounting.will2001-04-185-0/+40
PR: 26585 Submitted by: vlm@spelio.net.ru