standard paths searched for by third-party software to ensure that it's
not picked up by autoconf-type programs. This is not intended for general
use, but allows us to continue using specific software relying on APIs
which have been removed from LibReSSL, and for test/comparison purposes.
Various feedback from zhuk@ and jca@, earlier version ok zhuk@ (with only
minor file/path shuffling since then).
ok sthen@
Test::MockSleep overrides perl's sleep call. A call to sleep will
not really sleep.
It also provides a facility to check how many seconds a program
would have slept.
ok sthen@
Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. This module adds __DIR__,
which expands to the directory your source file is in, as an absolute
pathname.
The web interface incorrectly served symlinked files and files
that were not world-readable, potentially leading to a disclosure of
information (STR #4450)
Powerline is a statusline plugin for vim, and provides statuslines and
prompts for several other applications, including zsh, bash, tmux,
IPython, Awesome and Qtile.
Powerline uses several special glyphs to get the arrow effect and some
custom symbols for developers. This requires that you either have a
symbol font or a patched font on your system. Your terminal emulator
must also support either patched fonts or fontconfig for Powerline to
work properly.
This package contains a number of fonts which are derived from standard
fonts (Anonymous Pro, DejaVu Sans Mono, Droid Sans Mono, Inconsolata,
Inconsolata-dz, Liberation Mono, Meslo, Source Code Pro, Terminus,
Ubuntu Mono) by patching them to add these glyphs.
- Add minimal support for powerpc (broken). Tested on Jan Stary's macppc. Thanks!
- The additional changes are a WIP for the next version.
- Enable the assembler code again in gmplonglong for i386 and amd64.
dhcpcd is a DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client.
It will listen for new interfaces and carrier signals from the kernel
so it can quickly configure each interface as it appears.
dhcpcd has a powerful DHCP expression engine which makes it easy
to decode future RFC DHCP options, or handroll your own.