aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flowd
Commit message (Collapse)AuthorAgeFilesLines
* - Install stuff in pre-install target - this is needed for perl5.mk's ↵Dmitry Marakasov2015-02-012-4/+3
| | | | | | | | | | fix-perl-things target to run correctly as it's run before post-install - Fix strip - Remove @dirrm* from pkg-plist Notes: svn path=/head/; revision=378255
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - add stage supportOlli Hauer2014-08-172-31/+32
| | | | Notes: svn path=/head/; revision=365239
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362806
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327296
* - Fix build with new site_perlAndrej Zverev2013-06-121-1/+1
| | | | | | | Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=320709
* - Change MAINTAINER addressThomas Abthorpe2013-01-091-1/+1
| | | | | | | | - Trim headers while I am here - Clean up some trailing whitespace Notes: svn path=/head/; revision=310162
* - Convert to new options frameworkJason E. Hale2012-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 Notes: svn path=/head/; revision=306417
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* 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
* - remove workaround, it's now implemented in the user/groupOlli Hauer2011-07-021-5/+0
| | | | | | | framework and no longer used. Notes: svn path=/head/; revision=276894
* - use registered user _flowd from UIDs/GIDsOlli Hauer2010-12-204-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) Notes: svn path=/head/; revision=266661
* 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
* - Fix when using WITH_PERL and WITH_PYTHONWesley Shields2009-10-152-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) Notes: svn path=/head/; revision=242898
* - Eliminate empty _flags assignmentWesley Shields2009-07-141-2/+3
| | | | | | | | | - s/ipcad/flowd Noticed by: dougb Notes: svn path=/head/; revision=237777
* - Install RC script.Wesley Shields2009-07-132-0/+32
| | | | | | | | | PR: ports/135949 Submitted by: Rashid N. Achilov <citycat4@ngs.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=237698
* - Update to 0.9.1Dmitry Marakasov2009-05-312-4/+6
| | | | | | | | | | - Mark BROKEN for WITH_{PERL|PYTHON} cases, as plist is incomplete PR: 134319 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=234935
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200778
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* - Fix build on 4.x.Shaun Amott2006-09-201-1/+1
| | | | | | | | | PR: ports/102416 Submitted by: Maurice Castro <maurice@vinum.clari.net.au> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=173470
* Add support for DESTDIR part I.Erwin Lansing2006-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 Notes: svn path=/head/; revision=169648
* - Mark broken on 4.XPav Lucistnik2006-04-031-1/+7
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=158741
* - Update to 0.9Pav Lucistnik2006-04-013-11/+9
| | | | | | | | PR: ports/95051 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=158608
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* - Update to 0.8.5Pav Lucistnik2005-06-043-8/+7
| | | | | | | | PR: ports/81829 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=136774
* - Fix build with read-only ports treePav Lucistnik2005-01-291-2/+3
| | | | | | | | PR: ports/76788 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=127638
* - Add privilege separation user handling.Kevin Lo2005-01-264-0/+87
| | | | | | | | | | - Bump PORTREVISION PR: ports/76669 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127366
* Update to 0.8Kirill Ponomarev2005-01-192-5/+4
| | | | | | | | PR: ports/76343 Submitted by: maintainer Notes: svn path=/head/; revision=126799
* In FreeBSD correct path to pid file is /var/run, not ${PREFIX}/var/run. BumpMaxim Sobolev2005-01-081-0/+2
| | | | | | | | | PORTREVISION. Reported by: Yuri Babushkin <piton@united.net.ua> Notes: svn path=/head/; revision=125760
* Add flowd, a small, fast and secure NetFlow collector. It offers the followingPav Lucistnik2004-11-125-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> Notes: svn path=/head/; revision=121476