main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist
Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.
ok sthen@
Terminal/CLI Epub reader with features:
- Remembers last read file
- Remembers last reading state for each file
- Adjustable text area width
- Adaptive to terminal resize
- Supports EPUB3 (no audio support)
- Secondary vim-like bindings
- Supports opening images
- Dark/Light colorscheme
ok kmos@
Release 1.4 of py-sphinx made this dependency optional. So adapt the port
to match. Instead we add a BUILD_DEP on py-sphinx_rtd_theme to the 3 ports
that actually depend on it. This may make updating py-sphinx_rtd_theme a
bit easier to update in the future as fewer consumers would need testing.
ok kmos@, sthen@
This update was submitted by Aisha Tammy as part of the batch of diffs
to get py-sphinx updated. However updating the rtd theme port also requires
regenerating packing lists for these consumers of py-sphinx:
devel/luacheck
devel/py-virtualenv
productivity/vdirsyncer
Upstream uses additional sphinx extensions to generate API docs for
files on readthedocs. The port only uses sphinx to generate manpages
which don't require these; to avoid updating and importing a chain
of dependencies for things which don't affect the end results in
this port anyway, I have patched them away.
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree. Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".
Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@. ok sthen@ edd@ (maintainer)
this file is not well-formed and upstream fd.o pkg-config silently ignores any
malformed variable declarations where our (more strict) implementation complains
(with --debug) and returns a non-zero value instead:
Incorrect cfg file /usr/local/lib/pkgconfig/aqbanking.pc at /usr/libdata/perl5/OpenBSD/PkgConfig.pm line 128, <$fh> line 30.
The patch "patch-docs_conf_py" is now included and not needed anymore.
Backport two simple patches from master. They are needed for vdirsyncer
to work with newer click versions.
ok sthen@
I accidentally deleted libalkimia some weeks ago (KDE4 chainsaw massacre). Here
is a re-add which includes an update to the latest stable version 7.0.1
your contacts' birthdays. It can be used with Thunderbird/Icedove
Lightning, Sunbird/Iceowl Events, CSV-files, MySQL-Databases. It puts an
icon on notification area which will blink when there is any of your
contacts' birthday today. You can also check if there is any of your
contacts' birhday on next days.
This is a python3/qt5 replacement of Gbirthday.
Tweaks and OK jasper@
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.
The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.
What happened here:
- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
- klogic
- soprano
- strigi
- automoc
- prison
- qimageblitz
- cagibi
- libkvkontakte
- akonadi
- attica
- libalkimia
- libkfbapi
- libkgapi
- qoauth
- kwebkitpart
- grantlee
- libkscreen
- polkit-qt
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@