Port details |
- ntop Network monitoring tool with command line and web interfaces
- 5.0.1_14 net
=69 5.0.1_14Version of this port present on the latest quarterly branch.
- BROKEN: Makefiles use hacks that don't work with recent automake. Try net/ntopng
DEPRECATED: Broken for more than 6 months This port expired on: 2018-12-19 IGNORE: is marked as broken: Makefiles use hacks that don't work with recent automake. Try net/ntopng
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2018-12-21 14:22:17
- SVN Revision: 488006
- People watching this port, also watch:: nmap, unzip, gmake, freetype2, sudo
- License: GPLv3
- WWW:
- http://www.ntop.org/
- Description:
- ntop is a flexible and feature-rich tool for monitoring and troubleshooting
local area networks. It provides command line and web interfaces, the latter
via an embedded web server. ntop is based on libpcap.
WWW: http://www.ntop.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ntop
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ntop-5.0.1.tar.gz) = 7e8e84cb14d2173beaca4d4cb991a14d84a4bef84ec37b2276bc363f45c52ef8
SIZE (ntop-5.0.1.tar.gz) = 40133867
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rrdtool12>=1.2 : databases/rrdtool12
- dot : graphics/graphviz
- geoiplookup : net/GeoIP
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- gmake : devel/gmake
- python2.7 : lang/python27
- Runtime dependencies:
-
- rrdtool12>=1.2 : databases/rrdtool12
- dot : graphics/graphviz
- geoiplookup : net/GeoIP
- urwfonts>0 : x11-fonts/urwfonts
- python2.7 : lang/python27
- Library dependencies:
-
- libgdbm.so : databases/gdbm
- libevent.so : devel/libevent
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ntop-5.0.1_14:
JUMBO_FRAMES=off: Jumbo Frames (experimental)
MAKO=off: Install py-mako for Host Map, Region View
PCAP_PORT=off: Use libpcap from ports
XMLDUMP=off: Enable XML Dump support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf:build cpe gmake libtool python shebangfix ssl gnome
- pkg-message:
- ----------------------------------------------------------------------------
WARNING:
In the past, ntop has been the subject of repeated security vulner-
abilities, particularly relating to its web interface. It is strongly
suggested that you protect your ntop web interface via packet filters
or TCP wrappers.
IPv6 isn't currently supported by the port.
----------------------------------------------------------------------------
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.1_1 03 Feb 2005 21:12:33 |
clement |
- Bump PORTREVISION (I forget to commit this file) |
3.1 03 Feb 2005 21:10:50 |
clement |
- Fix plist
Reported by: pointyhat via kris |
3.1 16 Jan 2005 11:13:37 |
clement |
- Update to 3.1
Notes:
- IPv6 support is disabled
- now startup script prompts for admin password, if unset. |
3.0_1 17 Nov 2004 05:12:46 |
marcus |
Fix a potential segmentation faul when loading certain pages in the web
interface as well as in shutting down ntop.
Approved by: maintainer |
3.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
3.0 07 Apr 2004 13:55:49 |
clement |
- Fix ntop startup script
PR: 65276
Submitted by: Douglas K. Rand <rand@meridian-enviro.com> |
3.0 23 Mar 2004 15:06:46 |
clement |
- Update to 3.0
- Add ipv6 to CATEGORIES |
3.0.p2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
3.0.p2 13 Mar 2004 15:57:13 |
clement |
- Update to 3.0-pre2
Submitted by: ale |
2.2_3 07 Feb 2004 16:40:37 |
leeym |
- Use OPTIONS
- SIZEify distinfo |
2.2_3 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.2_2 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
2.2_2 21 Dec 2003 18:35:30 |
clement |
- fix typo in pkg-message [1]
- Change my email address
Noticed by: Bob Rakov <bob@rakov.net> [1]
Approved by: erwin (mentor) |
2.2_2 15 Dec 2003 18:42:52 |
pav |
- Fix Makefile syntax if WITH_RRD is defined
PR: ports/60256
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
2.2_2 12 Dec 2003 21:03:58 |
pav |
- Fix graphs by: use bundled gdchart and use gd1 instead of gd2
- Get rid of interactive menu
- Rework build options
- Fix optional XML dumping support
PR: ports/60184
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
2.2_1 11 Dec 2003 20:15:00 |
pav |
- Give maintainership to volunteer
PR: ports/60160
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
2.2_1 05 Dec 2003 21:07:23 |
pav |
- Fix build on 5.x
PR: ports/59641
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
2.2_1 25 Aug 2003 05:51:05 |
marcus |
Chase the libintl.so shared lib version. |
2.2_1 22 Jul 2003 15:47:35 |
arved |
Fix ntop @filename
PR: 54482
Submitted by: Melvyn Sopacua <melvyn@webteckies.org> |
2.2_1 17 Jul 2003 04:57:17 |
daichi |
update net/ntop: add identification to net/ntop configuration dialog
PR: 54300
Submitted by: Mark Linimon <linimon@lonesome.com> |
2.2_1 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
2.2 18 Jun 2003 17:42:26 |
oliver |
Add a missed dependency to gdbm
Reported by: kris |
2.2 15 Jun 2003 18:50:37 |
oliver |
update ntop to 2.2
PR: 51077
Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw> |
2.0.99.r2_2 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
2.0.99.r2_2 18 May 2003 12:26:38 |
kris |
BROKEN on 5.1: does not compile |
2.0.99.r2_2 20 Feb 2003 18:51:13 |
knu |
De-pkg-comment. |
2.0.99.r2_2 17 Feb 2003 14:42:03 |
wjv |
- Relinquish maintainership. I don't use ntop anymore, and I've been
consistently unable to find the time to update the port. |
2.0.99.r2_2 03 Jan 2003 08:26:35 |
ijliao |
chase gdbm lib version |
2.0.99.r2_2 15 Sep 2002 12:11:38 |
knu |
Chase the gdchart update and bump PORTREVISION. |
2.0.99.r2_1 26 Jun 2002 13:24:41 |
wjv |
- Fix an error I introduced into rc.d startup script during previous commit.
- Bump PORTREVISION |
2.0.99.r2 24 Jun 2002 14:51:22 |
wjv |
- Update to version 2.0.99.r2 which is only a release candidate, but there
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. |
2.0_2 07 May 2002 09:18:40 |
sobomax |
Chase openssl shlib version increase.
Pointy hat to: dinoex |
05 Mar 2002 14:28:26 |
wjv |
- Mark FORBIDDEN. Remote exploit has been published on Bugtraq, and there
has been no official response from the author as yet. |
25 Jan 2002 08:59:58 |
wjv |
- Enable suport for libwrap. - Bump PORTREVISION. - Update
pkg-{comment,descr} while I'm at it. |
24 Jan 2002 09:15:32 |
wjv |
- Add a patch which should allow this port to build on a machine with a
modified LOCALBASE. - This port should now also build on OSVERSIONs before
OpenSSL was imported (untested). - Bumped PORTREVISION. |
16 Jan 2002 08:41:16 |
wjv |
- Update/rewrite to version 2.0 - Major update of ntop - much of it rewritten
- Take over maintainership for a while |
04 Jan 2002 01:17:46 |
billf |
when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have made
it GNU_CONFIGURE... |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
25 Sep 2000 13:21:43 |
asami |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
15 Sep 2000 09:56:05 |
sheldonh |
Update the URL for the ntop home page. |
13 Aug 2000 07:32:58 |
kris |
Re-enable this port after removing setuid privileges and limiting access to
root only. |
13 Aug 2000 07:31:54 |
kris |
Disable -w (web) mode for security reasons. |
09 Aug 2000 02:59:48 |
kris |
Mark FORBIDDEN due to frightening lack of safe string operations leading to
multiple local and remote root exploits. |