Version: 0.65, Package name: syweb-0.65 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description syweb is a web interface that shows graphs for measurement data gathered by symon/symux. |
Filesize: 36.184 KB |
Version History (View Complete History) |
|
2021-10-25 06:33:21 by Stuart Henderson | Files touched by this commit (118) |
Log message: drop php 7.3 from -current, although it is still officially in security support it appears this is not really the case any more https://bugs.php.net/bug.php?id=81026 add @pkgpaths to merge pecl-* etc across mark www/syweb broken, it was marked 7.3-only so looks like it needs more work other php-ish ports have a RDEP on either 7.4 (default version) or 8.0 |
2021-02-24 09:49:02 by Stuart Henderson | Files touched by this commit (52) |
Log message: switch default MODPHP_VERSION to 7.4 and bump ports which have changed version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode). |
2020-12-30 05:47:56 by Stuart Henderson | Files touched by this commit (9) |
Log message: syweb: adapt for php 7, from Steven Shockley |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-09-26 15:59:31 by Stuart Henderson | Files touched by this commit (33) |
Log message: REVISION bumps for php default version switch to 7.3 |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-17 08:15:56 by Stuart Henderson | Files touched by this commit (54) |
Log message: switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still using mcrypt). |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-05-22 02:18:09 by Stuart Henderson | Files touched by this commit (39) |
Log message: - bump REVISION for php switch |
2017-07-05 04:22:06 by Stuart Henderson | Files touched by this commit (32) |
Log message: drop MAINTAINER on a few things |
2016-09-07 12:00:09 by Stuart Henderson | Files touched by this commit (1) |
Log message: missed 'cvs add' - didn't package -> no bump |
2016-09-06 05:33:54 by Stuart Henderson | Files touched by this commit (3) |
Log message: Fix syweb's path to rrdtool and mention PHP's use of /bin/sh in running programs. Prompted by a mail from thuban at yeuxdelibad.net and an old diff from Ralf Horstmann that I probably missed because it was sent to ports@ rather than the maintainer. Convert MESSAGE to README while there. |
2015-06-05 00:00:24 by Robert Nagy | Files touched by this commit (72) |
Log message: bump revision due to the change of the default php version to 5.6 ok aja@ |
2014-11-06 10:13:41 by Stuart Henderson | Files touched by this commit (67) |
Log message: bump REVISION for php version switch |
2011-07-08 17:01:39 by Robert Nagy | Files touched by this commit (10) |
Log message: switch to lang/php |
2011-05-02 11:16:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: update syweb to 0.63 * to avoid warnings, merge your setup.inc changes with setup.inc.sample (or at least add $symon['options']['driveserial']=1; to your config). |
2011-03-06 06:55:58 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 0.62, rolling in the patch to graph_defaults.inc |
2011-03-05 06:43:00 by Stuart Henderson | Files touched by this commit (3) |
Log message: update syweb to 0.61 and add a patch so that cpu graphs on single-cpu systems aren't broken. |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-07-01 07:15:52 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to 0.60; upgrading users who have modified setup.inc will need to merge changes from setup.inc.sample. |
2009-11-14 04:06:42 by Stuart Henderson | Files touched by this commit (2) |
Log message: - match upper-case chars when detecting rrd file types; avoids problems with processes with names containing upper-case characters. - take MAINTAINER, bump PKGNAME |
2009-09-15 11:37:22 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: remove marc balmer as maintainer of all of his ports, to take away the illusion marc still maintains them. as requested by himself. |
2008-04-17 13:57:27 by Stuart Henderson | Files touched by this commit (2) |
Log message: setup.inc is user-configurable; use @sample to avoid conflicts at update time. ok mbalmer (maintainer). |
2008-04-17 13:45:24 by Marc Balmer | Files touched by this commit (1) |
Log message: Take maintainership, ok former mainteiner (winiger@) |