Port details |
- py-sabctools Python yEnc package optimized for use within SABnzbd
- 7.1.2 news
=0 7.1.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-05-08 08:28:27
- Last Update: 2023-09-22 03:19:04
- Commit Hash: 302cead
- Also Listed In: python
- License: GPLv2+
- WWW:
- https://github.com/sabnzbd/sabctools
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sabctools>0:news/py-sabctools@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/news/py-sabctools/ && make install clean
- To add the package, run one of these commands:
- pkg install news/py-sabctools
- pkg install py39-sabctools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-sabctools listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-sabctools
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1695143353
SHA256 (sabctools-7.1.2.tar.gz) = c038055eec5c966a8c9515f2afdaa9aee24970e5df3a23964d95d7e77b98101f
SIZE (sabctools-7.1.2.tar.gz) = 234091
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- news/sabnzbd
Configuration Options:
- No options to configure
- Options name:
- news_py-sabctools
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from news/py-sabyenc3 on 2023-05-08
REASON: Renamed upstream
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.1.2 22 Sep 2023 03:19:04
    |
Po-Chuan Hsieh (sunpoet)  |
news/py-sabctools: Update to 7.1.2
Changes: https://github.com/sabnzbd/sabctools/releases |
7.1.1 21 Aug 2023 17:04:48
    |
Po-Chuan Hsieh (sunpoet)  |
news/py-sabctools: Update to 7.1.1
Changes: https://github.com/sabnzbd/sabctools/releases |
7.1.0_1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
7.1.0_1 09 Jul 2023 10:19:55
    |
Po-Chuan Hsieh (sunpoet)  |
news/py-sabctools: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
7.1.0 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> |
7.1.0 05 Jun 2023 18:47:20
    |
Po-Chuan Hsieh (sunpoet)  |
news/py-sabctools: Update to 7.1.0
Changes: https://github.com/sabnzbd/sabctools/releases |
7.0.2 27 May 2023 04:09:47
    |
Po-Chuan Hsieh (sunpoet)  |
news/py-sabctools: Update to 7.0.2
Changes: https://github.com/sabnzbd/sabctools/releases |
7.0.1 08 May 2023 08:25:51
    |
Robert Clausecker (fuz)  Author: Matt |
news/py-sabyenc3: update to 7.0.1 and rename to news/py-sabctools
This chases a renamed upstream.
Also chase license clarification to GPLv2+.
Changelog: https://github.com/sabnzbd/sabctools/releases
Approved by: sunpoet (maintainer)
PR: 271125 |
Number of commits found: 8
|