| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 May 2013 11:28:32
1.0.3787_6
|
bapt  |
Convert to new options framework
While here do some build with clang fixes
PR: ports/178445, ports/178446, ports/178444, ports/178443, ports/178425,
ports/178423
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru> |
22 Mar 2013 20:06:15
1.0.3787_6
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
06 Feb 2012 12:25:50
1.0.3787_6
|
miwi  |
- Chase unixODBC shlib bump |
14 Jan 2012 08:57:23
1.0.3787_5
|
dougb  |
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
1.0.3787_5
|
dougb  |
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
1.0.3787_5
|
dougb  |
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
1.0.3787_5
|
miwi  |
- Get Rid MD5 support |
19 Mar 2011 13:15:34
1.0.3787_5
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
29 Dec 2010 20:04:42
1.0.3787_4
|
pgollucci  |
- 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
1.0.3787_4
|
linimon  |
Not for powerpc, either.
Hat: portmgr |
28 Mar 2010 06:47:48
1.0.3787_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
1.0.3787_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
1.0.3787_3
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
1.0.3787_2
|
dinoex  |
- 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
1.0.3787_1
|
dougb  |
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
1.0.3787_1
|
makc  |
bump PORTREVISION after cmake update |
25 Dec 2008 18:08:52
1.0.3787
|
miwi  |
- 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
1.0.2938
|
beech  |
- Update to 1.0.2938
PR: ports/125177
Submitted by: Guram Dukashvili <white_raven@users.berlios.de> (maintainer) |
27 May 2008 22:12:09
1.0.2278
|
miwi  |
- 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
1.0.2278
|
linimon  |
Mark as broken on sparc64: does not compile. |
11 Jul 2007 08:35:15
1.0.2278
|
pav  |
- Update to 1.0.2278
Submitted by: maintainer |
14 Jun 2007 16:56:55
1.0.2108
|
miwi  |
- Fix mysql section
Reported by: sat |
14 Jun 2007 15:32:40
1.0.2108
|
miwi  |
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> |