Index: head/news/Makefile =================================================================== --- head/news/Makefile (revision 443033) +++ head/news/Makefile (revision 443034) @@ -1,82 +1,83 @@ # $FreeBSD$ # COMMENT = Network news SUBDIR += atp SUBDIR += aub SUBDIR += brag 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 += 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-twistedNews 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-sabyenc/Makefile =================================================================== --- head/news/py-sabyenc/Makefile (nonexistent) +++ head/news/py-sabyenc/Makefile (revision 443034) @@ -0,0 +1,20 @@ +# Created by: Ralf van der Enden +# $FreeBSD$ + +PORTNAME= sabyenc +PORTVERSION= 3.0.2 +DISTVERSIONPREFIX= v +CATEGORIES= news python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tremere@cainites.net +COMMENT= Python yEnc package optimized for use within SABnzbd + +LICENSE= GPLv3 + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= sabnzbd +USE_PYTHON= autoplist distutils + +.include Property changes on: head/news/py-sabyenc/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-sabyenc/distinfo =================================================================== --- head/news/py-sabyenc/distinfo (nonexistent) +++ head/news/py-sabyenc/distinfo (revision 443034) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496981772 +SHA256 (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 72305bdacfb4f82764e7f3e33a7001983f9af5c8d633cbf57e950b570a56e55d +SIZE (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 16080819 Property changes on: head/news/py-sabyenc/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-sabyenc/pkg-descr =================================================================== --- head/news/py-sabyenc/pkg-descr (nonexistent) +++ head/news/py-sabyenc/pkg-descr (revision 443034) @@ -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-sabyenc/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