Add a reachable HOMEPAGE, use PKGNAME to fix the package name, mirror the
source myself, take MAINTAINER, have the do-install routine use
${INSTALL_PROGRAM} instead of ${INSTALL} (thanks to sthen@ for catching
this last one).
ok kirby@ sthen@
The serf library is a high performance C-based HTTP client library built
upon the Apache Portable Runtime (APR) library. It is permissively
licensed under the Apache License, v2.
Key features:
- multiplexed, asynchronous connections
- SSL/TLS support
- full HTTP pipelining
- multiple authentication modes (Basic, Digest, Kerberos/NTLM)
- zero-copy support for increased throughput
ok sthen@
Fix crash when not having tray_output configured
libi3: mark IPC fd CLOEXEC
Ensure that resize will take place even if pixel is smaller than
size increments
Fix floating window size with hide_edge_borders
render_con: fix height rounding in aspect ratio computation
tabbed: floor(), put extra pixels into the last tab
Tweak is an ncurses-based hex editor. Tweak uses a complex data
structure based on B-trees, designed to make almost all editing
operations extremely fast, even when they are working on huge amounts of
data. Unlike most hex editors, it also has a fully functional insert
mode, along with full cut, copy, and paste support.
ok sthen@
(core)
- Italian language prompts for core sounds
- missing prompts for VoiceMailMain application in Russian
(extra)
- various fixed files in extra-sounds
- various new files in extra-sounds (some in French, many in English)
- many files duplicated from core-sounds have been removed
- note: "an-error-has-occured" has been renamed "an-error-has-occurred"
Additionally the packages now install the text files detailing changes
and a text description of the font files (renamed to avoid conflicts
between flavours).
sln16 versions have been dropped from packages for now to save a
few hundred MB per arch on the mirrors, g729 versions have been added
in their place.
NSPR 4.9.6 has the following bug fixes:
* Bug 782214: Auto detect Android API version for x86.
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function.
* Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info
and with nonzero spin count.
* Bug 827271: Add support for Aarch64 (64-Bit ARM).
* Bug 841651: PR_SetThreadPriority doesn't do anything when using Bionic.
Bump minor for PL_SizeOfArenaPoolExcludingPool addition.
git-cvs is a tool to incrementally import changesets from CVS into
a Git repository with stable commit hashes.
Based on an original submission by florian@, with some tweaks by
me and sthen@
OK sthen@, florian@
From now all textures have permissive licenses, so we can ship packages.
Here are just a few of the changes in 2.4:
- A dozen new maps to battle aliens
- Rescue soldiers in dropships shot down by aliens and retreat from battles
- New particle and sound effects for weapons
- Support for smoke and incendiary effects
- New skirmish options to save squads and respawn aliens
- Battlescape render speed dramatically improved
Full changelog: http://ufoai.org/wiki/Changelog/2.4
With input from sthen@ and bentley@. Thanks guys!
Tested by me and bentley@
OK bentley@