Commit Graph

473 Commits

Author SHA1 Message Date
naddy
0b82059baf the gettext autoconf macros included with gettext 0.20 depend on an
additional macro file
2019-05-22 11:54:37 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
bket
ada5a2af97 Fix daemon_flags in sabnznd.rc.
Current daemon flags are:

daemon_flags="-b 0 -f ${datadir} -p ${datadir}/sabnzbd.pid"

Intention is to be:

daemon_flags="-b 0 -f ${datadir} --pidfile ${datadir}/sabnzbd.pid"

Notice "--pidfile" instead of "-p". "-p" starts the daemon paused, which
isn't desired for most people. Additionally, the entire PID option can
be omitted.

Addressed offlist by Nick Templeton <nick () nicktempleton ! com>. Diff
by me.
2019-05-06 18:29:59 +00:00
bket
ae0d011a93 Update to nzbget-21.0.
Changelog can be found at
https://github.com/nzbget/nzbget/releases/tag/v21.0
2019-05-05 08:14:11 +00:00
danj
3a5f635ab7 Remove maintainer per his request 2019-05-03 13:45:29 +00:00
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
fcambus
e87eaa7c1d Update multimail to 0.52. 2019-04-02 12:03:27 +00:00
bket
0fd6c117b7 Update to sabnzbd-2.3.8.
Improvements and bugfix release. Changelog can be found at
https://github.com/sabnzbd/sabnzbd/releases
2019-03-20 05:58:17 +00:00
bket
9d266450bc sabnzbd: use py-sabyenc instead of py-yenc.
From Mikolaj Kucharsk, thank you!
2019-02-27 04:34:59 +00:00
bket
25d878d2bf Hook up py-sabyenc. 2019-02-27 04:29:22 +00:00
bket
de39c165e6 Import news/py-sabyenc.
From Mikolaj Kucharski, OK sthen@

DESCR:
yEnc Module for Python modified for SABnzbd. This is a modified version 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.
2019-02-27 04:26:28 +00:00
giovanni
41fc8a2093 update to 2.4.3 2019-01-19 16:22:28 +00:00
bket
b70ba0f954 Update to sabnzbd-2.3.7.
Improvements and bug fix release. Changelog can be found at
https://github.com/sabnzbd/sabnzbd/releases
2019-01-16 10:51:35 +00:00
bket
089570f667 Update to sabnzbd-2.3.6.
As discussed with mglocker@ take over maintainership.

OK mglocker@
2018-12-23 05:03:07 +00:00
danj
831a0a279a Remove sickbeard
alpha software from 2015 and upstream stopped the dev in 2016

ok mglocker@ (maintainer), rsadowski@
2018-12-14 15:30:34 +00:00
bket
a33e4f7fc0 Update to sabnzbd-2.3.5
Most of the work is done by Mikolaj Kucharski
<mikolaj AT kucharski DOT name>. Thank you!

Maintainer timeout
2018-12-12 19:54:32 +00:00
sthen
f69363d670 most post-patch to do-gen 2018-11-05 17:23:41 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
bket
63fd22ee31 Update to py-yenc-0.4.0.
- HOMEPAGE gives a 404. Use pip instead
- Drop MAINTAINER as mails bounce
- Drop patches as these have been addressed upstream

OK kn@, sthen@
2018-10-02 15:11:31 +00:00
ajacoutot
df2b078e13 Fix WANTLIB/LIB_DEPENDS after the recent gtkspell3 update. 2018-09-20 09:22:03 +00:00
fcambus
ddd322fede Update multimail to 0.51. 2018-08-26 13:14:31 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bket
495e0498f5 Update to nzbget-20.0.
Thanks to sthen@ for pointing out that it is worth adding
"@extraunexec rm .." lines to remove files in localstatedir for
pkg_delete -c to clean up.

OK sthen@
2018-06-07 15:30:59 +00:00
sthen
67ed730c2b fix UID for news/sabnzbd, spotted by espie
regen PLIST
2018-05-28 12:25:20 +00:00
espie
2e2ddfa9c7 don't use TRUEPREFIX in package info, it doesn't make any kind of sense. 2018-05-25 20:09:28 +00:00
jasper
a7b0d0ede5 fix linking with lld (missing -liconv); sync WANTLIB while here 2018-05-17 08:15:06 +00:00
jasper
4b6f766f63 fix build with clang6; from freebsd 2018-04-12 18:10:27 +00:00
bket
7c847e367b + nzbget 2018-04-03 17:49:30 +00:00
bket
7a2cb50c16 Import nzbget, a tool for downloading files from Usenet based on
information given in nzb-files.

kn@ was so kind to help with this port. Thank you!

OK kn@, jca@
2018-04-03 17:45:43 +00:00
giovanni
e2fd417480 Bugfix update to 2.4.2 2018-01-19 07:39:54 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
espie
a96a6d5f8f FIX_EXTRACT_PERMISSIONS 2017-12-08 11:28:52 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
landry
6aaeeb1211 Remove hellanzb, development dead upstream since 7+ years, probably
doesnt work with newer twisted, and there are other alternatives to
download NZB 'free content' (sabnzbd and sickbeard are in the portstree)
2017-05-16 19:44:04 +00:00
landry
b2db905376 Unlink hellanzb, castle-combat, londonlaw, py-axiom and py-epsilon 2017-05-16 19:36:54 +00:00
schwarze
9807cb2acb mandoc(1) now supports .ta and .ti, drop USE_GROFF and bump 2017-05-08 18:46:38 +00:00
schwarze
f87e649cbc mandoc supports .ta now, drop USE_GROFF and bump 2017-05-07 20:42:40 +00:00
fcambus
8ea832e39d Honour CXX and CXXFLAGS, fix build with Clang (convert new.h to new). 2017-04-18 08:54:17 +00:00
naddy
42eb938896 Overhaul this port:
* get rid of MACHINE_ARCH dance and use a single m-openbsd.h file
* simplify the substitutions in Makefile
* use a compact s-openbsd.h file without nested comments
* do not define libtermlib globals again

ok maintainer Aaron W. Hsu
2017-04-15 14:11:35 +00:00
fcambus
9bed1a40c7 Remove hardcoded optimization (-O2) flag. 2017-04-13 09:00:18 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
mglocker
ffcbedf490 Update to sabnzbd 1.2.1.
From Carlin Bingham.
2017-02-25 20:11:33 +00:00
sthen
a0e2b215be remove news/plor 2017-02-09 17:03:28 +00:00
fcambus
4f98a6c3b3 Remove plor, it is unfinished alpha quality software, and unmaintained
since 1998.

We have news/multimail in ports, which is mature software and allows
reading SOUP and QWK packets, among other formats.

OK sthen@, ajacoutot@, benoit@
2017-02-09 09:46:36 +00:00
giovanni
e53eb1a6bd bugfix update to 2.4.1 2017-01-21 15:30:26 +00:00
jca
6f64687728 Run as group `_news'.
ok sthen@
2016-12-18 19:50:59 +00:00