SickBeard allows you to search for your favorite TV serie nzb-files

at your preferred nzb search provider.  It offers a direct interface
to SABnzbd, Black hole, and NZBget to automatically process the
snatched nzb-files.

Help and OK jasper@
This commit is contained in:
mglocker 2012-06-27 08:15:46 +00:00
parent cf0fe9c493
commit ce93193cea
6 changed files with 1066 additions and 0 deletions

45
news/sickbeard/Makefile Normal file
View File

@ -0,0 +1,45 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/27 08:15:46 mglocker Exp $
COMMENT = search for TV serie nzb-files via web interface
# alpha version
VERSION = 0.0.1
DISTNAME = midgetspy-Sick-Beard-b3a7afe
PKGNAME = sickbeard-${VERSION}
CATEGORIES = news
HOMEPAGE = http://sickbeard.com/
MAINTAINER = Marcus Glocker <marcus@nazgul.ch>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.nazgul.ch/pub/
MODULES = lang/python
BUILD_DEPENDS = ${_MODPY_BUILD_DEPENDS}
RUN_DEPENDS = news/sabnzbd
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
WRKSRC = ${WRKDIR}/midgetspy-Sick-Beard-b3a7afe
do-install:
${INSTALL_DATA_DIR} \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/sickbeard
cp -Rp ${WRKSRC}/* \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/sickbeard
${SUBST_CMD} -c ${FILESDIR}/sickbeard ${WRKSRC}/sickbeard/sickbeard
${INSTALL_SCRIPT} ${WRKSRC}/sickbeard/sickbeard ${PREFIX}/bin/sickbeard
chown -R ${BINOWN}:${BINGRP} \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/sickbeard
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/sickbeard
.include <bsd.port.mk>

5
news/sickbeard/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (midgetspy-Sick-Beard-b3a7afe.tar.gz) = IDs5SZbhF2ij0mASDbVbWQ==
RMD160 (midgetspy-Sick-Beard-b3a7afe.tar.gz) = JOQ60D/S/OM7Svy5vx/t1UjLwkA=
SHA1 (midgetspy-Sick-Beard-b3a7afe.tar.gz) = CpupmKARjcFxh59GRYzR8ve3swU=
SHA256 (midgetspy-Sick-Beard-b3a7afe.tar.gz) = 2tqYKWCnxNy3cv9TB3JiWkNqOhFcF9cEIruzVCKbkxA=
SIZE (midgetspy-Sick-Beard-b3a7afe.tar.gz) = 2343800

View File

@ -0,0 +1,3 @@
#!/bin/sh
${MODPY_BIN} ${TRUEPREFIX}/lib/python${MODPY_VERSION}/site-packages/sickbeard/SickBeard.py --daemon --data $HOME/.sickbeard --config $HOME/.sickbeard/sickbeard.ini

4
news/sickbeard/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
SickBeard allows you to search for your favorite TV serie nzb-files
at your preferred nzb search provider. It offers a direct interface
to SABnzbd, Black hole, and NZBget to automatically process the
snatched nzb-files.

View File

@ -0,0 +1,2 @@
Start the sickbeard daemon by ${TRUEPREFIX}/bin/sickbeard and do the initial
configuration via http://localhost:8081/

1007
news/sickbeard/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff