Port details |
- mythplugin-mythweb Frontend for scheduling and managing recordings on your MythTV Box
- 34.0 www =3 34.0Version of this port present on the latest quarterly branch.
- Maintainer: ahicks@p-o.co.uk
- Port Added: 2010-06-21 13:29:38
- Last Update: 2024-02-27 04:56:28
- Commit Hash: 8e49957
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
- License: GPLv2
- WWW:
- https://www.mythtv.org/wiki/MythWeb
- Description:
- MythWeb provides a frontend for scheduling and managing recordings
on your MythBox from a web browser located on another machine.
Provided the security is set up correctly on your MythBox you can
access your machine from anywhere on the internet, or even your
mobile phone as long as you have a compatible browser.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mythplugin-mythweb>0:www/mythplugin-mythweb
- To install the port:
- cd /usr/ports/www/mythplugin-mythweb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mythplugin-mythweb
- pkg install mythplugin-mythweb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mythplugin-mythweb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708793048
SHA256 (MythTV-mythweb-v34.0-g92f0f9bc_GH0.tar.gz) = f6c3c4abed0d751fe75894ba5ccfcdd6d886c57185b41cd6168402530d39f886
SIZE (MythTV-mythweb-v34.0-g92f0f9bc_GH0.tar.gz) = 1797490
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- Runtime dependencies:
-
- php.h : lang/php82
- apxs : www/apache24
- posix.so : sysutils/php82-posix
- mysqli.so : databases/php82-mysqli
- session.so : www/php82-session
- sockets.so : net/php82-sockets
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mythplugin-mythweb-34.0:
APACHE=on: Apache server support
LIGHTTPD=off: Lighttpd server support
NGINX=off: Nginx server support
===> Use 'make config' to modify these settings
- Options name:
- www_mythplugin-mythweb
- USES:
- php shebangfix perl5 apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
34.0 27 Feb 2024 04:56:28 |
Li-Wen Hsu (lwhsu) Author: Alan Hicks |
multimedia/mythtv: Update to 34.0, along with related ports
multimedia/mythtv
Patched to use exiv2 v 2.8 from ports
Redundant references to slave port mythtv-frontend removed
New Web App interface (http://example.com:6544).
Replaces WebFrontend, provides all mythtv-setup access.
It is recommended to use the web app instead of mythweb.
audio/mythplugin-mythmusic
"Play Now" any songs from "Browse Music Library"
New Spectrogram and Spectrum full screen visualizations with options
Music navigation controls work during full screen visual
www/mythplugin-mythweb
Version bump
ffmpeg v5.1 is still included and required to build mythtv
https://www.mythtv.org/wiki/Release_Notes_-_34
PR: 277335 |
33.1.0 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
33.1.0 11 Apr 2023 23:02:41 |
Robert Clausecker (fuz) Author: Alan Hicks |
*/myth*: update the mythtv family of ports to 33.1
Selected upstream changes:
- The minimum Qt version has been bumped from 5.9 to 5.12
- FFmpeg upgraded to version 5.1
- New Waveform visualisation for MythMusic
- DiSEqC support for SAT>IP
- Automatic channel groups per video source
- Nearly 300 continued code modernization and restructuring (not in commits
below)
- Version 2 of the Services API is under development
Changelog: https://www.mythtv.org/wiki/Release_Notes_-_33
PR: 270344 |
32.0.40 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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) |
32.0.40 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 ) |
32.0.40 04 Sep 2022 00:08:15 |
Neel Chauhan (nc) Author: Alan Hicks |
MythTV: Update port group to version 32
PR: 263311 |
31.0 05 Jul 2022 17:51:17 |
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments |
31.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
31.0 16 Dec 2020 02:49:14 |
kevans |
www/mythplugin-mythweb: update to 31.0
Pass MAINTAINER to submitter.
PR: 249484
Submitted by: Alan Hicks <ahicks p-o co uk> |
29.1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
29.1 25 Mar 2018 17:09:05 |
jhale |
Update multimedia/mythtv and related ports to 29.1 [1]
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv
which should make future updates much easier.
Upstream security patches have been added to address known
vulnerabilities in the bundled ffmpeg 3.2.
PR: 225652 (initial patches to update to 29.0) [1]
Submitted by: <lucylangthorne55@gmail.com> [1]
Differential Revision: https://reviews.freebsd.org/D14563 |
0.28.1_1 25 Feb 2018 23:54:06 |
jhale |
Fix owner/group/permissions to stave off execution (working on update, see: [1])
Install LICENSE_FILE via framework
Pet portlint
PR: 225652 [1] |
0.28.1 07 Feb 2018 10:06:07 |
bapt |
Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree
For the maintained ports, their maintainer will be contacted soon |
0.28.1 16 Dec 2017 21:44:09 |
tz |
Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.
Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.
Approved by: portmgr (blanket) |
0.28.1 07 May 2017 10:57:36 |
miwi |
- Update to 0.28.1 |
0.27.5_1 23 Nov 2016 13:04:21 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers |
0.27.5_1 17 Nov 2016 07:18:45 |
decke |
Drop maintainership after more than 7 years. It's about time to pass it on. |
0.27.5_1 16 Nov 2016 16:01:08 |
decke |
- Add shebangfix on perl files
- Simplify folder permissions in pkg-plist
PR: 203362
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Reported by: eborisch+FreeBSD@gmail.com |
0.27.5 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
0.27.5 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.27.5 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.27.5 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.27.5 12 Jan 2016 14:59:32 |
decke |
- Update to 0.27.5 |
0.27_1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.27_1 20 Dec 2014 18:44:10 |
antoine |
- Use GH_COMMIT
- Allow staging as a regular user
- Bump portrevision as files were not packaged with intended owner |
0.27 06 Aug 2014 09:11:58 |
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 W.
CR: D510
Approved by: portmgr (bapt) |
0.27 18 Nov 2013 12:03:43 |
decke |
- Update to 0.27
- Add staging support
- Convert optional dependencies to new format
- Add a few clang patches but switch to USE_GCC=any because there's quite some
work left (contributors?) |
0.26.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.26.1 27 Aug 2013 13:37:21 |
decke |
- Update to 0.26.1 |
0.26.0 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.26.0 27 Oct 2012 13:24:46 |
decke |
- Update to 0.26.0
- Convert to OptionsNG
- Force binutils from ports for 7.x/8.x because binutils from base is too old
- Trim Makefile headers
Feature safe: yes |
0.25.2 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
0.25.2 04 Aug 2012 08:13:02 |
decke |
- Update to 0.25.2
- Add fixes for PHP 5.4 |
0.25 30 Jun 2012 14:31:06 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.25 10 May 2012 08:21:14 |
decke |
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory |
0.24.2 01 Feb 2012 14:51:25 |
decke |
- Update to 0.24.2 |
0.24.1_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
0.24.1_1 22 May 2011 17:08:59 |
decke |
- Switch back to mythplugins distfile because they rerolled it and included
mythweb again
- Remove WRKSRC
- Bump PORTREVISION
Reported by: Ashley Diamond <ash@diamondbsd.com> |
0.24.1 20 May 2011 12:41:24 |
decke |
- Update to 0.24.1 |
0.24 04 Jan 2011 17:49:38 |
decke |
- Update to 0.24
- Remove MD5 checksum |
0.23.1 08 Dec 2010 18:34:56 |
decke |
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator |
0.23.1 06 Aug 2010 09:27:42 |
decke |
- Update to 0.23.1
Approved by: miwi (mentor) |
0.23 21 Jun 2010 13:39:38 |
decke |
- Update to 0.23
- Port has been renamed to mythplugin-mythweb to have a common prefix for
all MythTV plugins.
Approved by: beat (co-mentor)
Feature safe: yes |
0.22_3 21 Jun 2010 13:29:21 |
decke |
- Forced commit to document that www/mythplugin-mythweb was
repocopied from www/mythweb.
PR: ports/147737
Repocopy by: marcus
Approved by: beat (co-mentor)
Feature safe: yes |