summaryrefslogtreecommitdiffstats
path: root/net/ntop
Commit message (Collapse)AuthorAgeFilesLines
* - Add libxml2 dependency [1]mnag2006-03-226-54/+65
| | | | | | | | | | | - Bump PORTREVISION [1] - Remove IS_INTERACTIVE and admin password creation from installation and put admin password check in rc.d script - Add OPTIONS to install AS data [2] - portlint(1) PR: 94672 [1], 94809 [2] Submitted by: maintainer Notified by: Andy Wettstein [1]
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).lawrance2005-12-126-90/+67
| | | | | | | | | | - Prompt for ntop admin password and set IS_INTERACTIVE only if necessary. - Quote BROKEN message. - Adds pkg-deinstall with cleanup instructions. - Submitter takes maintainership. PR: ports/90264 Submitted by: Wesley Shields <wxs@csh.rit.edu>
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Revert to old method to be installed without execution permissionandreas2005-11-041-1/+1
| | | | | | | to prevent hang on reboot, since ntop asks for password on 1st execution. The real fix is to convert script to rc-ng. Submitted by: Clement Laforet <clement@FreeBSD.org>
* ntop start/stop script installed without execute persmissionsandreas2005-11-021-1/+1
|
* - Update to 3.2clement2005-11-014-23/+8
| | | | | | - Re-add version checking allow ntop developers to know how many FreeBSD people use it - Drop maintainership
* - Fix build if rrdtool 1.2 is intalledclement2005-08-012-0/+12
| | | | | | | | - mark port BROKEN if WITH_XMLDUMP defined (does not build) Submitted by: mich Reported by: Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019), piotrekk@excite.com
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Bump PORTREVISION (I forget to commit this file)clement2005-02-031-0/+1
|
* - Fix plistclement2005-02-031-0/+2
| | | | Reported by: pointyhat via kris
* - Update to 3.1clement2005-01-167-67/+51
| | | | | | Notes: - IPv6 support is disabled - now startup script prompts for admin password, if unset.
* Fix a potential segmentation faul when loading certain pages in the webmarcus2004-11-172-0/+13
| | | | | | interface as well as in shutting down ntop. Approved by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix ntop startup scriptclement2004-04-071-1/+1
| | | | | PR: 65276 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* - Update to 3.0clement2004-03-233-12/+10
| | | | - Add ipv6 to CATEGORIES
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* - Update to 3.0-pre2clement2004-03-137-191/+148
| | | | Submitted by: ale
* - Use OPTIONSclement2004-02-072-4/+13
| | | | - SIZEify distinfo
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-231-1/+1
|
* - fix typo in pkg-message [1]clement2003-12-212-2/+2
| | | | | | | - Change my email address Noticed by: Bob Rakov <bob@rakov.net> [1] Approved by: erwin (mentor)
* - Fix Makefile syntax if WITH_RRD is definedpav2003-12-151-1/+1
| | | | | PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* - Fix graphs by: use bundled gdchart and use gd1 instead of gd2pav2003-12-124-138/+182
| | | | | | | | | - Get rid of interactive menu - Rework build options - Fix optional XML dumping support PR: ports/60184 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
* - Give maintainership to volunteerpav2003-12-111-1/+1
| | | | | PR: ports/60160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Fix build on 5.xpav2003-12-051-0/+11
| | | | | PR: ports/59641 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* 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-181-1/+2
| | | | Reported by: kris
* update ntop to 2.2oliver2003-06-156-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-041-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-202-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
|
OpenPOWER on IntegriCloud