aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-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 Notes: svn path=/head/; revision=33101
* Update the URL for the ntop home page.Sheldon Hearn2000-09-151-1/+1
| | | | Notes: svn path=/head/; revision=32632
* Re-enable this port after removing setuid privileges and limiting accessKris Kennaway2000-08-131-2/+1
| | | | | | | to root only. Notes: svn path=/head/; revision=31595
* Disable -w (web) mode for security reasons.Kris Kennaway2000-08-131-0/+18
| | | | Notes: svn path=/head/; revision=31594
* Mark FORBIDDEN due to frightening lack of safe string operations leadingKris Kennaway2000-08-091-0/+2
| | | | | | | to multiple local and remote root exploits. Notes: svn path=/head/; revision=31437
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* We don't fetch libpcap anymore, so why include it's MASTER_SITE?Bill Fumerola1999-05-071-2/+1
| | | | | | | | Submitted by: Anders Nordby <anders@fix.no> Pointy Hat: Me. Notes: svn path=/head/; revision=18598
* (1) Upgrade to 1.1Bill Fumerola1999-05-063-13/+22
| | | | | | | | | | PR: ports/11536 Submitted by: Anders Nordby <anders@fix.no> (2) Fix some uglyness Notes: svn path=/head/; revision=18567
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Um, I think you got yourself confused. This is a simple case of DISTNAMESatoshi Asami1998-11-181-6/+3
| | | | | | | being sufficient for almost everything. :) Notes: svn path=/head/; revision=14637
* Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,Bill Fumerola1998-11-174-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> Notes: svn path=/head/; revision=14618
* Somehow my system had two files that didn't come with the package.Bill Fumerola1998-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. Notes: svn path=/head/; revision=14486
* Update of ntop from 0.4 to 1.0, the author fixed a lot of the sillyBill Fumerola1998-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 Notes: svn path=/head/; revision=14481
* "CFLAGS+=__dead=" because mistakenly Bruce thought two years inTim Vanderhoek1998-09-051-1/+2
| | | | | | | the grave would be enough to kill __dead. Notes: svn path=/head/; revision=13018
* Add an additional install target (install-man) to the ports MakefileAndreas Klemm1998-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. Notes: svn path=/head/; revision=12444
* Import of ntop, a program for showing network information, similarMatthew Hunt1998-08-115-0/+32
to what top(1) does for processes. PR: 7566 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=12437