1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/news/Makefile
Tim Bishop fb7306b08d New port: news/py-sabyenc
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

PR:		218722
Submitted by:	Ralf van der Enden <tremere@cainites.net>
2017-06-09 18:47:56 +00:00

84 lines
1.8 KiB
Makefile

# $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 <bsd.port.subdir.mk>