summaryrefslogtreecommitdiff
path: root/net/ntop/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-12-216-258/+0
| | | | | | | | | | | | | | | 2018-12-19 net/ntop: Broken for more than 6 months 2018-12-19 textproc/ots: Broken for more than 6 months 2018-12-20 x11/xdialog: Uses obsolete glib12 2018-12-20 net/netdude: Uses obsolete glib12 2018-12-20 japanese/jmode-skk: Uses obsolete glib12 2018-12-20 print/gsview: Uses obsolete glib12 2018-12-20 x11/dgs: Uses obsolete glib12 2018-12-20 japanese/jmode: Uses obsolete glib12 2018-12-20 multimedia/xmms: Uses obsolete glib12 Notes: svn path=/head/; revision=488006
* Fix build on 8.x, by leveraging USE_BINUTILS=yes there (before 900033).Matthias Andree2014-09-051-9/+0
| | | | | | | | | | | | | | | | The older binutils are picky and error out when trying to strip .a files, the newer binutils just skip over things and print warnings. [1] Fix build with WITH_SSP[_PORTS]=yes, by not running together LDFLAGS expansions; this drops one hunk from files/patch-configure.in. Modernize USE_PYTHON and @unexec rmdir. PR: 192047 [1] Submitted by: feld@ [1], Janos Dohanics [1, to ports@] Notes: svn path=/head/; revision=367396
* - Drop subversion dependency (not used, breaks build by touching ~)Dmitry Marakasov2014-06-171-3/+27
| | | | | | | | | | - Cosmetic fixes PR: 190885 Submitted by: amdmi3 Notes: svn path=/head/; revision=358117
* - Update to 5.0.1Sylvio Cesar Teixeira2013-01-102-38/+55
| | | | Notes: svn path=/head/; revision=310179
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Fix RUN_DEPENDS (:=), mostly for portlintSylvio Cesar Teixeira2012-01-142-6/+26
| | | | | | | | | | | | | | - Change WITH_PCAP_PORT to LIB_DEPENDS, not BUILD_DEPENDS - add stopdaemon to pkg-plist - need chown in pkg-plist so that .tbz (package building) works - clean up install message (patch-Makefile.am) - add test in pkg-deinstall.in to test for DBDIR PR: ports/163682 Submitted by: scheidell@ Notes: svn path=/head/; revision=289193
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* PR: 16041Michael Scheidell2011-11-211-0/+9
| | | | | | | | | Submitted by: scheidell Approved by: maintainer (sylvio, implicit), gabor (mentor) Feature safe: Yes Notes: svn path=/head/; revision=286138
* - Update to 4.0.1Sylvio Cesar Teixeira2011-02-114-111/+32
| | | | | | | Submitted by: Jean-Baptiste Berlioz <tobe@gnagnaki.net> (via E-mail) Notes: svn path=/head/; revision=268934
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Removed dependencies of wgetSylvio Cesar Teixeira2010-02-021-4/+77
| | | | | | | | | | | - Add extra files of Makefile.am into Makefile - Change distinfo - BUMP PORTREVISION Approved by: miwi (mentor) Notes: svn path=/head/; revision=249132
* - Fix to install file etter.finger.osSylvio Cesar Teixeira2010-01-191-0/+11
| | | | | | | | | | | - Fix to problem with kevent PR: ports/139361 Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> Approved by: itetcu (mentor) Notes: svn path=/head/; revision=248169
* - Update to 3.3.10Martin Wilke2009-09-194-31/+48
| | | | | | | | | | | - Pass maintainership to submitter PR: 138919 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Feature safe: yes Notes: svn path=/head/; revision=241738
* - Turn off a debug knob which was left on.Wesley Shields2009-06-221-0/+11
| | | | | | | | PR: ports/135418 Submitted by: Anthony Maszeroski <maszeroskia3@scranton.edu> Notes: svn path=/head/; revision=236496
* - Update to 3.3.9.Wesley Shields2009-06-073-7/+88
| | | | | | | | | | - Remove dependencies that are no longer needed. - Add dependency on net/GeoIP and hack around the desire for the port to fetch and build it's own copy. - Cleanup pkg-descr. Notes: svn path=/head/; revision=235363
* Update to 3.3.8Wesley Shields2008-10-171-11/+0
| | | | | | | | PR: ports/128153 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=221703
* - Update to 3.3Pav Lucistnik2007-07-226-96/+27
| | | | | | | | PR: ports/114681 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=196032
* - Fix build with qt4.Martin Wilke2007-05-251-0/+10
| | | | | | | | | | - Bump PORTREVISION PR: 112689 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=191851
* - Add libxml2 dependency [1]Marcus Alves Grando2006-03-222-9/+40
| | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=157978
* - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).Sam Lawrance2005-12-122-71/+29
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=150955
* - Update to 3.2Clement Laforet2005-11-011-1/+1
| | | | | | | | | - Re-add version checking allow ntop developers to know how many FreeBSD people use it - Drop maintainership Notes: svn path=/head/; revision=146892
* - Fix build if rrdtool 1.2 is intalledClement Laforet2005-08-011-0/+11
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=140634
* - Update to 3.1Clement Laforet2005-01-163-37/+26
| | | | | | | | | Notes: - IPv6 support is disabled - now startup script prompts for admin password, if unset. Notes: svn path=/head/; revision=126571
* Fix a potential segmentation faul when loading certain pages in the webJoe Marcus Clarke2004-11-171-0/+12
| | | | | | | | | interface as well as in shutting down ntop. Approved by: maintainer Notes: svn path=/head/; revision=121791
* - Fix ntop startup scriptClement Laforet2004-04-071-1/+1
| | | | | | | | PR: 65276 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> Notes: svn path=/head/; revision=106403
* - Update to 3.0Clement Laforet2004-03-231-8/+6
| | | | | | | - Add ipv6 to CATEGORIES Notes: svn path=/head/; revision=105060
* - Update to 3.0-pre2Clement Laforet2004-03-134-119/+88
| | | | | | | Submitted by: ale Notes: svn path=/head/; revision=103885
* - Fix graphs by: use bundled gdchart and use gd1 instead of gd2Pav Lucistnik2003-12-122-2/+106
| | | | | | | | | | | | - Get rid of interactive menu - Rework build options - Fix optional XML dumping support PR: ports/60184 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95683
* - Fix build on 5.xPav Lucistnik2003-12-051-0/+11
| | | | | | | | PR: ports/59641 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95159
* Fix ntop @filenameTilman Keskinoz2003-07-221-0/+13
| | | | | | | | PR: 54482 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Notes: svn path=/head/; revision=85390
* update ntop to 2.2Oliver Lehmann2003-06-152-69/+0
| | | | | | | | PR: 51077 Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw> Notes: svn path=/head/; revision=83032
* Chase the gdchart update and bump PORTREVISION.Akinori MUSHA2002-09-151-3/+3
| | | | Notes: svn path=/head/; revision=66358
* - Fix an error I introduced into rc.d startup script during previous commit.Johann Visagie2002-06-261-3/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=62018
* - Update to version 2.0.99.r2 which is only a release candidate, but thereJohann Visagie2002-06-244-40/+20
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=61879
* - Add a patch which should allow this port to build on a machine with aJohann Visagie2002-01-241-3/+35
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=53674
* - Update/rewrite to version 2.0Johann Visagie2002-01-166-29/+114
| | | | | | | | | | - Major update of ntop - much of it rewritten - Take over maintainership for a while Approved by: billf (previous maintainer) Notes: svn path=/head/; revision=53147
* Disable -w (web) mode for security reasons.Kris Kennaway2000-08-131-0/+18
| | | | Notes: svn path=/head/; revision=31594
* (1) Upgrade to 1.1Bill Fumerola1999-05-061-0/+11
PR: ports/11536 Submitted by: Anders Nordby <anders@fix.no> (2) Fix some uglyness Notes: svn path=/head/; revision=18567