summaryrefslogtreecommitdiff
path: root/net/ntop
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-09-15Changes 3.3:adam5-135/+106
* Improved stability * Ease of use * U3 support and graphical GUI (Win32)
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-18- Using "gcc -o /dev/null" has led to /dev/null being unlinked onrillig3-5/+94
Solaris. Enhanced patch-aa with a work-around. Fixes PR 32089. - Fixed invalid variable names (having dashes instead of underscores). - Added patch-ab, which is the same as patch-aa, except it is intended to be reported upstream.
2005-10-26Changes 3.2:adam4-21/+32
* VoIP support * NetFlow v9/IPFIX enhancements * performance boost * more statistics and stability
2005-10-12gdome2 uses libtool, so use USE_LIBTOOL=YES.reed1-2/+2
Bump PKGREVISION as the share library versioning changes. Bump BUILDLINK_DEPENDS.gdome2 required. And bump PKGREVISION for its only dependency: ntop. This fixes build issue for ntop. (Before this fix, gdome2's libgdome.la file listed .la files for libiconv and libz, but on some systems using native versions they didn't exist.) This will close PR #29525.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-14Use specific homepage.reed1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-21Optionally disable threading; work around for PR#29323adam2-8/+10
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-26In order to compile in png, the png buildlink3.mk is needed too.tv1-3/+3
Bump PKGREVISION.
2005-01-19Fix localstatedir; depend on gdome2 (needed for xmldump plug-in); revision bumpadam1-2/+4
2005-01-11This package requires libpcap>=0.8.3, noted by jdc@, bumpxtraeme1-1/+4
PKGREVISION.
2005-01-06ntop is a network traffic probe that shows the network usage, similar to whatadam8-268/+434
the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: - a web interface - limited configuration and administration via the web interface - reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks.
2004-10-03Document that -w is disabled, and remove most other documentationwiz3-3/+84
about it. Addresses PR 27078. Bump PKGREVISION.
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-04-25Convert to buildlink3.snj1-4/+4
2004-01-06ispell (fix two typos).wiz1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+5
have been converted to USE_BUILDLINK2.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-10libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921.wiz1-7/+2
2001-08-24At least depend on the right version of pcal for SunOS or Linux.abs1-1/+7
2001-06-20Convert to use buildlink.mk files for ncurses dependency and mark asjlam1-10/+3
USE_BUILDLINK_ONLY.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10Since ntop isn't set?id anymore, make it work even if you're not root,wiz3-20/+75
but have sufficient permissions on /dev/bpf. Shuffle lines around so that error output in case of insufficient permissions happens before curses are initialized. Install it mode 555 instead of 550. Closes pkg/6761.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-07USE_CURSES instead of hardwired dependency on ncurses.wiz3-6/+39
Patch by Charles Hannum.
2000-11-01ntop homepage is now www.ntop.orgabs1-2/+2
2000-10-21Separate DISTNAME and PKGNAME so this pkg works again.mycroft1-2/+3
2000-10-20Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'.abs5-44/+60
No known security issues as not installed set{u,g}id
2000-09-19Install the binary for this package as mode 550, and disable theagc10-155/+64
-w option, to avoid any compromises due to reported buffer overflow exploits, reported in ntop<=1.0 remote-root-shell http://www.securityfocus.com/advisories/2520 Also, upgrade to 1.1 on the distribution site, as the old distfile is no longer there, and 1.1 incorporates all the old patches in the pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in for the build environment).
2000-01-15Update dependency on ncurses to >=4.2jlam1-4/+4
1999-07-09Add package patch checksum files.agc1-0/+8
1999-07-06 * Update ncurses dependency.jlam2-13/+21
* Use more extensible way of passing necessary -I flags to configure.
1999-05-26Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.tron1-2/+2
Fixes PR pkg/7651 by Eric Mumpower.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-17/+17
pattern match format. Minor pkglint along the way.
1998-12-28fix an error in 1.5: the patch was malformed.marc1-2/+2