summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2021-10-16Pullup ticket #6519 - requested by niatm2-7/+2
graphics/pfstools: build fix Revisions pulled up: - graphics/pfstools/Makefile 1.78 - graphics/pfstools/PLIST 1.6 --- Module Name: pkgsrc Committed By: nia Date: Sat Oct 16 08:16:07 UTC 2021 Modified Files: pkgsrc/graphics/pfstools: Makefile PLIST Log Message: pfstools: OpenEXR support is broken. Fix PLIST for now.
2021-10-03Pullup ticket #6502 - requested by wizbsiegert2-8/+8
graphics/libexif: security fix Revisions pulled up: - graphics/libexif/Makefile 1.49 - graphics/libexif/distinfo 1.33 --- Module Name: pkgsrc Committed By: wiz Date: Wed Sep 29 08:42:57 UTC 2021 Modified Files: pkgsrc/graphics/libexif: Makefile distinfo Log Message: libexif: update to 0.6.23. libexif-0.6.23 (2021-09-12): * Translation updates: es, pl, uk, fr * EXIF_TAG_SENSITIVITY_TYPE decoder added, added some more Exif 2.3 tags: - EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY - EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX - EXIF_TAG_ISO_SPEED - EXIF_TAG_ISO_SPEEDLatitudeYYY - EXIF_TAG_ISO_SPEEDLatitudeZZZ - EXIF_TAG_OFFSET_TIME - EXIF_TAG_OFFSET_TIME_ORIGINAL - EXIF_TAG_OFFSET_TIME_DIGITIZED - EXIF_TAG_IMAGE_DEPTH * be more relaxed to out of order JPG / EXIF dataheaders in files generated by some tools * default GPS IFD table added * Decode more Nikon Makernote tag names * Added Apple iOS Makernote * Security fixes: * CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content * CVE-2020-0452: compiler optimization could remove an a bufferoverflow check, making a buffer overflow possible with some EXIF tags * some more denial of service (compute time or stack exhaustion) counter-measures added that avoid minutes of decoding time with malformed files found by OSS-Fuzz
2021-09-25cheese: mark BROKEN pending more round tuitsnia1-1/+3
2021-09-24librsvg: apply band-aid for build breakage with rust-1.54.0 on aarch64tnn1-1/+15
Tested on NetBSD/aarch64 and macOS/aarch64
2021-09-23opencv-contrib-face: regen distinfowiz1-1/+3
new patches were added to opencv
2021-09-23R-Cairo: remove patch that was removed from distinfo during updatewiz1-15/+0
2021-09-22opencv: Fix netbsd-8 build failure. Still does not link, due to libstdc++nia3-1/+134
2021-09-22inkscape: update GCC_REQDnia1-2/+4
2021-09-21imlib: Fix buildryoon1-6/+1
2021-09-20(graphics/R-virdisLite) Updated 0.5.1 to 0.6.1mef2-8/+8
# viridisLite 0.6.1 ## New features * N/A. ## Minor improvements and fixes * Include unemployment data in package to avoid CRAN check errors when original data is not accessible. --- # viridisLite 0.6.0 ## New features * Add 3 more color maps: mako, rocket, and turbo. ## Minor improvements and fixes * Minor bug fixes and improvements here and there.
2021-09-20(graphics/R-Cairo) Updated 1.5.10 to 1.5.12mef2-10/+9
1.5-12 o use pkg-config --static --libs when needed o adapt to API changes in R 4.0.0, also improves symbol placement in recent R versions 1.5-11 (2020-02-26) o fixed missing PROTECT() (thanks to Tomáš Kalibera) o minor changes to remove R CMD check warnings
2021-09-20(graphics/R-viridisLite) Updated 0.3.0 to 0.4.0mef2-7/+7
# viridisLite 0.4.0 ## New features * Add 3 more color maps: mako, rocket, and turbo. ## Minor improvements and fixes * Minor bug fixes and improvements here and there.
2021-09-20(graphics/R-manipulateWidget) Updated 0.10.1 to 0.11.0mef2-7/+8
# manipulateWidget 0.11.0 (2020-03-21) ## New features * New comparison mode: the UI generated with `manipulateWidget()` has now new controls to enter in comparison mode, choose the number of charts, the layout and the variables to compare. * `compareOptions()` gains a new argument `allowCompare` to hide/show the new controls presented above. * New function `mwTranslations()` to translate UI elements. * UI has been slightly reworked. ## Bug Fixes * The number of unnecesary updates has been decreased resulting in better performance. * Sometimes, there were some conflict when a parameter in `manipulateWidget()` had the same name as a variable in the global environment. * `mwSelect(multiple = TRUE)` was not updating charts when selection was empty. * `staticPlot()` was evaluating expressions in the wrong environment. ## Breaking changes * shiny applications using functions `mwModule()` and `mwModuleUI()` : you have to passed directly ui options like buttons on `mwModuleUI()` rather than in `mwModule()`
2021-09-20(graphics/R-latticeExtra) Updated 0.6.28 to 0.6.29, NEWS not updatedmef2-7/+15
2021-09-20(graphics/R-jpeg) Updated 0.1.8.1 to 0.1.9mef2-9/+7
0.1-9 2021-07-24 o use R_ClearExternalPtr() instead of CAR()=0 to be more API-compliant o minor R API compliance cleanup o added native symbol registration
2021-09-20(graphics/R-ggthemes) Updated 4.2.0 to 4.2.4mef2-7/+18
# ggthemes 4.2.4 - Fixing URLs for CRAN submission again. # ggthemes 4.2.3 - Fixing URLs for CRAN submission again. # ggthemes 4.2.2 - Fixing URLs for CRAN submission. # ggthemes 4.2.1 - Conditionally use the vdiffr package in tests so it complies with suggested package policy (#124) - Fix error in `expect_equal` functions (#123) - Fix errors in `geom_tufteboxplot` and `stat_fivenumber` due to missing imported objects from ggplot2 (#117, #121) - Fix text labels in top axis in `theme_economist` (#115) - Update documentation on `geom_rangeframe`; it should be used with `coord_cartesian(clip="off")`. (#120)
2021-09-20(graphics/R-ggExtra) Updated 0.8 to 0.9mef2-7/+16
# ggExtra 0.9 - Fix #109: using ggMarginal on a plot where geom_point was not the first layer was buggy (#116) - Add documentation about how to use ggMarginal in R Notebooks or Rmarkdown - Added support for densigram (density+histogram) plots (#118) - Lots of internal refactoring (thanks @crew102) - Fix the "two chunk" requirement for rendering ggMarginalPlots in Rmd (#148)
2021-09-19Fix php-gd build PR pkg/56409prlw13-2/+24
2021-09-19libraw: apply patch for CVE-2020-15503nia4-8/+142
2021-09-19gdk-pixbuf2: fix building on Darwinadam1-1/+3
2021-09-19gdk-pixbuf2: Dependencies require graphics/tiff tooryoon1-1/+2
This change should be applied to gdk-pixbuf2-2.42.6. * Buildlink graphics/tiff to fix graphics/librsvg at least.
2021-09-19gdk-pixbuf2: update to 2.42.6, primarily to fix CVE-2020-29385 and variousnia11-129/+54
leaks. Changes relevant to pkgsrc packaging: - gdk-pixbuf2-xlib now uses a separate distfile. - The jpeg and png loaders are no longer separate shared libraries. - A fix for SunOS was upstreamed.
2021-09-18(graphics/R-colourpicker) Updated 1.0 to 1.1.0mef2-7/+7
# Colourpicker 1.1.0 (2020-08-19) - `colourInput()` now works with all R colour names, including names that have aliases such as "gray" vs "grey" (#25) - add support for bookmarking (restoring state) (#33) - added "closeOnClick" parameter that, when `TRUE`, will cause the colour selection panel to close immediately after choosing a colour (#34) - Fix issue where transparent colours no longer showed the background as transparent (#40) - Fix the colour picker addin and Plot Colour Helper addin that were broken due to web security issues - Use {shinydisconnect} for demo app
2021-09-18(graphics/R-farver) Updated 2.0.3 to 2.1.0mef2-7/+7
# farver 2.1.0 * Added support for OKLab and OKLch (polar version of OKLab) colour spaces * Added `encode_native()` and `decode_native()` to convert back and forth between the internal R colour format.
2021-09-17gd: updated to 2.3.3adam3-10/+8
2.3.3: The LibGD team is proud to announce the 2.3.3 release of libgd. This release brings a few fixes as well as improved compilations and builds on all platforms. On Windows, vcpkg to install libGd dependencies is now well supported. Fixed * update cmake to generate config.h in the build dir * gdPutBuf return value check * HEIF builds fail with latest distros * segfault in heif tests due to missing label.heic * Test failure avif/compare_avif_to_png with libavif-0.8.2 * imagecopyresampled() produce artifacts on transparent PNG * Fixes to build v2.3.0 on Windows with MinGW-w64 * optimize option in gif animation causes segfault * _gdContributionsCalc() always uses DEFAULT_BOX_RADIUS * gdImageRotateInterpolated() converts the source image to truecolor * CMake and Makefiles build broken on Windows * gdImageScaleTwoPass() looses top row and left column
2021-09-17Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-09-17Fix build for non-amd64 NetBSD architectures (already reported upstream)martin2-1/+22
2021-09-15graphics/kvantum: update to 0.20.2pin3-8/+10
V0.20.2 --------- - Allow opening of the user config file from Kvantum Manager. - Respect KDE's scrollbar click behavior by default. - Elide push button text if there isn't enough space for it. - Better eliding of multiline texts. - Added LibreOffice to the black list of window dragging (as a workaround for issues related to its Qt5 skin under Wayland).
2021-09-13ImageMagick: update to 7.1.0.6.wiz2-7/+7
2021-09-04 7.1.0-6 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-6 GIT revision 19033:7c589e780:20210904 2021-08-21 7.1.0-6 <quetzlzacatenango@image...> * Tweak the bilevel image type (reference https://github.com/ImageMagick/ImageMagick/issues/4121). * Converting from LAB to RGB leads to wrong colors (reference https://github.com/ImageMagick/ImageMagick/issues/4105).
2021-09-12py-altgraph: updated to 0.17.2adam2-7/+7
0.17.1 * Explicitly mark Python 3.10 as supported in wheel metadata.
2021-09-11(graphics/R-png) remove buildlink3.mk, not necessary for nowmef1-12/+0
2021-09-11(graphics/R-rgl) Added version 0.107.14mef1-1/+2
2021-09-11(graphics/R-rgl) import R-rgl-0.107.14mef3-0/+46
Provides medium to high level functions for 3D interactive graphics, including functions modelled on base graphics (plot3d(), etc.) as well as functions for constructing representations of geometric objects (cube3d(), etc.). Output may be on screen using OpenGL, or to various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
2021-09-11(graphics/R-png) Add buildlink3.mkmef1-0/+12
2021-09-10opencolorio: Unbreak with latest yaml-cppnia2-3/+16
2021-09-10opencv: Fix building on i386nia1-1/+9
2021-09-08Recursive revbump for audio/jacknia15-27/+30
2021-09-03py-Pillow: updated to 8.3.2adam2-7/+7
8.3.2: - CVE-2021-23437 Raise ValueError if color specifier is too long - Fix 6-byte OOB read in FliDecode - Add support for Python 3.10 - Ensure TIFF ``RowsPerStrip`` is multiple of 8 for JPEG compression - Updates for ``ImagePalette`` channel order - Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library
2021-09-02fswebcam: Attempt to fix build on older NetBSDnia1-1/+10
2021-08-31graphics/ruby-image_size: update to 2.1.2taca3-9/+11
2.1.1 (2021-07-04) * Add actual license texts, assuming old dual Ruby/GPLv2 license #14 @toy 2.1.2 (2021-08-21) * Fix for pcx on big endian systems by forcing reading dimensions in little endian byte order #15 #16 @mtasaka
2021-08-30p5-PerlMagick: update to 7.1.0.5.wiz1-2/+1
Match ImageMagick update.
2021-08-30ImageMagick: update to 7.1.0.5.wiz3-9/+8
2021-08-21 7.1.0-5 <quetzlzacatenango@image...> * Release ImageMagick version 7.1.0-5 GIT revision 18995:8f77c3c9c:20210821 2021-08-12 7.1.0-5 Dirk Lemstra <dirk@lem.....org> * Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw image and store it as a profile called dng:thumbnail. 2021-07-26 7.1.0-5 <quetzlzacatenango@image...> * heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell). * grayscale image write optimization.
2021-08-29ruby-gnome: update to 3.4.9.tsutsui7-35/+35
Upstream changes (from NEWS): == Ruby-GNOME 3.4.9: 2021-08-10 This is a bug fix release of 3.4.8. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that (({gpointer})) to Ruby conversion breaks a value when pointer value is (({2 ** 32})) or larger. == Ruby-GNOME 3.4.8: 2021-08-09 This is a bug fix release of 3.4.7. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that (({gpointer})) to Ruby conversion breaks a value when pointer value is (({2 ** 32})) or larger. == Ruby-GNOME 3.4.7: 2021-07-30 This is a release that improves virtual function support. === Changes ==== Ruby/GLib2 * Improvements * (({GLib::Error})): Added support for setting (({code})) and (({domain})) automatically. ==== Ruby/GObjectIntrospection * Improvements * Added support for returning object from callback. * Fixes * Fixed a bug that (({GError})) detection doesn't work. == Ruby-GNOME 3.4.6: 2021-07-17 This is a bug fix release for macOS. === Changes ==== Ruby/Pango * Fixes * Fixed a bug that (({require "pango"})) is failed on environment that has multiple font types. [GitHub#1429][Reported by Cameron Gose] === Thanks * Cameron Gose == Ruby-GNOME 3.4.5: 2021-07-07 This is a release that supports implementing virtual functions in Ruby. === Changes ==== Ruby/GLib2 * Improvements * Added (({GError})) domain and code for Ruby. ==== Ruby/GObjectIntrospection * Improvements * (({GObjectIntrospection::BaseInfo#container})): Added. * (({GObjectIntrospection::ObjectInfo#class_struct})): Added. * (({GObjectIntrospection::StructInfo#find_field})): Added. * (({RVAL2GI_VFUNC_INFO()})): Added. * Added support for implementing virtual functions in Ruby. [GitHub#1386][Based on patch by Yuto Tokunaga] You need to define (({virtual_do_#{virtual_function_name}})) method in (({type_register}))-ed class. * Added support for implementing virtual functions of interface in Ruby. [GitHub#985][Reported by Matijs van Zuijlen] [GitHub#1938][Reported by Yuto Tokunaga] * Added support for "transfer everything" UTF-8 return/output value. * Changed to accepted one character for (({gunichar})). [GitHub#1426][Reported by rubyFeedback] * (({GObjectIntrospection::CallableInfo#can_throw_gerror?})): Added. * Added support for (({GError **})) in callback. * Added support for returning (({GList<GObject *>})) from callback. * Changed to return (({[]})) for (({NULL})) list. * Fixes * Fixed a bug that wrong type information is used for output arguments. ==== Ruby/Pango * Added support for (({PangoFT2})). * Added support for (({PangoFc})). * Added support for (({PangoOT})). * Added support for (({PangoCairoFontMaps})). * Updated gem metadata. [GitHub#1428][Patch by Gabriel Mazetto] === Thanks * Yuto Tokunaga * Matijs van Zuijlen * rubyFeedback * Gabriel Mazetto == Ruby-GNOME 3.4.4: 2021-04-22 This is a bug fix release for Windows. === Changes ==== All * Dropped support for CentOS 6. * Dropped support for Ubuntu 16.04. * Dropped support for Ruby 2.4. * Dropped support for Ruby 2.5. * Added support for Ruby 3.0. ==== Document * Improvements * Improved how to use on Heroku. [GitHub#1414][Patch by Juan D Lopez] * Improved README. [Patch by kojix2] ==== Ruby/GLib * Improvements * Added (({RVAL2POINTER()})). * Added (({POINTER2RVAL()})). * Changed to use (({rb_cObject})) instead of (({rb_cData})) as a parent class of typed data. * Changed to use typed data instead of data for all data types. * Added support for Ractor partially. * Required GLib 2.48 or later. * (({GLib::UniChar.compose})): Added. * (({GLib::UniChar.decompose})): Added. * (({GLib::UniChar.canonical_decomposition})): Deprecated. Use (({GLib::UniChar.decompose})) instead. * (({GLib.format_size_for_display})): Deprecated. Use (({GLib.format_size})) instead. * Fixes * Fixed wrong conversions between (({VALUE})) and (({GType})). [GitHub#1386][Patch by Yuto Tokunaga] ==== Ruby/GObjectIntrospection * Improvements * Removed needless transfer check for struct. [GitHub#1396][Reported by Konrad Narewski] * Added support freeing (({GArray})) of raw struct out parameter. [GitHub#1356][Reported by aycabta] ==== Ruby/Pango * Improvements * Added (({Pango::Render::PART_*})) to keep backward compatibility. [GitHub#1311][Reported by rubyFeedback] ==== Ruby/GStreamer * Improvements * Removed needless workaround for (({Gst::ElementFactory#static_pad_templates})). [GitHub#1400][Reported by Justin Weiss] ==== Ruby/Gnumeric * Improvements * Added support for the latest Gnumeric. ==== Ruby/GTK3 * Improvements * (({Gtk::Widget#set_size_request})): Added support for (({width:})) and (({height:})). [GitHub#1406][Reported by rubyFeedback] * (({Gtk::Dialog#set_default_response})): Added support for (({Symbol})). [GitHub#1418][Reported by rubyFeedback] ==== Ruby/GDK4 * Added. ==== Ruby/GTK4 * Added. ==== Ruby/VTE3 * Improvements * Improved description. [GitHub#1406][Reported by rubyFeedback] ==== Ruby/GTK2 * Removed. ==== Ruby/GtkSourceView2 * Removed. ==== Ruby/WebKitGtk2 * Removed. ==== Ruby/VTE * Removed. === Thanks * Konrad Narewski * aycabta * rubyFeedback * Justin Weiss * Yuto Tokunaga * Juan D Lopez * kojix2
2021-08-29py-wand: updated to 0.6.7adam2-7/+7
Version 0.6.7 - Added :meth:`Image.image_add() <wand.image.Image.image_add>` method. - Added :meth:`Image.image_get() <wand.image.Image.image_get>` method. - Added :meth:`Image.image_remove() <wand.image.Image.image_remove>` method. - Added :meth:`Image.image_set() <wand.image.Image.image_set>` method. - Added :meth:`Image.image_swap() <wand.image.Image.image_swap>` method. - Fixed sub-image extraction on read. [:issue:`532`] - Fixed :attr:`~wand.image.BaseImage.background_color` attribute when image was not read. - [DOC] Completed :doc:`Distortion <./guide/distortion>` guide. [:issue:`534`] - [DOC] Added :doc:`Morphology <./guide/morphology>` guide.
2021-08-28(graphics/R-ggtern) Updated 3.1.1 to 3.3.5mef2-10/+14
ggtern 3.3.5 ---------------------------------------------------------------- ggtern 3.3.0 ---------------------------------------------------------------- * Fixed broken compatability with ggplot2 3.3.0 ggtern 3.1.1 ---------------------------------------------------------------- * Bug fix within the stat density tern funtion
2021-08-28(grapphics/R-ggplot2) Updated 3.3.3 to 3.3.5mef2-9/+9
# ggplot2 3.3.5 This is a very small release focusing on fixing a couple of untenable issues that surfaced with the 3.3.4 release * Revert changes made in #4434 (apply transform to intercept in `geom_abline()`) as it introduced undesirable issues far worse than the bug it fixed (@thomasp85, #4514) * Fixes an issue in `ggsave()` when producing emf/wmf files (@yutannihilation, #4521) * Warn when grDevices specific arguments are passed to ragg devices (@thomasp85, #4524) * Fix an issue where `coord_sf()` was reporting that it is non-linear even when data is provided in projected coordinates (@clauswilke, #4527) # ggplot2 3.3.4 This is a larger patch release fixing a huge number of bugs and introduces a small selection of feature refinements. ## Features * Alt-text can now be added to a plot using the `alt` label, i.e `+ labs(alt = ...)`. Currently this alt text is not automatically propagated, but we plan to integrate into Shiny, RMarkdown, and other tools in the future. (@thomasp85, #4477) * Add support for the BrailleR package for creating descriptions of the plot when rendered (@thomasp85, #4459) * `coord_sf()` now has an argument `default_crs` that specifies the coordinate reference system (CRS) for non-sf layers and scale/coord limits. This argument defaults to `NULL`, which means non-sf layers are assumed to be in projected coordinates, as in prior ggplot2 versions. Setting `default_crs = sf::st_crs(4326)` provides a simple way to interpret x and y positions as longitude and latitude, regardless of the CRS used by `coord_sf()`. Authors of extension packages implementing `stat_sf()`-like functionality are encouraged to look at the source code of `stat_sf()`'s `compute_group()` function to see how to provide scale-limit hints to `coord_sf()` (@clauswilke, #3659). * `ggsave()` now uses ragg to render raster output if ragg is available. It also handles custom devices that sets a default unit (e.g. `ragg::agg_png`) correctly (@thomasp85, #4388) * `ggsave()` now returns the saved file location invisibly (#3379, @eliocamp). Note that, as a side effect, an unofficial hack `<ggplot object> + ggsave()` no longer works (#4513). * The scale arguments `limits`, `breaks`, `minor_breaks`, `labels`, `rescaler` and `oob` now accept purrr style lambda notation (@teunbrand, #4427). The same is true for `as_labeller()` (and therefore also `labeller()`) (@netique, #4188). * Manual scales now allow named vectors passed to `values` to contain fewer elements than existing in the data. Elements not present in values will be set to `NA` (@thomasp85, #3451) * Date and datetime position scales support out-of-bounds (oob) arguments to control how limits affect data outside those limits (@teunbrand, #4199). ## Fixes * Fix a bug that `after_stat()` and `after_scale()` cannot refer to aesthetics if it's specified in the plot-global mapping (@yutannihilation, #4260). * Fix bug in `annotate_logticks()` that would cause an error when used together with `coord_flip()` (@thomasp85, #3954) * Fix a bug in `geom_abline()` that resulted in `intercept` not being subjected to the transformation of the y scale (@thomasp85, #3741) * Extent the range of the line created by `geom_abline()` so that line ending is not visible for large linewidths (@thomasp85, #4024) * Fix bug in `geom_dotplot()` where dots would be positioned wrong with `stackgroups = TRUE` (@thomasp85, #1745) * Fix calculation of confidence interval for locfit smoothing in `geom_smooth()` (@topepo, #3806) * Fix bug in `geom_text()` where `"outward"` and `"inward"` justification for some `angle` values was reversed (@aphalo, #4169, #4447) * `ggsave()` now sets the default background to match the fill value of the `plot.background` theme element (@karawoo, #4057) * It is now deprecated to specify `guides(<scale> = FALSE)` or `scale_*(guide = FALSE)` to remove a guide. Please use `guides(<scale> = "none")` or `scale_*(guide = "none")` instead (@yutannihilation, #4094). * Fix a bug in `guide_bins()` where keys would disappear if the guide was reversed (@thomasp85, #4210) * Fix bug in `guide_coloursteps()` that would repeat the terminal bins if the breaks coincided with the limits of the scale (@thomasp85, #4019) * Make sure that default labels from default mappings doesn't overwrite default labels from explicit mappings (@thomasp85, #2406) * Fix bug in `labeller()` where parsing was turned off if `.multiline = FALSE` (@thomasp85, #4084) * Make sure `label_bquote()` has access to the calling environment when evaluating the labels (@thomasp85, #4141) * Fix a bug in the layer implementation that introduced a new state after the first render which could lead to a different look when rendered the second time (@thomasp85, #4204) * Fix a bug in legend justification where justification was lost of the legend dimensions exceeded the available size (@thomasp85, #3635) * Fix a bug in `position_dodge2()` where `NA` values in thee data would cause an error (@thomasp85, #2905) * Make sure `position_jitter()` creates the same jittering independent of whether it is called by name or with constructor (@thomasp85, #2507) * Fix a bug in `position_jitter()` where different jitters would be applied to different position aesthetics of the same axis (@thomasp85, #2941) * Fix a bug in `qplot()` when supplying `c(NA, NA)` as axis limits (@thomasp85, #4027) * Remove cross-inheritance of default discrete colour/fill scales and check the type and aesthetic of function output if `type` is a function (@thomasp85, #4149) * Fix bug in `scale_[x|y]_date()` where custom breaks functions that resulted in fracional dates would get misaligned (@thomasp85, #3965) * Fix bug in `scale_[x|y]_datetime()` where a specified timezone would be ignored by the scale (@thomasp85, #4007) * Fix issue in `sec_axis()` that would throw warnings in the absence of any secondary breaks (@thomasp85, #4368) * `stat_bin()`'s computed variable `width` is now documented (#3522). * `stat_count()` now computes width based on the full dataset instead of per group (@thomasp85, #2047) * Extended `stat_ecdf()` to calculate the cdf from either x or y instead from y only (@jgjl, #4005) * Fix a bug in `stat_summary_bin()` where one more than the requested number of bins would be created (@thomasp85, #3824) * Only drop groups in `stat_ydensity()` when there are fewer than two data points and throw a warning (@andrewwbutler, #4111). * Fixed a bug in strip assembly when theme has `strip.text = element_blank()` and plots are faceted with multi-layered strips (@teunbrand, #4384). * Using `theme(aspect.ratio = ...)` together with free space in `facet_grid()` now crrectly throws an error (@thomasp85, #3834) * Fixed a bug in `labeller()` so that `.default` is passed to `as_labeller()` when labellers are specified by naming faceting variables. (@waltersom, #4031) * Updated style for example code (@rjake, #4092) * ggplot2 now requires R >= 3.3 (#4247). * ggplot2 now uses `rlang::check_installed()` to check if a suggested package is installed, which will offer to install the package before continuing (#4375, @malcolmbarrett) * Improved error with hint when piping a `ggplot` object into a facet function (#4379, @mitchelloharawild).
2021-08-28(graphics/R-latex2exp) Updated 0.4.0 to 0.5.0mef2-7/+7
# latex2exp 0.5.0 * Update Documentation to use the new raw strings introduced in R 4.0 (which lets one do away with the quoting of the backslash character; e.g. one can use `TeX(r'($\alpha^\beta$)')` rather than `TeX('\\alpha^\\beta)`) * Adds parameters `bold` and `italic` to `TeX()`. These can be used to make the entire expression bold or italic. * Adds `\phantom{}` ([PR](https://github.com/stefano-meschiari/latex2exp/pull/22))
2021-08-24imlib2: update to 1.7.3nia4-10/+11
Kim Woelders (2): autofoo: Resurrect non-pkg check for bzip2 1.7.3
2021-08-22ruby-gnome: update to 3.4.3.tsutsui13-47/+41
pkgsrc changes: - as a reparation of removal of gtk2 dependent gems in the next 3.4.4, make gtk2, webkit-gtk2, gtksourceview2, and vte gems independent packages and remove them from meta-pkgs/ruby-gnome - pkglint Upstream changes (from NEWS): == Ruby-GNOME 3.4.3: 2020-05-11 This is a follow-up release of 3.4.2. === Changes ==== Ruby/GLib2 * Fixes * Windows: Fixed a link errors.
2021-08-20inkscape: Fix building on NetBSD 9.xnia3-1/+41
reported by snow flurry on pkgsrc-users@