freebsd-ports/news/Makefile
Matt c297177504 news/sabnzbdplus: update to 4.0.0 and rename to news/sabnzbd
Changes since 3.7.2
In this major update we optimized a core part of the SSL handling.
This results in large performance increases when downloading from news
servers with SSL enabled. In addition, the general connection handling
was improved, resulting in performance improvements for all news servers.
Special thanks to: mnightingale, puzzledsab and animetosho!
There are multiple settings that can tweak performance, see:
When adding a new news server, SSL is enabled by default.
File assembly performance significantly improved by relying on the
CRC32 instead of the MD5 to perform QuickCheck of files.
Slowdown more gracefully when the cache fills up.
Replaced separate Series/Movie/Date Sorting with general Sorter.
HTTPS files are included in the Backup.
Improved Watched Folder scanning and processing.
Ignore resource fork files created by macOS.
Deobfuscate final filenames is enabled for new installations.
Dropped support for Python 3.7.

Bugfixes since 3.7.2
Restore applying History Retention setting at startup.
Windows: Not all invalid characters were removed from filenames.
Windows: Firewall rules were not removed by uninstaller.

Approved by:	james@french.id.au (maintainer)
PR:		271125
2023-05-08 10:25:52 +02:00

70 lines
1.5 KiB
Makefile

COMMENT = Network news
SUBDIR += atp
SUBDIR += aub
SUBDIR += c-nocem
SUBDIR += cg
SUBDIR += cleanfeed
SUBDIR += cnews
SUBDIR += diablo
SUBDIR += fidogate
SUBDIR += fidogate4
SUBDIR += golded+
SUBDIR += gup
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 += inn-current
SUBDIR += knews
SUBDIR += leafnode
SUBDIR += lusernet
SUBDIR += mail2nntp
SUBDIR += mmail
SUBDIR += multisuck
SUBDIR += newsfetch
SUBDIR += newsfish
SUBDIR += newsgrab
SUBDIR += newspost
SUBDIR += newsstar
SUBDIR += newsx
SUBDIR += nget
SUBDIR += nn
SUBDIR += nnap
SUBDIR += nntp
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 += pgpmoose
SUBDIR += py-pynzb
SUBDIR += py-sabctools
SUBDIR += rntrack
SUBDIR += s-news
SUBDIR += sabnzbd
SUBDIR += slrn
SUBDIR += slrnface
SUBDIR += suck
SUBDIR += suck-cnews
SUBDIR += tin
SUBDIR += trn
SUBDIR += trn4
SUBDIR += ubh
SUBDIR += yencode
SUBDIR += yydecode
.include <bsd.port.subdir.mk>