summaryrefslogtreecommitdiff
path: root/net/ntop2
AgeCommit message (Collapse)AuthorFilesLines
2005-01-07ntop2 removedadam6-470/+0
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-07Avoid invoking automake and autoconf, and instead patch configure directly.jmmv3-11/+36
This fixes the build of this package, which was failing because recent versions of automake do not accept some constructions used in it.
2004-05-05Convert to buildlink3.snj1-7/+7
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-24Added support for gdchartadam1-6/+4
2003-06-23Reactivated patches for ntop2adam1-0/+12
2003-06-23Updated ntop to 2.2adam3-25/+52
What's new: - SQL support removed - rrd support added - Added ability to configure plugins while inactive. - Added @<filename> for configuration options. - Table driven conversion of ip address -> country code replaces - where available - old gTLD/ccTLG version. - memory failure trap, allows access to reports after ntop stops and run time parameter, --disable-stopcap to return to old behavior. - Replaced active use of nmap with passive use of ettercap for OS fingerprinting. - Automatic creation of problem report skeleton. - Plugins menu shows plugins disabled due to problems. - Default protocol list (if no -p option) changed
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-24Bump PKGREVISION of net/ntop2 to 1 in the aftermath of gdchart changing itsjlam1-2/+2
inter-library dependencies.
2003-01-16patch-aa was removed in the most recent update.grant1-2/+1
2003-01-09Update from 2.1.0 to 2.1.54.mycroft4-58/+43
There is document describing the changes, but there seem to be a number of features added, including support for graphing with RRD. Note: The web server currently hangs, but this is the same behavior as 2.1.0.
2002-11-21unmark ntop2 as BROKEN.grant1-3/+1
addresses pkg/18915 from Robert Elz.
2002-11-15This package has been converted to use buildlink2.jlam1-2/+1
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-1/+2
2002-10-07Convert to buildlink2. Fix PLIST.wiz2-9/+307
2002-08-05Mark as broken, because ntop2 wants to write to /usr/pkg/var/ntop,veego1-1/+3
but doesn't create this directory and PR 13058 makes it impossible to change that location.
2002-08-02ntop2 really wants a gnu libreadline so add USE_GNU_READLINE.veego1-1/+2
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-2/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc3-0/+99
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc2-0/+34
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Al is not happy with this package, so remove it.cjs3-397/+0
2002-07-23Add ntop2 package.cjs3-0/+397