8c06f3f158
NZBHydra 2 is a meta search for NZB indexers. It provides easy access to a number of raw and newznab based indexers. You can search all your indexers from one place and use it as an indexer source for tools like Sonarr, Radarr or CouchPotato. WWW: https://github.com/theotherp/nzbhydra2 PR: 234537 Submitted by: Daniel Shafer <daniel shafer cc> Differential_Revision: https://reviews.freebsd.org/D18704
83 lines
1.7 KiB
Makefile
83 lines
1.7 KiB
Makefile
# $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-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>
|