aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/flowd
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* - convert to the new perl5 frameworkaz2013-09-141-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Change MAINTAINER addresstabthorpe2013-01-101-1/+1
| | | | | - Trim headers while I am here - Clean up some trailing whitespace
* - Convert to new options frameworkjhale2012-10-262-40/+25
| | | | | | | | | | | | | While here: - Trim Makefile header - Use GOOGLE_CODE macro in MASTER_SITES - Remove the name of the port from COMMENT PR: ports/172517 Submitted by: pjg Approved by: maintainer timeout (17 days) makc, avilla (mentors, implicit) Feature safe: yes
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* 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.
* - remove workaround, it's now implemented in the user/groupohauer2011-07-021-5/+0
| | | | framework and no longer used.
* - use registered user _flowd from UIDs/GIDsohauer2010-12-214-70/+48
| | | | | | | | | | | | | | - add additional MASTER_SITE - remove pkg-install and add a workaround for the user creation if installed from package (belongs to ports/152498 ) - add OPTIONS for PERL and PYTHON, with PERL on as default - install tools to EXAMPLESDIR - remove MD5 from distinfo - fix pkg-plist "%%SITE_PERL%%/%%PERL_ARCH%%/auto" (belongs to perl not to flowd) PR: ports/153310 Submitted by: ohauer Approved by: Mohacsi Janos <janos.mohacsi _at_ bsd.hu> (maintainer)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix when using WITH_PERL and WITH_PYTHONwxs2009-10-162-9/+18
| | | | | | | | - Make pkg-install script accept FLOWD_UID from environment PR: ports/137560 Submitted by: Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net> Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer)
* - Eliminate empty _flags assignmentwxs2009-07-141-2/+3
| | | | | | - s/ipcad/flowd Noticed by: dougb
* - Install RC script.wxs2009-07-142-0/+32
| | | | | | PR: ports/135949 Submitted by: Rashid N. Achilov <citycat4@ngs.ru> Approved by: maintainer timeout
* - Update to 0.9.1amdmi32009-06-012-4/+6
| | | | | | | - Mark BROKEN for WITH_{PERL|PYTHON} cases, as plist is incomplete PR: 134319 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Fix build on 4.x.shaun2006-09-201-1/+1
| | | | | | PR: ports/102416 Submitted by: Maurice Castro <maurice@vinum.clari.net.au> Approved by: maintainer timeout (4 weeks)
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
| | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
* - Mark broken on 4.Xpav2006-04-041-1/+7
| | | | Reported by: krismail
* - Update to 0.9pav2006-04-023-11/+9
| | | | | PR: ports/95051 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* SHA256ifyedwin2006-02-011-0/+1
| | | | Approved by: krion@
* - Update to 0.8.5pav2005-06-043-8/+7
| | | | | PR: ports/81829 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Fix build with read-only ports treepav2005-01-301-2/+3
| | | | | PR: ports/76788 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Add privilege separation user handling.kevlo2005-01-264-0/+87
| | | | | | | - Bump PORTREVISION PR: ports/76669 Submitted by: MAINTAINER
* Update to 0.8krion2005-01-192-5/+4
| | | | | PR: ports/76343 Submitted by: maintainer
* In FreeBSD correct path to pid file is /var/run, not ${PREFIX}/var/run. Bumpsobomax2005-01-081-0/+2
| | | | | | PORTREVISION. Reported by: Yuri Babushkin <piton@united.net.ua>
* Add flowd, a small, fast and secure NetFlow collector. It offers the followingpav2004-11-135-0/+118
features: * Understands NetFlow protocol v.1, v.5, v.7 and v.9 (including IPv6 flows) * Supports both IPv4 and IPv6 transport of flows * Secure: flowd is privilege separated to limit the impact of any compromise * Supports filtering and tagging of flows, using a packet filter-like syntax * Stores recorded flow data in a compact binary format which supports run-time choice over which flow fields are stored * Ships with both Perl and Python interfaces for reading and parsing the on-disk record format * Is licensed under a liberal BSD-like license PR: ports/73722 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>