Commit Graph

1718 Commits

Author SHA1 Message Date
Edwin Groothuis
9549788da8 Fix file locations and new syntax
Submitted by:	"Michael W. Oliver" <michael@gargantuan.com>
2005-05-23 23:29:42 +00:00
Edwin Groothuis
ba275c5c48 [patch] support of rc_subr for net-mgmt/nrpe
This patch will add rc_subr support for net-mgmt/nrpe

PR:		based on: ports/73632
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2005-05-21 11:50:44 +00:00
Pav Lucistnik
1865ace86c - Update to 4.3.1
PR:		ports/80904
Submitted by:	Maxim Tuliuk <mt@primats.org.ua> (maintainer)
2005-05-20 18:26:05 +00:00
Pav Lucistnik
1f8dc94f2e - Check validity of configurations files in the startup script.
PR:		ports/81220
Submitted by:	Artem Naluzhny <tut@nhamon.com.ua> via maintainer
2005-05-19 15:56:37 +00:00
Dmitry Sivachenko
54d74f05d7 Do not enable SSL in check_jabber by default.
This is what -S option is for.

Approved by:    maintainer
2005-05-19 05:07:34 +00:00
Lars Thegler
0116f6f0a6 Fixed quoting 2005-05-17 07:59:10 +00:00
Lars Thegler
a9f77cbd5d Use IGNORE instead of BROKEN
Prompted by:	kris
2005-05-17 07:57:44 +00:00
Dmitry Sivachenko
4859ccb83b Update to version 2.12.1. 2005-05-17 06:48:12 +00:00
Dmitry Sivachenko
9daf92007e Fix a problem when all graphs are being drawn as if "Unscaled" was set.
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
PR:		81117
2005-05-17 06:31:26 +00:00
Dmitry Sivachenko
30ab5d4bf7 Upgrade to version 2.12.0. 2005-05-16 14:49:32 +00:00
Lars Thegler
5c4f5e8487 Marked BROKEN due to incompatibility with rrdtool 1.2.x.
Noticed by:	Kent Kuriyama <kuriyama@newhost.cpf.navy.mil>
2005-05-16 13:19:09 +00:00
Sergey Matveychuk
ade6ec6273 - Make portlint happy.
- Utilize EXAMPLESDIR macro.
2005-05-14 21:40:09 +00:00
Kirill Ponomarev
af4ab6c742 Update to 0.8.5 2005-05-11 17:53:00 +00:00
Tilman Keskinoz
732dc1bc31 Update to 0.43
PR:		80751
Submitted by:	Russell Jackson <raj@cserv62.csub.edu>
2005-05-08 13:49:03 +00:00
Lars Thegler
dd4b346b37 Update to 1.40
PR:		ports/80289
Submitted by:	Daniel Johansson <donnex@donnex.net>
2005-05-02 19:32:47 +00:00
Roman Bogorodskiy
5372f717a8 Remove pkg-plist and use PLIST_FILES 2005-05-02 12:23:11 +00:00
Sergey Matveychuk
6882c0b996 - Update to 0.8.6d
- Fix df output (Kb required) (*)

Submitted by:	Zoltan Frombach <tssajo@hotmail.com> (*)
2005-05-01 10:10:56 +00:00
Kris Kennaway
29836d024e BROKEN: Changes ownership of installed files 2005-04-30 00:58:46 +00:00
Jean-Yves Lefort
a8d970927e Fix build on 6.X
PR:		ports/80374
Submitted by:	Johan van Selst <johans@stack.nl>
2005-04-26 22:40:02 +00:00
Bruce M Simpson
156e3a3d9e Remove an extraneous right-bracket.
Submitted by:	Mit Rowe
2005-04-25 21:33:49 +00:00
Edwin Groothuis
ad0ad50784 net-mgmt/grepcidr: Filter IP addresses matching IPv4 CIDR/network specification
grepcidr can be used to filter a list of IP addresses against
    one or more Classless Inter-Domain Routing (CIDR) specifications,
    or arbitrary networks specified by an address range. As with
    grep, there are options to invert matching and load patterns
    from a file.  grepcidr is capable of comparing thousands or
    even millions of IPs to networks with little memory usage and
    in reasonable computation time.

    grepcidr has endless uses in network software, including: mail
    filtering and processing, network security, log analysis, and
    many custom applications.

PR:		ports/80315
Submitted by:	Douglas Fraser <doug+ports@idmf.net>
2005-04-25 05:03:43 +00:00
Pav Lucistnik
0c61f08094 - Switch whois dependency to net/ripe-whois
PR:		ports/80215
Submitted by:	<Janos.mohacsi@bsd.hu> (maintainer)
2005-04-24 13:34:46 +00:00
Jean-Yves Lefort
498545ef30 Update to 0.2.1
PR:		ports/80218
Submitted by:	Fredrik Lindberg <fli+ports@shapeshifter.se> (maintainer)
Approved by:	adamw (mentor, implicit)
2005-04-21 18:54:38 +00:00
Kirill Ponomarev
cf5a50e409 Drop maintership. 2005-04-21 17:44:08 +00:00
Sergey Matveychuk
badc834778 - Fix removing logic for user config [1]
- Remove useless empty dirs
- Fix package
- Makefile refactoring
- Utilize SUB_FILES magic
- Update pkg-message

Reported by:    kris (via pointyhat) [1]
2005-04-21 07:02:05 +00:00
Sergey Matveychuk
ccd92e3fa2 - Grab the port
- Apply all vendor's patches
- Remove redundant macro in Makefile
- Add www as second category
- Fix log file owner
- Don't destroy user config on updating

Approved by:	maintainer (silence for 2+ monthes, no submits for 6 monthes)
2005-04-20 10:49:03 +00:00
Kirill Ponomarev
50dfc16559 Update to 0.8.4 2005-04-16 17:23:13 +00:00
Sergey Matveychuk
96b8701208 net-mgmt/nfsen: Web based frontend to nfdump netflow collector
PR:		ports/79950
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-04-16 10:33:07 +00:00
Volker Stolz
dc241e9eed Use SUB_FILES instead of home-grown SED-incantation 2005-04-15 09:54:30 +00:00
Yen-Ming Lee
b8109f036b - Update to netams-3.2.2
PR:		79853
Submitted by:	Yuriy N. Shkandybin <jura@netams.com>
2005-04-13 12:05:23 +00:00
Sergey Skvortsov
fb211568de Minor typo: "divert" => "tee" 2005-04-12 18:17:46 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
Yen-Ming Lee
5e09260efb - update to 1.2.1
PR:		79225
Submitted by:	maintainer
2005-04-11 17:11:47 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
e5c163d1f9 BROKEN on 4.x: Does not compile 2005-04-10 21:59:01 +00:00
Pav Lucistnik
339286b962 - Update to 200504.r1
PR:		ports/79647
Submitted by:	Peter Thoenen <eol1@yahoo.com> (maintainer)
2005-04-08 18:20:14 +00:00
Florent Thoumie
ff8b9ad3dd - Fix dependency on PostgreSQL.
PR:		ports/79618
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-04-07 09:28:07 +00:00
Jun Kuriyama
0ab1ceea8f Fix the problem which cannot get ifPhysAddress value.
It seems agent/mibgroups/mibII/interfaces.c switched to use new
USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress.

This patch uses old get_phys_address() function from new code.
2005-04-07 03:04:17 +00:00
Florent Thoumie
9425b3d33d - Fix LATEST_LINK. 2005-04-06 10:09:43 +00:00
Florent Thoumie
44ac19b29e - Add nagios12 to the build. 2005-04-06 10:05:13 +00:00
Florent Thoumie
ff0075afc1 - Re-add old patches.
- Remove recent patches.
2005-04-06 10:03:58 +00:00
Florent Thoumie
ae4197390c - Add nagios12, version 1.2 of nagios port (thanks to marcus for repocopy).
- Set CONFLICTS.

PR:		ports/79170
Submitted by:	Vivek Khera <vivek@khera.org>
Repocopied by:	marcus
2005-04-06 10:00:52 +00:00
Dmitry Sivachenko
b9d7d7e24b Upgrade to version 2.0b3
PR:		79565
Submitted by:	maintainer
2005-04-05 17:17:52 +00:00
Erwin Lansing
c6527a496c Add ipv6gen 0.8, iPv6 prefix generator.
PR:		ports/79520
Submitted by:	Vladimir Kotal <vlada@devnull.cz>
2005-04-04 12:52:34 +00:00
Kris Kennaway
21b72b7724 Reset inactive maintainer. Thanks for your work in the past! 2005-04-03 21:30:39 +00:00
Anton Berezin
f2036d9d37 Update to 3.24. This port now requires perl >= 5.6.X. 2005-04-03 11:21:27 +00:00
Sergey Skvortsov
6a88c3bb5d * fix "missed DLT initialization" issue
* add "ng_ipacct_%%iface%%_checkpoint_script" feature
  (and target "checkpoint" for rc.d/ng_ipacct.sh)

* add example "PPTP (via mpd), divert traffic to ng_ksocket"
2005-04-02 16:34:45 +00:00
Kirill Ponomarev
e4a5f2a44f Update to 0.8.3 2005-04-02 11:42:34 +00:00
Clement Laforet
579d392701 - deBROKEN'ify, fix plist 2005-04-02 08:54:25 +00:00
Kris Kennaway
09446d28ec BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-27 02:22:51 +00:00