aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* - 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-233-12/+10
| | | | | | | - Add ipv6 to CATEGORIES Notes: svn path=/head/; revision=105060
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* - Update to 3.0-pre2Clement Laforet2004-03-137-191/+148
| | | | | | | Submitted by: ale Notes: svn path=/head/; revision=103885
* - Use OPTIONSClement Laforet2004-02-072-4/+13
| | | | | | | - SIZEify distinfo Notes: svn path=/head/; revision=100258
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - fix typo in pkg-message [1]Clement Laforet2003-12-212-2/+2
| | | | | | | | | | - Change my email address Noticed by: Bob Rakov <bob@rakov.net> [1] Approved by: erwin (mentor) Notes: svn path=/head/; revision=96338
* - Fix Makefile syntax if WITH_RRD is definedPav Lucistnik2003-12-151-1/+1
| | | | | | | | PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95901
* - Fix graphs by: use bundled gdchart and use gd1 instead of gd2Pav Lucistnik2003-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) Notes: svn path=/head/; revision=95683
* - Give maintainership to volunteerPav Lucistnik2003-12-111-1/+1
| | | | | | | | PR: ports/60160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95634
* - 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
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87646
* Fix ntop @filenameTilman Keskinoz2003-07-221-0/+13
| | | | | | | | PR: 54482 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Notes: svn path=/head/; revision=85390
* update net/ntop: add identification to net/ntop configuration dialogDaichi GOTO2003-07-171-1/+1
| | | | | | | | PR: 54300 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=85023
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-4/+4
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Add a missed dependency to gdbmOliver Lehmann2003-06-181-1/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=83260
* update ntop to 2.2Oliver Lehmann2003-06-156-430/+490
| | | | | | | | PR: 51077 Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw> Notes: svn path=/head/; revision=83032
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-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 Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+6
| | | | Notes: svn path=/head/; revision=81238
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* - Relinquish maintainership. I don't use ntop anymore, and I've beenJohann Visagie2003-02-171-1/+1
| | | | | | | consistently unable to find the time to update the port. Notes: svn path=/head/; revision=75703
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* Chase the gdchart update and bump PORTREVISION.Akinori MUSHA2002-09-152-6/+6
| | | | Notes: svn path=/head/; revision=66358
* - Fix an error I introduced into rc.d startup script during previous commit.Johann Visagie2002-06-262-3/+4
| | | | | | | - 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-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. Notes: svn path=/head/; revision=61879
* Chase openssl shlib version increase.Maxim Sobolev2002-05-071-1/+1
| | | | | | | Pointy hat to: dinoex Notes: svn path=/head/; revision=58646
* - Mark FORBIDDEN. Remote exploit has been published on Bugtraq, and thereJohann Visagie2002-03-051-0/+2
| | | | | | | has been no official response from the author as yet. Notes: svn path=/head/; revision=55569
* - Enable suport for libwrap.Johann Visagie2002-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) Notes: svn path=/head/; revision=53706
* - Add a patch which should allow this port to build on a machine with aJohann Visagie2002-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> Notes: svn path=/head/; revision=53674
* - Update/rewrite to version 2.0Johann Visagie2002-01-169-43/+465
| | | | | | | | | | - 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
* when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have madeBill Fumerola2002-01-041-1/+1
| | | | | | | | | | it GNU_CONFIGURE... PR: ports/32235 Submitted by: Thomas Hurst <freaky@aagh.net> Notes: svn path=/head/; revision=52549
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-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 Notes: svn path=/head/; revision=33101
* Update the URL for the ntop home page.Sheldon Hearn2000-09-151-1/+1
| | | | Notes: svn path=/head/; revision=32632
* Re-enable this port after removing setuid privileges and limiting accessKris Kennaway2000-08-131-2/+1
| | | | | | | to root only. Notes: svn path=/head/; revision=31595
* Disable -w (web) mode for security reasons.Kris Kennaway2000-08-131-0/+18
| | | | Notes: svn path=/head/; revision=31594
* Mark FORBIDDEN due to frightening lack of safe string operations leadingKris Kennaway2000-08-091-0/+2
| | | | | | | to multiple local and remote root exploits. Notes: svn path=/head/; revision=31437
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* We don't fetch libpcap anymore, so why include it's MASTER_SITE?Bill Fumerola1999-05-071-2/+1
| | | | | | | | Submitted by: Anders Nordby <anders@fix.no> Pointy Hat: Me. Notes: svn path=/head/; revision=18598
* (1) Upgrade to 1.1Bill Fumerola1999-05-063-13/+22
| | | | | | | | | | PR: ports/11536 Submitted by: Anders Nordby <anders@fix.no> (2) Fix some uglyness Notes: svn path=/head/; revision=18567
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Um, I think you got yourself confused. This is a simple case of DISTNAMESatoshi Asami1998-11-181-6/+3
| | | | | | | being sufficient for almost everything. :) Notes: svn path=/head/; revision=14637
* Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,Bill Fumerola1998-11-174-17/+19
| | | | | | | | | | | | and other people's -CURRENT systems. Glad to get this in under the ports freeze crunch so this port doesn't have to be marked BROKEN. PR: ports/8709 Reviewed by: Brian Ruth <bruth@wmht.org> Submitted by: Brian Ruth <bruth@wmht.org> Notes: svn path=/head/; revision=14618
* Somehow my system had two files that didn't come with the package.Bill Fumerola1998-11-121-1/+6
| | | | | | | | | | It's not sane to require a completly different port (sniffit) just for two simple header files, so I'm putting them in ${FILESDIR}. Thanks to Anders Andersson <anders@sanyusan.se> for the remind. Notes: svn path=/head/; revision=14486
* Update of ntop from 0.4 to 1.0, the author fixed a lot of the sillyBill Fumerola1998-11-122-7/+7
| | | | | | | | | | mistakes so most of the patches were deleted. Two of the patches were to the same file, but changed so drastically, I just reimported them. PR: 8292 Notes: svn path=/head/; revision=14481
* "CFLAGS+=__dead=" because mistakenly Bruce thought two years inTim Vanderhoek1998-09-051-1/+2
| | | | | | | the grave would be enough to kill __dead. Notes: svn path=/head/; revision=13018
* Add an additional install target (install-man) to the ports MakefileAndreas Klemm1998-08-111-1/+4
| | | | | | | | via INSTALL_TARGET variable to install ntop's manpage as well. While I'm at it, compress the manpage as well via MAN8 setting. Notes: svn path=/head/; revision=12444