| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/mythplugin-mythweb/ |
Upload File : |
PORTNAME= mythweb
DISTVERSIONPREFIX= v
DISTVERSION= 32.0-40
DISTVERSIONSUFFIX= -gb05906a6
CATEGORIES= www
PKGNAMEPREFIX= mythplugin-
MAINTAINER= ahicks@p-o.co.uk
COMMENT= Frontend for scheduling and managing recordings on your MythTV Box
WWW= https://www.mythtv.org/wiki/MythWeb
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php shebangfix perl5
USE_PERL5= run
USE_PHP= json pcre posix mysqli session spl sockets
USE_GITHUB= yes
GH_ACCOUNT= MythTV
SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \
modules/coverart/handler.pl modules/stream/*.pl
NO_BUILD= yes
NO_ARCH= yes
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_FILES= pkg-message
REINPLACE_ARGS= -i ""
OPTIONS_DEFINE= APACHE LIGHTTPD NGINX
OPTIONS_DEFAULT= APACHE
APACHE_USES= apache:2.2+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
NGINX_DESC= Nginx server support
NGINX_RUN_DEPENDS= nginx:www/nginx
post-patch:
@${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \
${WRKSRC}/mythweb.conf.apache
@${REINPLACE_CMD} -e 's|/usr/bin/php-cgi|${LOCALBASE}/bin/php-cgi|' \
${WRKSRC}/mythweb.conf.lighttpd
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} \
"! -name *.orig -and ! -name LICENSE")
.include <bsd.port.mk>