aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-23 19:20:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-23 19:20:02 +0000
commit8f1aaa4764929cdaca9785d709febc8392f08477 (patch)
treef8b0373ce5aae5a5f313e7a9c95fcec5ad9ea577 /news
parentae2b1722c237ea46a51b731b609ed75d00d519e4 (diff)
downloadports-8f1aaa4764929cdaca9785d709febc8392f08477.tar.gz
ports-8f1aaa4764929cdaca9785d709febc8392f08477.zip
Add py-sabyenc3 4.0.1 (copied from py-sabyenc)
Notes
Notes: svn path=/head/; revision=504965
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/py-sabyenc3/Makefile21
-rw-r--r--news/py-sabyenc3/distinfo3
-rw-r--r--news/py-sabyenc3/pkg-descr11
4 files changed, 36 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index 7959d21a30d7..9fc1ec348ba9 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -60,6 +60,7 @@
SUBDIR += plor
SUBDIR += py-pynzb
SUBDIR += py-sabyenc
+ SUBDIR += py-sabyenc3
SUBDIR += py-yenc
SUBDIR += rawdog
SUBDIR += s-news
diff --git a/news/py-sabyenc3/Makefile b/news/py-sabyenc3/Makefile
new file mode 100644
index 000000000000..9406761ebaca
--- /dev/null
+++ b/news/py-sabyenc3/Makefile
@@ -0,0 +1,21 @@
+# Created by: Ralf van der Enden <tremere@cainites.net>
+# $FreeBSD$
+
+PORTNAME= sabyenc3
+PORTVERSION= 4.0.1
+CATEGORIES= news python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Python yEnc package optimized for use within SABnzbd
+
+LICENSE= LGPL3
+
+USES= python:3.5+
+USE_PYTHON= autoplist distutils
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc3.so
+
+.include <bsd.port.mk>
diff --git a/news/py-sabyenc3/distinfo b/news/py-sabyenc3/distinfo
new file mode 100644
index 000000000000..34820764c7a8
--- /dev/null
+++ b/news/py-sabyenc3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561314944
+SHA256 (sabyenc3-4.0.1.tar.gz) = 74249291e6c5623b8b881cb175990c95d928c9d8d0346aa1cf85018d079869fc
+SIZE (sabyenc3-4.0.1.tar.gz) = 10003
diff --git a/news/py-sabyenc3/pkg-descr b/news/py-sabyenc3/pkg-descr
new file mode 100644
index 000000000000..6467caaf6fd4
--- /dev/null
+++ b/news/py-sabyenc3/pkg-descr
@@ -0,0 +1,11 @@
+Modified the original yenc module by Alessandro Duca alessandro.duca@gmail.com
+for use within SABnzbd.
+
+The module was extended to do header parsing and full yEnc decoding from a
+Python list of chunks, the way in which data is retrieved from usenet. This is
+particularly beneficial when SSL is enabled, which limits the size of each
+chunk to 16K. Parsing these chunks in Python is much more costly. Additionally,
+this module releases Python's GIL during decoding, greatly increasing
+performance of the overall download process.
+
+WWW: https://github.com/sabnzbd/sabyenc