Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14_10 19 Feb 2024 18:39:14 |
Gleb Popov (arrowd) Author: geoffroy desvernay |
*: Update MAINTAINER field
PR: 277166 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.14_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.14_10 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.14_10 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.14_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14_10 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.14_10 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.14_10 02 May 2016 16:08:56 |
zeising |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
1.14_9 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.14_9 23 May 2015 21:48:19 |
ohauer |
- fix shebang |
1.14_8 25 Dec 2014 13:44:01 |
ohauer |
- fix broken rc script from last commit.
(var do not expandinside singel quote, so the port failed to start)
- bump PORTREVISION
PR: 196090 (followup)
Approved by: maintainer (implicit) |
1.14_7 20 Dec 2014 13:27:05 |
rafan |
- rc script enhancements
- pass maintainership
- bump PORTREVISION
PR: 196090
Submitted by: geoffroy desvernay <dgeo at centrale-marseille.fr> |
1.14_6 20 Dec 2014 13:25:58 |
rafan |
- rc script enhancements
- pass maintainership
- bump PORTREVISION
PR: 196090
Submitted by: geoffroy desvernay <dgeo at centrale-marseille.fr> |
1.14_6 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
1.14_6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.14_6 04 Jul 2014 00:33:30 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.14_6 07 Jun 2014 20:48:46 |
pi |
mail/mailgraph: fixed shebang
Approved by: mentors (implicit), portmgr (blanket) |
1.14_6 05 Apr 2014 03:40:53 |
rafan |
Don't package runtime rrd directory location |
1.14_5 04 Apr 2014 09:01:55 |
rafan |
- STAGE support
PR: ports/188078
Submitted by: Danilo G. Baio <dbaio at bsd.com.br> |
1.14_5 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.14_5 04 Sep 2013 05:52:04 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.14_5 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.14_5 06 Aug 2012 00:28:43 |
dougb |
Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
|
v
command=foo
command_args='>/dev/null 2>&1'
This is clearly what should have been done, for several reasons.
No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter. |
1.14_5 29 Jun 2012 18:26:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.14_5 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
1.14_4 14 Jan 2012 08:57:23 |
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. |
1.14_4 27 Nov 2011 11:40:25 |
rafan |
- Added metrics for clapf and postscreen
PR: ports/162679
Submitted by: Geoffroy Desvernay <dgeo at centrale-marseille.fr>
Obtained from: http://lists.ee.ethz.ch/mailgraph/msg00413.html
Feature safe: yes |
1.14_3 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.14_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.14_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.14_2 24 Jun 2008 12:34:56 |
rafan |
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) |
1.14_1 03 Dec 2007 02:24:19 |
rafan |
- Make rc variables can be properly set by users. Default variables should be
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) |
1.14 30 Sep 2007 07:37:07 |
linimon |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer |
1.14 11 Sep 2007 14:43:23 |
rafan |
- Add CGIDIR and WWWROOT knobs to set the location for cgi and css
file.
Tested by: Eric <eric at mikestammer.com> |
1.14 06 Sep 2007 14:53:14 |
rafan |
- Update to 1.14
- 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] |
1.13_1 08 Aug 2007 13:47:18 |
rafan |
- Remove MAILGRAPH_GROUP from pre-everything message and mailgraph_group
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] |
1.13 08 Aug 2007 13:40:40 |
rafan |
- Strip .sh suffix for rc script for upcoming changes |
1.13 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.13 05 Jul 2007 06:19:49 |
edwin |
First steps in a big migration:
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> |
1.13 16 Apr 2007 09:06:57 |
rafan |
- Update to 1.13 [1]
- Refine pkg-message [2]
PR: ports/111707 [1]
Submitted by: Olli Hauer <ohauer at gmx.de> [1]
Suggested by: Dan Langille [2] |
1.12_1 13 Aug 2006 10:15:17 |
rafan |
- Respect DESTDIR
PR: ports/101876
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
1.12_1 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
1.12_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.12_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
1.12_1 17 Feb 2006 02:35:49 |
clsung |
- It has been long time that mailgraph uses rcNG script,
put a message so users know how to set variable in rc.conf.
PR: 93454
Submitted by: maintainer (Rong-En Fan) |
1.12_1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.12_1 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.12_1 20 Dec 2005 12:20:48 |
vanilla |
Rename mailgraph.sh.tmpl to mailgraph.sh.in.
Submitted by: maintainer |
1.12_1 20 Dec 2005 08:46:07 |
vanilla |
USE_RC_SUBR changes.
PR: ports/90678
Submitted by: maintainer |
1.12 21 Oct 2005 20:41:02 |
pav |
- Update to 1.12
PR: ports/87722
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) |
1.11 20 Jun 2005 01:27:53 |
ijliao |
It supports more spam/virus filter's log messages, and
compatible with RRDtool 1.2.x now (I just tested this).
PR: 82419
Submitted by: maintainer |
1.10 04 Nov 2004 12:29:11 |
clsung |
- update to 1.10
- 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) |
1.9 11 Oct 2004 23:00:16 |
pav |
- Use ${WWWOWN} and ${WWWGRP} instead of hardcoded www:www
PR: ports/72198
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
Approved by: Rong-En Fan <rafan@infor.org> (maintainer) |
1.9 13 Jul 2004 15:29:25 |
vs |
Update to 1.9
Based on PR: ports/68983
Submitted by: Chris Howells
Via: Rong-En Fan (maintainer) |
1.8_2 09 Jun 2004 10:38:25 |
vs |
Fix path to perl.
PR: ports/67709
Submitted by: maintainer |
1.8_2 09 Jun 2004 06:16:07 |
kris |
Don't remove www/ now that it is created by the system. |
1.8_2 13 May 2004 07:04:53 |
kuriyama |
Let user specify rrd database path, user/group to run mailgraph.
PR: ports/66596
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) |
1.8_1 12 May 2004 11:59:07 |
vs |
- Modify mail/mailgraph to use rc.subr
- Change rrd database from to /var/db/mailgraph.
PR: ports/66562
Submitted by: Rong-En Fan (maintainer) |
1.8 11 May 2004 13:12:18 |
vanilla |
Submitter take maintainership.
PR: ports/66510
Submitted by: Rong-En Fan <rafan at infor_dot_org> |
1.8 11 May 2004 01:37:22 |
eik |
Drop maintainership.
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer) |
1.8 02 Apr 2004 07:42:56 |
pav |
- Update to 1.8
PR: ports/64228
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
Approved by: maintainer timeout (2 weeks) |
1.7 02 Feb 2004 11:44:17 |
mat |
Update to 1.7
Add the place where the author store old versions of mailgraph to MASTER_SITES
SIZEify
Approved by: maintainer |
1.6 27 Jan 2004 10:55:35 |
mat |
Update to 1.6
Approved by: maintainer |
1.4_1 28 Dec 2003 08:11:42 |
kuriyama |
Add pkg-message to mention required privilege to read /var/log/maillog.
PR: ports/60059 (but another solution) |
1.4_1 28 Dec 2003 08:01:14 |
kuriyama |
? |
1.4 22 Jun 2003 03:16:55 |
ijliao |
upgrade to 1.4
PR: 53605
Submitted by: maintainer |
1.2 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
1.2 10 Jan 2003 19:44:56 |
petef |
Update to 1.2.
PR: 46956
Submitted by: maintainer |
1.0 03 Jan 2003 05:59:36 |
ijliao |
upgrade to 1.0
PR: 46680
Submitted by: maintainer |
0.23 15 Nov 2002 17:58:02 |
ijliao |
upgrade to 0.23
PR: 45284
Submitted by: markun@onohara.to
Approved by: maintainer |
0.22 14 Oct 2002 01:11:05 |
kris |
Fix build [1] and update to mailgraph-0.22 [2]
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] |
0.21 05 Oct 2002 22:06:04 |
kris |
BROKEN: Does not install in correct location |
0.21 12 Sep 2002 09:29:48 |
tobez |
Fix distinfo.
Submitted by: maintainer
PR: 42683 |
0.21 01 Sep 2002 14:55:51 |
vanilla |
Upgrade to 0.21.
PR: ports/42279
Submitted by: maintainer |
0.20 11 Jul 2002 07:11:58 |
ijliao |
upgrade to 0.20
PR: 40439
Submitted by: maintainer |
0.19_1 06 Jul 2002 06:12:00 |
pat |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento |
0.19_1 26 May 2002 13:30:24 |
ijliao |
fix typo
bump portrevision
PR: 38561
Submitted by: maintaine |
0.19 30 Apr 2002 02:09:45 |
ijliao |
add mailgraph 0.19
A RRDtool frontend for Postfix statistics
PR: 37579
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> |