Commit Graph

45 Commits

Author SHA1 Message Date
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
a1085b9f12 REVISION bumps for php default version switch to 7.3 2019-09-26 21:59:30 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
936371128c fix build with new perl (needed . in @INC) 2019-01-27 20:00:50 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
ee5cc861cb - bump REVISION for php switch 2018-05-22 08:18:08 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
200fb3227f patch to relax the version check, breakage reported by nigel@ 2017-05-18 19:23:02 +00:00
sthen
47341e122b update to NfSen 1.3.8, fixing a shell escaping problem 2017-01-25 14:22:46 +00:00
sthen
04f4a4a66e Patch a problem with nfsen's install.pl that was introduced in the 1.3.7
update reported by mlnospam at yahoo.com

Garbage-collect pkg/MESSAGE while there. Most of the contents are already
in pkg/README and I've merged the other bit.
2016-04-11 08:51:28 +00:00
kirby
6b6a22981f fix rcctl syntax
ok sthen@
2015-10-05 12:59:12 +00:00
sthen
ce974b46cc use su -m instead of -s /bin/sh, suggested by millert
add some missing -c
2015-07-07 14:44:58 +00:00
sthen
d5ffe85b7d Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
2015-07-06 11:25:36 +00:00
robert
9c1017ae2d bump revision due to the change of the default php version to 5.6
ok aja@
2015-06-05 06:00:20 +00:00
sthen
a505f3ea1c handle rrdtool versions >=1.5 2015-04-20 12:04:22 +00:00
sthen
bed79a986b update to nfsen 1.3.7 2015-01-09 18:04:19 +00:00
sthen
174f98ce56 bump REVISION for php version switch 2014-11-06 17:13:39 +00:00
sthen
20160dbd4f patch install.pl to allow FAKE_AS_ROOT build 2014-09-17 09:20:01 +00:00
espie
963975501d explicitly mark the few ports that don't build with FAKE_AS_ROOT=No 2014-09-16 09:07:03 +00:00
sthen
0a308ca49a handle rrdtool update 2013-11-05 17:49:33 +00:00
robert
d5b92ddea0 bump REVISION due to the php update 2013-08-12 04:11:20 +00:00
sthen
2988a8757b oh, socket6 isn't needed at all: inet_ntop was added to Socket in Perl 5.12
so we can use it from there.
2013-05-03 09:49:01 +00:00
sthen
ad7be4ef20 only import the required function from Socket6, avoids console spam from
importing the whole lot (several things in Socket6 are now in Perl base).
2013-05-03 09:31:23 +00:00
sthen
8dc6493640 update to NfSen 1.3.6p1, to go with updated nfdump 2013-05-03 01:17:10 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
naddy
bc09a2942f remove trailing whitespace in PLIST 2012-12-28 21:03:39 +00:00
sthen
bd6b742e57 revert previous workaround, no longer needed with bsd.port.mk r1.1188 2012-08-31 16:57:23 +00:00
sthen
25fa27eeb7 Use SUBST_CMD-main explicitly rather than SUBST_CMD; following bsd.port.mk
r1.1183 this is now subpackage-dependent - nfsen sets a different PREFIX for
different subpackages and this change caused failures in DPB builds (but not
normal builds) as they pass the subpackage in SUBDIR.

Problem reported by krw, ok espie@.
2012-08-28 23:33:33 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
sthen
33df794e97 add comment re /dev/log needed during install to remind me to look at
it next time I update; noted by aja@
2012-03-20 13:57:44 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
robert
a9eaa6abb2 switch to lang/php 2011-07-08 22:31:59 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
jasper
4fee5ffce0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:03:19 +00:00
sthen
aabc136010 tweaks following feedback from aja@; ok aja.
- don't use ${rcexec} where not needed

- disable reloads; if certain config changes are made, manual confirmation
is required, users should use the standard "/usr/local/bin/nfsen reconfigure"
by hand.
2011-05-06 13:04:08 +00:00
sthen
22a54948fa add an rc script for nfsen, prompted by a mail from Barry Grumbine 2011-05-05 21:49:48 +00:00
sthen
b3d34bb6de update NfSen to 1.3.5 2011-03-24 23:04:00 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
sthen
c731b3abf1 Don't try and syslog during build, it interferes with aja's bulk builds
inside a chroot. ok ajacoutot@
2010-10-12 09:55:51 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
naddy
e3ee31b058 Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
sthen
dc6b82cb33 Remind people to remove the _nfcapd user from group www when the package
is uninstalled. Suggested by ajacoutot@
2010-05-03 09:49:17 +00:00
sthen
856267e50d Import ports/net/nfsen, this companion to net/nfdump is a nice web-based
interface for working with netflow captures, including those from pflow(4).
See teamcymru episode 19 on youtube or the RIPE50 presentation slides to
get an idea of what it can do. Port requested by henning@.

NfSen is a graphical web based front end for the nfdump netflow
tools, allowing you to:

* Display your netflow data:
  Flows, Packets and Bytes using RRD (Round Robin Database).
* Easily navigate through the netflow data.
* Process the netflow data within the specified time span.
* Create history as well as continuous profiles.
* Set alerts, based on various conditions.
* Write your own plugins to process netflow data on a regular interval.

Different tasks need different interfaces to your netflow data.
NfSen allows you to keep all the convenient advantages of the command
line using nfdump directly and gives you also a graphical overview
over your netflow data.
2010-05-02 20:52:32 +00:00