The "z" library implements the commonly required image processing
basics of scaling, colorspace conversion, and depth conversion. A
simple API enables conversion between any supported formats to operate
with minimal knowledge from the programmer. All library routines were
designed from the ground-up with flexibility, thread-safety, and
correctness as first priorities. Allocation, buffering, and I/O are
cleanly separated from processing, allowing the programmer to adapt
"z" to many scenarios.
https://github.com/sekrit-twc/zimg
2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer have in ports
2016-03-26 www/py-django-pipeline14: This port depends upon expired www/py-django16 and have no consumers
2016-03-26 textproc/libwpd: Not used any more
2016-03-26 graphics/libwpg: Not used any more
2016-03-26 textproc/libwps02: Not used any more
2016-03-26 textproc/libabw00: Not used any more
2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported version of Cassandra
There is a wierd issue with base clang and llvm37 which stops libclc to
build on 10.1 i386. So disable it so we don't block 1500+ ports.
Submitted by: pkg-fallout via antoine@
Remove libtxc_dxtn as s2tc is based on a newer version and includes extra
components (command line tools for texture compression).
s2tc is also based on a newer version than libtxc_dxtn.
Approved by: x11 (dumbbell@)
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
This fixes digikam-kde4's build on 9.3 after the graphics/lensfun update in
r411373.
lensfun.h includes C++ code (class and template declarations) inside an
extern "C" block that causes base GCC to fail:
/usr/local/include/lensfun/lensfun.h:2506: error: template with C linkage
/usr/local/include/lensfun/lensfun.h:2508: error: template with C linkage
pdfpc is a GTK based presentation viewer application which uses Keynote
like multi-monitor output to provide meta information to the speaker
during the presentation. It is able to show a normal presentation window
on one screen, while showing a more sophisticated overview on the other
one providing information like a picture of the next slide, as well as
the left over time till the end of the presentation. The input files
processed by pdfpc are PDF documents, which can be created using nearly
any of today's presentation software.
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
Take the dports patch to fix compilation with Lensfun 0.3.2
(14 DEC 2015, 0f159981176faa6da701f112bfe557b79804d468)
Digikam broke when lensfun was updated on 18 March 2016.
Approved by: just-fix-it
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322
Changes Since 2015.0.0
- The first improvement concerns icc color profiles: Hugin has
already copied the icc profile into the output file when
stitching panoramas. Now also the display in the GUIs takes the
icc profile into account. Celeste_standalone and cpfind read now
also the icc profile and use it during its processings.
- Beside the known output options Hugin now includes a user defined
output sequence. With this option the user can create more
flexible variants for the output. As an example a zero-noise
output sequence is delivered with Hugin 2016.0.
- Some buttons in the Hugin GUI now have a context menu for easier
access to some function:
- *Show all* in the fast preview window to allow better
interaction with stacked projects.
- *Celeste* button in the cp tab (panorama editor): the button
can now be used to create control points or to clean control
points with celeste or statistical methods.
- The identify tool in the fast preview window now also shows the
image numbers on top of the images. (This can be suppressed by
pressing the alt button).
- Many more improvements and bug fixes under the hood: incorrect
behaviour of photometric optimizer, fixed merging of projects
with line control points, ...
Submitted by: Thomas Modes
- The Circular and Radial layout algorithm as well as Balloon and all Directed
Tree layout algorithms support a new edge routing style where edge paths are
bundled to prevent visual clutter.
- Disabled menu interaction on Mac OS X during layout runs to prevent accidental
graph structure modifications.
- Many bugfixes, great and small.
PR: ports/208134
Submitted by: pi
Approved by: Eugene Mychlo <myc@barev.net> (maintainer)