summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 5.0.9.Jun Kuriyama2003-09-069-96/+120
| | | | | | | | | | | Convert to use rc.subr script. Heads up! Variable name in /etc/rc.conf is changed to $snmpd_enable and $snmpd_flags. Old variables are imported for transition. Notes: svn path=/head/; revision=88629
* - Use GNU_CONFIGUREKirill Ponomarev2003-09-031-4/+2
| | | | | | | | | - Bump PORTREVISION Noticed by: kris via bento Notes: svn path=/head/; revision=88427
* Looks like I accidentally correupted the patch in the previous commit.Joe Marcus Clarke2003-09-022-184/+77
| | | | | | | Fix that and bump PORTREVISION yet again. Notes: svn path=/head/; revision=88369
* update to zabbix 1.0beta10Yen-Ming Lee2003-09-0212-234/+416
| | | | | | | | PR: 56262 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=88320
* - Take maintainershipKirill Ponomarev2003-08-301-1/+1
| | | | | | | Approved by: Kirby Kuehl <kkuehl@cisco.com> (pixilate author) Notes: svn path=/head/; revision=88100
* Upgrade to version 4.4, add PDF documentation.Jimmy Olgeni2003-08-306-63/+82
| | | | Notes: svn path=/head/; revision=88077
* - fix broken configureDirk Meyer2003-08-301-4/+2
| | | | | | | | | - reset inactive mainatiner PR: 55414 Submitted by: kkuehl@cisco.com Notes: svn path=/head/; revision=88068
* New port: net/zabbix - advanced network monitoring systemEdwin Groothuis2003-08-3022-0/+538
| | | | | | | | | | | | | | | Zabbix is software for application and network monitoring. Zabbix supports both polling and trapping techniques to collect data from monitored hosts. Flexible notification mechanism allows easy and quckly configure email notifications for pre-defined events. Zabbix is freely available under the terms of the GNU General Public License (GPL). PR: ports/54565 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=88063
* New port: net/zabbix - advanced network monitoring systemEdwin Groothuis2003-08-302-0/+34
| | | | | | | | | | | | | | | Zabbix is software for application and network monitoring. Zabbix supports both polling and trapping techniques to collect data from monitored hosts. Flexible notification mechanism allows easy and quckly configure email notifications for pre-defined events. Zabbix is freely available under the terms of the GNU General Public License (GPL). PR: ports/54565 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=88061
* Unbreak net/cflowd by adding "using namespace std" to several placesEdwin Groothuis2003-08-3019-8/+470
| | | | | | | | | | | | in the code. Informed maintainer. PR: ports/48382 (it all started with this one) Submtited by: Will Saxon <wills@housing.ufl.edu> and me Notes: svn path=/head/; revision=88045
* add more patches for net/cflowd but still not working properly underEdwin Groothuis2003-08-302-0/+54
| | | | | | | | | | -current / gcc 3.2.1. Maybe somebody with more C++ knowledge can have a look at the current errors it is stuck with? Notes: svn path=/head/; revision=88043
* Added simple patch to overcome the problems with oid.cpp, but stillEdwin Groothuis2003-08-302-1/+11
| | | | | | | other problems shown up. Notes: svn path=/head/; revision=88038
* [orphaned ports]: use USE_MYSQL for various orphaned ports.Edwin Groothuis2003-08-281-1/+1
| | | | | | | | | | | | | | | | | | Make these ports use USE_MYSQL: * databases/dbconnect * net/netsaint * www/mod_mp3 * www/mod_mylo * www/phpnuke * www/postnuke * www/udmsearch * mail/courier PR: ports/56029 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=87903
* <saper@system.pl>: host mx1.system.pl[62.233.129.170] said: 550 5.1.1Edwin Groothuis2003-08-282-2/+2
| | | | | | | <saper@system.pl>... User unknown Notes: svn path=/head/; revision=87900
* net/flow-extract: new portEdwin Groothuis2003-08-287-0/+163
| | | | | | | | | | This tool complements existing net/flow-tools port. PR: ports/50005 Submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=87886
* Add subcalc, a utility that is used for subnet calculation and IPv6Sean Chittenden2003-08-274-0/+30
| | | | | | | | | | | | | | DNS PTR record generation. subcalc takes command line arguments in a similar format to ifconfig(8) so the synopsis should be familiar to the user. Given an address family, address and a netmask/prefix length, subcalc will calculate the number of hosts and address ranges of the specific network. PR: ports/55979 Submitted by: Chris S.J. Peron Notes: svn path=/head/; revision=87761
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-264-0/+4
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-254-4/+4
| | | | Notes: svn path=/head/; revision=87644
* - Update to 2.0Kirill Ponomarev2003-08-243-6/+7
| | | | Notes: svn path=/head/; revision=87594
* Update nitpicker to new version 1.2.1Michael Reifenberger2003-08-235-21/+39
| | | | | | | | | | | Since versioning has changed ( 1.23 -> 1.2.1) set PORTEPOCH to 1. Add/Change patches to respect CFLAGS/PREFIX Submitted by: Mirko Steiner <mirko.steiner@slashdevslashnull.de> Reviewed by: PORTEPOCH adviced by freebsd-ports Notes: svn path=/head/; revision=87564
* o Move perllocal.pod tweak from post-configure to post-build.Jun Kuriyama2003-08-239-6/+42
| | | | | | | | | | | | Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1] Notes: svn path=/head/; revision=87545
* Add ipacctd 1.46, IP accounting using divert socket.Sergey Skvortsov2003-08-225-0/+121
| | | | Notes: svn path=/head/; revision=87505
* New port: A traffic analysis command-line utilityMichael Landin2003-08-224-0/+49
| | | | | | | Approved by: roberto (mentor) Notes: svn path=/head/; revision=87502
* o Main modificationNorikatsu Shigemura2003-08-186-65/+41
| | | | | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1] Notes: svn path=/head/; revision=87214
* Return the correct value for tcp.tcpCurrEstab.0.Joe Marcus Clarke2003-08-172-1/+204
| | | | | | | | PR: 54551 Submitted by: Mário Freitas <sub_0@netcabo.pt> Notes: svn path=/head/; revision=87144
* upgrade to 1.017Bill Fumerola2003-08-172-2/+2
| | | | Notes: svn path=/head/; revision=87143
* remove references to dave.plonka.us, instead refer to net.doit.wisc.eduBill Fumerola2003-08-172-2/+2
| | | | | | | Submitted by: Dave Plonka <plonka@doit.wisc.edu> Notes: svn path=/head/; revision=87132
* Add MASTER_SITE_PACKETSTORM as an additional mirror.Pete Fritchman2003-08-162-2/+4
| | | | | | | | | PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts Notes: svn path=/head/; revision=87066
* Utilize INFO and bump PORTREVISIONKris Kennaway2003-08-162-6/+2
| | | | Notes: svn path=/head/; revision=87040
* o Fix not to define "freebsd[234]" definition on freebsd5 environment.Jun Kuriyama2003-08-1615-57/+354
| | | | | | | | | | | o Fix related patch to fit freebsd5 environment. o Implement tcp.tcpCurrEstab to return correct value. PR: ports/54551 Submitted by: sub_0@netcabo.pt Notes: svn path=/head/; revision=87030
* - Fix path in last patchDirk Meyer2003-08-151-2/+2
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=87002
* - Update to 9.2.1Yen-Ming Lee2003-08-153-14/+15
| | | | | | | | PR: 55579 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=86978
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-152-2/+2
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* - Fixes restart problems with patch from qhwt@myrealbox.comDirk Meyer2003-08-142-1/+31
| | | | Notes: svn path=/head/; revision=86955
* - Update to 2.5Kirill Ponomarev2003-08-122-2/+2
| | | | | | | | PR: 55510 Submitted by: maintainer Notes: svn path=/head/; revision=86863
* Change MAINTAINER to my @FreeBSD.org address.Michael Landin2003-08-082-2/+2
| | | | | | | Approved by: roberto (mentor) Notes: svn path=/head/; revision=86580
* upgrade to 0.4.1Bill Fumerola2003-08-073-3/+55
| | | | Notes: svn path=/head/; revision=86497
* Update of net/nrpe from version 1.8 to 1.9 which contains minor bug fixesYen-Ming Lee2003-08-064-4/+4
| | | | | | | | PR: 55292 Submitted by: Paul Dlug <paul@nerdlabs.com> Notes: svn path=/head/; revision=86383
* Grrr, patch-aj is CRLF. Convert to LF.Jun Kuriyama2003-08-043-39/+39
| | | | | | | Pointy hat to: kuriyama Notes: svn path=/head/; revision=86267
* o Update to 1.3.1.Jun Kuriyama2003-08-035-9/+32
| | | | | | | | | | | o Fix compilation with only MySQL plugin. o Add MySQL 4.0/4.1 support. PR: ports/54433 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=86216
* (1) Fix HTML generation of tac.cgi.Jun Kuriyama2003-08-029-18/+138
| | | | | | | | | | | (2) Fix to detect gd1 library. Submitted by: Bradley Dean <bjdean@unimelb.edu.au> (1), kuriyama (2) Approved by: maintainer Notes: svn path=/head/; revision=86191
* Fix build on gcc-3.3.xMaho Nakata2003-08-021-4/+4
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86169
* * Update to 1.23Kirill Ponomarev2003-07-303-60/+62
| | | | | | | | | | | * Cleaned up docs installation PR: 55048 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85913
* Add sysmon 0.91.19,Oliver Lehmann2003-07-254-0/+67
| | | | | | | | | | | a network tool designed for high performance and accurate monitoring. PR: 47402 Submitted by: Manuel Kreutz <mk@nomtec.net> Notes: svn path=/head/; revision=85600
* Update to 1.2Kirill Ponomarev2003-07-232-3/+4
| | | | | | | | | | | | | | | * Added option to fingerprint SYNACK packets * Added option to output more verbose fingerprint info to outfile * Added a ton of new fingerprints (1214 SYN/SYNACK fingerprints) * Added option to run Disco on interfaces without an assigned IP Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85445
* Update to 0.5.0Kirill Ponomarev2003-07-232-2/+2
| | | | | | | | | | | | | | | | | | New features: * support for 802.1Q (VLANs) tagged packets * support for FDDI links. [EXPERIMENTAL] * two new primitives have been added: source MAC address and destination MAC address * static aggregation directives (src_host, dst_host, ..) are now superseded by primitives that can be stacked together to form complex aggregation methods. The commandline syntax of the client program has been consequently changed to support these new features Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85441
* Port added with slight modificationKirill Ponomarev2003-07-238-0/+156
| | | | | | | | | PR: 54510 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85423
* update net/ipfm: 0.11.4 -> 0.11.5Daichi GOTO2003-07-232-2/+3
| | | | | | | | PR: 52377 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=85415
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-228-8/+8
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* Add support for detecting Cisco APs.Sean Chittenden2003-07-211-0/+12
| | | | | | | Submitted by: arved Notes: svn path=/head/; revision=85321