pkgsrc/graphics
wiz a9d4f53f7a librsvg: update to 2.50.3.
Version 2.50.3

- #601 - Compute correct bounds for objects with stroke-width=0.

- #545 - Fix MacOS build (Ignacio Casal Quinteiro, Christian Hergert).

- Fix test suite on Rust 1.49 (Sven Neumann).

Version 2.50.2

- #642 - Fix dx/dy offsets in nested <tspan> elements.

Version 2.50.1

- #615: SVG2: Support a chain of uri() filters in the "filter" property
  (John Ledbetter, Sven Neumann).

- #483: Support CSS selectors for attribute matching, like rect[attr^="prefix"]

- #554: Fixed the geometry_for_layer() APIs to not ignore the passed viewport.

- Fixed CSS "import" so it allows only files from the same base directory
  (Lars Schmertmann).

- #623 - The pkg-config files (*.pc) do not define the 'svgz_supported' and
  'css_supported' variables anymore.  These variables were hardcoded
  to 'true' and unchanged since 2011.

- #624 - The source repository no longer produces a librsvg-uninstalled.pc file.

Version 2.50.0

- The following is a summary of changes between 2.48.x and 2.50.0.  For
  full details, please see the 2.49.x release notes below.

- This release requires at least Rust 1.40.

- Windows builds now support ARM64, thanks to Chun-wei Fan.

- Librsvg now consumes much less memory for large SVG files.  The limit for
  the maximum number of elements in an SVG is bigger now at 1 million
  elements (this limit exists to avoid unbounded memory consumption by
  maliciously large files, and is plenty to render even very detailed
  maps).  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for making
  this possible.

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- Many new features from SVG2:

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Many bug fixes and little optimizations; see the 2.49.x release notes for
  details.  Thanks to Paolo Borelli, Daniel Kolesa, Ernestas Kulik.
  Sven Neumann, Bastien Orivel, Jordan Petridis, Emile Snyder.

- Special thanks to Sven Neumann for fixing all the cargo-clippy lints.

Version 2.49.5

- #607 - Support the mix-blend-mode property from SVG2 and the
  Compositing and Blending Level 1 specification, so layers can be
  composited with operators like multiply/screen/color-burn, etc.
  https://www.w3.org/TR/compositing-1/ (John Ledbetter).

- #473 - Support the paint-order property from SVG2, so one can pick
  the order in which a path's fill/stroke/markers are drawn (John Ledbetter).

- Cleanups of the basic drawing and paint-handling code (Paolo Borelli).

- Many style fixes per cargo-clippy (Sven Neumann).

- Improved documentation on the library's internals.

Version 2.49.4

- Support ARM64 Windows builds (Chun-wei Fan).

- #165 - Draw zero-length paths with square caps correctly (Bastien Orivel).

- #568 - Support href attribute in addition to xlink:href per SVG2.

- #560 - Ignore missing filter references per SVG2.

- #609 - Support the transform attribute again in clipPath (Sven Neumann).

- Update Criterion benchmarks (Ernestas Kulik).

- Update to newer dependencies (Bastien Orivel).

- Many style fixes per cargo-clippy (Dunja Lalic, Sven Neumann).

Version 2.49.3

- #34 - The 'font' shorthand in is now supported in CSS.  Librsvg
  ignores the 'line-height' sub-property because it cannot be done
  easily with Pango, but everything else in 'font' should work now.

- #605 - Compute 'bolder' and 'lighter' font-weight correctly.

- #219 - Make the path parser have a tokenizer/parser (Emile Snyder).

- Fixes for the CI after the gitlab.gnome.org changes (Jordan Petridis).

- Fixed some typos in the documentation (codespell is awesome!).

Version 2.49.2

- Fix failing tests.

Version 2.49.1

- (#604) - Fix build on big-endian machines.  Thanks to Daniel Kolesa
  for testing this repeatedly.

Version 2.49.0

- Memory consumption of parsed SVG data is greatly reduced.  Property
  values, path data, and text nodes now use much less memory than
  before.  Thanks to Sergey "Shnatsel" Davidoff and Adam Reichold for
  their contributions.

- With that reduction in memory consumption, librsvg can now load up
  to 1 million XML elements.  This is a hard limit to avoid malicious
  files consuming arbitrary amounts of memory.

- #508 - radialGradient now supports the "fr" property from SVG2
  (Dunja Lalic, Corentin Rossignon).

- Sven Neumann has written a fantastic test suite for rsvg-convert(1).
  Now we can modify this program with confidence.

- Many, many cleanups (Paolo Borelli).

- #594 - Only compute locale information for elements that need it.

- As usual, thanks to Bastien Orivel for keeping dependent crates updated.

- Fix Windows builds without PangoFT2.

- Benchmarks of internal functions work now.  You can run "cargo bench"
  in librsvg/ and rsvg_internals/.

Version 2.48.5

- #577 - Support multiple fonts in the font-family property (Bastien Orivel).
  Previously in font-family="Foo, Bar, Baz" only Foo would get used.

- #591 - Catch overflow when rendering files with a huge viewBox.

- #593 - Don't panic with an empty objectBoundingBox for a mask.

- #596 - Fix introspection data for rsvg_handle_set_stylesheet (Sutou Kouhei).

- Fixes to the librsvg_crate documentation (Abraham Toriz).

- Loading raster images for inclusion in an SVG and producing
  GdkPixbufs is now faster.

Version 2.48.4

- #590 - Fix regression when rendering masks.

- #588 - Fix panic when a big viewBox creates an invalid transform.

- #592 - Fix invalid argument to g_log_structured_array()
2021-04-13 10:28:00 +00:00
..
aalib *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
adaptagrams all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
adwaita-icon-theme adwaita-icon-theme: Update to 3.38.0 2021-03-30 07:57:53 +00:00
agg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ansilove ansilove: update to 4.1.5. 2021-02-15 07:49:54 +00:00
aqsis *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
arc-theme *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
artist all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
asymptote Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
autopano-sift-C *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
autotrace Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
aview *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
babl babl: Update to 0.1.86 2021-04-03 05:26:50 +00:00
barcode
bktr2jpeg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
blender blender: changes for new opencolorio 2021-01-19 17:18:10 +00:00
blender-lts blender-lts: Bump for opencolorio. Add missing pugixml dependency. 2021-01-19 19:00:02 +00:00
blinkenthemes *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
blinkentools *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
box2d graphics/box2d: import box2d-2.4.1 2021-02-06 06:41:33 +00:00
breeze-icons kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
cairo cairo: Fix typos in comment 2020-11-16 11:15:18 +00:00
cairo-gobject *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
cairomm cairomm: updated to 1.14.2 2021-04-08 21:08:40 +00:00
cal3d cal3d: remove patches that are not in distinfo 2021-03-06 15:30:40 +00:00
cal3d-examples cal3d-examples: remove patches that are not in distinfo 2021-03-06 15:31:37 +00:00
cambevao
camediaplay
camlimages Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
cdlabelgen *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
Cenon *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
charls charls: simplify Makefile 2021-02-14 12:55:18 +00:00
cheese cheese: mark build-time dependencies 2021-04-12 13:34:56 +00:00
cinepaint *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
circos *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
claraocr *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
clutter *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
clutter-box2d *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
clutter-gtk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
clutter-gtk0.10 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
clutter-mx *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
cnxtview *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
cogl *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
Coin *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
colord Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
colord-gtk graphics: Add colord-gtk 2020-11-10 13:36:51 +00:00
comix Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
compface *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cpia2view *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
cqcam *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
CRWInfo
darktable Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
dcraw dcraw: Disable jp2 support by default 2019-07-16 22:50:24 +00:00
deforaos-camera *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
deforaos-icon-theme
denemo *: bump PKGREVISION for fluidsynth ABI bump 2021-04-05 10:55:28 +00:00
dia dia: apply an upstream security fix 2021-01-16 00:25:33 +00:00
dia-python Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
digikam Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
djview4 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
djvulibre-lib djvulibre-lib: remove workaround needed for EOL NetBSD/i386. 2020-04-29 21:38:24 +00:00
djvulibre-tools
drawing drawing: update to 0.6.5 2021-02-18 17:20:59 +00:00
dvipng *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
dx Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
dxsamples graphics: align variable assignments 2019-11-02 22:37:52 +00:00
edje *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
elementary-xfce-icon-theme
enblend-enfuse *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
eog eog: Needs itstool 2020-11-19 19:28:49 +00:00
eom Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
epeg
erlang-eimp erlang-eimp: Update to 1.0.18 2021-01-16 00:00:48 +00:00
evas *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-buffer *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-edb *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-eet *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-gif *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-jpeg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-pmaps *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-png *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-software-x11 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-tiff *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
evas-xpm *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
ewipe
exif exif: Update to 0.6.22 2020-11-26 15:44:27 +00:00
exifprobe graphics: align variable assignments 2019-11-02 22:37:52 +00:00
exiftags all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
exiv2 exiv2: extend list of platforms where GCC does not support -fcf-protection 2020-10-20 07:07:23 +00:00
extrema *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
faba-icon-theme Add graphics/faba-icon-theme. 2019-10-20 15:25:17 +00:00
farbfeld graphics/farbfeld: import farbfeld-4 2021-02-14 11:32:47 +00:00
fbm graphics: align variable assignments 2019-11-02 22:37:52 +00:00
feh feh: Update to 3.6.3 2021-02-03 09:51:55 +00:00
fly *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fna3d fna3d: adjust buildlink3.mk to fix bulk builds 2021-01-26 00:31:10 +00:00
fnlib *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
fotoxx *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
frameworks *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
freeglut *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
freeimage *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
freeimageplus freeimage*: Generalize packages. Unbreak freeimageplus. 2020-05-25 12:24:37 +00:00
freetype
freetype-lib *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
freetype-utils
freetype2 freetype2: updated to 2.10.4 2020-10-21 08:26:08 +00:00
ftgl ftgl: Avoid PLIST problems when doxygen is installed 2020-07-01 14:16:48 +00:00
fujiplay
g2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gd gd: updated to 2.3.2 2021-03-07 06:41:42 +00:00
gdchart *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gdk-pixbuf2 gdk-pixbuf2: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:33:16 +00:00
gdk-pixbuf2-xlib gdk-pixbuf2-xlib: remove gmake dependency, set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:07:35 +00:00
geeqie graphics/geeqie: Fix clutter crash 2021-01-11 18:18:58 +00:00
gegl gegl: PLIST fix 2021-04-09 05:12:58 +00:00
geomview
get_ds7 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gexiv2 gexiv2: mark python as build dependency only 2021-04-13 09:04:19 +00:00
gfract *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gif2png Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
gif320
giflib *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
giflib-util *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
gifsicle gifsicle: Update to 1.92 2020-03-24 14:12:54 +00:00
giftrans
gimmage *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gimp Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
gimp-color-manager *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-docs-de *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-en *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-es *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-fr *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-it *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-ja *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-ko *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-nl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-nn *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-pl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-ru *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-sv *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-docs-zh_CN *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gimp-exif-browser *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-fix-ca *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-high-pass-filter
gimp-jxr *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-liquid-rescale *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-rawphoto *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-refocus-it *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-resynthesizer *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-ufraw *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gimp-warp-sharp gimp-warp-sharp: update to 1.5 2019-07-20 19:38:14 +00:00
gimp2-wideangle *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
giram *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
girara girara: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:24:40 +00:00
gle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
glew glew: restore patch chunk lost in update that fixes RELRO build 2021-02-17 14:20:35 +00:00
glfw glfw: Missing PKGCONFIG_OVERRIDE 2020-03-19 11:50:31 +00:00
glitz all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gliv *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
glm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
glpng
glu graphics: align variable assignments 2019-11-02 22:37:52 +00:00
glw Mesa MASTER_SITES updates 2019-08-22 09:57:08 +00:00
glx-utils Update MASTER_SITES for mesa-demos. 2019-08-22 09:55:50 +00:00
gmic *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gmngview *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
GMT revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gnome-backgrounds gnome-backgrounds: Update to 3.38.0 2020-11-12 16:44:59 +00:00
gnome-icon-theme *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gnome-icon-theme-extras gnome-icon-theme-extras: Update to 3.12.0 2020-05-16 17:33:27 +00:00
gnome-icon-theme-symbolic *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gnome-screenshot graphics: Add gnome-screenshot 2020-11-10 12:34:04 +00:00
gnome-themes-standard *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gnuplot *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
go-gift Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-image Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-imaging Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-resize Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-smartcrop Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
gocr Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
goocanvas2 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gource *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
gphoto2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gpick *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
gpicview *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gqview *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gqview-devel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
grafx2 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
grap
graphene graphene: set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:23:36 +00:00
GraphicsMagick graphicsmagick: Update to 1.3.36 2021-01-24 15:29:26 +00:00
graphite2 graphite2: Update to 1.3.14 2021-01-09 01:21:53 +00:00
graphviz *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
graphviz-dot-mode
gri *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gst-plugins0.10-cairo *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gst-plugins0.10-jpeg *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gst-plugins0.10-png *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gst-plugins1-cairo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gst-plugins1-gdk_pixbuf *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-jpeg *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gst-plugins1-png *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gthumb *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gthumb3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gtkam *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gtkglext *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gtkimageview *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gtksee
gts *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
guetzli guetzli: now the correct patch comes in 2020-04-12 08:41:02 +00:00
guile-cairo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
GUIlib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gwenview kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
h5utils
hermes
hicolor-icon-theme hicolor-icon-theme: convert from @pkgdir in PLIST to REQD_DIRS 2020-09-20 21:26:54 +00:00
hp2xx all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hs-JuicyPixels hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hugin hugin: updated to 2020.0 2021-01-09 21:17:37 +00:00
icon-naming-utils *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
icoutils *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
iGMT
ilmbase ilmbase, openexr: update to 2.5.5 2021-03-17 11:46:08 +00:00
ImageMagick ImageMagick: Update to 7.0.11.6 2021-04-12 06:28:32 +00:00
ImageMagick6 ImageMagick: allow building without documentation 2021-02-26 12:48:29 +00:00
ImageViewer *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
imlib *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
imlib-gtk *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
imlib2 imlib2: Update to 1.7.1 2021-01-24 15:15:46 +00:00
impress Use smaller guns than "using namespace std" which creates conflicts with 2020-05-14 19:27:41 +00:00
imv imv: set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:02:48 +00:00
inkscape inkscape: updated to 1.0.2 2021-04-09 11:18:24 +00:00
ipe *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
irrlicht graphics/irrlicht: remove no-op SUBST block 2020-05-09 12:28:37 +00:00
ivtools ivtools: Needs ps2pdf 2021-03-03 10:46:14 +00:00
jasper jasper: updated to 2.0.28 2021-03-30 09:28:35 +00:00
jbig2dec Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
jbig2enc *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
jbigkit jbigkit: fix CVE-2017-9937 using upstream commit 2020-08-03 21:34:06 +00:00
jhead jhead: Update to 3.04 2020-11-26 16:35:17 +00:00
jp2a revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
jpeg jpeg: improve DESCR 2021-03-17 15:18:40 +00:00
jpeg2ps graphics: align variable assignments 2019-11-02 22:37:52 +00:00
jpeg_ls
jpeginfo Use https for kokkonen.net 2019-08-08 21:17:48 +00:00
jpegoptim Use https for kokkonen.net 2019-08-08 21:17:48 +00:00
jpegpixi
jpegquality
jxrlib Fix libjxr on big endian systems and fix warnings 2019-11-25 21:07:18 +00:00
kamera kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kcolorchooser kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kde-base-artwork *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdegraphics-mobipocket kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kdegraphics-strigi-analyzer *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdegraphics-thumbnailers kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kgamma *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kiconthemes kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kimageformats kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kipi-plugins kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kolourpaint kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
koverartist *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kplotting kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kqtquickcharts kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kqtquickcharts4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
krita *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
kruler kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kvantum graphics/kvantum: update to 0.19.0 2021-03-12 09:40:14 +00:00
lasem lasem: Use MASTER_SITE_GNOME 2021-02-11 15:33:48 +00:00
lcms
lcms2 lcms2: updated to 2.11 2020-07-18 12:59:45 +00:00
lensfun Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lepton
leptonica leptonica: updated to 1.80.0 2020-07-29 07:02:21 +00:00
lib3ds *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
libansilove libansilove: update to 1.2.8. 2020-10-27 23:05:01 +00:00
libart libart: Add LICENSE=gnu-lgpl-v2 2020-06-12 14:31:12 +00:00
libbpg graphics: align variable assignments 2019-11-02 22:37:52 +00:00
libcaca libcaca: Update to libcaca-0.99.19 2020-04-21 10:17:40 +00:00
libdmtx libdmtx: Update to 0.7.5 2020-03-24 14:52:30 +00:00
libepoxy libepoxy: OPSYS definition needs bsd.fast.prefs.mk 2020-09-13 16:01:04 +00:00
libexif libexif: Update to 0.6.22 2020-05-19 11:20:00 +00:00
libexif-gtk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
libfpx Update distfile and fix build on illumos 2020-01-19 11:07:56 +00:00
libgdiplus *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
libggi libggi*: replace long gone HOMEPAGE with mirror at ibiblio 2020-08-16 22:38:55 +00:00
libggigcp libggi*: replace long gone HOMEPAGE with mirror at ibiblio 2020-08-16 22:38:55 +00:00
libggimisc
libggiwmh libggi*: replace long gone HOMEPAGE with mirror at ibiblio 2020-08-16 22:38:55 +00:00
libgii libggi*: replace long gone HOMEPAGE with mirror at ibiblio 2020-08-16 22:38:55 +00:00
libgiigic libggi*: replace long gone HOMEPAGE with mirror at ibiblio 2020-08-16 22:38:55 +00:00
libgltf *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libgnomecanvas *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libgnomecanvasmm *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libheif Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
libimagequant libimagequant: updated to 2.14.1 2021-03-07 06:39:27 +00:00
libiptcdata *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
libjpeg-turbo libjpeg-turbo: Change symbol in undocumented patch to one that isn't undefined 2021-03-31 22:26:51 +00:00
libkdcraw kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
libkexiv2 kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
libkexiv2-kde4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libkipi kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
libksane kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
liblqr *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libmypaint libmypaint: Update to 1.6.1 2020-05-28 14:21:22 +00:00
libotf Bump PKGREVISION 2019-07-04 13:26:59 +00:00
libpano13 graphics/libpano13: suppress USE_TOOLS+=perl warning 2020-05-10 14:49:43 +00:00
libpgf
libpuzzle *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
libraw mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
libraw013 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
librsvg librsvg: update to 2.50.3. 2021-04-13 10:28:00 +00:00
librsvg-c *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libscigraphica Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libsixel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
libspiro libspiro: update to 1.1.0.20200505. 2020-09-09 08:44:46 +00:00
libv4l libv4l: update to 1.20.0. 2020-11-20 18:25:07 +00:00
libvideogfx libvideogfx: add patch to distinfo so it will be used 2019-04-27 11:27:17 +00:00
libwebp libwebp: updated to 1.2.0 2021-02-15 21:18:38 +00:00
libwmf *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libxmi all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ljpeg
luminance-hdr *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
luv-icon-theme Add graphics/luv-icon-theme. 2019-10-20 13:14:46 +00:00
lxde-icon-theme
lximage-qt graphics/lximage-qt: update to 0.16.0 2020-12-07 11:38:12 +00:00
lxqt-themes graphics/lxqt-themes: update to 0.16.0 2020-12-07 11:54:11 +00:00
magicpoint *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mandelbulber *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mate-backgrounds mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
mate-icon-theme mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
mate-icon-theme-faenza mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
mate-themes mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
materia-gtk-theme materia-gtk-theme: Update to 20200320 2020-03-24 18:03:05 +00:00
MesaDemos *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
MesaLib MesaLib: unset USE_LIBTOOL, this uses meson 2021-04-12 12:40:01 +00:00
metacam
mgl *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
mng
mojoshader Add mojoshader version 0.0.20210110 2021-01-24 18:59:47 +00:00
moka-icon-theme all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mpeg2codec
mpgtx *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
mscgen *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mygui *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
mypaint Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mypaint-brushes Use GNU Autoconf to configure this, there are some problems with 2020-04-17 13:31:31 +00:00
ncview Add USE_TOOLS+= bash 2020-09-25 10:20:12 +00:00
netpbm Remove superfluous specification characters from pax invocations 2020-11-28 01:20:03 +00:00
Ngraph
ns-cult3d
numix-gtk-theme *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
numix-icon-theme
numix-icon-theme-circle
nvidia-texture-tools *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
nvtv *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ocaml-cairo Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocrad all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
opencolorio opencolorio: Disable SSE on non-x86 2019-10-20 09:51:02 +00:00
opencsg *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
opencv Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
opencv-contrib-face opencv-contrib-face: regen distinfo 2020-09-17 06:55:00 +00:00
opendis *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
openexr ilmbase, openexr: update to 2.5.5 2021-03-17 11:46:08 +00:00
openimageio Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
openjpeg openjpeg: updated to 2.4.0 2021-01-06 12:32:34 +00:00
OpenRM *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
optipng *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
osg *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
oxipng graphics/oxipng: import package 2021-01-29 11:39:38 +00:00
oxygen-icons kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
p5-Barcode-Code128 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-cairo p5-cairo: update to 1.107. 2020-09-07 11:24:54 +00:00
p5-cairo-gobject p5-cairo-gobject: update to 1.005. 2020-09-07 11:26:58 +00:00
p5-Chart *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Chart-ThreeD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-clutter *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GD p5-GD: update to 2.72. 2020-09-07 11:21:28 +00:00
p5-GD-Barcode *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GD-Graph-sparklines *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GD-Graph3d *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GD-SecurityImage *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GD-SVG *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GDGraph *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GDGraph-boxplot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GDTextUtil *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GIFgraph *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Gnome2-Canvas *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
p5-Graph-Easy *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-GraphicsMagick Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
p5-GraphViz *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GraphViz2 p5-GraphViz2: update to 2.48. 2020-09-20 07:44:23 +00:00
p5-Image-BMP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Image-ExifTool p5-Image-ExifTool: update to 12.00. 2020-09-07 11:22:30 +00:00
p5-Image-Imlib2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Image-Info p5-Image-Info: update to 1.42. 2020-09-07 11:23:03 +00:00
p5-Image-JpegTran-AutoRotate *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Image-Size *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-PerlMagick Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
p5-RRDTool-OO *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SVG p5-SVG: update to 2.85. 2020-09-07 11:23:35 +00:00
p5-SVG-Graph *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-SWF-File *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Template-GD *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
panomatic
PanoTools *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
paper-icon-theme *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
papirus-folders papirus-folders: Update to 2.4.0 2019-10-28 13:45:24 +00:00
papirus-icon-theme papirus-icon-theme: Switch to dynamic PLIST. 2021-01-13 18:26:23 +00:00
pastel graphics/pastel: import 2020-12-21 11:59:16 +00:00
pdfpc *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
pdiff *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
pear-Image_Canvas Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Image_Color Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Image_Graph Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pfstools Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
pgraf
photopc *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
php-exif graphics/php-exif: remove unknown configure option 2020-05-31 16:46:38 +00:00
php-gd *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
php-imagick Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
php-jpgraph all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pixmap
ploticus *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ploticus-examples
plotmtv
plotutils all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
png png: drop maintainership 2020-04-14 12:35:05 +00:00
png2html *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pngcheck
pngcrush all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
pngquant pngquant: updated to 2.13.1 2021-01-21 20:00:50 +00:00
potrace *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
povray all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
prag
prison kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
ps2eps *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pstoedit Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
ptex
py-aafigure Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
py-actdiag py-actdiag: updated to 2.0.0 2020-02-19 17:51:24 +00:00
py-altgraph py-altgraph: updated to 0.17 2020-03-15 22:55:54 +00:00
py-biggles math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-blockdiag *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
py-blurhash Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
py-brewer2mpl
py-cairo py-cairo: Temporarily remove self-conflict as a cautionary measure 2020-12-22 14:39:49 +00:00
py-cairo118 py-cairo118: simplify PLIST since this only supports Python 2.7 2020-12-16 00:14:30 +00:00
py-cairocffi *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
py-chart graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-cycler
py-dot py-dot: updated to 1.4.2 2021-03-08 07:07:42 +00:00
py-exifread py-exifread: updated to 2.3.2 2021-03-10 19:03:34 +00:00
py-fits math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-gdchart *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
py-gdmodule *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
py-ggplot Unbreak bulk builds. 2021-04-07 08:16:37 +00:00
py-gnuplot math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-graphviz py-graphviz: updated to 0.16 2021-01-11 13:56:09 +00:00
py-gtkglext *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-imageio py-imageio: updated to 2.9.0 2020-08-03 09:21:14 +00:00
py-imagesize py-imagesize: updated to 1.2.0 2020-01-20 19:44:48 +00:00
py-imaging all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-leather py-leather: add DEPENDS, cleanup 2020-10-06 08:41:35 +00:00
py-matplotlib py-matplotlib: updated to 3.3.4 2021-02-07 15:31:44 +00:00
py-matplotlib-venn revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-mcomix Use py-Pillow6 2021-03-10 18:51:51 +00:00
py-nwdiag py-nwdiag & py-seqdiag: un-comment correct home page entry 2020-07-20 23:43:43 +00:00
py-objgraph py-objgraph: updated to 3.5.0 2021-01-11 13:58:09 +00:00
py-openexr *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
py-OpenGL math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-OpenGL-accelerate math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-piddle *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
py-piexif py-piexif: updated to 1.1.3 2019-07-05 11:11:13 +00:00
py-Pillow py-Pillow: updated to 8.2.0 2021-04-02 06:18:39 +00:00
py-Pillow6 py-Pillow6: added version 6.2.2 2021-03-10 18:40:04 +00:00
py-pycha py-pycha: update to 0.8.1. 2020-03-11 20:17:12 +00:00
py-pygal py-pygal: mark as not for 2.7 2020-11-27 08:02:38 +00:00
py-pygraphviz py-pygraphviz: updated to 1.7 2021-02-05 22:06:16 +00:00
py-qrcode Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
py-seaborn revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-seqdiag py-nwdiag & py-seqdiag: un-comment correct home page entry 2020-07-20 23:43:43 +00:00
py-sk1libs Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-strich Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
py-tifffile py-tifffile: updated to 2021.3.31 2021-04-02 07:47:00 +00:00
py-uniconvertor graphics: align variable assignments 2019-11-02 22:37:52 +00:00
py-wand py-wand: updated to 0.6.6 2021-03-05 13:43:57 +00:00
py-Willow Use Pillow as versioned dependency 2021-03-10 18:49:06 +00:00
qimageblitz *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
qiv *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qore-glut-module *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
qore-opengl-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
qr-code-generator qr-code-generator: update to 1.6.0. 2020-03-22 18:33:29 +00:00
qrrs graphics/qrrs: update to 0.1.6 2021-04-12 08:05:22 +00:00
quesoglc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qvplay all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
R-Cairo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
R-colorspace Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-colourpicker R-colourpicker: initial commit 2019-08-09 20:55:25 +00:00
R-dichromat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-effects Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-farver R-farver: initial import of v2.0.3. 2020-07-31 20:31:27 +00:00
R-ggExtra R-ggExtra: initial commit 2019-08-09 20:56:19 +00:00
R-ggplot2 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ggtern R-ggtern: fix an incorrect dependency. 2019-08-14 22:03:15 +00:00
R-ggthemes graphics/R-ggthemes: import R-ggthemes-4.2.0 2020-08-01 02:24:00 +00:00
R-gridExtra Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-jpeg graphics/R-jpeg: import R-jpeg-0.1.8.1 2020-07-31 23:37:09 +00:00
R-labeling Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-latex2exp R-latex2exp: initial commit. 2019-08-09 15:20:31 +00:00
R-latticeExtra Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-manipulateWidget (graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1 2021-02-06 11:04:25 +00:00
R-munsell Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-png graphics/R-png: import R-png-0.1.7 2020-08-07 03:38:53 +00:00
R-polyclip graphics/R-polyclip: remove MASTER_SITES 2020-08-09 17:02:38 +00:00
R-scales R-scales: update to 1.1.0. 2020-07-31 20:33:40 +00:00
R-viridis Add a missing dependency on graphics/R-gridExtra. 2019-09-25 17:23:47 +00:00
R-viridisLite Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rabbit Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
radiance radiance: Don't declare own fgets. Fixes build on NetBSD-current. 2020-12-09 10:48:24 +00:00
rawtherapee *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
rayshade graphics: align variable assignments 2019-11-02 22:37:52 +00:00
refocus-it *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
resize_image
ristretto *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ruby-cairo graphics/ruby-cairo: update to 1.17.5 2021-03-07 14:47:07 +00:00
ruby-cairo-gobject *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ruby-chunky_png graphics/ruby-chunky_png: update to 1.13.2 2020-09-14 13:15:34 +00:00
ruby-clutter *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ruby-clutter-gdk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ruby-clutter-gtk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ruby-color
ruby-color-japanese
ruby-color-tools
ruby-gd graphics/ruby-gd: fix build problem with Ruby 3.0 2021-02-14 14:59:38 +00:00
ruby-gdk3 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
ruby-gdk_pixbuf2 ruby-gnome: update to 3.4.2. 2020-05-02 18:05:03 +00:00
ruby-gnuplot
ruby-image_size graphics/ruby-image_size: update to 2.1.0 2020-09-14 13:18:25 +00:00
ruby-imlib2 graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ruby-mini-magick graphics/ruby-mini-magick: update to 4.11.0 2021-01-11 13:49:37 +00:00
ruby-oily_png graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ruby-opengl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ruby-RMagick Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
ruby-rsvg2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ruby-screengif graphics/ruby-screengif: fix ALTERNATIVES file 2018-12-22 17:20:51 +00:00
s10sh
sane-airscan (graphics/sane-airscan) Add graphics/png/buildlink3.mk 2021-01-12 01:14:38 +00:00
sane-backends sane-backends: fix big-endian builds 2020-08-16 22:42:09 +00:00
sane-frontends *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
scidavis Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
scigraphica Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
screengrab graphics/screengrab: update to 2.1.0 2020-12-07 11:55:51 +00:00
scrot scrot: Update to 1.5 2021-02-10 11:23:13 +00:00
SDL2_gfx *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
SDL2_image *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
SDL_image SDL_image: Best effort attempt at grabbing fixes from upstream hg 2020-05-14 16:08:06 +00:00
shotwell *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
silgraphite libc++ doesn't support the pre-C++11 std::swap, so inline the 2020-04-13 19:16:47 +00:00
silgraphite-ft *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
silgraphite-xft *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
simage *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
skencil Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
slim-themes
spcaview *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
spectacle kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
stitchy graphics/stitchy: import package 2021-01-01 17:18:06 +00:00
svgpart kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
sxiv *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tango-icon-theme Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
termtosvg Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
tesseract *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
tex-a2ping *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tex-a2ping-doc tex-a2ping-doc: remove patch that was removed from distinfo 2020-04-30 09:22:16 +00:00
tex-animate tex-animate{,-doc}: update to 20201007 2021-02-20 09:42:52 +00:00
tex-animate-doc tex-animate{,-doc}: update to 20201007 2021-02-20 09:42:52 +00:00
tex-asyfig tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-asyfig-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-auto-pst-pdf tex-auto-pst-pdf{,-doc}: update to 0.7 2021-02-15 10:53:25 +00:00
tex-auto-pst-pdf-doc tex-auto-pst-pdf{,-doc}: update to 0.7 2021-02-15 10:53:25 +00:00
tex-automata all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-automata-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bbcard all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bbcard-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bclogo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bclogo-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-blockdraw_mp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-blockdraw_mp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bpolynomial all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-bpolynomial-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-chemfig tex-chemfig{,-doc}: update to 1.56 2021-02-18 19:38:52 +00:00
tex-chemfig-doc tex-chemfig{,-doc}: update to 1.56 2021-02-18 19:38:52 +00:00
tex-circuitikz tex-circuitikz{,-doc}: update to 1.3.0 2021-02-18 19:42:07 +00:00
tex-circuitikz-doc tex-circuitikz{,-doc}: update to 1.3.0 2021-02-18 19:42:07 +00:00
tex-cmarrows all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-cmarrows-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-contour all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-contour-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-drv all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-drv-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dviincl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dviincl-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-dvipng-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-eepic tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-eepic-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-ellipse all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-ellipse-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-emp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-emp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epsincl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epsincl-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-epstopdf *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tex-epstopdf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-expressg all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-expressg-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-exteps all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-exteps-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-featpost all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-featpost-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmf all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmf-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmp-auto all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-feynmp-auto-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fiziko all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fiziko-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-garrigues all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-garrigues-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-gmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-gmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-graphics-pln tex-graphics-pln{,-doc}: update to 2020.56823 2021-02-15 01:19:06 +00:00
tex-graphics-pln-doc tex-graphics-pln{,-doc}: update to 2020.56823 2021-02-15 01:19:06 +00:00
tex-hatching all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-hatching-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-incgraph all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-incgraph-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-latexmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mcf2graph tex-mcf2graph{,-doc}: update to 4.57 2021-02-14 20:09:21 +00:00
tex-mcf2graph-doc tex-mcf2graph{,-doc}: update to 4.57 2021-02-14 20:09:21 +00:00
tex-metago all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metago-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaobj all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaobj-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metaplot-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost tex-*: revbump for dependency change tex-tetex -> tex-texlive-scripts 2020-05-10 04:31:36 +00:00
tex-metapost-colorbrewer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost-colorbrewer-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metapost-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-metauml all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-metauml-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic4ode all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mfpic4ode-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mp3d all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mp3d-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mparrows all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mparrows-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpattern all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpattern-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpcolornames all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpcolornames-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpgraphics all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mpgraphics-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptopdf tex-*: revbump for dependency change tex-tetex -> tex-texlive-scripts 2020-05-10 04:31:36 +00:00
tex-mptopdf-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-mptrees all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mptrees-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pdfcrop tex-pdfcrop{,-doc}: update to 1.40 2021-02-15 03:53:47 +00:00
tex-pdfcrop-doc tex-pdfcrop{,-doc}: update to 1.40 2021-02-15 03:53:47 +00:00
tex-pgf-umlsd all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgf-umlsd-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgfgantt all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pgfgantt-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pictex all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pictex-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-piechartmp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-piechartmp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-psgo tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-psgo-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-2dplot tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-2dplot-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3d tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3d-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-3dplot tex-pst-3dplot{,-doc}: update to 2.06 2021-02-15 10:55:34 +00:00
tex-pst-3dplot-doc tex-pst-3dplot{,-doc}: update to 2.06 2021-02-15 10:55:34 +00:00
tex-pst-barcode all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-barcode-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-blur tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-blur-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-circ tex-pst-circ{,-doc}: update to 2.17 2021-02-15 11:00:37 +00:00
tex-pst-circ-doc tex-pst-circ{,-doc}: update to 2.17 2021-02-15 11:00:37 +00:00
tex-pst-coil tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-coil-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-eps tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-eps-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-fill tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-fill-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ghsb tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ghsb-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-gr3d tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-gr3d-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-grad tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-grad-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-lens tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-lens-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-math all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-math-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-node tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pst-node-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pst-osci tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-osci-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-ovl tex-pst-ovl{,-doc}: update to 0.07b 2020-05-21 10:37:38 +00:00
tex-pst-ovl-doc tex-pst-ovl{,-doc}: update to 0.07b 2020-05-21 10:37:38 +00:00
tex-pst-pdf tex-pst-pdf{,-doc} update to 1.2f 2021-02-15 11:03:11 +00:00
tex-pst-pdf-doc tex-pst-pdf{,-doc} update to 1.2f 2021-02-15 11:03:11 +00:00
tex-pst-plot tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-plot-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-poly tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-poly-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-slpe tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-slpe-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-pst-text all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-text-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tools tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pst-tools-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pst-tree all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pst-tree-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-pstricks tex-pstricks{,-doc}: update to 3.01 2021-02-15 11:07:27 +00:00
tex-pstricks-add tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pstricks-add-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-pstricks-doc tex-pstricks{,-doc}: update to 3.01 2021-02-15 11:07:27 +00:00
tex-qrcode tex-qrcode{,-doc}: add version 1.51 2021-02-12 02:52:06 +00:00
tex-qrcode-doc tex-qrcode{,-doc}: add version 1.51 2021-02-12 02:52:06 +00:00
tex-repere tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-repere-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-roex tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-roundrect all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-roundrect-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-shapes all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-shapes-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-slideshow all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-slideshow-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-splines all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-splines-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-suanpan all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-suanpan-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tex-ps tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tex-ps-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-texdraw all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-texdraw-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-textpath all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-textpath-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-threeddice all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-threeddice-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-3dplot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-3dplot-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikz-cd tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikz-cd-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tex-tikz-feynhand tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tikz-feynhand-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tikzinclude all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzinclude-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzmark tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tikzmark-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tikzorbital all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzorbital-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpagenodes all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpagenodes-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpfeile all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzpfeile-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzposter all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzposter-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzscale all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzscale-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzsymbols all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tikzsymbols-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-tkz-base tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tkz-base-doc tex-*: update to texlive 2020 versions 2020-04-27 02:08:12 +00:00
tex-tkz-fct tex-tkz-fct{,-doc}: update to 1.3c.55031 2020-05-11 11:33:48 +00:00
tex-tkz-fct-doc tex-tkz-fct{,-doc}: update to 1.3c.55031 2020-05-11 11:33:48 +00:00
tex-venndiagram all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-venndiagram-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-xypic tex-*: revbump for dependency change tex-tetex -> tex-texlive-scripts 2020-05-10 04:31:36 +00:00
tex-xypic-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 20:04:17 +00:00
tgif graphics: align variable assignments 2019-11-02 22:37:52 +00:00
tiff tiff: update to 4.2.0. 2021-01-04 18:05:03 +00:00
tk-tkimg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tkpiechart tkpiechart: update to 5.4nb2. 2019-03-08 08:42:09 +00:00
tuxpaint *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
tuxpaint-config *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tuxpaint-stamps graphics: align variable assignments 2019-11-02 22:37:52 +00:00
ucview *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
unicap *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
urt all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vcg
veusz Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
vid
viewfax
viewnior viewnior: update msfmt workaround, set PYTHON_FOR_BUILD_ONLY 2021-04-12 13:23:05 +00:00
vigra *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
viu graphics/viu: update to 1.3.0 2020-12-18 13:10:13 +00:00
vnc2swf all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vp all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
vtk Don't define bool and friends. Fixes magic compile errors. 2020-05-14 19:28:08 +00:00
vtk-data
vtk-docs
vulkan-headers Add vulkan-headers version 1.1.126.0 2021-01-24 18:57:46 +00:00
wcslib graphics/wcslib: import wcslib-7.2 2020-03-20 11:05:03 +00:00
wld Skip building only-useful-with-Wayland packages on unsupported systems 2020-08-19 08:16:21 +00:00
wm-icons *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wmphoto
wxsvg Include missing cairo and pango buildlinks in bl3.mk, too. 2020-09-19 14:11:30 +00:00
x11rec Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
xart
xbmbrowser
xdot Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
xdvipresent
xfce4-icon-theme *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xfig xfig: update to 3.2.8. 2021-04-02 19:32:21 +00:00
xgc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xgraph
xli
xmorph *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xpaint *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xplot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xplot-devel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xsane *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
xv graphics: align variable assignments 2019-11-02 22:37:52 +00:00
xzgv *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
zathura-cb zathura-cb: set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:57:14 +00:00
zathura-djvu zathura-djvu: set PYTHON_FOR_BUILD_ONLY 2021-04-12 12:57:36 +00:00
zbar Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
zphoto Revbump for multimedia/x265 update 2021-04-12 08:29:59 +00:00
Makefile Add qrrs 2021-04-09 09:07:41 +00:00