aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
Commit message (Collapse)AuthorAgeFilesLines
* Fix ntop @filenamearved2003-07-221-0/+13
| | | | | PR: 54482 Submitted by: Melvyn Sopacua <melvyn@webteckies.org>
* update net/ntop: add identification to net/ntop configuration dialogdaichi2003-07-171-1/+1
| | | | | PR: 54300 Submitted by: Mark Linimon <linimon@lonesome.com>
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-4/+4
| | | | use USE_GETOPT_LONG instead.
* Add a missed dependency to gdbmoliver2003-06-191-1/+2
| | | | Reported by: kris
* update ntop to 2.2oliver2003-06-166-430/+490
| | | | | PR: 51077 Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw>
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+5
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: does not compilekris2003-05-181-1/+6
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* - Relinquish maintainership. I don't use ntop anymore, and I've beenwjv2003-02-171-1/+1
| | | | consistently unable to find the time to update the port.
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Chase the gdchart update and bump PORTREVISION.knu2002-09-152-6/+6
|
* - Fix an error I introduced into rc.d startup script during previous commit.wjv2002-06-262-3/+4
| | | | - Bump PORTREVISION
* - Update to version 2.0.99.r2 which is only a release candidate, but therewjv2002-06-248-64/+110
| | | | | | | | | has been a "massive public demand" that this port be unFORBIDDEN. - Remove FORBIDDEN. - Add a PKGMESSAGE to explain new post-install procedure, and to warn the user that this port/package is likely to have future security issues. - Install startup script mode 444, forcing the user to change this explicitly to run ntop at system startup. Document this in PKGMESSAGE.
* Chase openssl shlib version increase.sobomax2002-05-071-1/+1
| | | | Pointy hat to: dinoex
* - Mark FORBIDDEN. Remote exploit has been published on Bugtraq, and therewjv2002-03-051-0/+2
| | | | has been no official response from the author as yet.
* - Enable suport for libwrap.wjv2002-01-253-7/+14
| | | | | | | - Bump PORTREVISION. - Update pkg-{comment,descr} while I'm at it. Requested by: Dave Cole <dacole@corp.attcanada.ca> (libwrap support)
* - Add a patch which should allow this port to build on a machine with awjv2002-01-242-5/+45
| | | | | | | | | | modified LOCALBASE. - This port should now also build on OSVERSIONs before OpenSSL was imported (untested). - Bumped PORTREVISION. PR: 34052 Submitted by: Thomas Hurst <freaky@aagh.net>
* - Update/rewrite to version 2.0wjv2002-01-169-43/+465
| | | | | | | - Major update of ntop - much of it rewritten - Take over maintainership for a while Approved by: billf (previous maintainer)
* when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have madebillf2002-01-041-1/+1
| | | | | | | it GNU_CONFIGURE... PR: ports/32235 Submitted by: Thomas Hurst <freaky@aagh.net>
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-2/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update the URL for the ntop home page.sheldonh2000-09-151-1/+1
|
* Re-enable this port after removing setuid privileges and limiting accesskris2000-08-131-2/+1
| | | | to root only.
* Disable -w (web) mode for security reasons.kris2000-08-131-0/+18
|
* Mark FORBIDDEN due to frightening lack of safe string operations leadingkris2000-08-091-0/+2
| | | | to multiple local and remote root exploits.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* We don't fetch libpcap anymore, so why include it's MASTER_SITE?billf1999-05-081-2/+1
| | | | | Submitted by: Anders Nordby <anders@fix.no> Pointy Hat: Me.
* (1) Upgrade to 1.1billf1999-05-073-13/+22
| | | | | | | PR: ports/11536 Submitted by: Anders Nordby <anders@fix.no> (2) Fix some uglyness
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Um, I think you got yourself confused. This is a simple case of DISTNAMEasami1998-11-181-6/+3
| | | | being sufficient for almost everything. :)
* Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,billf1998-11-184-17/+19
| | | | | | | | | and other people's -CURRENT systems. Glad to get this in under the ports freeze crunch so this port doesn't have to be marked BROKEN. PR: ports/8709 Reviewed by: Brian Ruth <bruth@wmht.org> Submitted by: Brian Ruth <bruth@wmht.org>
* Somehow my system had two files that didn't come with the package.billf1998-11-121-1/+6
| | | | | | | It's not sane to require a completly different port (sniffit) just for two simple header files, so I'm putting them in ${FILESDIR}. Thanks to Anders Andersson <anders@sanyusan.se> for the remind.
* Update of ntop from 0.4 to 1.0, the author fixed a lot of the sillybillf1998-11-122-7/+7
| | | | | | | mistakes so most of the patches were deleted. Two of the patches were to the same file, but changed so drastically, I just reimported them. PR: 8292
* "CFLAGS+=__dead=" because mistakenly Bruce thought two years inhoek1998-09-061-1/+2
| | | | the grave would be enough to kill __dead.
* Add an additional install target (install-man) to the ports Makefileandreas1998-08-111-1/+4
| | | | | via INSTALL_TARGET variable to install ntop's manpage as well. While I'm at it, compress the manpage as well via MAN8 setting.
* Import of ntop, a program for showing network information, similarmph1998-08-115-0/+32
to what top(1) does for processes. PR: 7566 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>