ports/157710: Port Update: news/sabnzbdplus

David Brooks dab at rj45.org
Wed Jun 8 16:00:23 UTC 2011


>Number:         157710
>Category:       ports
>Synopsis:       Port Update:  news/sabnzbdplus
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 08 16:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Brooks
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD landfill.local 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed Aug 18 01:38:21 EDT 2010 root at landfill.local:/usr/obj/usr/src/sys/LANDFILL amd64

>Description:
	Latest version of SABnzbd+ (0.6.4Final).  This should replace the latest uncommited port update from me for the same port (GNATS 157374, http://www.freebsd.org/cgi/query-pr.cgi?pr=157374) -- commit this one instead if possible.
>How-To-Repeat:
	n/a
>Fix:
	n/a

--- sabnzbdplus.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sabnzbdplus
#	sabnzbdplus/Makefile
#	sabnzbdplus/distinfo
#	sabnzbdplus/pkg-descr
#	sabnzbdplus/files
#	sabnzbdplus/files/pkg-message.in
#	sabnzbdplus/files/sabnzbd.in
#	sabnzbdplus/files/patch-SABnzbd.py
#	sabnzbdplus/pkg-plist
#
echo c - sabnzbdplus
mkdir -p sabnzbdplus > /dev/null 2>&1
echo x - sabnzbdplus/Makefile
sed 's/^X//' >sabnzbdplus/Makefile << 'a4fe2b0fc520194424ac47dd9c792ccf'
X# New ports collection makefile for:   sabnzdbplus
X# Date created:				January 2008
X# Whom:					David Brooks
X#
X# $FreeBSD: ports/news/sabnzbdplus/Makefile,v 1.35 2011/03/11 02:21:51 wen Exp $
X#
X
XPORTNAME=	sabnzbdplus
XPORTVERSION=	0.6.4
XPORTREVISION=	0
XCATEGORIES=	news
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION}
XDISTNAME=	SABnzbd-${PORTVERSION}-src
X
XMAINTAINER=	dab at rj45.org
XCOMMENT=	A web-interface based binary newsgrabber in python, with nzb support
X
XRUN_DEPENDS=	cheetah:${PORTSDIR}/devel/py-cheetah \
X		${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.0:${PORTSDIR}/www/py-cherrypy \
X		${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \
X		${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
X
XLICENSE=	GPLv2
X
XUSE_PYTHON=	2.5+
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/SABnzbd-${PORTVERSION}
XPLIST_SUB=	PORTNAME=${PORTNAME}
XSUB_LIST+=	PORTNAME=${PORTNAME}
XSUB_FILES=	pkg-message
XUSE_RC_SUBR=	sabnzbd
XCONFLICTS=	sabzndb-0.*
X
XUSERS=		_sabnzbd
XGROUPS=		_sabnzbd
X
XOPTIONS=	PAR2CMDLINE "Required for postprocessing of par files." on \
X		UNRAR "Often required for unpacking many downloads." on \
X		FEEDPARSER "rss-feed support." on \
X		YENC "yenc support." on \
X		OPENSSL "SSL support" on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_PAR2CMDLINE)
XRUN_DEPENDS+=	par2repair:${PORTSDIR}/archivers/par2cmdline
X.endif
X
X.if !defined(WITHOUT_FEEDPARSER)
XRUN_DEPENDS+=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
X.endif
X
X.if !defined(WITHOUT_YENC)
XRUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_yenc.so:${PORTSDIR}/news/py-yenc
X.endif
X
X.if !defined(WITHOUT_OPENSSL)
XRUN_DEPENDS+=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
X.endif
X
X.if !defined(WITHOUT_UNRAR)
XRUN_DEPENDS+=	unrar:${PORTSDIR}/archivers/unrar
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \
X		 ${WRKSRC}/SABnzbd.py
X	@${REINPLACE_CMD} -e "s:%%PREFIX%%:'${DATADIR}':g" \
X		 ${WRKSRC}/SABnzbd.py
X
X# the NO_BUILD option stops execution after configure. This should really be
X# post-build
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/SABnzbd.py ${PREFIX}/bin/SABnzbd.py
X	${INSTALL} -d  ${PYTHONPREFIX_SITELIBDIR}/
X	${CP} -rp ${WRKSRC}/sabnzbd ${PYTHONPREFIX_SITELIBDIR}/
X	${INSTALL} -d ${DATADIR}
X	${CP} -rp ${WRKSRC}/interfaces ${DATADIR}
X	${CP} -rp ${WRKSRC}/locale ${DATADIR}
X	${CP} -rp ${WRKSRC}/po ${DATADIR}
X	${CP} -rp ${WRKSRC}/tools ${DATADIR}
X	${CP} -rp ${WRKSRC}/util ${DATADIR}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in *.txt licenses/*.txt
X	${CP} ${WRKSRC}/$i ${DOCSDIR}
X.endfor
X.endif
X	${MKDIR} ${PREFIX}/sabnzbd
X	${CHOWN} _sabnzbd:_sabnzbd ${PREFIX}/sabnzbd
X	@${CAT} ${WRKDIR}/pkg-message
X
X.include <bsd.port.post.mk>
a4fe2b0fc520194424ac47dd9c792ccf
echo x - sabnzbdplus/distinfo
sed 's/^X//' >sabnzbdplus/distinfo << '195986460a963fbef035c8166a088720'
XSHA256 (SABnzbd-0.6.4-src.tar.gz) = 28c3b11de087bc10b5f9f77796d37ea1b569cb8b054f112fdfbccd0fe0c61072
XSIZE (SABnzbd-0.6.4-src.tar.gz) = 1885380
195986460a963fbef035c8166a088720
echo x - sabnzbdplus/pkg-descr
sed 's/^X//' >sabnzbdplus/pkg-descr << '564545defddbbb80961a216b3d48021f'
XSABnzbd is a cross-platform binary newsreader. It makes downloading
Xfrom Usenet easy by automating the whole thing. You give it an NZB
Xfile or an RSS feed, it does the rest. Has a web-browser based UI
Xand an API for 3rd-party apps. Ideal for servers too.
X
XWWW: http://sabnzbd.org/
564545defddbbb80961a216b3d48021f
echo c - sabnzbdplus/files
mkdir -p sabnzbdplus/files > /dev/null 2>&1
echo x - sabnzbdplus/files/pkg-message.in
sed 's/^X//' >sabnzbdplus/files/pkg-message.in << 'de751c1b4983147a24e75c78a1ba2eef'
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
X
Xnews/sabnzbdplus includes an RC script:
X%%PREFIX%%/etc/rc.d/sabnzbd
X
XTO START SABNZBD ON BOOT:
Xecho 'sabnzbd_enable="YES"' >> /etc/rc.conf
X
XSTART MANUALLY:
X%%PREFIX%%/etc/rc.d/sabnzbd start
X
XOnce started, visit the following to configure:
Xhttp://localhost:8080/sabnzbd/
X
XNote that your URL may differ slightly if you have an old sabnzbd.ini
Xthat specifies a different address to bind to.
X
X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
de751c1b4983147a24e75c78a1ba2eef
echo x - sabnzbdplus/files/sabnzbd.in
sed 's/^X//' >sabnzbdplus/files/sabnzbd.in << 'e9a75d5e9560b3cd0576b85c710718ab'
X#!/bin/sh
X#
X# PROVIDE: sabnzbd
X# KEYWORD: shutdown
X#
X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
X# to enable this service:
X#
X# sabnzbd_enable (bool):	Set to NO by default.
X#			Set it to YES to enable it.
X# sabnzbd_conf_dir:	Directory where sabnzbd configuration
X#			data is stored.
X#			Default: %%PREFIX%%/sabnzbd
X# sabnzbd_user:	    	The user account sabnzbd daemon runs as what
X#			you want it to be. It uses '_sabnzbd' user by
X#			default. Do not sets it as empty or it will run
X#			as root.
X# sabnzbd_group:    	The group account sabnzbd daemon runs as what
X#			you want it to be. It uses '_sabnzbd' group by
X#			default. Do not sets it as empty or it will run
X#			as wheel.
X
X. /etc/rc.subr
X
Xname="sabnzbd"
Xrcvar=${name}_enable
X
Xload_rc_config ${name}
X
X: ${sabnzbd_enable:="NO"}
X: ${sabnzbd_user:="_sabnzbd"}
X: ${sabnzbd_group:="_sabnzbd"}
X: ${sabnzbd_conf_dir:="%%PREFIX%%/sabnzbd"}
X
Xrequired_dirs=${sabnzbd_conf_dir}
X
Xstatus_cmd="${name}_status"
Xstop_cmd="${name}_stop"
Xstart_precmd=sabnzbd_check_dir
X
Xcommand="/usr/sbin/daemon"
Xcommand_args="-f %%PREFIX%%/bin/SABnzbd.py ${sabnzbd_flags} --daemon -b 0 -w 0 -l 0 -f ${sabnzbd_conf_dir}"
X
X# SABnzbd can only be cleanly stopped by calling the http api
Xsabnzbd_stop() {
X    echo "Stopping $name"
X    if [ -f "${sabnzbd_conf_dir}/sabnzbd.ini" ]; then
X        apikey=`grep ^api_key ${sabnzbd_conf_dir}/sabnzbd.ini | tr -d " _"`
X        host=`grep -m1 -E '^host\ =\ [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' ${sabnzbd_conf_dir}/sabnzbd.ini | tr -dc '[0-9].'`
X        if [ ${host} = "0.0.0.0" ] ; then host="localhost" ; fi
X        port=`grep -m1 ^port ${sabnzbd_conf_dir}/sabnzbd.ini | tr -dc '[0-9]'`
X        fetch -o /dev/null "http://${host}:${port}/api?mode=shutdown&${apikey}" > /dev/null 2>&1
X    else
X        sabnzbd_pid=`ps -U ${sabnzbd_user} | grep "python.*SABnzbd.py.*--daemon" | grep -v 'grep' | awk '{print $1}'`
X        if [ -n "${sabnzbd_pid}" ]; then
X            kill ${sabnzbd_pid}
X        fi
X    fi
X}
X
Xsabnzbd_status() {
X    sabnzbd_pid=`ps -U ${sabnzbd_user} | grep "python.*SABnzbd.py.*--daemon" | grep -v 'grep' | awk '{print $1}'`
X    if [ -n "${sabnzbd_pid}" ]; then
X        echo "$name is running as ${sabnzbd_pid}"
X    else
X       echo "$name is not running"
X    fi
X}
X
Xsabnzbd_check_dir() {
X    if [ ! -f "${required_dirs}" -a ! -d "${required_dirs}" -a ! -L "${required_dirs}" ]; then
X        mkdir -p ${required_dirs}
X        chown ${sabnzbd_user}:${sabnzbd_group} ${required_dirs}
X    fi
X}
X
Xrun_rc_command "$1"
e9a75d5e9560b3cd0576b85c710718ab
echo x - sabnzbdplus/files/patch-SABnzbd.py
sed 's/^X//' >sabnzbdplus/files/patch-SABnzbd.py << '5c8fbd4db2ddb20830d91512311f9341'
X--- SABnzbd.py	2011-06-07 18:02:35.000000000 -0400
X+++ SABnzbd-port.py	2011-06-08 07:20:14.948254196 -0400
X@@ -916,7 +916,7 @@
X 
X     sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME))
X     sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
X-    sabnzbd.DIR_PROG = os.path.dirname(sabnzbd.MY_FULLNAME)
X+    sabnzbd.DIR_PROG = %%PREFIX%%
X     sabnzbd.DIR_INTERFACES = real_path(sabnzbd.DIR_PROG, DEF_INTERFACES)
X     sabnzbd.DIR_LANGUAGE = real_path(sabnzbd.DIR_PROG, DEF_LANGUAGE)
X     org_dir = os.getcwd()
5c8fbd4db2ddb20830d91512311f9341
echo x - sabnzbdplus/pkg-plist
sed 's/^X//' >sabnzbdplus/pkg-plist << '8586fbc89bfe17cd40858cdaa3a86af3'
Xbin/SABnzbd.py
Xlib/python2.6/site-packages/sabnzbd/__init__.py
Xlib/python2.6/site-packages/sabnzbd/api.py
Xlib/python2.6/site-packages/sabnzbd/articlecache.py
Xlib/python2.6/site-packages/sabnzbd/assembler.py
Xlib/python2.6/site-packages/sabnzbd/bpsmeter.py
Xlib/python2.6/site-packages/sabnzbd/cfg.py
Xlib/python2.6/site-packages/sabnzbd/config.py
Xlib/python2.6/site-packages/sabnzbd/constants.py
Xlib/python2.6/site-packages/sabnzbd/database.py
Xlib/python2.6/site-packages/sabnzbd/decoder.py
Xlib/python2.6/site-packages/sabnzbd/decorators.py
Xlib/python2.6/site-packages/sabnzbd/dirscanner.py
Xlib/python2.6/site-packages/sabnzbd/downloader.py
Xlib/python2.6/site-packages/sabnzbd/emailer.py
Xlib/python2.6/site-packages/sabnzbd/encoding.py
Xlib/python2.6/site-packages/sabnzbd/interface.py
Xlib/python2.6/site-packages/sabnzbd/lang.py
Xlib/python2.6/site-packages/sabnzbd/misc.py
Xlib/python2.6/site-packages/sabnzbd/newsunpack.py
Xlib/python2.6/site-packages/sabnzbd/newswrapper.py
Xlib/python2.6/site-packages/sabnzbd/newzbin.py
Xlib/python2.6/site-packages/sabnzbd/nzbqueue.py
Xlib/python2.6/site-packages/sabnzbd/nzbstuff.py
Xlib/python2.6/site-packages/sabnzbd/osxmenu.py
Xlib/python2.6/site-packages/sabnzbd/postproc.py
Xlib/python2.6/site-packages/sabnzbd/rss.py
Xlib/python2.6/site-packages/sabnzbd/scheduler.py
Xlib/python2.6/site-packages/sabnzbd/skintext.py
Xlib/python2.6/site-packages/sabnzbd/trylist.py
Xlib/python2.6/site-packages/sabnzbd/tvsort.py
Xlib/python2.6/site-packages/sabnzbd/urlgrabber.py
Xlib/python2.6/site-packages/sabnzbd/utils/__init__.py
Xlib/python2.6/site-packages/sabnzbd/utils/certgen.py
Xlib/python2.6/site-packages/sabnzbd/utils/configobj.py
Xlib/python2.6/site-packages/sabnzbd/utils/feedparser.py
Xlib/python2.6/site-packages/sabnzbd/utils/json.py
Xlib/python2.6/site-packages/sabnzbd/utils/kronos.py
Xlib/python2.6/site-packages/sabnzbd/utils/listquote.py
Xlib/python2.6/site-packages/sabnzbd/utils/osx.py
Xlib/python2.6/site-packages/sabnzbd/utils/pathbrowser.py
Xlib/python2.6/site-packages/sabnzbd/utils/rarfile.py
Xlib/python2.6/site-packages/sabnzbd/utils/rsslib.py
Xlib/python2.6/site-packages/sabnzbd/utils/servertests.py
Xlib/python2.6/site-packages/sabnzbd/utils/ssmtplib.py
Xlib/python2.6/site-packages/sabnzbd/utils/upload.py
Xlib/python2.6/site-packages/sabnzbd/version.py
Xlib/python2.6/site-packages/sabnzbd/wizard.py
Xshare/doc/sabnzbdplus/CHANGELOG.txt
Xshare/doc/sabnzbdplus/COPYRIGHT.txt
Xshare/doc/sabnzbdplus/GPL2.txt
Xshare/doc/sabnzbdplus/GPL3.txt
Xshare/doc/sabnzbdplus/INSTALL.txt
Xshare/doc/sabnzbdplus/ISSUES.txt
Xshare/doc/sabnzbdplus/License-CherryPy.txt
Xshare/doc/sabnzbdplus/License-Python.txt
Xshare/doc/sabnzbdplus/License-configobj.txt
Xshare/doc/sabnzbdplus/License-feedparser.txt
Xshare/doc/sabnzbdplus/License-json.txt
Xshare/doc/sabnzbdplus/License-kronos.txt
Xshare/doc/sabnzbdplus/License-listquote.txt
Xshare/doc/sabnzbdplus/License-msgfmt.txt
Xshare/doc/sabnzbdplus/License-pynewsleecher.txt
Xshare/doc/sabnzbdplus/License-rarfile.txt
Xshare/doc/sabnzbdplus/License-rsslib.txt
Xshare/doc/sabnzbdplus/License-ssmtplib.txt
Xshare/doc/sabnzbdplus/README.txt
Xshare/sabnzbdplus/interfaces/Classic/README.TXT
Xshare/sabnzbdplus/interfaces/Classic/templates/config.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_cat.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_directories.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_email.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_general.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_newzbin.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_rss.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_scheduling.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_server.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_sorting.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/config_switches.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/connection_info.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/history.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/inc_bottom.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/inc_cmenu.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/inc_top.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/main.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/nzo.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/queue.tmpl
Xshare/sabnzbdplus/interfaces/Classic/templates/static/images/favicon.ico
Xshare/sabnzbdplus/interfaces/Classic/templates/static/javascript/dropdown.js
Xshare/sabnzbdplus/interfaces/Classic/templates/static/placeholder.txt
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/black.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/classic.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/darkblue.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/green.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/lightblue.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/red.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes/white-black.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/default.css
Xshare/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/defaultcolors.css
Xshare/sabnzbdplus/interfaces/Mobile/README.txt
Xshare/sabnzbdplus/interfaces/Mobile/licenses/LICENSE-BSD.txt
Xshare/sabnzbdplus/interfaces/Mobile/licenses/LICENSE-CC.txt
Xshare/sabnzbdplus/interfaces/Mobile/licenses/LICENSE-GPL.txt
Xshare/sabnzbdplus/interfaces/Mobile/licenses/LICENSE-MIT.txt
Xshare/sabnzbdplus/interfaces/Mobile/templates/main.tmpl
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/back_button.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/back_button_clicked.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/button.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/button_clicked.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/chevron.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/chevron_circle.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/grayButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/loading.gif
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/on_off.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/rowhead.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/toggle.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/toggleOn.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/toolbar.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/dark/whiteButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/backButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/blueButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/cancel.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/chevron.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/grayButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/listArrowSel.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/listGroup.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/loading.gif
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/on_off.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/pinstripes.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/selection.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/thumb.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/toggle.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/toggleOn.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/toolButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/toolbar.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/light/whiteButton.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/images/sab.png
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/javascripts/mobile.js
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/stylesheets/colorschemes/dark.css
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/stylesheets/colorschemes/light.css
Xshare/sabnzbdplus/interfaces/Mobile/templates/static/stylesheets/jqtouch.css
Xshare/sabnzbdplus/interfaces/Plush/README.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-BSD.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-CC.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-GPL.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-GPL3.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-LGPL.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-MIT.txt
Xshare/sabnzbdplus/interfaces/Plush/licenses/LICENSE-WebToolkit.txt
Xshare/sabnzbdplus/interfaces/Plush/templates/_inc_footer.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/_inc_header.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/_inc_modals.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_cat.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_directories.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_email.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_general.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_newzbin.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_rss.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_scheduling.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_server.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_sorting.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/config_switches.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/connection_info.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/history.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/main.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/nzo.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/queue.tmpl
Xshare/sabnzbdplus/interfaces/Plush/templates/static/javascripts/config.js
Xshare/sabnzbdplus/interfaces/Plush/templates/static/javascripts/lib.js
Xshare/sabnzbdplus/interfaces/Plush/templates/static/javascripts/plush.js
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.css
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images-split.tar.gz
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-border.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-controls.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-bar.gif
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-spinner.gif
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/config.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/options.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss-grey.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sabnzbdplus.ico
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-config.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-main.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tilex.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tiley.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_c0402a_40x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_35_dddddd_1x400.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_3383bb_256x240.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_454545_256x240.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_70b2e1_256x240.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_999999_256x240.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_fbc856_256x240.png
Xshare/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/jquery-ui-1.8.9.custom.css
Xshare/sabnzbdplus/interfaces/smpl/CreativeCommons2-5.txt
Xshare/sabnzbdplus/interfaces/smpl/CreativeCommons3-0.txt
Xshare/sabnzbdplus/interfaces/smpl/GPL2.txt
Xshare/sabnzbdplus/interfaces/smpl/GPL3.txt
Xshare/sabnzbdplus/interfaces/smpl/LICENCE-silk_icons.txt
Xshare/sabnzbdplus/interfaces/smpl/LICENSE.txt
Xshare/sabnzbdplus/interfaces/smpl/License-ExCanvas.txt
Xshare/sabnzbdplus/interfaces/smpl/License-MochiKit.txt
Xshare/sabnzbdplus/interfaces/smpl/License-Nuvola.txt
Xshare/sabnzbdplus/interfaces/smpl/License-PlotKit.txt
Xshare/sabnzbdplus/interfaces/smpl/License-getElementPosition.txt
Xshare/sabnzbdplus/interfaces/smpl/README.txt
Xshare/sabnzbdplus/interfaces/smpl/templates/config.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_cat.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_directories.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_email.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_general.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_newzbin.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_rss.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_scheduling.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_server.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_sorting.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/config_switches.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/connection_info.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/history.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/main.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/nzo.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/queue.tmpl
Xshare/sabnzbdplus/interfaces/smpl/templates/static/MochiKit/MochiKit.js
Xshare/sabnzbdplus/interfaces/smpl/templates/static/MochiKit/__package__.js
Xshare/sabnzbdplus/interfaces/smpl/templates/static/PlotKit/PlotKit.js
Xshare/sabnzbdplus/interfaces/smpl/templates/static/excanvas/excanvas.js
Xshare/sabnzbdplus/interfaces/smpl/templates/static/feed-icon-14x14.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/browser.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/bullet_arrow_down.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/control_pause.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/control_play.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/down.gif
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/drive.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/drive_go.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/favicon.ico
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/key_enter.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/messagebox_critical.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/newzbin.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/nuvola/kgpg.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/images/up.gif
Xshare/sabnzbdplus/interfaces/smpl/templates/static/sabnzbd_small4.png
Xshare/sabnzbdplus/interfaces/smpl/templates/static/stylesheets/colorschemes/black.css
Xshare/sabnzbdplus/interfaces/smpl/templates/static/stylesheets/colorschemes/white.css
Xshare/sabnzbdplus/interfaces/smpl/templates/static/stylesheets/smpl.css
Xshare/sabnzbdplus/interfaces/wizard/README.TXT
Xshare/sabnzbdplus/interfaces/wizard/four.html
Xshare/sabnzbdplus/interfaces/wizard/inc_bottom.tmpl
Xshare/sabnzbdplus/interfaces/wizard/inc_top.tmpl
Xshare/sabnzbdplus/interfaces/wizard/index.html
Xshare/sabnzbdplus/interfaces/wizard/one.html
Xshare/sabnzbdplus/interfaces/wizard/static/images/classic-th.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/classic.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/favicon.ico
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/da.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/de.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/en.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/fr.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/nb.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/nl.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/ro.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/flags/sv.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/icon_sab.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/plush-th.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/plush.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/smpl-th.png
Xshare/sabnzbdplus/interfaces/wizard/static/images/smpl.png
Xshare/sabnzbdplus/interfaces/wizard/static/javascript/checkserver.js
Xshare/sabnzbdplus/interfaces/wizard/static/javascript/jquery.js
Xshare/sabnzbdplus/interfaces/wizard/static/javascript/pagetwo.js
Xshare/sabnzbdplus/interfaces/wizard/static/javascript/restart.js
Xshare/sabnzbdplus/interfaces/wizard/static/style.css
Xshare/sabnzbdplus/interfaces/wizard/three.html
Xshare/sabnzbdplus/interfaces/wizard/two.html
Xshare/sabnzbdplus/locale/da/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/de/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/fr/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/nb/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/nl/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/ro/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/locale/sv/LC_MESSAGES/SABnzbd.mo
Xshare/sabnzbdplus/po/email/SABemail.pot
Xshare/sabnzbdplus/po/email/da.po
Xshare/sabnzbdplus/po/email/de.po
Xshare/sabnzbdplus/po/email/en.po
Xshare/sabnzbdplus/po/email/fr.po
Xshare/sabnzbdplus/po/email/nb.po
Xshare/sabnzbdplus/po/email/nl.po
Xshare/sabnzbdplus/po/email/ro.po
Xshare/sabnzbdplus/po/email/ro.px
Xshare/sabnzbdplus/po/email/sv.po
Xshare/sabnzbdplus/po/main/SABnzbd.pot
Xshare/sabnzbdplus/po/main/da.po
Xshare/sabnzbdplus/po/main/de.po
Xshare/sabnzbdplus/po/main/fr.po
Xshare/sabnzbdplus/po/main/nb.po
Xshare/sabnzbdplus/po/main/nl.po
Xshare/sabnzbdplus/po/main/ro.po
Xshare/sabnzbdplus/po/main/ro.px
Xshare/sabnzbdplus/po/main/sv.po
Xshare/sabnzbdplus/po/nsis/SABnsis.pot
Xshare/sabnzbdplus/po/nsis/da.po
Xshare/sabnzbdplus/po/nsis/de.po
Xshare/sabnzbdplus/po/nsis/fr.po
Xshare/sabnzbdplus/po/nsis/nb.po
Xshare/sabnzbdplus/po/nsis/nl.po
Xshare/sabnzbdplus/po/nsis/ro.po
Xshare/sabnzbdplus/po/nsis/ro.px
Xshare/sabnzbdplus/po/nsis/sv.po
Xshare/sabnzbdplus/tools/make_mo.py
Xshare/sabnzbdplus/tools/msgfmt.py
Xshare/sabnzbdplus/util/__init__.py
Xshare/sabnzbdplus/util/apireg.py
Xshare/sabnzbdplus/util/mailslot.py
X at dirrm share/sabnzbdplus/util
X at dirrm share/sabnzbdplus/tools
X at dirrm share/sabnzbdplus/po/nsis
X at dirrm share/sabnzbdplus/po/main
X at dirrm share/sabnzbdplus/po/email
X at dirrm share/sabnzbdplus/po
X at dirrm share/sabnzbdplus/locale/sv/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/sv
X at dirrm share/sabnzbdplus/locale/ro/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/ro
X at dirrm share/sabnzbdplus/locale/nl/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/nl
X at dirrm share/sabnzbdplus/locale/nb/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/nb
X at dirrm share/sabnzbdplus/locale/fr/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/fr
X at dirrm share/sabnzbdplus/locale/de/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/de
X at dirrm share/sabnzbdplus/locale/da/LC_MESSAGES
X at dirrm share/sabnzbdplus/locale/da
X at dirrm share/sabnzbdplus/locale
X at dirrm share/sabnzbdplus/interfaces/wizard/static/javascript
X at dirrm share/sabnzbdplus/interfaces/wizard/static/images/flags
X at dirrm share/sabnzbdplus/interfaces/wizard/static/images
X at dirrm share/sabnzbdplus/interfaces/wizard/static
X at dirrm share/sabnzbdplus/interfaces/wizard
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/stylesheets/colorschemes
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/stylesheets
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/images/nuvola
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/images
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/excanvas
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/PlotKit
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static/MochiKit
X at dirrm share/sabnzbdplus/interfaces/smpl/templates/static
X at dirrm share/sabnzbdplus/interfaces/smpl/templates
X at dirrm share/sabnzbdplus/interfaces/smpl
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/jqueryui
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes/gold
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets/colorschemes
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/stylesheets
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static/javascripts
X at dirrm share/sabnzbdplus/interfaces/Plush/templates/static
X at dirrm share/sabnzbdplus/interfaces/Plush/templates
X at dirrm share/sabnzbdplus/interfaces/Plush/licenses
X at dirrm share/sabnzbdplus/interfaces/Plush
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/stylesheets/colorschemes
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/stylesheets
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/javascripts
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/images/light
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/images/dark
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static/images
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates/static
X at dirrm share/sabnzbdplus/interfaces/Mobile/templates
X at dirrm share/sabnzbdplus/interfaces/Mobile/licenses
X at dirrm share/sabnzbdplus/interfaces/Mobile
X at dirrm share/sabnzbdplus/interfaces/Classic/templates/static/stylesheets/colorschemes
X at dirrm share/sabnzbdplus/interfaces/Classic/templates/static/stylesheets
X at dirrm share/sabnzbdplus/interfaces/Classic/templates/static/javascript
X at dirrm share/sabnzbdplus/interfaces/Classic/templates/static/images
X at dirrm share/sabnzbdplus/interfaces/Classic/templates/static
X at dirrm share/sabnzbdplus/interfaces/Classic/templates
X at dirrm share/sabnzbdplus/interfaces/Classic
X at dirrm share/sabnzbdplus/interfaces
X at dirrm share/sabnzbdplus
X at dirrm share/doc/sabnzbdplus
8586fbc89bfe17cd40858cdaa3a86af3
exit
--- sabnzbdplus.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list