Page MenuHomeFreeBSD

[NEW PORT] news/nzbhydra2: Usenet meta search
ClosedPublic

Authored by daniel_shafer.cc on Jan 1 2019, 6:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2024, 4:06 PM
Unknown Object (File)
Feb 23 2024, 8:04 AM
Unknown Object (File)
Feb 18 2024, 8:16 AM
Unknown Object (File)
Jan 19 2024, 9:08 PM
Unknown Object (File)
Jan 16 2024, 11:33 PM
Unknown Object (File)
Jan 13 2024, 11:11 PM
Unknown Object (File)
Dec 24 2023, 7:32 AM
Unknown Object (File)
Dec 24 2023, 7:29 AM
Subscribers

Details

Summary
[NEW PORT] news/nzbhydra2: Usenet meta search

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: D18704

There is a wrapper that is required to run the program, which is in the files/
directory and updated dynamically.

I'm unsure about the ordering, so please let me know if it's out of order.

Test Plan
  • portlint: looks fine.
  • testport: OK (poudriere: 12amd64 tested)
  • maketest: NA

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 21843
Build 21103: arc lint + arc unit

Event Timeline

koobs retitled this revision from [new port] news/nzbhydra2: Usenet meta search to [NEW PORT] news/nzbhydra2: Usenet meta search.Jan 1 2019, 6:37 AM
koobs edited the summary of this revision. (Show Details)
koobs edited the test plan for this revision. (Show Details)

LICENSE file was not in PLIST_FILES, updated to correct.

  • Cannot find any information about group `nzbhydra2' in /usr/ports/GIDs.

you need to edit UID/GID: https://www.freebsd.org/doc/en/books/porters-handbook/users-and-groups.html

news/nzbhydra2/Makefile
8

^ that should be DISTVERSIONSUFFIX=-linux.

Forgot to add the UIDs GIDs updates to my clean ports directory.

This diff includes those

Updated diff to latest version: 2.3.3

Committed with the change to use DISTVERSIONSUFFIX instead of setting DISTNAME.

This revision is now accepted and ready to land.Jan 29 2019, 8:17 PM