FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:22 PM BST
Port details
macroscope 1.0.3787_6 net-mgmt on this many watch lists=2 search for ports that depend on this port
User and IP traffic management with Web interface
Maintained by: white_raven@users.berlios.de search for ports maintained by this maintainer
Port Added: 14 Jun 2007 15:34:45
License: not specified in port


Macroscope is a squid, sendmail, courier, exim, bpft log files analizer,
  IP sniffer and HTML report generator.
Features:
  squid log file parser.
  sendmail log file parser.
  courier log file parser.
  exim 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 7.x amd64 i386 and Windows 2000 XP 2003.

WWW: http://developer.berlios.de/projects/macroscope/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/cmake
Required Libraries: archivers/lzo2, databases/unixODBC, net/libpcap, graphics/gd, databases/mysql50-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-mgmt/macroscope/ && make install clean
To add the package: pkg_add -r macroscope


Configuration Options
===> The following configuration options are available for macroscope-1.0.3787_6:
     MYSQL=on (default) "With MySQL support"
     FIREBIRD=off (default) "With Firebird support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.berlios.de/pub/macroscope/
http://white-raven.pisem.net/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Feb 2012 12:25:50
Original commit files touched by this commit  1.0.3787_6
miwi search for other commits by this committer
- Chase unixODBC shlib bump
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.0.3787_5
dougb search for other commits by this committer
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.
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.0.3787_5
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- 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.
15 May 2011 02:49:17
Original commit files touched by this commit  1.0.3787_5
dougb search for other commits by this committer
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
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.0.3787_5
miwi search for other commits by this committer
- Get Rid MD5 support
19 Mar 2011 13:15:34
Original commit files touched by this commit  1.0.3787_5
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
29 Dec 2010 20:04:42
Original commit files touched by this commit  1.0.3787_4
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
01 Apr 2010 10:22:54
Original commit files touched by this commit  1.0.3787_4
linimon search for other commits by this committer
Not for powerpc, either.

Hat:            portmgr
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.0.3787_4
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.0.3787_4
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.0.3787_3
dinoex search for other commits by this committer
- update to jpeg-8
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.0.3787_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
15 Jul 2009 16:56:10
Original commit files touched by this commit  1.0.3787_1
dougb search for other commits by this committer
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.
24 Mar 2009 19:13:32
Original commit files touched by this commit  1.0.3787_1
makc search for other commits by this committer
bump PORTREVISION after cmake update
25 Dec 2008 18:08:52
Original commit files touched by this commit  1.0.3787
miwi search for other commits by this committer
- Update to 1.0.3787

PR:             129414
Submitted by:   Guram Dukashvili <white_raven@pisem.net>
Approved by:    maintainer timeout
08 Jul 2008 07:14:22
Original commit files touched by this commit  1.0.2938
beech search for other commits by this committer
- Update to 1.0.2938

PR:             ports/125177
Submitted by:   Guram Dukashvili <white_raven@users.berlios.de> (maintainer)
27 May 2008 22:12:09
Original commit files touched by this commit  1.0.2278
miwi search for other commits by this committer
- Add common code to support for cmake based ports.
- 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)
01 Feb 2008 12:38:00
Original commit files touched by this commit  1.0.2278
linimon search for other commits by this committer
Mark as broken on sparc64: does not compile.
11 Jul 2007 08:35:15
Original commit files touched by this commit  1.0.2278
pav search for other commits by this committer
- Update to 1.0.2278

Submitted by:   maintainer
14 Jun 2007 16:56:55
Original commit files touched by this commit  1.0.2108
miwi search for other commits by this committer
- Fix mysql section

Reported by:    sat
14 Jun 2007 15:32:40
Original commit files touched by this commit  1.0.2108
miwi search for other commits by this committer
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>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days62
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.155 seconds.