notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/inkscape/Makefile
SVNWeb

Number of commits found: 257 (showing only 100 on this page)

1 | 2 | 3  »  

Fri, 19 May 2023
[ 19:28 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:eb4b28ba4c4752c889e34aece92b1d5ece79da3c  commit hash:eb4b28ba4c4752c889e34aece92b1d5ece79da3c  commit hash:eb4b28ba4c4752c889e34aece92b1d5ece79da3c  eb4b28b 
graphics/inkscape: drop unused variable after e6c03c8e76e1

- CXXSTD is used by bsd.prog.mk and bsd.lib.mk
- USE_CXXSTD is used by bsd.port.mk
- USES=compiler overrides CXXSTD value

Reported by:	portscan
Sun, 14 May 2023
[ 05:58 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:edbe24d784c93c2986306a2301fc945311d4f8f4  commit hash:edbe24d784c93c2986306a2301fc945311d4f8f4  commit hash:edbe24d784c93c2986306a2301fc945311d4f8f4  edbe24d  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump dependencies
Sun, 7 May 2023
[ 23:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:315936a0b5f48c4c5464a0dd346d30371896d06a  commit hash:315936a0b5f48c4c5464a0dd346d30371896d06a  commit hash:315936a0b5f48c4c5464a0dd346d30371896d06a  315936a 
www/py-cachecontrol: Fix port

- Use lowercase PORTNAME
- Fix WWW
- Fix LICENSE
- Fix FILECACHE and REDIS options: add missing RUN_DEPENDS
- Bump PORTREVISION for package change

PR:		266640
Approved by:	maintainer (timeout, 3+ months)
Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  a6bb2f8  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
Thu, 27 Apr 2023
[ 18:25 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:3e45e8e24481fab02384c55a1e655d1dc1b781c6  commit hash:3e45e8e24481fab02384c55a1e655d1dc1b781c6  commit hash:3e45e8e24481fab02384c55a1e655d1dc1b781c6  3e45e8e  (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
*/*: bump all direct Boost cunsumers
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Thu, 20 Apr 2023
[ 04:07 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:32edee2a202f6b2356da77e54b231cb5783f5dc2  commit hash:32edee2a202f6b2356da77e54b231cb5783f5dc2  commit hash:32edee2a202f6b2356da77e54b231cb5783f5dc2  32edee2  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump consumers after update to 23.04

graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1
Thu, 16 Mar 2023
[ 18:37 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:fe088c8bd8eb184f2c09978d63623f7d6131b67a  commit hash:fe088c8bd8eb184f2c09978d63623f7d6131b67a  commit hash:fe088c8bd8eb184f2c09978d63623f7d6131b67a  fe088c8 
graphics/inkscape: enable OPENMP on powerpc64*
[ 13:35 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:d540351d08f0193207f1e4f06e72ea46ce5f1e90  commit hash:d540351d08f0193207f1e4f06e72ea46ce5f1e90  commit hash:d540351d08f0193207f1e4f06e72ea46ce5f1e90  d540351 
graphics/inkscape: unbreak with glib 2.76

src/ui/widget/selected-style.cpp:111:6: error: statement expression not allowed
at file scope
    {g_strdup("application/x-oswb-color"), 0, APP_OSWB_COLOR}
     ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:209:6: note: expanded from macro
'g_strdup'
    (G_LIKELY ((STR) != NULL) ?                                               \
     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1245:43: note: expanded from macro
'G_LIKELY'
 #define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 1))
                                           ^
/usr/local/include/glib-2.0/glib/gmacros.h:1244:31: note: expanded from macro
'_G_BOOLEAN_EXPR'
 #define _G_BOOLEAN_EXPR(expr) _G_BOOLEAN_EXPR_IMPL (__COUNTER__, expr)
                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:1236:19: note: expanded from macro
'_G_BOOLEAN_EXPR_IMPL'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 16 Jan 2023
[ 19:32 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:e1287d0d1228d93e469256fa6c4c824b9d20426b  commit hash:e1287d0d1228d93e469256fa6c4c824b9d20426b  commit hash:e1287d0d1228d93e469256fa6c4c824b9d20426b  e1287d0  (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
*/*:	bump libboost*.so libraries consumert after Boost upgrade
Mon, 9 Jan 2023
[ 12:37 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6f417247b1d3bbc704090a0ded4895a2850308d2  commit hash:6f417247b1d3bbc704090a0ded4895a2850308d2  commit hash:6f417247b1d3bbc704090a0ded4895a2850308d2  6f41724  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump dependencies

Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
Tue, 13 Dec 2022
[ 16:06 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1  commit hash:8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1  commit hash:8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1  8161d12 
graphics/inkscape: update to 1.2.2 release (+)

Release
Notes:	https://media.inkscape.org/media/doc/release_notes/1.2.2/Inkscape_1.2.2.html

PR:	268249
Thu, 8 Dec 2022
[ 05:45 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e3d436085f99fe8675433c2b8753d3f484b19ebf  commit hash:e3d436085f99fe8675433c2b8753d3f484b19ebf  commit hash:e3d436085f99fe8675433c2b8753d3f484b19ebf  e3d4360  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump dependencies
Mon, 28 Nov 2022
[ 18:04 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:aad67b1ce3f89eceb0d3433d2a11dfad5ef3135f  commit hash:aad67b1ce3f89eceb0d3433d2a11dfad5ef3135f  commit hash:aad67b1ce3f89eceb0d3433d2a11dfad5ef3135f  aad67b1 
graphics/inkscape: CacheControl package still not converted to lowercase, track
this (+)

Reported by:	Tomoaki AOKI
[ 11:18 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:8196c532bd1130803cc2d00e68dca678f9a8c97d  commit hash:8196c532bd1130803cc2d00e68dca678f9a8c97d  commit hash:8196c532bd1130803cc2d00e68dca678f9a8c97d  8196c53 
graphics/inkscape: fix typo
[ 10:59 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:3c5671ce73aea8479f77c03c20f218007a512242  commit hash:3c5671ce73aea8479f77c03c20f218007a512242  commit hash:3c5671ce73aea8479f77c03c20f218007a512242  3c5671c 
graphics/inkscape: fix spellchecking related depends (+)

Inkscape does not use libgtkspell, libaspell or libenchant in any way,
these dependencies were incorrect and need to be removed.
It does optionally use libgspell, so add corresponding option and dependency [1]

While here, add runntime dependency on py-cachecontrol, py-requests and
py-filelock [2]

PR:	267967 [1], 267754 [2]
Sun, 13 Nov 2022
[ 10:20 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:1c65779922470d65c99bb6c7c113526eb84ce762  commit hash:1c65779922470d65c99bb6c7c113526eb84ce762  commit hash:1c65779922470d65c99bb6c7c113526eb84ce762  1c65779 
graphics/inkscape: Add runtime dependency on www/py-requests to "Import Web
Image"

PR:		267735
Tue, 8 Nov 2022
[ 05:07 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:3a7ab00b4f8502014a5c42f058bb27f2127b424d  commit hash:3a7ab00b4f8502014a5c42f058bb27f2127b424d  commit hash:3a7ab00b4f8502014a5c42f058bb27f2127b424d  3a7ab00  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump PORTREVISION of dependencies

- after update to 22.11 in d01d0d73b169
Sat, 8 Oct 2022
[ 14:42 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c8e8499d9e65cf263fdfc7183d6a59ef0afb7c60  commit hash:c8e8499d9e65cf263fdfc7183d6a59ef0afb7c60  commit hash:c8e8499d9e65cf263fdfc7183d6a59ef0afb7c60  c8e8499  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump port revision of poppler consumers

- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
Sun, 11 Sep 2022
[ 07:26 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:541d96e3f69f3ef9617bf01d1b53160126d9c82e  commit hash:541d96e3f69f3ef9617bf01d1b53160126d9c82e  commit hash:541d96e3f69f3ef9617bf01d1b53160126d9c82e  541d96e  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump port revision of consumers after upgrade to 22.09
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Sep 2022
[ 15:49 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:328be446fb09595e45cf7f7dc5cf48dc3f351be2  commit hash:328be446fb09595e45cf7f7dc5cf48dc3f351be2  commit hash:328be446fb09595e45cf7f7dc5cf48dc3f351be2  328be44 
graphics/inkscape:  prepare for poppler 22.09

PR:		266151
Obtained
from:	https://github.com/archlinux/svntogit-packages/blob/packages/inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch
Mon, 5 Sep 2022
[ 00:41 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:f452d2b617d11580c9ca4ca08f628c090ebc8807  commit hash:f452d2b617d11580c9ca4ca08f628c090ebc8807  commit hash:f452d2b617d11580c9ca4ca08f628c090ebc8807  f452d2b 
graphics/inkscape: pet stage-qa, declare missed dependencies
Mon, 22 Aug 2022
[ 01:26 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:5bafa680250c2773dd28ea8e33b274c383adf5fd  commit hash:5bafa680250c2773dd28ea8e33b274c383adf5fd  commit hash:5bafa680250c2773dd28ea8e33b274c383adf5fd  5bafa68 
graphics/inkscape: fix runtime crash on "manage extensions" menu call (+)

Extensions manager cannot fint py-appdirs module.
Add it ro RUN_DEPENDENCIES

PR:	265985
Fri, 12 Aug 2022
[ 14:46 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  4cf39de  (Only the first 10 of 722 ports in this commit are shown above. View all ports for this commit)
*/*: bump all consumers after recent boost upgrade
Tue, 9 Aug 2022
[ 05:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:016c05440cdebb806a101c4fc3d937e4460a8e9d  commit hash:016c05440cdebb806a101c4fc3d937e4460a8e9d  commit hash:016c05440cdebb806a101c4fc3d937e4460a8e9d  016c054  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump dependencies

Bump port revisions of poppler users after
04f1b0c1a895851aed9221282c1a503bc7415a37
Fri, 5 Aug 2022
[ 13:40 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:06f9a15eadca689007e8464667719e03928c7e89  commit hash:06f9a15eadca689007e8464667719e03928c7e89  commit hash:06f9a15eadca689007e8464667719e03928c7e89  06f9a15 
graphics/inkscape: add missing dependency on www/py-cssselect

PR:	265643
Sun, 24 Jul 2022
[ 20:16 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6  commit hash:e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6  commit hash:e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6  e6c03c8 
graphics/inkscape: update to 1.2.1 release (+)

This update provides a fix for a number of critical bugs in the 1.2 release:

* drawing data about filters, markers, gradients and more now saves to file
after performing a simple sequence of copy-paste-undo with the Export dialog
open;
* startup is smoother when many fonts are installed, and
* rasterized (filtered) objects now show up on any page of a multipage document
exported to PDF.

While here, point Makefile to use C++17 standard as it assumed upstream

Release
notes:	https://media.inkscape.org/media/doc/release_notes/1.2.1/Inkscape_1.2.1.html
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 Jul 2022
[ 16:25 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7e5fe8fd655d14e422f09fc438c832da02aaf181  commit hash:7e5fe8fd655d14e422f09fc438c832da02aaf181  commit hash:7e5fe8fd655d14e422f09fc438c832da02aaf181  7e5fe8f  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump PORTREVISION of poppler consumers
Sun, 5 Jun 2022
[ 14:03 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7c24f75361dfdc9389427aafce3b07ff3ece28e4  commit hash:7c24f75361dfdc9389427aafce3b07ff3ece28e4  commit hash:7c24f75361dfdc9389427aafce3b07ff3ece28e4  7c24f75  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump port revision of consumers after 22.06 upgrade
Mon, 23 May 2022
[ 08:54 Christoph Moench-Tegeder (cmt) search for other commits by this committer ]    commit hash:183a606170f0c5f156e4af09e174ab7850a653e1  commit hash:183a606170f0c5f156e4af09e174ab7850a653e1  commit hash:183a606170f0c5f156e4af09e174ab7850a653e1  183a606 
graphics/inkscape: fix fetch

this is the link I get from https://inkscape.org/release/1.2/platforms/
so it should be canonical; the previous MASTER_SITES did not have the
file at this time.
The actual distfile is the same, as per it's checksum.

Approved by:	just-fixin'
Sun, 22 May 2022
[ 20:17 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:8f9164caf17750e2c70fdeedb95b40bd917d3441  commit hash:8f9164caf17750e2c70fdeedb95b40bd917d3441  commit hash:8f9164caf17750e2c70fdeedb95b40bd917d3441  8f9164c 
graphics/inkscape: update to 1.2 release (+)

Release notes:	https://inkscape.org/news/2022/05/16/inkscape-12/
Mon, 9 May 2022
[ 16:48 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f22f615ec337d1c92d021ad4ecd1d2e83cfc4af5  commit hash:f22f615ec337d1c92d021ad4ecd1d2e83cfc4af5  commit hash:f22f615ec337d1c92d021ad4ecd1d2e83cfc4af5  f22f615  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump portrevision of consumers
Tue, 26 Apr 2022
[ 16:59 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7dd73cf4355b3a17721dccc492575071ee8a2e84  commit hash:7dd73cf4355b3a17721dccc492575071ee8a2e84  commit hash:7dd73cf4355b3a17721dccc492575071ee8a2e84  7dd73cf  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump portrevision of consumers

Bump revisions after 0ee787592d5a due to so-version bump.

PR:		 263009
[ 16:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c68fee9222d383833408c0db6ac916dcfc45674f  commit hash:c68fee9222d383833408c0db6ac916dcfc45674f  commit hash:c68fee9222d383833408c0db6ac916dcfc45674f  c68fee9 
graphics/inkscape: prepare for poppler >= 22.02

PR:		263009
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Tue, 29 Mar 2022
[ 18:37 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6f59b7b9ba9db93f0c84a85b375866675168c2da  commit hash:6f59b7b9ba9db93f0c84a85b375866675168c2da  commit hash:6f59b7b9ba9db93f0c84a85b375866675168c2da  6f59b7b  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump consumers

Bump consumers of graphics/poppler after
e25859e09380f5930718094423dc8616cbb202b3
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Tue, 8 Feb 2022
[ 07:49 Tobias C. Berner (tcberner) search for other commits by this committer Author: VVD ]    commit hash:2e70c7a666a98ef455c815a8d96088f6a5efd3cc  commit hash:2e70c7a666a98ef455c815a8d96088f6a5efd3cc  commit hash:2e70c7a666a98ef455c815a8d96088f6a5efd3cc  2e70c7a 
graphics/inkscape: update to 1.1.2

This release includes many crash fixes and resolves issues with a number
of broken extensions. Download Inkscape 1.1.2 now for a smoother
experience.

PR:		261774
Wed, 12 Jan 2022
[ 19:41 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  654acd8  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
Mon, 13 Dec 2021
[ 20:13 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fd68e9e2b677db0444fd7dd5aeac01b0adc93209  commit hash:fd68e9e2b677db0444fd7dd5aeac01b0adc93209  commit hash:fd68e9e2b677db0444fd7dd5aeac01b0adc93209  fd68e9e  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.12

Release 21.12.0:
    core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default
ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

    glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

    utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

    build system:
         * Increase C++ standard to 17

Exp-run by:	antoine
PR:		260344
Sat, 11 Dec 2021
[ 19:37 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:0186d83ae398607ce44184aefecc8aed82b3e163  commit hash:0186d83ae398607ce44184aefecc8aed82b3e163  commit hash:0186d83ae398607ce44184aefecc8aed82b3e163  0186d83 
graphics/inkscape: fix build when POPPLER=OFF

Obtained
from:	https://gitlab.com/inkscape/inkscape/-/commit/7d9497b64df1ec3ddfb65efd105dd11212014ce9
Reported by:	Philipp Ost <bsd@philippost.de>, rigoletto
PR:		257687
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 8 Nov 2021
[ 15:16 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:e886c38c6ea942eeca9f3eec7ebe95fa4f9adcd7  commit hash:e886c38c6ea942eeca9f3eec7ebe95fa4f9adcd7  commit hash:e886c38c6ea942eeca9f3eec7ebe95fa4f9adcd7  e886c38  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION of graphics/poppler consumers.

PR:		259656
Tue, 19 Oct 2021
[ 08:36 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  commit hash:ce1af7fdc2cde4dc409a344a4210a3af581ccd2d  ce1af7f  (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
Tue, 12 Oct 2021
[ 18:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e140c1eb790b4d25211bfe4db61a93cc02b6c972  commit hash:e140c1eb790b4d25211bfe4db61a93cc02b6c972  commit hash:e140c1eb790b4d25211bfe4db61a93cc02b6c972  e140c1e  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Sun, 3 Oct 2021
[ 19:41 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  commit hash:54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991  54cc4cc  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
*/*: Remove more compiler:openmp instances

Reported by: antoine@
Fixes:	07fb2d5e9d00
Mon, 6 Sep 2021
[ 16:31 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e  commit hash:d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e  commit hash:d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e  d98b56f  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.09

Release 21.09.0:
        core:
         * Splash: Massive speed improvement on files that use lots of
save/restore (q/Q) operators
         * Correct decoding of signature properties Reason & Location when they
are Unicode
         * Fix issues with malformed files
         * MSVC build fixes

        build system:
         * Call cmake_minium_required() before project()
         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
         * correctly forward user-provided flags to try_compile()

Exp-run by:	antoine
PR:		258206
Sun, 15 Aug 2021
[ 05:42 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9a1df6a85c1a7b2231d237f407815337e4213595  commit hash:9a1df6a85c1a7b2231d237f407815337e4213595  commit hash:9a1df6a85c1a7b2231d237f407815337e4213595  9a1df6a  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.08.0

Release 21.08.0:
        core:
         * Add API to allow addition and modification of outlines into a PDF
         * Use additional samples to test for constant parts of an axial
gradient
         * forms: Create fallback fonts for some well known font names
         * Support reading the PDF Version from the Catalog
         * Fix XRef::copy when there are modified objects
         * Take into account that Date string may be in unicode
         * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an
error"
         * Replace a local bubble sort implementation by std::sort
         * Fix issues with malformed files

        build system:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Jul 2021
[ 20:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fac489c1647530936821da748ad7a671b952463b  commit hash:fac489c1647530936821da748ad7a671b952463b  commit hash:fac489c1647530936821da748ad7a671b952463b  fac489c  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.07.0

Release 21.07.0:
        core:
         * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
         * PSOutputDev: fix off-by-one error for image masking in L1/L2 output.
Issue #1088
         * CairoOutputDev: Fix memory leak on broken files
         * Minor code improvements

        build system:
         * set C standard to 11 without extensions

Exp-run by:	antoine
PR:		256981
Sun, 4 Jul 2021
[ 20:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:bc02049bf8bbba23d78ca07d75c02d7940b98995  commit hash:bc02049bf8bbba23d78ca07d75c02d7940b98995  commit hash:bc02049bf8bbba23d78ca07d75c02d7940b98995  bc02049 
graphics/inkscape: update to 1.1

Inkscape 1.1 is the latest major Inkscape release that brings you many
fresh new features and new functionality.  Release highlights

    * A Welcome dialog, where the look of Inkscape can be selected, and
      some choices for the new document's size or file to open are
      available
    * A Command palette that opens when the ? key is pressed and that
      allows to search and use many functions without having to use a
      keyboard shortcut or going through the menus
    * It is now possible to copy, cut and paste parts of paths with the
      Node tool
    * The dialog docking system has been rewritten, which resolves many
      issues with Inkscape's docked dialogs and allows you to dock
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Jun 2021
[ 19:31 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  commit hash:63e653adaa7493aa98f17f9fbc834c0aed7e096e  63e653a  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.7

From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 7 Jun 2021
[ 13:26 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c5676761368b0e829c1692a4bd7deea9d7bfc92c  commit hash:c5676761368b0e829c1692a4bd7deea9d7bfc92c  commit hash:c5676761368b0e829c1692a4bd7deea9d7bfc92c  c567676  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.06.0

Release 21.06.0:
        core:
         * Fix rendering of some extended latin1 characters in annotations.
Issue #1070
         * Support some not so well formed documents with password. Issue #1083
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Fix crashes in malformed files
         * Minor code improvements

        qt6:
         * Change some functions to return std::unique_ptr

        qt5/qt6:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 6 May 2021
[ 04:12 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:cc4315b370580787f8f12f4f788bb47f6ff7544a  commit hash:cc4315b370580787f8f12f4f788bb47f6ff7544a  commit hash:cc4315b370580787f8f12f4f788bb47f6ff7544a  cc4315b  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.05.0

Release 21.05.0:
        core:
         * Fix crashes in malformed files
         * Export SplashFont* symbols used by Scribus
         * Minor code improvements

        qt5/qt6:
         * Make sure new signatures are always properly oriented
         * Allow to pass the border width when signing

        glib:
         * Enhance find to support multi-line matching

        utils:
         * pdftoppm: Fix regression when using single scaleTo. Issue #1062

        build system:
         * Allow to disable building manual tests

PR:		255562
Exp-run by:	antoine
Fri, 16 Apr 2021
[ 04:29 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:2f973a2955686494aff30a15f18be3fa0492d9de  commit hash:2f973a2955686494aff30a15f18be3fa0492d9de  commit hash:2f973a2955686494aff30a15f18be3fa0492d9de  2f973a2  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.04.0

Release 21.04.0:
        core:
         * Hide symbols by default
         * TextSelectionDumper: fix word order for RTL text
         * Fix rendering of text in some files. Issue #1052
         * Implement rendering of Masks of Image subtype. Issue #1058
         * Forms: fix unclicking standalone form buttons. Issue #1034

        glib:
         * Expose more fields from MediaRendition in PopplerMedia
         * Use stock glib macro to define boxed type
         * Remove incorrecly used volatile from enum type registration code
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 8 Mar 2021
[ 19:32 tcberner search for other commits by this committer ] Original commit   Revision:567866 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.03.0

Release 21.03.0:
        core:
         * Fix parsing text in some broken pdf files. Issue #1040
         * Fix memory issue when using threads. Issue #1050
         * TextSelectionDumper: Fix getText() for space after word
         * Change signature of OutputDev:tilingPatternFill
         * Make PDFDocBuilder return a std::unique_ptr
         * Improve well formed check for shading functions
         * Fix leak in case of fread failing
         * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
         * PSOutputDev: Fix stack overflow in broken files

        glib:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 9 Feb 2021
[ 11:10 tcberner search for other commits by this committer ] Original commit   Revision:564779 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.02

Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic
adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
Thu, 28 Jan 2021
[ 12:29 fluffy search for other commits by this committer ] Original commit   Revision:563131
graphics/inkscape: update to 1.0.2 release

With hat:	desktop
Submitted by:	Sergey Golyashov via mail
Release notes:	https://inkscape.org/news/2021/01/17/102-and-11alpha/
Thu, 7 Jan 2021
[ 19:23 tcberner search for other commits by this committer ] Original commit   Revision:560727 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 21.01.0

Release 21.01.0:
        core:
         * Faster routines for jpeg decoding
         * Fix reading signatures in encrypted files
         * Add white point correction when lcms is used
         * JBIG2Stream: Fix byte counting
         * Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
         * Specifically use DeviceGray instead of DefaultGray for softmasks
         * Fix various issues handling broken files

        utils:
         * pdftocairo: Setmode binary for windows
         * pdfsig: Add hability to digitally sign files
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 11 Dec 2020
[ 20:10 tcberner search for other commits by this committer ] Original commit   Revision:557760 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 20.12.0

Changelog:
        core:
         * Draw better circles for circle annotations
         * Fix annotation line width if no appearance stream or style are given
         * Tweak rendering of highlight annotations
         * Fix border rendering of some annotations
         * Fix rendering of some files. Issue #976 Issue #567
         * PSOutputDev: provide options to set the rasterization color space and
ICC profile
         * PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
         * PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
         * Use the font name without subset tag when querying for a system font
         * Splash: Fix wrong x adjustment during clipping
         * Splash: Fix blitImage in uncolored tiling patterns
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Nov 2020
[ 19:48 tcberner search for other commits by this committer ] Original commit   Revision:554017 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 20.11.0

Release 20.11.0:
        core:
         * More work on rendering of standalone Annot Widgets. Issue #806
         * Fix crashes in embedded file handling on broken files. Issue #967
         * Fix uninitialized memory read on broken files
         * Save a bit of memory in Dict data

        cpp:
         * Fix crashes in embedded file handling on broken files. Issue #966

        utils:
         * pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 18 Oct 2020
[ 20:20 pi search for other commits by this committer ] Original commit   Revision:552684
graphics/inkscape: replace transfig with fig2dev

Submitted by:	Keith Hellman <khellman@mcprogramming.com>
Sun, 11 Oct 2020
[ 10:58 tcberner search for other commits by this committer ] Original commit   Revision:552050 (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 20.10.0

Release 20.10.0:
        core:
         * Filter out repeated forms
         * Implement EmbedStream::reset()
         * CairoOutputDev: evict just font faces owned solely by cache.
         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
         * Splash: fix crash in out-of-memory situation.
         * Fix some undefined behaviour situation with forged files

PR:		250052
Exp-run by:	antoine
Sat, 26 Sep 2020
[ 11:20 tcberner search for other commits by this committer ] Original commit   Revision:550166
graphics/inkscape: upgrade to 1.0.1

Changelog:
	https://inkscape.org/release/inkscape-1.0.1/

PR:		249240
Submitted by:	VVD <vvd@unislabs.com>
Approved by:	gnome (timeout)
Thu, 10 Sep 2020
[ 18:32 tcberner search for other commits by this committer ] Original commit   Revision:548218 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 20.09.0

Release 20.09.0:
        core:
         * Compability fix for Forms
         * Fix fetching of Objects failing in some cases
         * Fix clearing date in Annot setModified/setDate
         * TextSelectionPainter: support glyphless fonts
         * Splash: Don't try read past end of image
         * avoid abort() on large memory allocation
         * Fix memory leak on broken files
         * Fix potential invalid memory read
         * Small code improvements

        qt5:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 14 Aug 2020
[ 04:22 tcberner search for other commits by this committer ] Original commit   Revision:544866 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump revisions of poppler consumers after r544863
Mon, 6 Jul 2020
[ 06:17 tcberner search for other commits by this committer ] Original commit   Revision:541311 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.90

Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 15 Jun 2020
[ 15:30 amdmi3 search for other commits by this committer ] Original commit   Revision:538894
- Allow to build with both ImageMagick and GraphicsMagick support disabled

PR:		246835
Submitted by:	amdmi3
Approved by:	maintainer timeout (gnome, 2 weeks)
Tue, 2 Jun 2020
[ 14:47 tcberner search for other commits by this committer ] Original commit   Revision:537559 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.89.0

Release 0.89.0:
        core:
         * Add support for ResetForm action. Issue #225
         * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
         * Fix exporting to PS of some files with CID fonts
         * Use ICC profiles in PS output (if new enough lcms is used)
         * Allow almost-singular tiling pattern matrices. Issue #894
         * Fix memory leak when failing to load some fonts
         * CairoOutputDev: Use stroke opacity when clipping to a stroke path
         * CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190

        glib:
         * Add poppler_movie_get_aspect

        cpp:
         * Add the font infos to the text_box object

Exp-run by:	antoine
PR:		246848
Thu, 21 May 2020
[ 19:36 pi search for other commits by this committer ] Original commit   Revision:536145
graphics/inkscape: add option NLS

PR:		246589
Submitted by:	vvd@unislabs.com
Fri, 15 May 2020
[ 15:06 pi search for other commits by this committer ] Original commit   Revision:535292
graphics/inkscape: make gvfs an OPTION

PR:		243615
Submitted by:	VVD <vvd@unislabs.com>
[ 12:05 pi search for other commits by this committer ] Original commit   Revision:535285 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
graphics/inkscape: update 0.92.4 -> 1.0

- Smoother performance, HiDPI support, new & improved Live Path Effects
- supports python3
- option to use ImageMagick6

PR:		243615
Submitted by:	Greg V <greg@unrelenting.technology>, rhurlin@gwdg.de
Reviewed by:	kwm, vvd@unislabs.com, thierry, waitman@waitman.net,
portmaster@bsdforge.com, lumiwa@gmail.com, david@lapinbilly.eu,
contact@evilham.com
Relnotes:	https://inkscape.org/news/2020/05/04/introducing-inkscape-10/
		https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Inkscape_1.0
Sat, 2 May 2020
[ 10:00 tcberner search for other commits by this committer ] Original commit   Revision:533681 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.88.0

Release 0.88.0:

        core:
         * Support Widget Annotation Buttons not linked to any Form
         * SplashOuputDev: Use stroking opacity when clipping to a stroke path
         * Handle 1 bit RGB images in ICC colorspace
         * Internal code improvements

        qt5:
         * Add Document::signatures. Returns signatures not attached to any page
         * ArthurOutputDev: Fix font hinting
         * ArthurOutputDev: Set the opacity when filling with axial gradients
         * ArthurOutputDev: Implement the clipToStrokePath method
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 2 Apr 2020
[ 04:41 tcberner search for other commits by this committer ] Original commit   Revision:530258 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.87.0

Release 0.87.0:
        core:
         * Fix crashes due to inconsistent vtables for Clang builds
         * Fix leak in broken files
         * Internal code improvements

        qt5:
         * Add option to get form choice for export value
         * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695

        glib:
         * Internal code improvements

         utils:
         * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest

PR:		245150
Exp-run by:	antoine
Sat, 21 Mar 2020
[ 12:57 tcberner search for other commits by this committer ] Original commit   Revision:528853 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.86.1

Release 0.86.1:
        core:
         * Fix regression in Browse Link handling
         * Internal code improvements

Release 0.86.0:
        core:
         * Fix link content exfiltration attack
         * Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
         * Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
         * Internal code improvements

        glib:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 3 Feb 2020
[ 19:32 tcberner search for other commits by this committer ] Original commit   Revision:525052 (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Bump revision of poppler dependencies

- poppler was updated in r525051, bump revisions
Sun, 26 Jan 2020
[ 08:31 tcberner search for other commits by this committer ] Original commit   Revision:524158
graphics/inkspace: improve poppler patching

The ports previously used a combination of git commits from gentoo and
sed-calls from arch. This integrates them all into new clean patch files.

Submitted by:	swills
Wed, 22 Jan 2020
[ 17:59 tcberner search for other commits by this committer ] Original commit   Revision:523824 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.84.0

Release 0.84.0:
        core:
         * Fix crash when converting from Unicode to ASCII-7
         * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
         * JBIG2Stream: fix potential crash in malformed documents
         * JBIG2Stream: fix leak in reset() if called several times
         * Internal code improvements

        utils:
         * pdfimages: Add error message if first page is larger then number of
pages.
         * pdfinfo: Improved paper size recognition
         * pdfsig: Fix exit code when dumping signatures
         * pdftocairo: Error out when even/odd selects 0 pages
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 11 Dec 2019
[ 17:53 jbeich search for other commits by this committer ] Original commit   Revision:519824 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Fri, 1 Nov 2019
[ 21:51 tcberner search for other commits by this committer ] Original commit   Revision:516270 (Only the first 10 of 92 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.82.0

Release 0.82.0:
        core:
         * Fix not being able to open some files. Issue #832
         * Fix crashes in malformed files
         * Fix memory leak on broken files
         * Minor performance improvements
         * Minor code improvements

        glib:
         * Add poppler_document_new_from_bytes
         * PopplerAttachment: Silence deprecation warnings for ctime/mtime

        build system:
         * pdf-inspector: Support builddir != srcdir
         * Install Cairo* headers if Cairo has been found

Thanks to adridg@ for fixing all the fallout.

Exp-run by:	antoine
PR:		241532
Approved by:	gnome (kwm, implicit)
Fri, 25 Oct 2019
[ 23:41 tcberner search for other commits by this committer ] Original commit   Revision:515671 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.6

- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
Tue, 15 Oct 2019
[ 07:25 makc search for other commits by this committer ] Original commit   Revision:514492
graphics/inkscape:
- Repair Python based extensions:
  patch Inkscape to look for suffixed python binary and add missing runtime
  dependencies. This also fixes export to optimized SVG [1].

PR:		234797 [1]
Reported by:	georg-bsd
Approved by:	gnome (maintainer timeout, 2 weeks)
Sun, 29 Sep 2019
[ 07:25 tcberner search for other commits by this committer ] Original commit   Revision:513196 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.81.0

Release 0.81.0:
        core:
         * Splash: Always enable support for CMYK rasterization
         * CairoOutputDev: Check scaled dimensions for 0. Issue #737
         * BaseCryptStream: Fix potential uninitialized memory read
         * SplashBitmap: Fix wrong width condition for splashModeDeviceN8
         * Fix crashes in malformed files

PR:		240781
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Tue, 17 Sep 2019
[ 19:21 tobik search for other commits by this committer ] Original commit   Revision:512232 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix some misspelled or duplicated LICENSE_*
Sun, 1 Sep 2019
[ 20:46 tcberner search for other commits by this committer ] Original commit   Revision:510739 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.80.0

Release 0.80.0:
core:
 * Annotations: Implement support for setting a different text in the appearance
stream than the real text
 * Splash: Optionally use small_vector from boost
 * Fix memory leaks on broken files
 * Fix abort on broken files
 * Small code simplifications
 * Remove USE_FIXEDPOINT support. Issue #821

qt5:
 * Fix MSVC build
 * Add subsitute-font information
 * Fix since marker of some functions
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 19 Aug 2019
[ 15:35 jbeich search for other commits by this committer ] Original commit   Revision:509290 (Only the first 10 of 412 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Wed, 31 Jul 2019
[ 21:14 tcberner search for other commits by this committer ] Original commit   Revision:507740 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.79.0

Release 0.79.0:
        core:
         * Fix regression on TextSelectionPainter
         * Fix parsing of DefaultAppearance
         * Fix memory leak in PostScriptFunction
         * Fix crashes in fuzzed files

        qt5:
         * Implemented support for setIcon by changing appearance
         * Added option to set the form available to print
         * QString::null is deprecated, use QString()
         * Replace deprecated qStableSort with std::stable_sort

        build system:
         * Turn README into README.md and expand it

PR:		239277
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Sat, 29 Jun 2019
[ 08:55 tcberner search for other commits by this committer ] Original commit   Revision:505331 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.78.0

Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Jun 2019
[ 06:39 tcberner search for other commits by this committer ] Original commit   Revision:503222 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.77.0

Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Mon, 13 May 2019
[ 18:33 tcberner search for other commits by this committer ] Original commit   Revision:501583 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.76.1

From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 May 2019
[ 19:36 kwm search for other commits by this committer ] Original commit   Revision:501296
Update inkscape to 0.92.4.

PR:		236506
Reported by:	kunda <chitty_cloud@me.com>
Fri, 12 Apr 2019
[ 06:36 jbeich search for other commits by this committer ] Original commit   Revision:498698 (Only the first 10 of 392 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Wed, 27 Mar 2019
[ 21:29 tcberner search for other commits by this committer ] Original commit   Revision:496982 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.75

Release 0.75.0:
	core:
		* Fix rendering of some annotations
		* Fix crashes in broken files
		* Small internal code improvements

	cpp:
		* Improve documentation
		* tests: Add showing version information to poppler-dump

	utils:
		* pdfattach: new util
		* pdftohtml: add -dataurls parameter
		* pdftoppm: add -sep and -forcenum parameters
		* pdftohtml: make singleHtml and stout not mutually exclusive
		* pdfsig: fix use after free

- bump revisions of dependent ports due to shlib version change

PR:		236791
Exp-run by:	antoine
Approved by:	kwm (gnome)
Mon, 11 Feb 2019
[ 19:44 tcberner search for other commits by this committer ] Original commit   Revision:492733 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Bump revisions after poppler upgrade.

As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Number of commits found: 257 (showing only 100 on this page)

1 | 2 | 3  »