View | Details | Raw Unified | Return to bug 214768 | Differences between
and this patch

Collapse All | Expand All

(-)sabnzbdplus/Makefile (-9 / +13 lines)
Lines 1-11 Link Here
1
# $FreeBSD: head/news/sabnzbdplus/Makefile 422633 2016-09-22 16:14:31Z amdmi3 $
1
# $FreeBSD: head/news/sabnzbdplus/Makefile 422633 2016-09-22 16:14:31Z amdmi3 $
2
2
3
PORTNAME=	sabnzbdplus
3
PORTNAME=	sabnzbdplus
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.2.0
5
PORTREVISION=	1
6
CATEGORIES=	news
5
CATEGORIES=	news
7
MASTER_SITES=	SF
6
8
DISTNAME=	SABnzbd-${PORTVERSION}-src
7
USE_GITHUB=	yes
8
GH_ACCOUNT=	sabnzbd
9
GH_PROJECT=	sabnzbd
9
10
10
MAINTAINER=	joshruehlig@gmail.com
11
MAINTAINER=	joshruehlig@gmail.com
11
COMMENT=	Web-interface based binary newsgrabber in python, with nzb support
12
COMMENT=	Web-interface based binary newsgrabber in python, with nzb support
Lines 21-27 Link Here
21
22
22
NO_BUILD=	yes
23
NO_BUILD=	yes
23
NO_ARCH=	yes
24
NO_ARCH=	yes
24
WRKSRC=		${WRKDIR}/SABnzbd-${PORTVERSION}
25
PLIST_SUB=	PORTNAME=${PORTNAME}
25
PLIST_SUB=	PORTNAME=${PORTNAME}
26
SUB_LIST=	PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD}
26
SUB_LIST=	PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD}
27
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
Lines 31-43 Link Here
31
		COPYRIGHT.txt \
31
		COPYRIGHT.txt \
32
		INSTALL.txt \
32
		INSTALL.txt \
33
		ISSUES.txt \
33
		ISSUES.txt \
34
		README.txt
34
		README.mkd
35
35
36
USERS=		_sabnzbd
36
USERS=		_sabnzbd
37
GROUPS=		_sabnzbd
37
GROUPS=		_sabnzbd
38
38
39
OPTIONS_DEFINE=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC OPENSSL DOCS
39
OPTIONS_DEFINE=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL DOCS
40
OPTIONS_DEFAULT=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC OPENSSL
40
OPTIONS_DEFAULT=	PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL
41
PAR2CMDLINE_DESC=	Required for postprocessing of par files
41
PAR2CMDLINE_DESC=	Required for postprocessing of par files
42
UNRAR_DESC=	Often required for unpacking many downloads
42
UNRAR_DESC=	Often required for unpacking many downloads
43
7ZIP_DESC=	Needed for unpacking 7-Zip posts
43
7ZIP_DESC=	Needed for unpacking 7-Zip posts
Lines 47-53 Link Here
47
PAR2CMDLINE_RUN_DEPENDS=	par2repair:archivers/par2cmdline-tbb
47
PAR2CMDLINE_RUN_DEPENDS=	par2repair:archivers/par2cmdline-tbb
48
FEEDPARSER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser
48
FEEDPARSER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser
49
YENC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc
49
YENC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc
50
OPENSSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
50
SSL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography
51
UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
51
UNRAR_RUN_DEPENDS=	unrar:archivers/unrar
52
7ZIP_RUN_DEPENDS=	7za:archivers/p7zip
52
7ZIP_RUN_DEPENDS=	7za:archivers/p7zip
53
53
Lines 56-61 Link Here
56
		 ${WRKSRC}/SABnzbd.py
56
		 ${WRKSRC}/SABnzbd.py
57
	@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \
57
	@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \
58
		 ${WRKSRC}/SABnzbd.py
58
		 ${WRKSRC}/SABnzbd.py
59
# Generate locale files
60
	@${REINPLACE_CMD} -e "s:/usr/bin/env[[:space:]]python:${PYTHON_CMD}:g" \
61
		 ${WRKSRC}/tools/msgfmt.py
62
	cd ${WRKSRC} && ${PYTHON_CMD} tools/make_mo.py
59
63
60
# the NO_BUILD option stops execution after configure. This should really be
64
# the NO_BUILD option stops execution after configure. This should really be
61
# post-build
65
# post-build
(-)sabnzbdplus/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1474366255
1
TIMESTAMP = 1485062633
2
SHA256 (SABnzbd-1.1.0-src.tar.gz) = 3e86a897dea1c276c54ee38667a980f644f16d57df75612fe9eefa84b339ce9a
2
SHA256 (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 97d0ac8afd2c8f3db3e1fc965a74b6060c40bd4e03cbd16aa9d18845bf197b20
3
SIZE (SABnzbd-1.1.0-src.tar.gz) = 2736977
3
SIZE (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 5312602
(-)sabnzbdplus/pkg-plist (-11 / +5 lines)
Lines 46-52 Link Here
46
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/json.py
46
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/json.py
47
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/kronos.py
47
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/kronos.py
48
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/listquote.py
48
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/listquote.py
49
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ordered.py
50
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pathbrowser.py
49
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pathbrowser.py
51
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pybonjour.py
50
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pybonjour.py
52
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pystone.py
51
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pystone.py
Lines 54-72 Link Here
54
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/rsslib.py
53
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/rsslib.py
55
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py
54
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py
56
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/sslinfo.py
55
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/sslinfo.py
57
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ssmtplib.py
58
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py
56
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py
59
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py
57
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py
60
%%PYTHON_SITELIBDIR%%/sabnzbd/version.py
58
%%PYTHON_SITELIBDIR%%/sabnzbd/version.py
61
%%PYTHON_SITELIBDIR%%/sabnzbd/wizard.py
59
%%PYTHON_SITELIBDIR%%/sabnzbd/wizard.py
62
%%PYTHON_SITELIBDIR%%/sabnzbd/zconfig.py
60
%%PYTHON_SITELIBDIR%%/sabnzbd/zconfig.py
63
%%DATADIR%%/cherrypy/LICENSE.txt
64
%%DATADIR%%/cherrypy/VERSION.txt
61
%%DATADIR%%/cherrypy/VERSION.txt
65
%%DATADIR%%/cherrypy/__init__.py
62
%%DATADIR%%/cherrypy/__init__.py
66
%%DATADIR%%/cherrypy/__main__.py
63
%%DATADIR%%/cherrypy/__main__.py
67
%%DATADIR%%/cherrypy/_cpchecker.py
64
%%DATADIR%%/cherrypy/_cpchecker.py
68
%%DATADIR%%/cherrypy/_cpcompat.py
65
%%DATADIR%%/cherrypy/_cpcompat.py
69
%%DATADIR%%/cherrypy/_cpcompat_subprocess.py
70
%%DATADIR%%/cherrypy/_cpconfig.py
66
%%DATADIR%%/cherrypy/_cpconfig.py
71
%%DATADIR%%/cherrypy/_cpdispatch.py
67
%%DATADIR%%/cherrypy/_cpdispatch.py
72
%%DATADIR%%/cherrypy/_cperror.py
68
%%DATADIR%%/cherrypy/_cperror.py
Lines 76-82 Link Here
76
%%DATADIR%%/cherrypy/_cpreqbody.py
72
%%DATADIR%%/cherrypy/_cpreqbody.py
77
%%DATADIR%%/cherrypy/_cprequest.py
73
%%DATADIR%%/cherrypy/_cprequest.py
78
%%DATADIR%%/cherrypy/_cpserver.py
74
%%DATADIR%%/cherrypy/_cpserver.py
79
%%DATADIR%%/cherrypy/_cpthreadinglocal.py
80
%%DATADIR%%/cherrypy/_cptools.py
75
%%DATADIR%%/cherrypy/_cptools.py
81
%%DATADIR%%/cherrypy/_cptree.py
76
%%DATADIR%%/cherrypy/_cptree.py
82
%%DATADIR%%/cherrypy/_cpwsgi.py
77
%%DATADIR%%/cherrypy/_cpwsgi.py
Lines 95-101 Link Here
95
%%DATADIR%%/cherrypy/lib/cptools.py
90
%%DATADIR%%/cherrypy/lib/cptools.py
96
%%DATADIR%%/cherrypy/lib/encoding.py
91
%%DATADIR%%/cherrypy/lib/encoding.py
97
%%DATADIR%%/cherrypy/lib/gctools.py
92
%%DATADIR%%/cherrypy/lib/gctools.py
98
%%DATADIR%%/cherrypy/lib/http.py
99
%%DATADIR%%/cherrypy/lib/httpauth.py
93
%%DATADIR%%/cherrypy/lib/httpauth.py
100
%%DATADIR%%/cherrypy/lib/httputil.py
94
%%DATADIR%%/cherrypy/lib/httputil.py
101
%%DATADIR%%/cherrypy/lib/jsontools.py
95
%%DATADIR%%/cherrypy/lib/jsontools.py
Lines 114-121 Link Here
114
%%DATADIR%%/cherrypy/wsgiserver/__init__.py
108
%%DATADIR%%/cherrypy/wsgiserver/__init__.py
115
%%DATADIR%%/cherrypy/wsgiserver/ssl_builtin.py
109
%%DATADIR%%/cherrypy/wsgiserver/ssl_builtin.py
116
%%DATADIR%%/cherrypy/wsgiserver/ssl_pyopenssl.py
110
%%DATADIR%%/cherrypy/wsgiserver/ssl_pyopenssl.py
117
%%DATADIR%%/cherrypy/wsgiserver/wsgiserver2.py
111
%%DATADIR%%/cherrypy/wsgiserver/test_wsgiserver.py
118
%%DATADIR%%/cherrypy/wsgiserver/wsgiserver3.py
119
%%DATADIR%%/gntp/__init__.py
112
%%DATADIR%%/gntp/__init__.py
120
%%DATADIR%%/gntp/notifier.py
113
%%DATADIR%%/gntp/notifier.py
121
%%DATADIR%%/interfaces/Config/README.txt
114
%%DATADIR%%/interfaces/Config/README.txt
Lines 151-157 Link Here
151
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-arrow.svg
144
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-arrow.svg
152
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-full.svg
145
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-full.svg
153
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-small.svg
146
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-small.svg
154
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-1.11.2.min.js
147
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-3.1.1.min.js
148
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-ui.min.js
149
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery.tablesort.min.js
155
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/script.js
150
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/script.js
156
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-Apache.txt
151
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-Apache.txt
157
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-CC.txt
152
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-CC.txt
Lines 311-318 Link Here
311
%%DATADIR%%/interfaces/wizard/index.html
306
%%DATADIR%%/interfaces/wizard/index.html
312
%%DATADIR%%/interfaces/wizard/one.html
307
%%DATADIR%%/interfaces/wizard/one.html
313
%%DATADIR%%/interfaces/wizard/static/javascript/checkserver.js
308
%%DATADIR%%/interfaces/wizard/static/javascript/checkserver.js
314
%%DATADIR%%/interfaces/wizard/static/javascript/jquery.js
315
%%DATADIR%%/interfaces/wizard/static/javascript/restart.js
316
%%DATADIR%%/interfaces/wizard/static/style.css
309
%%DATADIR%%/interfaces/wizard/static/style.css
317
%%DATADIR%%/interfaces/wizard/two.html
310
%%DATADIR%%/interfaces/wizard/two.html
318
%%DATADIR%%/locale/da/LC_MESSAGES/SABnzbd.mo
311
%%DATADIR%%/locale/da/LC_MESSAGES/SABnzbd.mo
Lines 378-383 Link Here
378
%%DATADIR%%/po/nsis/sr.po
371
%%DATADIR%%/po/nsis/sr.po
379
%%DATADIR%%/po/nsis/sv.po
372
%%DATADIR%%/po/nsis/sv.po
380
%%DATADIR%%/po/nsis/zh_CN.po
373
%%DATADIR%%/po/nsis/zh_CN.po
374
%%DATADIR%%/tools/extract_pot.py
381
%%DATADIR%%/tools/make_mo.py
375
%%DATADIR%%/tools/make_mo.py
382
%%DATADIR%%/tools/msgfmt.py
376
%%DATADIR%%/tools/msgfmt.py
383
%%DATADIR%%/util/__init__.py
377
%%DATADIR%%/util/__init__.py

Return to bug 214768