non port: mail/mailgraph/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 2 May 2016
|
[ 16:08 zeising ] (Only the first 10 of 49 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 23 May 2015
|
[ 21:48 ohauer ]
- fix shebang
|
Thu, 25 Dec 2014
|
[ 13:44 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)
|
Sat, 20 Dec 2014
|
[ 13:27 rafan ]
- rc script enhancements
- pass maintainership
- bump PORTREVISION
PR: 196090
Submitted by: geoffroy desvernay <dgeo at centrale-marseille.fr>
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
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)
|
Fri, 4 Jul 2014
|
[ 00:33 adamw ] (Only the first 10 of 19 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Sat, 7 Jun 2014
|
[ 20:48 pi ]
mail/mailgraph: fixed shebang
Approved by: mentors (implicit), portmgr (blanket)
|
Sat, 5 Apr 2014
|
[ 03:40 rafan ]
Don't package runtime rrd directory location
|
Fri, 4 Apr 2014
|
[ 09:01 rafan ]
- STAGE support
PR: ports/188078
Submitted by: Danilo G. Baio <dbaio at bsd.com.br>
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 4 Sep 2013
|
[ 05:52 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Fri, 29 Jun 2012
|
[ 18:26 az ]
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Mon, 7 May 2012
|
[ 18:52 sylvio ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase rrdtool shlib version bump.
|
Sun, 27 Nov 2011
|
[ 11:40 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
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Tue, 24 Jun 2008
|
[ 12:34 rafan ] (Only the first 10 of 40 ports in this commit are shown above. )
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
|
Mon, 3 Dec 2007
|
[ 02:24 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)
|
Sun, 30 Sep 2007
|
[ 07:37 linimon ]
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
|
Tue, 11 Sep 2007
|
[ 14:43 rafan ]
- Add CGIDIR and WWWROOT knobs to set the location for cgi and css
file.
Tested by: Eric <eric at mikestammer.com>
|
Thu, 6 Sep 2007
|
[ 14:53 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]
|
Wed, 8 Aug 2007
|
[ 13:47 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]
|
[ 13:40 rafan ]
- Strip .sh suffix for rc script for upcoming changes
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- 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)
|
Thu, 5 Jul 2007
|
[ 06:19 edwin ] (Only the first 10 of 45 ports in this commit are shown above. )
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>
|
Mon, 16 Apr 2007
|
[ 09:06 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]
|
Sun, 13 Aug 2006
|
[ 10:15 rafan ]
- Respect DESTDIR
PR: ports/101876
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Tue, 27 Jun 2006
|
[ 03:58 rafan ] (Only the first 10 of 37 ports in this commit are shown above. )
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Tue, 20 Dec 2005
|
[ 08:46 vanilla ]
USE_RC_SUBR changes.
PR: ports/90678
Submitted by: maintainer
|
Fri, 21 Oct 2005
|
[ 20:41 pav ]
- Update to 1.12
PR: ports/87722
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
|
Mon, 20 Jun 2005
|
[ 01:27 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
|
Thu, 4 Nov 2004
|
[ 12:29 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)
|
Mon, 11 Oct 2004
|
[ 23:00 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)
|
Tue, 13 Jul 2004
|
[ 15:29 vs ]
Update to 1.9
Based on PR: ports/68983
Submitted by: Chris Howells
Via: Rong-En Fan (maintainer)
|
Thu, 13 May 2004
|
[ 07:04 kuriyama ]
Let user specify rrd database path, user/group to run mailgraph.
PR: ports/66596
Submitted by: Rong-En Fan <rafan@infor.org> (maintainer)
|
Wed, 12 May 2004
|
[ 11:59 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)
|
Tue, 11 May 2004
|
[ 13:12 vanilla ]
Submitter take maintainership.
PR: ports/66510
Submitted by: Rong-En Fan <rafan at infor_dot_org>
|
[ 01:37 eik ] (Only the first 10 of 16 ports in this commit are shown above. )
Drop maintainership.
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
|
Fri, 2 Apr 2004
|
[ 07:42 pav ]
- Update to 1.8
PR: ports/64228
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
Approved by: maintainer timeout (2 weeks)
|
Mon, 2 Feb 2004
|
[ 11:44 mat ]
Update to 1.7
Add the place where the author store old versions of mailgraph to MASTER_SITES
SIZEify
Approved by: maintainer
|
Tue, 27 Jan 2004
|
[ 10:55 mat ]
Update to 1.6
Approved by: maintainer
|
Sun, 28 Dec 2003
|
[ 08:11 kuriyama ]
Add pkg-message to mention required privilege to read /var/log/maillog.
PR: ports/60059 (but another solution)
|
[ 08:01 kuriyama ]
?
|
Sun, 22 Jun 2003
|
[ 03:16 ijliao ]
upgrade to 1.4
PR: 53605
Submitted by: maintainer
|
Fri, 21 Feb 2003
|
[ 12:42 knu ] (Only the first 10 of 199 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 10 Jan 2003
|
[ 19:44 petef ]
Update to 1.2.
PR: 46956
Submitted by: maintainer
|
Fri, 3 Jan 2003
|
[ 05:59 ijliao ]
upgrade to 1.0
PR: 46680
Submitted by: maintainer
|
Fri, 15 Nov 2002
|
[ 17:58 ijliao ]
upgrade to 0.23
PR: 45284
Submitted by: markun@onohara.to
Approved by: maintainer
|
Mon, 14 Oct 2002
|
[ 01:11 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]
|
Sat, 5 Oct 2002
|
[ 22:06 kris ]
BROKEN: Does not install in correct location
|
Sun, 1 Sep 2002
|
[ 14:55 vanilla ]
Upgrade to 0.21.
PR: ports/42279
Submitted by: maintainer
|
Thu, 11 Jul 2002
|
[ 07:11 ijliao ]
upgrade to 0.20
PR: 40439
Submitted by: maintainer
|
Sat, 6 Jul 2002
|
[ 06:12 pat ]
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento
|
Sun, 26 May 2002
|
[ 13:30 ijliao ]
fix typo
bump portrevision
PR: 38561
Submitted by: maintaine
|
Tue, 30 Apr 2002
|
[ 02:09 ijliao ]
add mailgraph 0.19
A RRDtool frontend for Postfix statistics
PR: 37579
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
|
Number of commits found: 59 |