Port details |
- nzbhydra2 Usenet meta search
- 7.9.0 news =5 5.3.3Version of this port present on the latest quarterly branch.
- Maintainer: marcel@herrbischoff.com
- Port Added: 2019-01-29 20:14:55
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: sonarr, radarr, plexmediaserver-plexpass, nextcloud-php82, wireguard-go
- Also Listed In: java
- License: APACHE20
- WWW:
- https://github.com/theotherp/nzbhydra2
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nzbhydra2>0:news/nzbhydra2
- To install the port:
- cd /usr/ports/news/nzbhydra2/ && make install clean
- To add the package, run one of these commands:
- pkg install news/nzbhydra2
- pkg install nzbhydra2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nzbhydra2
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1731450205
SHA256 (nzbhydra2-7.9.0-generic.zip) = 46b2368dc4a05bb2ced33fbd855699f75ab68134e3be589ab14407f9a8ddc389
SIZE (nzbhydra2-7.9.0-generic.zip) = 189555711
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- java : java/openjdk17
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- news_nzbhydra2
- USES:
- java python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.9.0 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
7.9.0 10 Dec 2024 09:05:47 |
Robert Clausecker (fuz) Author: Kreeblah |
news/nzbhydra2: Update to 7.9.0
Changelog: https://github.com/theotherp/nzbhydra2/releases
PR: 282717
Approved by: marcel@herrbischoff.com (maintainer timeout) |
5.3.3 20 May 2024 21:53:50 |
Daniel Engberg (diizzy) |
news/nzbhydra2: Convert post-extract to EXTRACT_AFTER_ARGS
Saves a good amount of I/O instead of extracting everything
While at it convert port to use (bsd)tar for extraction
PR: 278745
Approved by: portmgr (maintainer timeout, 2+ weeks) |
5.3.3 12 Dec 2023 16:38:07 |
Muhammad Moinur Rahman (bofh) Author: Kreeblah |
news/nzbhydra2: Update version 4.7.4=>5.3.3
Changelog: https://github.com/theotherp/nzbhydra2/releases/tag/v5.3.5
PR: 274418
Approved by: submitter is maintainer |
4.7.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.7.4 22 Dec 2022 19:34:07 |
Ronald Klop (ronald) Author: Marcel Bischoff |
news/nzbhydra2: update to v4.7.4
Summary:
- Add environment variable to suppress update dialog
- Update JDK to v17 to satisfy future requirement
- Maintainer change
- Remove build leftover
Changes: https://github.com/theotherp/nzbhydra2/blob/v4.7.4/changelog.md
PR: 268430
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37782 |
4.7.2 15 Dec 2022 08:35:59 |
Ronald Klop (ronald) Author: Marcel Bischoff |
news/nzbhydra2: update to 4.7.2
Summary:
* maintainer timeout on 15-dec-2022
* builds fine on aarch64
PR: 267666
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37632 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.0 12 Apr 2022 15:44:35 |
Tobias C. Berner (tcberner) Author: Daniel Shafer |
news/nzbhydra2: Update to 4.3.0
Changelog can be viewed at:
https://github.com/theotherp/nzbhydra2/blob/master/changelog.md
Removed wrapper file as the upstream copy works with FreeBSD
without modification now.
Based on version by: kreeblah@gmail.com
Differential Revision: https://reviews.freebsd.org/D34808 |
3.13.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.13.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.13.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.13.1 20 Mar 2021 07:57:46 |
tcberner |
news/nzbhydra2: Update to 3.13.1
Changelog:
https://github.com/theotherp/nzbhydra2/blob/master/changelog.md
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D29344 |
2.29.1 17 Jan 2021 01:44:10 |
pkubaj |
news/nzbhydra2: enable on powerpc64le |
2.29.1 15 Jan 2021 20:30:17 |
pkubaj |
news/nzbhydra2: enable on powerpc64
MFH: 2021Q1 |
2.29.1 01 Oct 2020 16:13:51 |
tcberner |
news/nzbhydra2: Update to 2.29.1
Changelog can be viewed at:
https://github.com/theotherp/nzbhydra2/blob/master/changelog.md
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D26625 |
2.25.0 15 Jul 2020 15:47:41 |
tcberner |
news/nzbhydra2: Update to to 2.25.0
Changelog can be viewed at:
https://github.com/theotherp/nzbhydra2/blob/master/changelog.md
nzbhydra2wrapper.py has been replaced with the updated nzbhydra2wrapperPy3.py
script
supporting Python 3.5 or higher and removing Python 2 support.
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D25674 |
2.7.2 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.7.2 09 Oct 2019 01:01:35 |
glewis |
* Update to 2.7.2
* Use DISTVERSION in the packing list
* Update JAVA_VERSION to not use deprecated versions
PR: 241108
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) |
2.6.2 10 May 2019 04:31:53 |
tcberner |
news/nzbhydra2: Update to 2.6.2
- USE flag for python changed to python:2.7
as 3.x is not supported at this time.
Changelog can be viewed at:
https://github.com/theotherp/nzbhydra2/blob/master/changelog.md
Submitted by: Daniel Shafer <daniel shafer cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D20164 |
2.3.16 17 Mar 2019 07:31:55 |
tcberner |
news/nzbhydra2: Update to 2.3.16
- All updates between 2.3.6 and 2.3.16 are breaks and fixes for better SSL
support.
Submitted by: Daniel Shafer <daniel shafer cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D19609 |
2.3.6 08 Feb 2019 22:45:48 |
tcberner |
news/nzbhydra2: update to 2.3.6
- while here, also address the issue of the missing data directory
PR: 235545
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D19091 |
2.3.4 03 Feb 2019 09:48:17 |
tcberner |
news/nzbhydra2: update to 2.3.4
* Fix: Move cancel button in dialog shown while searching because you're all too
slow to click it.
* Fix: Prevent database trace file becoming too large
* Fix: Keep less gclog files in the log folder
Submitted by: Daniel Shafer <daniel shafer cc>
Differential Revision: https://reviews.freebsd.org/D19069 |
2.3.3 29 Jan 2019 20:14:35 |
tcberner |
[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: https://reviews.freebsd.org/D18704 |