Path to this page:
./
wip/sabnzbdplus,
Web-interface based binary newsgrabber in python, with nzb support
Branch: CURRENT,
Version: 0.7.16,
Package name: sabnzbdplus-0.7.16,
Maintainer: wongkSABnzbd is a cross-platform binary newsreader. It makes downloading
from Usenet easy by automating the whole thing. You give it an NZB
file or an RSS feed, it does the rest. Has a web-browser based UI
and an API for 3rd-party apps. Ideal for servers too.
WWW: http://sabnzbd.org/
MESSAGE.SunOS [+/-]===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1 2013/10/02 11:47:48 wongk Exp $
To use sabnzbdplus on Solaris, you'll need to import and enable the service
via SMF:
svccfg import /opt/local/share/sabnzbdplus/sabnzbd.xml
svcadm enable sabnzbd
===========================================================================
Required to run:[
textproc/py-xml] [
textproc/py-feedparser] [
archivers/unrar] [
archivers/par2] [
security/openssl] [
security/py-OpenSSL] [
devel/py-cheetah] [
databases/py-sqlite3] [
lang/python27] [
devel/py-configobj] [
converters/py-yenc]
Required to build:[
pkgtools/cwrappers]
Package options: feedparser, openssl, par2, unrar, yenc
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2015-02-07 23:08:46 by Tobias Nygren | Files touched by this commit (3) |
Log message:
drop tailing '/'
|
2015-02-04 11:10:53 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Update paths to py-configobj after import to pkgsrc, and remove copy from wip.
|
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-26 16:49:50 by Thomas Klausner | Files touched by this commit (121) |
Log message:
Mark packages as not python-3.x ready where appropriate.
|
2014-01-25 11:38:23 by Thomas Klausner | Files touched by this commit (28) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-10-15 16:51:31 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Correct DEPENDS+= pattern to pbulk friendly (acceptable) format, thanks.
|
2013-10-02 13:47:48 by Ken Wong | Files touched by this commit (3) |
Log message:
Added SMF environment PATH to find required binaries.
Added missing dependency of py-xml.
Added SMF instructions for SUNOS.
|
2013-10-01 22:25:20 by Ken Wong | Files touched by this commit (7) |
Log message:
Web-interface based binary newsgrabber in python, with nzb support
|