summaryrefslogtreecommitdiff
path: root/net-mgmt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style; remove double quotes from around the COMMENT field.Bruce M Simpson2003-09-281-1/+1
| | | | Notes: svn path=/head/; revision=89597
* Unbreak automated builds (a la bento), by removing explicit referencesBruce M Simpson2003-09-271-1/+85
| | | | | | | | | to /dev/tty from Makefiles. Noticed by: kris Notes: svn path=/head/; revision=89589
* Update to 3.3.5Hye-Shik Chang2003-09-273-131/+133
| | | | Notes: svn path=/head/; revision=89566
* KATO mega patchEdwin Groothuis2003-09-271-3/+3
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite.Bruce M Simpson2003-09-2524-0/+404
| | | | | | | | | | | Allows the Annex to be administered from a FreeBSD host, rather than via the console port. Tested with a MicroAnnex-XL 16 port device. Reviewed by: edwin Approved by: jake (mentor) Notes: svn path=/head/; revision=89378
* - Update to version 4.20030925Kirill Ponomarev2003-09-253-6/+6
| | | | | | | | | | - Update maintainer's email - Use DOCSDIR Submitted by: Evgueni V.Gavrilov <aquatique@rusunix.org> (maintainer) Notes: svn path=/head/; revision=89331
* - Update to 4.1.2Mathieu Arnold2003-09-246-52/+48
| | | | | | | | | | | - Make portlint happy Slightly modified version of the PR, so that portlint is really happy PR: 56875 Submitted by: maintainer Notes: svn path=/head/; revision=89196
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-242-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* - Update to 0.14Kirill Ponomarev2003-09-242-2/+2
| | | | Notes: svn path=/head/; revision=89165
* Unbreak nitpicker which user mkdirhier for installing the programs.Michael Reifenberger2003-09-234-5/+35
| | | | | | | | | | | | | | Replace `mkdirhier` with `mkdir -p`. Include ports/56723 which avoids the fragile install targets by using ${INSTALL_PROGRAMM}. Install parse_flowfile. PR: ports/56723 Submitted by: Simon Barner <barner@in.tum.de> Approved by: kris Notes: svn path=/head/; revision=89118
* - Update to 0.4.1 and fix buildKirill Ponomarev2003-09-193-3/+12
| | | | | | | Noticed by: kris via bento Notes: svn path=/head/; revision=89071
* Ues USE_RC_SUBR knob.Jun Kuriyama2003-09-113-21/+3
| | | | | | | Approved by: marcus Notes: svn path=/head/; revision=88960
* Update to 2.0.1, requested by William Stearns and Michal Zalewski.Trevor Johnson2003-09-084-36/+32
| | | | | | | Combine do-install and post-install targets. Notes: svn path=/head/; revision=88814
* 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