aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailgraph
Commit message (Collapse)AuthorAgeFilesLines
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONrafan2008-06-241-1/+1
| | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
* - Make rc variables can be properly set by users. Default variables should berafan2007-12-032-2/+3
| | | | | | | | | handled after load_rc_config per Handbook. For example, if user sets name_pidfile in rc.conf, it does not correctly pass to name_flags because when we set name_flags, it uses our default name_pidfile, but not user's. - Bump PORTREVISION as rc scripts changed. Approved by: portmgr (pav), Xavier Beaudouin <kiwi at oav.net> (ovs maintainer)
* Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-09-301-0/+1
| | | | Approved by: maintainer
* - Add CGIDIR and WWWROOT knobs to set the location for cgi and cssrafan2007-09-112-10/+15
| | | | | | file. Tested by: Eric <eric at mikestammer.com>
* - Update to 1.14rafan2007-09-064-8/+21
| | | | | | | - Install the new born css file into ${PREFIX}/www/mailgraph/. This is the best solution, which requires minimal efforts after installation. [1] Discussed on: freebsd-ports@ [1]
* - Remove MAILGRAPH_GROUP from pre-everything message and mailgraph_grouprafan2007-08-082-15/+10
| | | | | | | | from rc script to avoid user confusion. We can not setgid for command invoked from rc.subr. [1] - Change rc script to match our guideline in Porter's Handbook Noticed by: Nicolas Rachinsky <nicolas-2007 at rachinsky.de> [1]
* - Strip .sh suffix for rc script for upcoming changesrafan2007-08-082-2/+2
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-4/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* First steps in a big migration:edwin2007-07-051-1/+1
| | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Update to 1.13 [1]rafan2007-04-164-20/+28
| | | | | | | | - Refine pkg-message [2] PR: ports/111707 [1] Submitted by: Olli Hauer <ohauer at gmx.de> [1] Suggested by: Dan Langille [2]
* - Respect DESTDIRrafan2006-08-131-4/+4
| | | | | PR: ports/101876 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Change to my FreeBSD.org email.rafan2006-06-271-1/+1
| | | | Approved by: delphij (mentor)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-2/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - It has been long time that mailgraph uses rcNG script,clsung2006-02-171-1/+6
| | | | | | | put a message so users know how to set variable in rc.conf. PR: 93454 Submitted by: maintainer (Rong-En Fan)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Rename mailgraph.sh.tmpl to mailgraph.sh.in.vanilla2005-12-201-1/+1
| | | | Submitted by: maintainer
* USE_RC_SUBR changes.vanilla2005-12-202-8/+3
| | | | | PR: ports/90678 Submitted by: maintainer
* - Update to 1.12pav2005-10-222-3/+3
| | | | | PR: ports/87722 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
* It supports more spam/virus filter's log messages, andijliao2005-06-202-3/+3
| | | | | | | compatible with RRDtool 1.2.x now (I just tested this). PR: 82419 Submitted by: maintainer
* - update to 1.10clsung2004-11-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - From CHANGES 2004-10-21 ---------- * dspam support (Nagilum) * change CGI to use parameters instead of PATH_INFO, which not all web-servers support 2004-10-04 ---------- * Avoid showing "milli-messages/s" on the y scale (R.M. Evers) * Added --rbl-is-spam flag (David Gibbs) * Sendmail fixes (David Gibbs) * amavisd-new <= 20030616 (R.M. Evers) 2004-08-18 ---------- * Sendmail fixes (David Gibbs) * Line intead of area for rejects PR: ports/73518 Submitted by: Rong-En Fan (maintainer) Approved by: co-mentor (vanilla)
* - Use ${WWWOWN} and ${WWWGRP} instead of hardcoded www:wwwpav2004-10-121-4/+4
| | | | | | PR: ports/72198 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> Approved by: Rong-En Fan <rafan@infor.org> (maintainer)
* Update to 1.9vs2004-07-133-8/+7
| | | | | | Based on PR: ports/68983 Submitted by: Chris Howells Via: Rong-En Fan (maintainer)
* Fix path to perl.vs2004-06-091-1/+1
| | | | | PR: ports/67709 Submitted by: maintainer
* Don't remove www/ now that it is created by the system.kris2004-06-091-1/+0
|
* Let user specify rrd database path, user/group to run mailgraph.kuriyama2004-05-132-5/+18
| | | | | PR: ports/66596 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
* - Modify mail/mailgraph to use rc.subrvs2004-05-128-45/+78
| | | | | | | - Change rrd database from to /var/db/mailgraph. PR: ports/66562 Submitted by: Rong-En Fan (maintainer)
* Submitter take maintainership.vanilla2004-05-111-1/+1
| | | | | PR: ports/66510 Submitted by: Rong-En Fan <rafan at infor_dot_org>
* Drop maintainership.eik2004-05-111-1/+1
| | | | | PR: 66502 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
* - Update to 1.8pav2004-04-022-3/+3
| | | | | | PR: ports/64228 Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> Approved by: maintainer timeout (2 weeks)
* Update to 1.7mat2004-02-022-3/+5
| | | | | | | Add the place where the author store old versions of mailgraph to MASTER_SITES SIZEify Approved by: maintainer
* Update to 1.6mat2004-01-272-3/+2
| | | | Approved by: maintainer
* kuriyama2003-12-282-0/+8
|
* upgrade to 1.4ijliao2003-06-222-4/+3
| | | | | PR: 53605 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.2.petef2003-01-113-2/+3
| | | | | PR: 46956 Submitted by: maintainer
* upgrade to 1.0ijliao2003-01-032-2/+2
| | | | | PR: 46680 Submitted by: maintainer
* upgrade to 0.23ijliao2002-11-162-2/+2
| | | | | | PR: 45284 Submitted by: markun@onohara.to Approved by: maintainer
* Fix build [1] and update to mailgraph-0.22 [2]kris2002-10-143-5/+4
| | | | | | Submitted by: Olivier Tharan <olive@oban.frmug.org> [1] (based on), Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw> (maintainer) PR: ports/43637 [1], ports/43350 [2]
* BROKEN: Does not install in correct locationkris2002-10-061-0/+2
|
* Fix distinfo.tobez2002-09-121-1/+1
| | | | | Submitted by: maintainer PR: 42683
* Upgrade to 0.21.vanilla2002-09-012-2/+2
| | | | | PR: ports/42279 Submitted by: maintainer
* upgrade to 0.20ijliao2002-07-116-4/+48
| | | | | PR: 40439 Submitted by: maintainer
* Sweep through and fix some dependency problems and forgotten shlibpat2002-07-061-3/+3
| | | | | | version bumps Noticed by: bento
* fix typoijliao2002-05-261-1/+2
| | | | | | | bump portrevision PR: 38561 Submitted by: maintaine
* add mailgraph 0.19ijliao2002-04-305-0/+35
A RRDtool frontend for Postfix statistics PR: 37579 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>