pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sabnzbd: Update to 3.4.0



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Mon Oct 11 20:51:49 2021 +0200
Changeset:	817b01a207dbf5be40af2ba93810a583c2ae2655

Modified Files:
	sabnzbd/Makefile
	sabnzbd/PLIST
	sabnzbd/distinfo
Added Files:
	py-puremagic/DESCR
	py-puremagic/Makefile
	py-puremagic/PLIST
	py-puremagic/distinfo

Log Message:
sabnzbd: Update to 3.4.0

This includes adding the package py-puremagic.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=817b01a207dbf5be40af2ba93810a583c2ae2655

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-puremagic/DESCR    | 13 ++++++++++
 py-puremagic/Makefile | 16 ++++++++++++
 py-puremagic/PLIST    | 15 +++++++++++
 py-puremagic/distinfo |  6 +++++
 sabnzbd/Makefile      |  7 +++--
 sabnzbd/PLIST         | 71 ++-------------------------------------------------
 sabnzbd/distinfo      |  7 ++---
 7 files changed, 59 insertions(+), 76 deletions(-)

diffs:
diff --git a/py-puremagic/DESCR b/py-puremagic/DESCR
new file mode 100644
index 0000000000..0483340cdd
--- /dev/null
+++ b/py-puremagic/DESCR
@@ -0,0 +1,13 @@
+puremagic is a pure python module that will identify a file based off its
+magic numbers.
+
+It is designed to be minimalistic and inherently cross platform
+compatible. It is also designed to be a stand in for python-magic, it
+incorporates the functions from_file(filename[, mime]) and
+from_string(string[, mime]) however the magic_file() and magic_string()
+are more powerful and will also display confidence and duplicate
+matches.
+
+It does NOT try to match files off non-magic string. In other words it
+will not search for a string within a certain window of bytes like
+others might.
diff --git a/py-puremagic/Makefile b/py-puremagic/Makefile
new file mode 100644
index 0000000000..ab2a5b1feb
--- /dev/null
+++ b/py-puremagic/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	puremagic-1.11
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cdgriffith/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/cdgriffith/puremagic
+COMMENT=	Pure python implementation of magic file detection
+LICENSE=	gnu-lgpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-puremagic/PLIST b/py-puremagic/PLIST
new file mode 100644
index 0000000000..8cbced3c8a
--- /dev/null
+++ b/py-puremagic/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/puremagic/__init__.py
+${PYSITELIB}/puremagic/__init__.pyc
+${PYSITELIB}/puremagic/__init__.pyo
+${PYSITELIB}/puremagic/__main__.py
+${PYSITELIB}/puremagic/__main__.pyc
+${PYSITELIB}/puremagic/__main__.pyo
+${PYSITELIB}/puremagic/magic_data.json
+${PYSITELIB}/puremagic/main.py
+${PYSITELIB}/puremagic/main.pyc
+${PYSITELIB}/puremagic/main.pyo
diff --git a/py-puremagic/distinfo b/py-puremagic/distinfo
new file mode 100644
index 0000000000..ff32efbfab
--- /dev/null
+++ b/py-puremagic/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (puremagic-1.11.tar.gz) = 8bd05b692b70d78af9d631c05b74f6990fd9c798
+RMD160 (puremagic-1.11.tar.gz) = 558f8a8a9a45a747587a54ee296694a17189e8fc
+SHA512 (puremagic-1.11.tar.gz) = 4d4c9a93cd56a02aefb7090c92b41048f33923bef14022158f39c39ac93326b7180b8cc97495ad5ed3eec7d9f1379a5508829ee779aaba9b8aa8f975e787b1f5
+Size (puremagic-1.11.tar.gz) = 295026 bytes
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index bf92c69874..74912ff8c6 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2015/02/04 10:10:53 thomasklausner Exp $
 
 DISTNAME=	sabnzbd-${DISTVERSION}
-DISTVERSION=	3.3.1
+DISTVERSION=	3.4.0
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sabnzbd/}
 GITHUB_PROJECT=	sabnzbd
@@ -21,6 +21,8 @@ DEPENDS+=	${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=	${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=	${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
 DEPENDS+=	${PYPKGPREFIX}-cherrypy>=18.2:../../www/py-cherrypy
+DEPENDS+=	${PYPKGPREFIX}-guessit>=3.1.1:../../textproc/py-guessit
+DEPENDS+=	${PYPKGPREFIX}-puremagic>=1.11:../../wip/py-puremagic
 DEPENDS+=	par2-[0-9]*:../../archivers/par2
 DEPENDS+=	unrar-[0-9]*:../../archivers/unrar
 DEPENDS+=	unzip-[0-9]*:../../archivers/unzip
@@ -62,9 +64,6 @@ do-install:
 .endfor
 	cd ${.CURDIR}/files && pax -rw -pmp sabnzbd.xml ${DESTDIR}/${PREFIX}/share/sabnzbd
 	${CHMOD} -R go-w ${DESTDIR}${PREFIX}
-	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/*.png
-	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/*.png
-	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Plush/licenses/*
 	${CHMOD} a-x ${DESTDIR}${PREFIX}/share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/*.js
 
 .include "../../lang/python/application.mk"
diff --git a/sabnzbd/PLIST b/sabnzbd/PLIST
index 860329f454..067a5e1a29 100644
--- a/sabnzbd/PLIST
+++ b/sabnzbd/PLIST
@@ -46,6 +46,7 @@ ${PYSITELIB}/sabnzbd/utils/apireg.py
 ${PYSITELIB}/sabnzbd/utils/certgen.py
 ${PYSITELIB}/sabnzbd/utils/checkdir.py
 ${PYSITELIB}/sabnzbd/utils/diskspeed.py
+${PYSITELIB}/sabnzbd/utils/file_extension.py
 ${PYSITELIB}/sabnzbd/utils/getperformance.py
 ${PYSITELIB}/sabnzbd/utils/happyeyeballs.py
 ${PYSITELIB}/sabnzbd/utils/internetspeed.py
@@ -119,15 +120,12 @@ share/sabnzbd/interfaces/Config/templates/staticcfg/js/script.js
 share/sabnzbd/interfaces/Glitter/licenses/LICENSE-Apache.txt
 share/sabnzbd/interfaces/Glitter/licenses/LICENSE-CC.txt
 share/sabnzbd/interfaces/Glitter/licenses/LICENSE-MIT.txt
-share/sabnzbd/interfaces/Glitter/templates/history.tmpl
 share/sabnzbd/interfaces/Glitter/templates/include_history.tmpl
 share/sabnzbd/interfaces/Glitter/templates/include_menu.tmpl
 share/sabnzbd/interfaces/Glitter/templates/include_messages.tmpl
 share/sabnzbd/interfaces/Glitter/templates/include_overlays.tmpl
 share/sabnzbd/interfaces/Glitter/templates/include_queue.tmpl
 share/sabnzbd/interfaces/Glitter/templates/main.tmpl
-share/sabnzbd/interfaces/Glitter/templates/nzo.tmpl
-share/sabnzbd/interfaces/Glitter/templates/queue.tmpl
 share/sabnzbd/interfaces/Glitter/templates/static/bootstrap/css/bootstrap.min.css
 share/sabnzbd/interfaces/Glitter/templates/static/bootstrap/fonts/glyphicons-halflings-regular.eot
 share/sabnzbd/interfaces/Glitter/templates/static/bootstrap/fonts/glyphicons-halflings-regular.svg
@@ -166,72 +164,6 @@ share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/colorschemes/Light
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/glitter.css
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/glitter.mobile.css
-share/sabnzbd/interfaces/Glitter/templates/status.tmpl
-share/sabnzbd/interfaces/Plush/README.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-BSD.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-CC.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-GPL.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-GPL3.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-LGPL.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-MIT.txt
-share/sabnzbd/interfaces/Plush/licenses/LICENSE-WebToolkit.txt
-share/sabnzbd/interfaces/Plush/templates/_inc_footer.tmpl
-share/sabnzbd/interfaces/Plush/templates/_inc_header.tmpl
-share/sabnzbd/interfaces/Plush/templates/_inc_modals.tmpl
-share/sabnzbd/interfaces/Plush/templates/history.tmpl
-share/sabnzbd/interfaces/Plush/templates/main.tmpl
-share/sabnzbd/interfaces/Plush/templates/nzo.tmpl
-share/sabnzbd/interfaces/Plush/templates/queue.tmpl
-share/sabnzbd/interfaces/Plush/templates/static/javascripts/config.js
-share/sabnzbd/interfaces/Plush/templates/static/javascripts/lib.js
-share/sabnzbd/interfaces/Plush/templates/static/javascripts/plush.js
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.css
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images-split.tar.gz
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-border.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-controls.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-bar.gif
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-spinner.gif
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/config.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/options.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss-grey.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sound16.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-config.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-main.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tilex.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tiley.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/thumbdown20.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/thumbup20.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/vision16.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_c0402a_40x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_35_dddddd_1x400.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_3383bb_256x240.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_454545_256x240.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_70b2e1_256x240.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_999999_256x240.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_fbc856_256x240.png
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/jquery-ui-1.8.15.custom.css
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/rateit/delete.gif
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/rateit/rateit.css
-share/sabnzbd/interfaces/Plush/templates/static/stylesheets/rateit/star.gif
-share/sabnzbd/interfaces/Plush/templates/status.tmpl
 share/sabnzbd/interfaces/wizard/README.TXT
 share/sabnzbd/interfaces/wizard/inc_bottom.tmpl
 share/sabnzbd/interfaces/wizard/inc_top.tmpl
@@ -341,6 +273,7 @@ share/sabnzbd/sabnzbd/utils/apireg.py
 share/sabnzbd/sabnzbd/utils/certgen.py
 share/sabnzbd/sabnzbd/utils/checkdir.py
 share/sabnzbd/sabnzbd/utils/diskspeed.py
+share/sabnzbd/sabnzbd/utils/file_extension.py
 share/sabnzbd/sabnzbd/utils/getperformance.py
 share/sabnzbd/sabnzbd/utils/happyeyeballs.py
 share/sabnzbd/sabnzbd/utils/internetspeed.py
diff --git a/sabnzbd/distinfo b/sabnzbd/distinfo
index d2b716bf5d..1d43ca3c5d 100644
--- a/sabnzbd/distinfo
+++ b/sabnzbd/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
 
-RMD160 (sabnzbd-3.3.1.tar.gz) = 4df99a29311f99bbb516607f3420b0f99139fe10
-SHA512 (sabnzbd-3.3.1.tar.gz) = dd05c8d41b0a6af964304b6bcd9fb4e9ac9dfab3238f6bf6c3827968c0635dcb85398015d6e337fee46f7cf1d078c2bf76df8530457dadf8b1939cc16522ecef
-Size (sabnzbd-3.3.1.tar.gz) = 4801605 bytes
+SHA1 (sabnzbd-3.4.0.tar.gz) = 593c5c12205d7a5e7273ab7f4730a75837a40a36
+RMD160 (sabnzbd-3.4.0.tar.gz) = 523fb2167570b6f7a15bc59036aac6f83df4c78c
+SHA512 (sabnzbd-3.4.0.tar.gz) = 2d12c3c0d023b8518e73b0328fa0a322a3415d5f7400532c7f35ad881f6a51d79e1bdbb188bb10f9fc326bc68cecd4f799d8e60cef8a1ae76a3f0092e8344cef
+Size (sabnzbd-3.4.0.tar.gz) = 5008383 bytes
 SHA1 (patch-SABnzbd.py) = 33019b1b87cc81cea38f3b0c68a27ca37807aaa4


Home | Main Index | Thread Index | Old Index