Tested by Elias M. Mariani <marianielias AT gmail DOT com>
ok landry@
Yakuake is a drop-down terminal emulator based on Konsole technology.
Features:
* Smoothly rolls down from the top of your screen
* Tabbed interface
* Configurable dimensions and animation speed
* Skinnable
* Sophisticated DCOP / D-Bus interface
Tested by Elias M. Mariani <marianielias AT gmail DOT com>
ok landry@
Konsole is an X terminal emulator for the KDE platform, allowing
users to have a convenient way to use the command line. Aside from
providing a way to use a powerful shell, Konsole also offers features
that make it easier or more pleasurable to work in the command line,
such as profile management, scrollback, and color schemes, including
translucency for effects.
Konsole also provides an embedded KPart terminal which is used by
apps such as Yakuake, Dolphin, and Kate, giving users a consistent
and familiar interface when working in the command line.
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@
py-pf is a pure-Python module for managing OpenBSD's Packet Filter. It
aims to add powerful and flexible scripting capabilities to PF, making
integration with third-party software (like IDS, web-based configuration
interfaces or custom management scripts) much easier.
ok sthen@
After databases/lmdb is imported we can drop our self hosted, unsupported
and outdated version 15.04.26.
With this commit KDE Frameworks is up-to-date.
Tweaks/Input from Raf Czlonka <rczlonka AT gmail DOT com>, sthem@, jca@
ok jca@
LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas
for the OpenLDAP Project.
It uses memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based databases,
and is only limited to the size of the virtual address space, (it is not
limited to the size of physical RAM). LMDB was originally called MDB, but was
renamed to avoid confusion with other software associated with the name MDB.
ok juanfra@
The tabs utility displays a series of characters that clear the hardware
terminal tab settings then initialises tab stops at specified positions,
and optionally adjusts the margin.
It is a port of the tabs utility from DragonFly BSD.
files.
ok juanfra@
The cpdup utility makes an exact mirror copy of the source in the
destination, creating and deleting files and directories as necessary.
UTimes, hardlinks, softlinks, devices, permissions, and flags are
mirrored. By default, cpdup asks for confirmation if any file or
directory needs to be removed from the destination and does not copy
files which it believes to have already been synchronized (by observing
that the source and destination files' sizes and mtimes match). cpdup
does not cross mount points in either the source or the destination. As
a safety measure, cpdup refuses to replace a destination directory with
a file.
It is a port of the cpdup utility from DragonFly BSD.
share/php-${PV}/include/ext/pcre/php_pcre.h pulls in pcre.h which is
no longer installed by PHP and the include path isn't setup to find it
from devel/pcre. Reported by aja@ with pecl-imagick,php70.
- xcache is php-5.6 only
- sample cronjob line had a hardcoded -5.6
ok ajacoutot@ (maintainer)
- light tweak to db dependencies list to add pdo_sqlite (which I thought
I'd already committed). some others maybe needed for install/upgrade,
aja will take a look