This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.
WWW: http://www.leonerd.org.uk/code/libtermkey/
PR: 198711
Submitted by: Anton Törnqvist <antont@inbox.lv>
- Remove the DEBUG option, since it only makes sense, if everything is
built with WITH_DEBUG
Blender 2.75 comes with many new features and hundreds of bug fixes:
* fully integrated multi-view and stereo 3D pipeline, including shutter
lenses, interlaced modes and more
* heavily improved cycles rendering, especially for light sampling and
seeds
* improved modeling modifiers as well as a new corrective smooth
modifier
* mist attribute animation in the game engine
* improved 3D view painting
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
OpenShadingLanguage 1.6 comes with new features and lots of bug fixes:
* new OSL operators and arrays of undefined length can be passed to the
shaders now
* many API enhancements for the render services and shader contexts
Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES
PR: 200819
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
OpenImageIO 1.5 comes with many new features and bug fixes:
* lots of new functions for image handling (API and command line tools),
such as rotations, median filters, matrix transformations
* new filters (cubic, rifman, simon, ...)
* image metadata support (EXIF)
* SIMD (SSE) instruction support to speed up processing images
* basic movie file support via ffmpeg
Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES
PR: 200818
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
xmlrpclib is available in standard library since python 2.2. Last consumer of
this port is broken and marked deprecated, so mark this port deprecated too.
Set expiration date to 2015-08-07 (adjust to expiration date of it's only
consumer - net-p2p/py-kenosis).
libc++ still had some local patches to make its locale code work on
CloudABI. This has been fixed by adding missing C functions to
cloudlibc, but also by making some portability cleanups to libc++ that
have been upstreamed in the meantime.
By bumping both these packages to a newer version, we can get rid of the
local patches.
log files (mongod, mongos), visualize log files and quickly set up
complex MongoDB test environments on a local machine:
* mlogfilter * slices log files by time, merges log files, filters
slow queries, finds table scans, shortens log lines, filters by
other atributes, convert to JSON;
* mloginfo * returns info about log file, like start and end time,
version, binary, special sections like restarts, connections,
distinct view;
* mplotqueries * visualize logfiles with different types of plots;
* mlogvis * creates a self-contained html file that shows an interactive
visualization in a web browser (as an alternative to mplotqueries);
* mlaunch * a script to quickly spin up local test environments,
including replica sets and sharded systems;
* mgenerate * generates structured pseudo-random data based on a
template for testing and reproduction.
WWW: https://github.com/rueckstiess/mtools/
Out of the box, squid would not run on dragonfly due to its handling
of SHM segments. On DragonFly, SHM segments are always treated as files
but on FreeBSD it depends on whether or not application is inside a jail.
In any case, the case for DragonFly was no supported, so it has been
added via patch. This also requires the return of /var/run/squid
directory which is where the SHM files are stored (defined by
localstatedir and supported by RC script). The RC script would define
this directory if missing, but let's make sure it is always available.
PR: 201405
Submitted by: marino
Approved by: maintainer (timp87/gmail)
Upstream made an attempt to make copperspice jobs safe. They got closer
but no cigar yet. The new version did built in poudriere for me
(F10/amd64) so I am unbreaking !F(8|9). I will check i386 and F9 and
lower and remove BROKEN if/as they pass. Without multijob support these
builds take hours (> 4 on dedicated machine, > 11 on bulk build)
Additional changes not in pr:
- Remove post-install do-nada
- Set NO_ARCH where appropriate
- DISTVERSION -> PORTVERSION
- use /var/netmagis instead of /usr/local/var/netmagis
- remove @dirrm[try] from pkg-plists
- remove @exec mkdir -p from pkg-plists
- sort uses
- relocate rc scripts to the slave they belong to
- pull conditional logic out and into the slaves they affect
- add metro/ws/gengraph to SHEBANG_FILES
UPDATING:
Upgrading from a previous version requires
a database schema upgrade.
See http://netmagis.org/upgrade.html
PR: 201124
Submitted by: pdagog@gmail.com (maintainer)