KCachegrind is a profile data visualization tool, used to determine the most
time consuming parts in the execution of a program.
Features:
- KCachegrind visualizes profiles (i.e. runtime characteristics) of
applications in various ways, including call graph vizualisations and
source/disassembler annotation.
- It can load profiles generated by the cache simulation/call tracer Calltree,
a Valgrind tool. Thus, profiling does not need any preparation, can cope
with shared libraries and plugin architectures, and does not influence the
measuring itself.
- Converter scripts for OProfile, Perl, and PHP.
- Switching between multiple visualization layouts.
- Call graph can be exported as image (PNG).
- Simultaneous display of 2 event types in Call and Annotation View
KAppTemplate is an application to start development quickly using existing
templates providing basic repeatedly written code and a proper structure.
Features:
- Templates for C++, Ruby, Python and PHP
- Categories
- Templates for different build-systems and frameworks
- Templates especially for KDE-development (plugins for Plasma, QtQuick,
KTextEditor, KRunner, Akonadi)
- It is easy to create new templates using space holders and a simple
CMake-command
- Integrated into KDevelop
KDiskFree displays the available file devices (hard drive partitions, floppy
and CD drives, etc.) along with information on their capacity, free space, type
and mount point. It also allows you to mount and unmount drives and view them
in a file manager.
Fixes:
o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS
management server (dnsserver).
o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol
transition on Samba AD DC.
This update fixes a rare crash if closing FileZilla the very same moment
a connection or transfer requests user attention. Changes/additions:
https://filezilla-project.org/versions.php.
Synced WANTLIB.
Overview on changes can be found at
https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS.
Most of the work has been done by giovanni@. Additional input from
sthen@ and me.
Major of SHARED_LIBS has been bumped as symbols have been removed.
Updated HOMEPAGE and MASTER_SITES.
OK sthen@
This adds support for using GeoIP2/GeoLite2 databases instead of the
deprecated GeoIP/GeoLite databases.
Makes sense to steven@, maintainer. No objections.
AWStats still uses net/p5-Geo-IP (Perl bindings for net/GeoIP) for doing
GeoIP lookups. As the functionality isn't really useful with outdated
databases, disable it remove the dependency on net/p5-Geo-IP.
OK sthen@
Nothing uses it anymore, and the AFM files contained in the package were
generated in 1990.
Programs still using Adobe Type 1 fonts, such as TeX, bundle AFM files
with the fonts.
OK jca@, rsadowski@