Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net-mgmt/macroscope/files/macroscope.in

[BACK] Up to [FreeBSD] / ports / net-mgmt / macroscope / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:56:37 2012 UTC (4 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 15 02:49:12 2011 UTC (8 months, 4 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Remove painful examples of foo="", with particular prejudice against
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:14:21 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:55:57 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
Fix a few "bad example" problems in the rc.d scripts that have been
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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 8 07:14:22 2008 UTC (3 years, 7 months ago) by beech
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
- Update to 1.0.2938

PR:		ports/125177
Submitted by:	Guram Dukashvili <white_raven@users.berlios.de> (maintainer)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 14 15:32:40 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Macroscope is a squid, sendmail, courier, bpft log files analizer,
  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>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options