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/distinfo
SVNWeb

Number of commits found: 43

Sun, 17 Sep 2023
[ 21:22 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8  commit hash:9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8  commit hash:9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8  9c77ef5 
graphics/inkscape: update upstream patch
Sat, 26 Aug 2023
[ 17:43 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c  commit hash:c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c  commit hash:c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c  c41b45f 
graphics/inkscape: update to 1.3

Also update math/lib2geom to 1.3, which must be updated together

Release notes: https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html

- 2.5 patches included to address system macro clashes
- DBUS option removed, now uses GDBus from GLib instead of dbus-glib

Differential Revision: https://reviews.freebsd.org/D41503
Sun, 25 Jun 2023
[ 05:12 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:fe6320a394dee2aa34515a4f6f8f9ad5772d9b14  commit hash:fe6320a394dee2aa34515a4f6f8f9ad5772d9b14  commit hash:fe6320a394dee2aa34515a4f6f8f9ad5772d9b14  fe6320a 
graphics/inkscape: partially pull in two upstream changes

Both changes are for removing std::unary_function and std::binary_function,
which are deprecated in C++17 and error in clang 16:
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4463 (partial)
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4483 (full)
These involve code refactorings where functional changes can exist
so bump PORTREVISION.

Event: ARRL/RAC Field Day 2023
Thu, 16 Mar 2023
[ 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)
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
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
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
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/
Tue, 26 Apr 2022
[ 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
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
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
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)
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/
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)
Fri, 15 May 2020
[ 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, 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>
Tue, 17 Jul 2018
[ 12:33 kwm search for other commits by this committer ] Original commit   Revision:474795
Update inkscape to 0.92.3.
Thu, 28 Sep 2017
[ 19:04 kwm search for other commits by this committer ] Original commit   Revision:450859
Update inkscape to 0.92.2.

* Use correct MPL version (1.1)
* Correct typo's in the LICENSE_FILE_LGPL21 line so it actually used

* Changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2
Mon, 22 May 2017
[ 09:31 kwm search for other commits by this committer ] Original commit   Revision:441443
Update inkscape to 0.92.1.

* review dependancies
Sat, 11 Feb 2017
[ 15:18 kwm search for other commits by this committer ] Original commit   Revision:433878
Update inkscape to 0.92.0.

ChangeLog:	https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/

* Switch to cmake build system
* Add license
* Record indirect dependancies
* Switch to lcms2, which is prefered over lcms (1).
* Add stub for NLS support, currently not enabled since it breaks the
  build. Reported upstream.
* Remove the OPENMP option, it does not build anymore.
Sun, 8 Feb 2015
[ 21:58 kwm search for other commits by this committer ] Original commit   Revision:378692
Update inkscape to 0.91.

Use option handlers.
Add options for dbus and visio, Coral Draw and Word Perfect graphics.
Add local hosting as fallback if https isn't possible.

Complete changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91
Mon, 20 Oct 2014
[ 09:12 kwm search for other commits by this committer ] Original commit   Revision:371246 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Update to 0.48.5.

Adobe Illustrator SVG files containing entities can be loaded again
Support for Poppler 0.26
Support for Boehm-GC 7.4.0 and later
Several crash bugs were fixed

Remove the gnomevfs option.
Install all available manpages.
Fri, 8 Mar 2013
[ 10:58 kwm search for other commits by this committer ] Original commit   Revision:313634
Update to 0.48.4.

Convert to optionsNG, update Makefile and comment. Remove shlib versions.
add USE_GCC=any since it doesn't compile with clang, and restrict manpages to
the english version only.
Thu, 12 Apr 2012
[ 02:30 ak search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
Mon, 2 Jan 2012
[ 16:35 marcus search for other commits by this committer ] Original commit 
Update to 0.48.2.

PR:             163179
Submitted by:   bsam
Mon, 28 Feb 2011
[ 12:25 kwm search for other commits by this committer ] Original commit 
Update to 0.48.1.
Fri, 26 Nov 2010
[ 20:46 marcus search for other commits by this committer ] Original commit 
Update to 0.48.0.
Sat, 28 Nov 2009
[ 20:06 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Apr 2008
[ 19:29 mezz search for other commits by this committer ] Original commit 
-Update to 0.46. [1]
-Remove USE_GCC=3.4+ and X11BASE.

PR:             ports/122386 [1]
Submitted by:   Robert Andersson <streambag@streambag.se> [1]
Fri, 29 Jun 2007
[ 22:28 marcus search for other commits by this committer ] Original commit 
Update to 0.45.1.
Fri, 9 Feb 2007
[ 00:41 bland search for other commits by this committer ] Original commit 
Update to 0.45

PR:     108952
Sun, 17 Sep 2006
[ 06:13 marcus search for other commits by this committer ] Original commit 
Update to 0.44.1.
Sun, 25 Jun 2006
[ 06:07 marcus search for other commits by this committer ] Original commit 
Update to 0.44.  This version required a log2 implementation which was
taken from standards/83845.
Tue, 22 Nov 2005
[ 20:19 bland search for other commits by this committer ] Original commit 
- Update to 0.43
- Make GNOME dependency optional.
- Use bzip2 distfile.
- Add SHA256 checksum.
Fri, 2 Sep 2005
[ 04:16 bland search for other commits by this committer ] Original commit 
Update to 0.42.2
Sat, 30 Jul 2005
[ 03:04 marcus search for other commits by this committer ] Original commit 
Update to 0.42.
Sat, 12 Mar 2005
[ 11:03 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 0.41.
Mon, 12 Apr 2004
[ 16:20 bland search for other commits by this committer ] Original commit 
- Update to 0.38.1
- Workaround internal compiller error on -STABLE [1]
- More build patches incl. fix for build with antiqe STL on -STABLE

Reported by:    Lee Harr <missive@hotmail.com> [1]
Fri, 9 Apr 2004
[ 20:54 bland search for other commits by this committer ] Original commit 
Update to 0.38
Mon, 16 Feb 2004
[ 08:46 bland search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update to 0.37
Thu, 11 Dec 2003
[ 13:24 bland search for other commits by this committer ] Original commit 
Update to 0.36
Mon, 17 Nov 2003
[ 04:03 bland search for other commits by this committer ] Original commit 
Add inkscape 0.35, a program seeks to become a full featured open
source SVG editor.

Number of commits found: 43