aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flowd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/flowd: remove optional support for expired Python2.7Rene Ladan2021-01-011-11/+1
| | | | | | | | | | Also suggested by maintainer (bofh) PR: 249740 Submitted by: swills Notes: svn path=/head/; revision=559850
* net-mgmt/flowd: Remove useless pkg-deinstall scriptTobias Kortkamp2019-12-201-1/+1
| | | | | | | | A message to delete the _flowd user/group after deinstallation is already printed by USERS/GROUPS. No need to print it twice. Notes: svn path=/head/; revision=520488
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* net-mgmt/flowd: UNBREAKMuhammad Moinur Rahman2019-09-251-6/+2
| | | | | | | | | | - Update MASTER_SITES - Update WWW - makepatch compatible patch files - Take MAINTAINERSHIP Notes: svn path=/head/; revision=512779
* Deprecate a few portsAntoine Brodin2019-09-151-0/+2
| | | | Notes: svn path=/head/; revision=512125
* Mark BROKEN: unfetchableAntoine Brodin2019-08-051-0/+2
| | | | Notes: svn path=/head/; revision=508138
* - Switch to options helpersDmitry Marakasov2018-08-291-32/+24
| | | | | | | | - Use shebangfix instead of manually fixing shebangs - Add LICENSE Notes: svn path=/head/; revision=478366
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-2/+1
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Remove now needless chmod u+w/u-w from my and unmaintained portsDmitry Marakasov2015-06-291-2/+0
| | | | Notes: svn path=/head/; revision=390932
* - Install stuff in pre-install target - this is needed for perl5.mk's ↵Dmitry Marakasov2015-02-011-1/+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-261-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-29/+25
| | | | 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
* 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-261-34/+19
| | | | | | | | | | | | | | | | 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
* - 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-201-10/+25
| | | | | | | | | | | | | | | | | - 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
* - Fix when using WITH_PERL and WITH_PYTHONWesley Shields2009-10-151-7/+10
| | | | | | | | | | | - 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
* - Install RC script.Wesley Shields2009-07-131-0/+2
| | | | | | | | | 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-311-1/+3
| | | | | | | | | | - 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-011-5/+1
| | | | | | | | PR: ports/95051 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=158608
* - Update to 0.8.5Pav Lucistnik2005-06-041-4/+3
| | | | | | | | 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-261-0/+11
| | | | | | | | | | - Bump PORTREVISION PR: ports/76669 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127366
* Update to 0.8Kirill Ponomarev2005-01-191-3/+2
| | | | | | | | 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-121-0/+71
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