aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/macroscope
Commit message (Collapse)AuthorAgeFilesLines
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Not for powerpc, either.Mark Linimon2010-04-011-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251966
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* - Update to 1.0.3787Martin Wilke2008-12-252-5/+6
| | | | | | | | | PR: 129414 Submitted by: Guram Dukashvili <white_raven@pisem.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=224757
* - Update to 1.0.2938Beech Rintoul2008-07-084-64/+28
| | | | | | | | PR: ports/125177 Submitted by: Guram Dukashvili <white_raven@users.berlios.de> (maintainer) Notes: svn path=/head/; revision=216512
* - Add common code to support for cmake based ports.Martin Wilke2008-05-272-11/+38
| | | | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Notes: svn path=/head/; revision=213789
* Mark as broken on sparc64: does not compile.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206589
* - Update to 1.0.2278Pav Lucistnik2007-07-112-12/+17
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=195410
* - Fix mysql sectionMartin Wilke2007-06-141-3/+3
| | | | | | | Reported by: sat Notes: svn path=/head/; revision=193490
* Macroscope is a squid, sendmail, courier, bpft log files analizer,Martin Wilke2007-06-145-0/+136
IP sniffer and HTML report generator. Features: squid log file parser. sendmail log file parser. courier log file parser. bpft(ports/net-mgmt/bpft) log file parser. Database backends support: MySQL, Firebird. IP sniffer via pcap library (ports/net/libpcap). Direct commit changes to database in realtime (no log files). Traffic static HTML reports generating by date periods. Traffic dynamic HTML reports generating via CGI (Web interface). Multithreading architecture. Portable: BSD os'es and Windows NT family supported, but tested at this time only under FreeBSD 5.x 6.x amd64 i386 and Windows 2000 XP 2003. WWW: http://developer.berlios.de/projects/macroscope/ - Dukashvili Guram white_raven@users.berlios.de PR: ports/112653 Submitted by: Dukashvili Guram <white_raven at users.berlios.de> Notes: svn path=/head/; revision=193485