View | Details | Raw Unified | Return to bug 262248
Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 16901-16903 math/py-pyipopt||2022-02-24|Removed: not compatible with the latest Ipopt-3.14.4 Link Here
16901
x11-toolkits/py-wxPython40|x11-toolkits/py-wxPython4|2022-02-25|Renamed to py-wxPython4
16901
x11-toolkits/py-wxPython40|x11-toolkits/py-wxPython4|2022-02-25|Renamed to py-wxPython4
16902
graphics/libgaiagraphics|graphics/librasterlite2|2022-02-27|Has expired: Abandoned upstream, replaced by graphics/librasterlite2
16902
graphics/libgaiagraphics|graphics/librasterlite2|2022-02-27|Has expired: Abandoned upstream, replaced by graphics/librasterlite2
16903
databases/zabbix3-libzbxpgsql||2022-02-27|Has expired: Upstream EOL reached on 2021-02-28
16903
databases/zabbix3-libzbxpgsql||2022-02-27|Has expired: Upstream EOL reached on 2021-02-28
16904
net-p2p/bazarr-devel|net-p2p/bazarr|2022-02-28|Use net-p2p/bazarr instead
(-)a/net-p2p/bazarr-devel/Makefile (-51 lines)
Removed Link Here
1
PORTNAME=	bazarr
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.0.3-beta.28
4
PORTREVISION=	1
5
CATEGORIES=	net-p2p python
6
MASTER_SITES=	https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
7
PKGNAMESUFFIX=	-devel
8
DISTNAME=	bazarr
9
DIST_SUBDIR=	${PORTNAME}${PKGNAMESUFFIX}/${DISTVERSION}
10
11
MAINTAINER=	michiel@vanbaak.eu
12
COMMENT=	Automatic subtitle downloader for Radarr and Sonarr
13
14
LICENSE=	GPLv3
15
16
RUN_DEPENDS=	${PYNUMPY} \
17
		${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}webrtcvad>=2.0.10:audio/py-webrtcvad@${PY_FLAVOR} \
20
		ffprobe:multimedia/ffmpeg \
21
		unrar:archivers/unrar
22
23
USES=		python:3.7+ zip
24
25
USE_RC_SUBR=	bazarr
26
27
SUB_FILES=	${PORTNAME} package_info
28
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} \
29
		MAINTAINER=${MAINTAINER} \
30
		PKGVERSION=${PKGVERSION} \
31
		USERS=${USERS}
32
33
NO_WRKSUBDIR=	yes
34
35
USERS=		bazarr
36
GROUPS=		bazarr
37
38
do-build:
39
	@${PYTHON_CMD} -m compileall ${WRKSRC}
40
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}
41
42
do-install:
43
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/
44
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/
45
46
post-install:
47
	${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/
48
	@${FIND} -s ${STAGEDIR} -not -type d | ${SORT} | \
49
		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
50
51
.include <bsd.port.mk>
(-)a/net-p2p/bazarr-devel/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1644404522
2
SHA256 (bazarr-devel/1.0.3-beta.28/bazarr.zip) = 64fea8505020f4d34efadeb33a210432f67562d1fc1e703efed2f2730b3435c8
3
SIZE (bazarr-devel/1.0.3-beta.28/bazarr.zip) = 36401000
(-)a/net-p2p/bazarr-devel/files/bazarr.in (-42 lines)
Removed Link Here
1
#!/bin/sh
2
#
3
# Author: Michiel van Baak <michiel@vanbaak.eu>
4
#
5
# $FreeBSD: $
6
#
7
# PROVIDE: bazarr
8
# REQUIRE: LOGIN
9
# KEYWORD: shutdown
10
11
# Add the following lines to /etc/rc.conf to enable bazarr:
12
# bazarr_enable:   Set to NO by default. Set it to YES to enable it.
13
# bazarr_user:     The user account bazarr daemon runs as what
14
#                  you want it to be.
15
# bazarr_datadir:  Directory where bazarr user data lives.
16
#                  Default: /usr/local/bazarr
17
18
. /etc/rc.subr
19
20
name=bazarr
21
rcvar=bazarr_enable
22
23
load_rc_config ${name}
24
25
: ${bazarr_enable:=NO}
26
: ${bazarr_user:=%%USERS%%}
27
: ${bazarr_datadir:="%%PREFIX%%/bazarr"}
28
29
pidfile="${bazarr_datadir}/bazarr.pid"
30
procname="%%PYTHON_CMD%%"
31
command="/usr/sbin/daemon"
32
command_args="-f -p ${pidfile} ${procname} %%DATADIR%%/bin/bazarr.py --no-update -c ${bazarr_datadir}"
33
start_precmd=bazarr_precmd
34
35
bazarr_precmd()
36
{
37
	if [ ! -d ${bazarr_datadir} ]; then
38
		install -d -o ${bazarr_user} ${bazarr_datadir}
39
	fi
40
}
41
42
run_rc_command "$1"
(-)a/net-p2p/bazarr-devel/files/package_info.in (-5 lines)
Removed Link Here
1
PackageVersion=%%PKGVERSION%%
2
PackageAuthor=%%MAINTAINER%%
3
UpdateMethod=External
4
UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port
5
Branch=development
(-)a/net-p2p/bazarr-devel/pkg-descr (-5 lines)
Removed Link Here
1
Bazarr is a companion application to Sonarr and Radarr.
2
It manages and downloads subtitles based on your requirements.
3
You define your preferences by TV show or movie
4
and Bazarr takes care of everything for you.
5
- 

Return to bug 262248