aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/macroscope
Commit message (Collapse)AuthorAgeFilesLines
* - Chase unixODBC shlib bumpmiwi2012-02-061-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Remove painful examples of foo="", with particular prejudice againstdougb2011-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
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* Not for powerpc, either.linimon2010-04-011-2/+2
| | | | Hat: portmgr
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-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.
* bump PORTREVISION after cmake updatemakc2009-03-251-0/+1
|
* - Update to 1.0.3787miwi2008-12-262-5/+6
| | | | | | PR: 129414 Submitted by: Guram Dukashvili <white_raven@pisem.net> Approved by: maintainer timeout
* - Update to 1.0.2938beech2008-07-084-64/+28
| | | | | PR: ports/125177 Submitted by: Guram Dukashvili <white_raven@users.berlios.de> (maintainer)
* - Add common code to support for cmake based ports.miwi2008-05-282-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)
* Mark as broken on sparc64: does not compile.linimon2008-02-011-0/+4
|
* - Update to 1.0.2278pav2007-07-112-12/+17
| | | | Submitted by: maintainer
* - Fix mysql sectionmiwi2007-06-151-3/+3
| | | | Reported by: sat
* Macroscope is a squid, sendmail, courier, bpft log files analizer,miwi2007-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>