This is a filter program for use with CUPS (Common UNIX Printing System)
offering high quality printing with Seiko Epson colour ink jet printers.
It can only be used with printers that support the Epson ESC/P-R language.
most of the porting work done by sthen@
most patches from FreeBSD
ok sthen@
When boost is detected during configure time, poppler uses small_vector,
which is a header-only class of boost. This can lead to build
failures if boost is removed (e.g. by dpb) shortly after the build
of poppler starts, as noticed by naddy@.
This doesn't restrict the arches where poppler can be built, because
it c++11 is needed anyway (noted by sthen@).
- CVE-2019-8696 and CVE-2019-8675: Fixed SNMP buffer overflows
- Fixed IPP buffer overflow
- Fixed memory disclosure issue in the scheduler
- Fixed DoS issues in the scheduler
Extra tests on sparc64 by jca@ -- thanks!
In contrast to the update I sent to ports@, this only contains a minor
bump to libpoppler-glib (spotted by jca@).
while here, switch HOMEPAGE to https
Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615
Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.
This is a minor release that adds new features:
- Support out parameter of render
- Write opendocument stream directly to the ZipFile
ok kmos@
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
This does *not* contain the major bump for the poppler-qt5 shared
library from the diff I initially sent to ports, because that isn't
needed (as pointed out by jca@).
Also build-tested with gcc-8 by jca@, thanks!