- relax the unicorn dependency in setup.py for now as it requires 1.0.2rc3 which we don't have just yet.
this effectively unfixes upstream #1115 (Fix gadget caching for ROP objects with multiple ELFs) for us
for the time being; which i think is a fair trade-off to allow us to update pwntools
based on an earlier diff by gonzalo@
Comment:
KDE-based library for accessing various Google services
Description:
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
KDE PIM SMTP library
Description:
Job-based library to send email through an SMTP server
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kontact.kde.org/
Comment:
PIM Akonadi mime support library
Description:
Akonadi Mime is a library that effectively bridges the type-agnostic API of the
Akonadi client libraries and the domain-specific KMime library. It provides
jobs, models and other helpers to make working with emails through Akonadi
easier.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
PIM Akonadi contacts support library
Description:
Akonadi Contacts is a library that effectively bridges the type-agnostic API of
the Akonadi client libraries and the domain-specific KContacts library. It
provides jobs, models and other helpers to make working with contacts and
addressbooks through Akonadi easier.
The library provides a complex dialog for editing contacts and several models
to list and filter contacts.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
PIM Storage Service
Description:
Akonadi is a PIM layer, which provides an asynchronous API to access all kind
of PIM data (e.g. mails, contacts, events, todos etc.).
It consists of several processes (generally called the Akonadi server) and a
library (called client library) which encapsulates the communication between
the client and the server.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kontact.kde.org/
Comment:
KDE File Manager & Web Browser
Description:
Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of
file-management and file previewing.
Features:
- Webbrowsing using Qt WebEngine as rendering engines
- File management using most of Dolphin's features (including version-control,
service menus and the basic UI)
- File management on ftp and sftp servers
- Full featured FTP-client (you can split views to display local and remote
folders and previews in the same window)
- Embedded applications to preview files (e.g. Okular and Calligra for
documents, Gwenview for pictures, KTextEditor for text-files)
- Different kinds of plugins: Service-menus, KParts (embedded applications),
KIO (accessing files using special protocols like http or ftp) and
KPart-plugins (like AdBlocker...)
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
cad/openscad and databases/sqlitebrowser builds were failing with some
undefined references to "Scintilla::RunStyles<long, ...>"; use ptrdiff_t
variants on that arch. While here, regen a patch.
OK rsadowski@
Don't use "-Wl,--as-needed" (the meson default) with ld.bfd, it causes
undefined references errors. Allow building with ld.bfd on i386 where
it's broken with ld.lld, we'll see the result in the next bulk.
Tested on powerpc -- this arch needs a yet-to-be-committed
x11/gnome/libdazzle fix to build it there.
OK sthen@, jca@ and aja@ (maintainer)
'USE_LLD=Yes' does not prevent building the port on ld.bfd archs, where it
fails to build. Using ld.bfd causes undefined references errors.
Use ONLY_FOR_ARCHS, and remove BROKEN-sparc64 accordingly.
"sure" robert@ (maintainer)
update-distcc-symlinks script which works ok as long as you have the
-main subpackage installed, move --daemon from daemon_flags in the
rc script to daemon.
Switch to new HOMEPAGE; changelog:
- 0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
- 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
- 0.8.5: Fix broken Windows package. Minor documentation updates.
- 0.8.4: Bug fixes.
- 0.8.3: New formats: `github`. Custom colum alignment. Bug fixes.
Only consumer (Python 2) security/floss packages fine, but not run-tested.
"make test" passes, update needed for a new port wanting 0.8.4 or higher.
that people shouldn't be using it (the only ports using it are calibre,
which it might be possible to update now that we have qtwebengine,
and anki which is marked BROKEN and might also be possible to update
now that we have qtwebengine).