non port: sysutils/monitorix/Makefile |
SVNWeb
|
Number of commits found: 44 |
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, 29 Jun 2022
|
[ 14:29 Chris Rees (crees) ] efc03b9
sysutils/monitorix: update to 3.14.0
This new version introduces three new modules: nvme.pm, which is
capable of monitoring an unlimited number of NVM Express (NVMe) devices,
the amdgpu.pm, to monitor also an unlimited number of AMD GPU graphic
cards, and nvidiagpu.pm which can be seen as an extended version of the
current module nvidia.pm, as it comes with more detailed statistics.
For more details, please visit
https://www.monitorix.org/news.html?n=20220118
|
Wed, 13 Oct 2021
|
[ 13:52 Stefan Eßer (se) ] 84c5a0a
sysutils/monitorix: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sat, 1 Sep 2018
|
[ 09:38 amdmi3 ]
- clarift
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
|
Sat, 28 Apr 2018
|
[ 13:47 crees ]
Update to 3.10.1
Submitted by: Andre Rikkert de Koe
|
Thu, 2 Feb 2017
|
[ 20:43 crees ]
Update to 3.9.0
Submitted by: Andre Rikkert de Koe <andre@ark-ict.nl>
|
Sat, 31 Dec 2016
|
[ 13:34 sunpoet ]
- Move www/p5-ParallelUA to www/p5-ParallelUserAgent
- Update COMMENT
- Update pkg-descr
- Add NO_ARCH for dependent ports
- Bump PORTREVISION for dependent ports
|
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:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 25 Apr 2015
|
[ 16:12 adamw ] (Only the first 10 of 13 ports in this commit are shown above. )
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:
The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl
www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN
For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.
As long as we're here, sort plist on perl@-owned ports.
|
Tue, 3 Mar 2015
|
[ 00:47 bapt ]
Modernize plist
|
Sat, 22 Nov 2014
|
[ 22:37 crees ]
Correct httpd user
|
Tue, 9 Sep 2014
|
[ 15:42 crees ]
Fix detection of FreeBSD version
Submitted by: Jordi Sanfeliu (upstream)
|
Sun, 27 Jul 2014
|
[ 13:51 crees ]
Update to 3.5.1
No configuration file changes reqwuired
|
Wed, 23 Jul 2014
|
[ 20:11 zeising ] (Only the first 10 of 16 ports in this commit are shown above. )
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps)
|
Thu, 17 Jul 2014
|
[ 08:57 olgeni ] (Only the first 10 of 206 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. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
|
Sat, 21 Dec 2013
|
[ 21:50 crees ]
Update to 3.4.0 and stageify
|
Sun, 1 Dec 2013
|
[ 15:10 ohauer ]
- security update to 3.3.1
This is a maintenance release that fixes a serious bug in the built-in HTTP
server. It was discovered that the handle_request() routine did not properly
perform input sanitization which led into a number of security
vulnerabilities.
An unauthenticated, remote attacker could exploit this flaw to execute
arbitrary commands on the remote host.
All users still using older versions are advised to upgrade to this version,
which resolves this issue.
Approved by: crees (maintainer, per PM)
Security: 620cf713-5a99-11e3-878d-20cf30e32f6d
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Tue, 17 Sep 2013
|
[ 20:56 crees ]
Update to 3.3.0
Beware configuration file changes! It will not work without changes.
|
Mon, 16 Sep 2013
|
[ 07:47 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 4 Jun 2013
|
[ 18:52 crees ]
Update to 3.2.1
The database (.rrd) files have moved to /var/db/monitorix by default, and the
port is careful to ensure that existing files are migrated.
The configuration file needs to have the base_lib line updated to
/var/db/monitorix/ (note trailing slash). The rc script comes with
instructions to those who don't happen to follow every single commit :)
|
Sun, 3 Mar 2013
|
[ 15:17 crees ]
Update to 3.0.0
Config file changes amass here, so a rewrite is necessary. Fortunately,
the layout is the same so it is easy.
|
Wed, 19 Sep 2012
|
[ 19:07 crees ]
Enter Monitorix 2.6.0!
Please check the README on important configuration file changes, especially
the @FS_LIST property which has changed.
- Added a complete statistical BIND graph.
- Added support for NetBSD systems.
- Added support for grouping remote servers in the Multihost view.
(thanks to Hartmut Woehrle, hartmut AT hartmut-woehrle.ch)
- The Disk and Filesystems Usage and I/O Activity graphs have been completely
rewritten.
(suggested by Konstantinos Skarlatos, k.skarlatos AT gmail.com)
- Added support to monitor unlimited number of disk drives.
- Added support to monitor unlimited number of filesystems.
- Reorganized the legend in the Disk drive temperatures and health graph. (Only the first 15 lines of the commit message are shown above )
|
Tue, 18 Sep 2012
|
[ 17:32 crees ]
Add PREFIX/sbin to path for smartctl
Submitted by: Maff (IRC:Freenode/#monitorix)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 30 May 2012
|
[ 17:06 crees ]
Update to 2.5.2
|
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.
|
Thu, 19 Apr 2012
|
[ 19:33 crees ]
Update to 2.5.0
|
Sun, 11 Mar 2012
|
[ 00:52 crees ]
Update to 2.4.1
Feature safe: yes
|
Tue, 7 Feb 2012
|
[ 13:29 eadler ] (Only the first 10 of 24 ports in this commit are shown above. )
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
|
Sun, 25 Sep 2011
|
[ 08:04 crees ]
Update to 2.3.0
|
Sun, 31 Jul 2011
|
[ 17:29 crees ]
- Update to 2.2.0
- Program now lives in PREFIX/bin
- Install manpage and extra docs
- Reports don't need extra dependency, OPTION removed
- Perl dependencies are now by package
|
Thu, 28 Jul 2011
|
[ 14:29 crees ]
Fix missing DATADIR
Submitted by: Edje (Freenode#monitorix)
|
Fri, 17 Jun 2011
|
[ 06:46 crees ] (Only the first 10 of 32 ports in this commit are shown above. )
- Update maintainer address
Approved by: rene (mentor)
|
Wed, 4 May 2011
|
[ 19:32 decke ]
- Update to 2.1.2
- Correct use of CGIDIR, used as in cvsweb3
- Add stopdaemon monitorix
PR: ports/156821
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer)
|
Mon, 18 Apr 2011
|
[ 17:44 beech ]
Update to 2.1.1
PR: ports/156395
Submitted by: Chris Rees (utisoft@gmail.com)(maintainer)
|
Tue, 29 Mar 2011
|
[ 02:40 wen ]
- Remove hardcoded /usr/local from rc script [1]
- Add trailing slashes to config file defaults [2]
- Add missing PLIST_SUB expressions
PR: ports/156008
Submitted by: sahil@ [1]
Rick Chisholm<rchisholm_at_cyphersystems.com> [2]
Chris Rees <utisoft@gmail.com> (maintainer)
|
Mon, 28 Mar 2011
|
[ 02:45 wen ]
- Update to 2.1.0
- Pass maintainership to submitter
- Rewrite rc script
PR: ports/155976
Submitted by: Chris Rees <utisoft@gmail.com>
Approved by: admin@mjbrune.org (previous maintainer)
|
Tue, 5 Oct 2010
|
[ 17:00 ohauer ]
- update download URL
PR: 151197
Submitted by: Michael James Brune <admin _at_ mjbrune.org> (maintainer)
Approved by: glarkin (mentor, implicit)
|
Wed, 18 Aug 2010
|
[ 17:43 ohauer ]
- new port sysutils/monitorix
PR: 146776
Submitted by: Michael Brune <admin _at_ mjbrune.org>
Approved by: glarkin (mentor)
Monitorix is a free, open source, lightweight system monitoring tool
designed to monitorize as many services as possible. At this time it
monitors from the CPU load and temperatures to the users using the system.
Network devices activity, network services demand and even the devices'
interrupt activity are also monitored, and more. The current status of any
corporate server with Monitorix installed can be accessed via a web browser.
WWW: http://www.monitorix.org/
|
Number of commits found: 44 |