ArgyllCMS is an ICC compatible color management system. It supports
accurate ICC profile creation for scanners, cameras and film recorders
and calibration and profiling of displays and RGB & CMYK printers.
- Add code to improve sidebar function when handling many mail folders
- Remove sidebar patch from default options to fix issues with packages
(may be reverted later if confidence in current sidebar patch has grown)
- Bump PORTREVISION due to default options changes
PR: 195076
Submitted by: Udo.Schweigert@siemens.com (maintainer)
American fuzzy lop is a fuzzer that employs a novel type of compile-time
instrumentation and genetic algorithms to automatically discover clean,
interesting test cases that trigger new internal states in the targeted
binary. This substantially improves the functional coverage for the
fuzzed code.
WWW: http://lcamtuf.coredump.cx/afl/
PR: 195279
Submitted by: Fabian Keil <fk@fabiankeil.de>
- Make translations optional (with OPTIONS_DEFINE=NLS)
- Kill bogus EOL whitespace in the port description
- Cleanup pkg-plist from @dirrm* entries (no longer needed)
- While here: sort USES, make COMMENT more descriptive
prevents build breakage when a port depends on heimdal in base and
some other libraries in LOCALBASE/lib such as OpenSSL from ports
at the same time.
- Always build libcom_err[*].
PR: 194475 [*]
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C
utility that should compile on any modern UNIX system. The only requirement is
libexpat (for parsing XML), which is installed by default on most systems.
WWW: http://mdocml.bsd.lv/docbook2mdoc/
Released on 2014-11-17.
* Added the unittest module, a framework with which to implement
robust test programs purely in shell. This new module supports
defining test programs as a collection of standalone test cases or
test fixtures; supports assert-syle vs. expect-style checks; and
provides advanced checks to simplify the implementation of tests
cases for command-line utilities. unittest-based test programs
can be trivially plugged into the Kyua testing framework.
* Added manual pages for all public API functions. See shtk(3) for
an introduction and follow all linked pages for details. All
docstrings have been removed from the code in favor of the manual
pages.
* Added the shtk_config_include function so that configuration files
can source other files using relative (or absolute) paths.
* Removed 'set -e' calls from shtk and from any generated scripts.
It is the user who should be enabling this feature if he chooses to
because 'set -e' may have suprising and inconsistent behavior in
large scripts (and shtk can be defined as large).
Differential Revision: https://reviews.freebsd.org/D1178
Approved by: bapt