Index: head/news/Makefile =================================================================== --- head/news/Makefile (revision 504964) +++ head/news/Makefile (revision 504965) @@ -1,82 +1,83 @@ # $FreeBSD$ # COMMENT = Network news SUBDIR += atp SUBDIR += aub SUBDIR += c-nocem SUBDIR += cg SUBDIR += cleanfeed SUBDIR += cnews SUBDIR += crashmail SUBDIR += diablo SUBDIR += fidogate SUBDIR += golded+ SUBDIR += gup SUBDIR += hellanzb SUBDIR += husky SUBDIR += husky-areafix SUBDIR += husky-fidoconf SUBDIR += husky-hpt SUBDIR += husky-htick SUBDIR += husky-huskylib SUBDIR += husky-smapi SUBDIR += husky-sqpack SUBDIR += ifmail SUBDIR += inn SUBDIR += knews SUBDIR += leafnode SUBDIR += lusernet SUBDIR += mail2nntp SUBDIR += mmail SUBDIR += multisuck SUBDIR += newscache SUBDIR += newsfetch SUBDIR += newsfish SUBDIR += newsgrab SUBDIR += newspost SUBDIR += newsstar SUBDIR += newsx SUBDIR += nget SUBDIR += nn SUBDIR += nnap SUBDIR += nntp SUBDIR += nntpbtr SUBDIR += nntpcache SUBDIR += noffle SUBDIR += nzbget SUBDIR += nzbhydra2 SUBDIR += nzbperl SUBDIR += p5-NNTPClient SUBDIR += p5-News-Article SUBDIR += p5-News-Article-NoCeM SUBDIR += p5-News-Newsrc SUBDIR += p5-POE-Component-Client-NNTP SUBDIR += p5-POE-Component-Server-NNTP SUBDIR += pan SUBDIR += papercut SUBDIR += pgpmoose SUBDIR += plor SUBDIR += py-pynzb SUBDIR += py-sabyenc + SUBDIR += py-sabyenc3 SUBDIR += py-yenc SUBDIR += rawdog SUBDIR += s-news SUBDIR += sabnzbdplus SUBDIR += slrn SUBDIR += slrnconf SUBDIR += slrnface SUBDIR += sn SUBDIR += suck SUBDIR += suck-cnews SUBDIR += tin SUBDIR += trn SUBDIR += trn4 SUBDIR += ubh SUBDIR += xpn SUBDIR += xrn SUBDIR += yencode SUBDIR += yydecode .include Index: head/news/py-sabyenc3/Makefile =================================================================== --- head/news/py-sabyenc3/Makefile (nonexistent) +++ head/news/py-sabyenc3/Makefile (revision 504965) @@ -0,0 +1,21 @@ +# Created by: Ralf van der Enden +# $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 Property changes on: head/news/py-sabyenc3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/py-sabyenc3/distinfo =================================================================== --- head/news/py-sabyenc3/distinfo (nonexistent) +++ head/news/py-sabyenc3/distinfo (revision 504965) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561314944 +SHA256 (sabyenc3-4.0.1.tar.gz) = 74249291e6c5623b8b881cb175990c95d928c9d8d0346aa1cf85018d079869fc +SIZE (sabyenc3-4.0.1.tar.gz) = 10003 Property changes on: head/news/py-sabyenc3/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/py-sabyenc3/pkg-descr =================================================================== --- head/news/py-sabyenc3/pkg-descr (nonexistent) +++ head/news/py-sabyenc3/pkg-descr (revision 504965) @@ -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 Property changes on: head/news/py-sabyenc3/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property