summaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-244-7/+2
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-2436-147/+139
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* - Update to 1.03:sergei2003-10-242-3/+3
| | | | | | | | | - Fixed bug which causes router/switch reboots to potentially cause large negative values for that particular hour. PR: 58476 Submitted by: maintainer Approved by: krion (implicit)
* Update to 1.1.seanc2003-10-242-2/+2
| | | | | PR: ports/58475 Submitted by: maintainer
* - Update to 1.24sergei2003-10-233-15/+32
| | | | | | | | | | | - Removed extraneous patch file - Fixed binaries paths in lib/probes/* Noticed by: Daan van de Linde - s/file/FILE/, to make portlint happy PR: 58396 Submitted by: maintainer Approved by: krion (implicit)
* - Switch to tcl/tk-8.4krion2003-10-191-6/+7
| | | | | - Bump PORTREVISION - Fix CATEGORIES
* Add nefu 0.9.4, a network monitoring daemon.krion2003-10-174-0/+40
|
* - Use autoconf253 and automake-1.5 as dependencies.krion2003-10-171-8/+5
|
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* unbreak port by adding a lot of \n\sedwin2003-10-154-16/+44
| | | | | noticed by bento informed maiuntainer
* BROKEN on 5.x: does not compilekris2003-10-152-2/+14
|
* unbreak net/bpgq by adding \n\ to end of printf() statements.edwin2003-10-152-7/+29
| | | | Informed maintainer.
* BROKEN on 5.x: does not compilekris2003-10-151-1/+7
|
* Update to 0.6.b.netchild2003-10-147-22/+217
| | | | | | | | | | | | | | | | | | | | | | - gtk2 support - new sniffing method was added as a plugin - three new plugins - bumb PORTEPOCH, otherwise 0.6.b (they mean hex B) wouldn't be recognised as newer by pkg_version etc. - add 'security' as a second category (as nmap and friends are mainly there) - respect CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS - make SSL-support optional - base compilation of gnome frontend on autodetection of installed gtk20, use gnome-PKGNAMESUFFIX - disable auto-download of new version via wget (saves dependency on wget, FreeBSD-users should update via the ports-collection anyway) - enable compilation and installation of the plug-ins - compile lc-converter (an application port IMO should not install sources) - don't install ettercap.fr.8.in Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: 51898 Approved by: maintainer timeout (~5 months)
* - Update to version 1.0.1krion2003-10-143-6/+5
|
* - Fix configurekrion2003-10-131-3/+8
| | | | - Unbreak this port
* Fix build on 64-bit platforms.bms2003-10-131-0/+13
| | | | Whined about by: kris
* Add more MASTER_SITES.demon2003-10-131-1/+4
|
* BROKEN: Does not configurekris2003-10-121-0/+2
|
* - Update to version 2.3.7krion2003-10-123-8/+5
| | | | | PR: 57884 Submitted by: maintainer
* whitespace onlytrevor2003-10-111-9/+9
|
* versi0n 2.0.2trevor2003-10-112-5/+9
|
* net-snmp4 conflicts with net-snmp-5.x.marcus2003-10-111-0/+2
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Add CONFLICTS, because these 2 ports install the same file.krion2003-10-102-0/+4
| | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: maintainer
* tell users that some logs are left behind after the port is deinstalled.leeym2003-10-081-0/+1
| | | | Reminded by: lioux
* Add OpenVMPS, a GPL implementation of a VLAN Management Policy Server. VMPSmarcus2003-10-088-0/+172
| | | | | | | allows for dynamic VLAN membership on Cisco switches. PR: 57723 Submitted by: Craig Boston <craig@yekse.gank.org>
* 2-1-b1 => 2.1.b1edwin2003-10-081-2/+3
| | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* *blush* should fix the distname if you change the version number.edwin2003-10-081-1/+1
|
* 1-1-a8 => 1.1.a8edwin2003-10-081-1/+2
| | | | | PR: ports/56958 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Fix MASTER_SITESkrion2003-10-071-4/+2
| | | | | PR: 57709 Submitted by: maintainer
* - Fix MASTER_SITESkrion2003-10-071-2/+2
| | | | | PR: 57710 Submitted by: maintainer
* Upgrade to version 0.46edwin2003-10-072-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Now to the news: version 0.46 is available now. - IPv4 database updated (20030906) - add support of LACNIC registry - add output format "octal" Print octal representation of a given IPv6 address: (useful for djbdns/tinydns) 3ffe:ffff::1 -> \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1 --printfulluncompressed 3ffe:ffff::1 -> \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001 Available format options: --printfulluncompressed: Print in full uncompressed format - New program "ipv6logstats" for parsing web server logs to get some IPv4/IPv6 distribution data and build time line charts. See examples for more. - add input types: "ipv4hex" (hexadecimal IPv4 address) "ipv4revhex" (reverse hexadecimal IPv4 address) - add support of spaces in MAC/EUI-48 addresses
* - Update to 0.7krion2003-10-042-2/+2
|
* - Update to 9.2.2oliver2003-10-042-7/+8
| | | | | | | - Use ${SITE_PERL} and ${DOCSDIR} PR: ports/57570 Submitted By: maintainer
* - Update to 0.5.1krion2003-10-022-3/+3
|
* Move USE_* above bsd.port.pre.mk.marcus2003-10-021-6/+6
| | | | PR: 57502
* Take maintainership.demon2003-10-021-1/+1
| | | | Approved by: former maintainer
* Add missing manpage and a few files I forgot during update.demon2003-10-012-2/+6
|
* Update to version 2.10.5.demon2003-10-013-30/+2
|
* Update to version 0.98.demon2003-10-012-2/+2
| | | | | Maintainer timeout. We need this in order to update mrtg port.
* - Update to version 1.5.1krion2003-10-016-30/+12
| | | | | PR: 57441 Submitted by: Tatsuto Toyonaga <toyonaga@jp.fujitsu.com>
* Don't remove historical logs when deinstalling.leeym2003-09-301-1/+0
| | | | | | PR: 54465 Submitted by: Phil Regnauld <regnauld@catpipe.net> Reviewed by: maintainer
* Style; remove double quotes from around the COMMENT field.bms2003-09-281-1/+1
|
* Unbreak automated builds (a la bento), by removing explicit referencesbms2003-09-271-1/+85
| | | | | | to /dev/tty from Makefiles. Noticed by: kris
* Update to 3.3.5perky2003-09-273-131/+133
|
* KATO mega patchedwin2003-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>
* Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite.bms2003-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)
* - Update to version 4.20030925krion2003-09-253-6/+6
| | | | | | | - Update maintainer's email - Use DOCSDIR Submitted by: Evgueni V.Gavrilov <aquatique@rusunix.org> (maintainer)
* - Update to 4.1.2mat2003-09-246-52/+48
| | | | | | | | - Make portlint happy Slightly modified version of the PR, so that portlint is really happy PR: 56875 Submitted by: maintainer
OpenPOWER on IntegriCloud