Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (59m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 16:59:55 UTC Now

2020-01-06 00:01:03 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-terminal to 0.8.9.1

(gutteridge)

2020-01-06 00:00:51 UTC MAIN commitmail json YAML

xfce4-terminal: update to 0.8.9.1

Change log:

0.8.9.1
=======
- Fix "Open terminal here" functionality that was broken in release 0.8.9
  (bug #16307)

(gutteridge)

2020-01-05 23:05:53 UTC MAIN commitmail json YAML

doc: Updated devel/mk-configure to 0.32.1

(cheusov)

2020-01-05 23:05:38 UTC MAIN commitmail json YAML

2020-01-05 23:02:44 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-tumbler to 0.2.8

(gutteridge)

2020-01-05 23:02:26 UTC MAIN commitmail json YAML

xfce4-tumbler: update to 0.2.8

Change log:

0.2.8
======
- Fix thumbnail orientation (Bug #15011)
- prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory (Bug #15858)
- Translation Updates: Galician, Portuguese, Slovenian, Spanish

(gutteridge)

2020-01-05 22:20:40 UTC MAIN commitmail json YAML

MesaDemos: enable wayland where supported

(nia)

2020-01-05 22:10:03 UTC MAIN commitmail json YAML

doc: Updated devel/wayland-protocols to 1.18

(nia)

2020-01-05 22:09:52 UTC MAIN commitmail json YAML

wayland-protocols: Update to 1.18

This version comes with documentational clarifications, bug fixes and minor
additions to existing protocols. See the commit log for details.

Alexandros Frantzis (3):
      linux-explicit-synchronization: Allow fences with opaque EGL buffers
      linux-explicit-synchronization: Warn about using the protocol while using graphics APIs
      linux-explicit-synchronization: Clarify implicit synchronization guarantees of release events

Chia-I Wu (1):
      linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

Jan-Marek Glogowski (1):
      xdg-shell: use case to change the app ID at runtime

Jonas ��dahl (2):
      xdg-shell/README: Update E-mail address
      configure.ac: Bump version to 1.18

Sebastian Krzyszkowiak (1):
      xdg-shell: fix a typo

Simon Ser (3):
      xdg-output: deprecate the xdg_output.done event
      pointer-gestures: add a release request
      xdg-output: make xdg_output.description mutable

(nia)

2020-01-05 22:05:29 UTC MAIN commitmail json YAML

2020-01-05 21:54:20 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.12.2

(leot)

2020-01-05 21:53:55 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.12.2

Changes:
1.12.2
------
### Additions
- [deviantart] match new search/popular URLs (#538)
- [deviantart] match `/favourites/all` URLs (#555)
- [deviantart] add extractor for followed users (#515)
- [pixiv] support listing followed users (#515)
- [imagefap] handle beta.imagefap.com URLs (#552)
- [postprocessor:metadata] add `directory` option (#520)

### Fixes
- [artstation] fix search result pagination (#537)
- [directlink] send Referer headers (#536)
- [exhentai] restrict default directory name length (#545)
- [mangadex] change domain to mangadex.cc (#559)
- [mangahere] send `isAdult` cookies (#556)
- [newgrounds] fix tags metadata extraction
- [pixiv] retry after rate limit errors (#535)
- [twitter] handle quoted tweets (#526)
- [twitter] handle API rate limits (#526)
- [twitter] fix URLs forwarded to youtube-dl (#540)
- prevent infinite recursion when spawning new extractors (#489)
- improve output of `--list-keywords` for "parent" extractors (#548)
- provide fallback for SQLite versions with missing `WITHOUT ROWID`
  support (#553)

(leot)

2020-01-05 21:48:45 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-terminal to 0.8.9

(gutteridge)

2020-01-05 21:48:31 UTC MAIN commitmail json YAML

xfce4-terminal: update to 0.8.9

Change log:

0.8.9
=====
- Respect the "Working Directory" setting when opening initial window (the
  current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
  will know the (translated) name and icon for the application. This is visible
  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
  which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
  window size when showing or hiding widgets such as tabbar, toolbar, menubar
  on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
  color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
  map on exit prevents users from disabling the Alt+N shortcuts by setting them
  to "" in accels.scm. The shortcuts that had been disabled got overridden on
  the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
  #15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
  otherwise, it won't be able to unmaximize the window once it's shown again.
  (bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
  from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
  tab, allowing to undo close tab, and checking for a running process. (bug
  #15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
  Galician, Greek, Italian, Lithuanian, Norwegian Bokm奪l, Portuguese, Slovak,
  Slovenian

(gutteridge)

2020-01-05 21:38:54 UTC MAIN commitmail json YAML

mk/plist: make documentation for GENERATE_PLIST more precise

(rillig)

2020-01-05 21:37:43 UTC MAIN commitmail json YAML

rust: fix building on Darwin

(adam)

2020-01-05 21:35:33 UTC MAIN commitmail json YAML

doc/guide: add an example for SUPERSEDES

This example makes it easier to see that the assignment operator should
always be += instead of a simple =. Also remove the word dewey since that
is a classification scheme for libraries, not a versioning scheme.

(rillig)

2020-01-05 21:19:40 UTC MAIN commitmail json YAML

lang: add gcc9

(rillig)

2020-01-05 21:16:00 UTC MAIN commitmail json YAML

doc: Added lang/gcc9 version 9.2.0

(rillig)

2020-01-05 21:15:46 UTC MAIN commitmail json YAML

lang/gcc9: add gcc-9.2.0

The GNU Compiler Collection includes front ends for C, C++, Objective-C,
Fortran, Ada, Go, and D, as well as libraries for these languages
(libstdc++,...).

This is the 2019 version, initially released in April 2019.

pkgsrc-specific changes to lang/gcc8:

The PLIST file is fixed, to guarantee that all expected files are
installed properly. In lang/gcc8 it had been autogenerated.

Only those patches have been kept that were strictly necessary to build
GCC on NetBSD-amd64. The others may be added from lang/gcc8 as necessary.

Tested by bootstrapping pkgsrc using CC=$PREFIX/gcc9/bin/gcc.

(rillig)

2020-01-05 19:53:24 UTC MAIN commitmail json YAML

Removed net/stripes

(kim)

2020-01-05 19:52:50 UTC MAIN commitmail json YAML

2020-01-05 19:41:12 UTC MAIN commitmail json YAML

Removed www/wml

(kim)

2020-01-05 19:40:05 UTC MAIN commitmail json YAML

2020-01-05 19:38:02 UTC MAIN commitmail json YAML

2020-01-05 19:30:48 UTC MAIN commitmail json YAML

2020-01-05 19:24:40 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-exo to 0.12.11

(gutteridge)

2020-01-05 19:24:29 UTC MAIN commitmail json YAML

xfce4-exo: update to 0.12.11

Remove pkgsrc patch now that it's applied in an upstream release.

Change log:

0.12.11
======
- General:
  - Bump documentation dates
  - Add *.mo to .gitignore
- Bug Fixes:
  - Revert padding patches that add too much padding in the Thunar
    compact view (Xfce #16196)

(gutteridge)

2020-01-05 19:12:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja to 1.22.3

(gutteridge)

2020-01-05 19:12:21 UTC MAIN commitmail json YAML

caja: update to 1.22.3

Change log:

caja 1.22.3

  * editable-label: Don't hyphenate filenames
  * update translations
  * canvas-item: Don't hyphenate filenames
  * Fix a grammar mistake reported by translators

(gutteridge)

2020-01-05 19:07:40 UTC MAIN commitmail json YAML

Updated textproc/docbook-xsl, multimedia/mkvtoolnix

(adam)

2020-01-05 19:07:20 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 42.0.0

Version 42.0.0 "Overtime":

New features and enhancements
* mkvmerge: added an option for creating byte-identical files:
  `--deterministic <seed>`.
* mkvmerge: Matroska reader: mkvmerge will remove the `icpf` atom headers if
  they're present in frames read from Matroska files.
* mkvmerge: MP4 reader: ALAC tracks: the number of channels, sampling
  frequency and bit depth are now taken from the bitstream in order to fix
  bogus values on the container level.
* mkvpropedit: when changing track UIDs the referring elements in existing
  chapters & tags will be updated automatically, too.
* mkvinfo: when the option `-p`/`--hex-positions` is used, element positions
  will be output regardless of the verbosity level.
* mkvinfo: added the option `-P`/`--positions` for showing the position of
  each element in decimal regardless of the verbosity level used.
* mkvinfo: added the option `-o`/`--continue` for continuing processing when
  the first cluster is encountered regardless of the verbosity level
  used.
* mkvinfo: added the option `-a`/`--all` for outputting all sub-elements (even
  cues & seek head entries) and not stopping at the first cluster regardless
  of the verbosity level used.
* MKVToolNix GUI: multiplexer: added an option in the preferences for
  disabling adding cover images from Blu-ray discs.
* MKVToolNix GUI: multiplexer: added mkvmerge's new `--deterministic` option
  in the "additional command-line options" dialog.
* MKVToolNix GUI: header editor:: when changing track UIDs the referring
  elements in existing chapters & tags will be updated automatically,
  too.

Bug fixes
* mkvmerge: HEVC ES parser: fixed a bug in the slice parser calculating the
  size of a field which in turn could have led to the slice's type being read
  wrong.
* mkvmerge: Matroska reader: fixed a segmentation fault when trying to read a
  file that uses header removal compression but no removed bytes are present
  in the track headers.
* mkvmerge: MPEG elementary stream parser: fixed an invalid memory access and
  use of uninitialized memory that could happen under certain
  circumstances.
* mkvmerge: RealMedia reader: fixed a division by zero when all audio
  timestamps were zero.
* mkvmerge: RealMedia reader: fixed an invalid memory access in the video
  frame assembly code triggered by invalid data in the file.

Build system changes
* `std::optional` (C++17 feature) is now used instead of `boost::optional`.
* `std::regex` is now used instead of `boost::regex`.

Other changes
* New man page translations into French, Italian, Russian and Chinese
  Traditional have been added.

(adam)

2020-01-05 18:54:40 UTC MAIN commitmail json YAML

docbook-xsl: bump revision

- Fix "A potential infinite template recursion was detected." error (needed for MKVToolNix).
- Tidy up the Makefile.

(adam)

2020-01-05 18:46:11 UTC MAIN commitmail json YAML

doc: Updated net/cisco-mibs to 20170101nb1

(kim)

2020-01-05 18:45:58 UTC MAIN commitmail json YAML

Update cisco-mibs to 20170101, latest available tar files from Cisco

(kim)

2020-01-05 17:57:58 UTC MAIN commitmail json YAML

firefox[68]: Enable WebRTC by default on NetBSD 9+.

Tested with Jitsi Meet.

(nia)

2020-01-05 17:55:22 UTC MAIN commitmail json YAML

2020-01-05 17:53:58 UTC MAIN commitmail json YAML

doc: Added devel/py-Deprecated version 1.2.7

(minskim)

2020-01-05 17:53:55 UTC MAIN commitmail json YAML

devel/Makefile: Add py-Deprecated

(minskim)

2020-01-05 17:53:53 UTC MAIN commitmail json YAML

devel/py-Deprecated: Import version 1.2.7

Python @deprecated decorator to deprecate old python classes,
functions or methods.

(minskim)

2020-01-05 17:01:19 UTC MAIN commitmail json YAML

grpc: Add a version number to libupb too

Fixes PLIST mismatches.

(leot)

2020-01-05 16:39:18 UTC MAIN commitmail json YAML

orca: Remove gnome-mag dependency

(nia)

2020-01-05 13:44:03 UTC MAIN commitmail json YAML

lang/gcc8-libs: fix PKGREVISION according to the comment

(rillig)

2020-01-05 13:38:49 UTC MAIN commitmail json YAML

lang/gcc8: fix DESCR

gcc-8.3 is not a development version.

(rillig)

2020-01-05 13:01:55 UTC MAIN commitmail json YAML

2020-01-05 12:35:40 UTC MAIN commitmail json YAML

pkglint: Include more .go file to PLIST

(ryoon)

2020-01-05 12:16:59 UTC MAIN commitmail json YAML

herbstluftwm: Needs asciidoc

(nia)

2020-01-05 11:43:12 UTC MAIN commitmail json YAML

doc: Removed multimedia/totem-browser-plugin

(nia)

2020-01-05 11:42:40 UTC MAIN commitmail json YAML

multimedia: Remove totem-browser-plugin

Obsolete NPAPI plugin, no longer useful or advisable to use

(nia)

2020-01-05 10:40:11 UTC MAIN commitmail json YAML

chat: remove myself as MAINTAINER for libpurple stuff

(nia)

2020-01-05 10:39:33 UTC MAIN commitmail json YAML

centerim5: drop MAINTAINER

(nia)

2020-01-05 10:21:06 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ffmpeg3-3.4.7, gnucash-3.8, gssdp12-1.2.2, gupnp12-1.2.2,
  libarchive-3.4.1, libsigc++3-3.0.2, phpmyadmin-5.0, py-setuptools-44.0.0,
  py-stem-1.8, x264-devel-20191217.

(wiz)

2020-01-05 04:12:38 UTC MAIN commitmail json YAML

mkv2mp4: Recursive revbump from multimedia/gpac

(ryoon)

2020-01-05 04:11:44 UTC MAIN commitmail json YAML

doc: Updated multimedia/gpac to 0.8.0

(ryoon)

2020-01-05 04:11:16 UTC MAIN commitmail json YAML

gpac: Update to 0.8.0

* Convert to ffmpeg4 from ffmpeg3

Changelog:
We are happy to announce the new release 0.8.0 of GPAC, featuring AV1, full CENC and ATSC3.0 support.

General

    Many security fixes (static compile and fuzzing through AFL, always ongoing).
    Many bugs fixes
    Added :ncl option in log levels to disable color logs
    More tests and coverage

File Formats

    Better support of QTFF / ProRes files
    Support for AV1
    -- import and export
    -- source formats: OBUs (Section 5), IVF and AnnexB
    -- AV1 in HEIF
    Support for color (nclc, nclx and ICC profiles) in HEIF and ISOBMFF
    Support for HDR (mdcv, clli) info in HEIF and ISOBMFF
    Support for alpha in HEIF
    Support for enforcing pasp presence even for 1:1 ratios
    HEVC temporal sublayer split in MP4Box
    Allow meta storage before mdat for meta-only files (heif and co)
    Added option to keep AU delimiter in isobmff samples
    Support for opus import
    Support for pixi and ccst in HEIF
    DolbyVision 'dvcC' and partial 'dvhe' boxes for HDR
    Support for VP9 import and playback
    Sample dependency in avc and hevc importers, and track thinner for non-refs images
    Support for audio_roll signaling
    New audio import mode to control AudioSampleEntry creation (v0, v1 ISOBMFF, v1 QTFF)
    xHE-AAC import with detection of sync samples
    Added support for MPEG-H 3D audio boxes (no import yet)
    Handle Vobsub empty SPU packets
    Added auxv and pict support

Common Encryption

    Fully compliant CENC supporting cenc, cens, cbc1 and cbcs
    CENC for AV1
    Improved DASH+CENC support, pssh in MPD
    ForceClear mode for CENC to skip encryption without sample groups
    Made senc in movie fragments always stored before truns
    Added default values handling for cbcs and possibility to set protection system per track
    Compatibility with OpenSSL 1.1.x

Streaming and Adaptive Streaming

    Support for ATSC3.0 both US and Korean versions !
    Support for for live splices (xlink period insertions) in DASH client
    Automatic period continuity in DASH when no codec change between periods
    Added DASH cue-base segmentation (XML based) and -dsap option to generate cue files from source
    Support for BBA-0 and BOLA implementations
    Write fragment defaults in trex even when not using them
    Support for simple ssix for keyframe data byterange at the start of a segment
    Moved segment template at AdaptationSet level if only one representation
    Changed default bsmode in dasher if single input file
    Added init-seg-ext option
    Added -mvex-after-traks option to MP4Box when dashing for CMAF
    Added segmentation option to insert a tfdt per traf
    Added -closest mode for DASH segmentation
    Added -bound option to use audio segmenting method for video
    Renamed -dash-run-for to -run-for
    Added '=' in dash templates
    Improved bandwith estimation when using HTTP 1.1 chunk transfer
    Add option to force moof base offsets

MP4Box

    Added -catpl to concatenate from playlist in MP4Box
    Added options to set movie timescale at import and dash time
    Added mpd rip option and top-level box compressor in MP4Box
    Made -dts skip timing check and added -dtsc for that
    Made force-cat option more agressive
    Support for MovieFragmentRandomAccess using -mfra option
    Added -dtsx to dump timing without offset
    Added -dnalc opt for nal CRC dump
    Added chunk extraction up to time until end
    ISOBMFF single track import now removes references by default

Decoders

    Updated ffmpeg to 4.0.2
    Moved to openHEVC 3.0 API
    Added nvdec support (windows, linux) with reuse of decoder context for tiled VR
    Added HEVC support to mediacodec on android
    AV1 playback through ffmpeg
    Opus playback through ffmpeg

3D, VR and 360

    Added vrhud for multiviewpoint 360
    Added forced visibility mode of tiles in VR
    Added tile visibility debug mode
    Added forced stereo output for openhevc
    Disable face nav if mouse grabbed
    Added simple face tracking vr navigation based on udp commands
    Added PSVR support
    Added mouse move emulation at window border to force sphere rotation when inactive
    Changed tile visibility algo to sample points in mesh

Players (Mobile and Desktop)

    Added about extension
    Added multiple audio objects in dynamic scene
    Added addon splicing of main content
    Added mosaic://v1:.:vN url support
    Added gaze simulation through mouse and gaze-sphere visibility test

Subtitles

    Allow * as argument of -srt|ttxt to dump all possible tracks (#925)
    Improved support for WebVTT import
    Improved support for WebVTT DASHing/fragmentation

Misc

    OSX install now done through PKG and modify PATH env in/etc/paths
    Added initial PMT version and disc marker to TS muxer
    Moved dektec output to matrix API, added SDI clipping
    Added temi periodic toggle and manual toggle in MP42TS

(ryoon)

2020-01-05 02:30:40 UTC MAIN commitmail json YAML

doc: Updated graphics/darktable to 3.0.0

(ryoon)

2020-01-05 02:30:09 UTC MAIN commitmail json YAML

darktable: Update to 3.0.0

* Use clang and OpenMP because GCC Graphite is not universal
  (at least NetBSD 9.99.31 has no Graphite support).

Changelog:
## The Big Ones

- A full rework of the GUI. The whole GUI is now fully
  controlled by [GTK+ CSS rules](https://developer.gnome.org/gtk3/stable/chap-css-overview.html). There is
  no more size, color, position in Gtk C code, which makes the whole GUI themable. This version comes
  with several themes:

    - darktable                : the default theme
    - darktable-icons          : the default theme with icons

    - darktable-elegant-darker : more condensed fonts
                                  best experience with Roboto font installed

    - darktable-icons-darker  : as elegant, with module icons
                                  best experience with Roboto font installed

    - darktable-elegant-dark  : lighter version
    - darktable-elegant-grey  : even lighter version

    - darktable-icons-dark    : lighter version. with module icons
    - darktable-icons-grey    : even lighter version, with module icons

  New shortcuts have been introduced to quickly collapse borders, sidebars, histogram and
  navigation modules, allowing a new borderless editing experience.

  Note that the new GUI requires Gtk+ 3.22 or higher to work properly.

- It's now possible to associate dynamic key shortcuts to sliders, then
  use them with the mouse wheel or arrow keys to move the value up and down.
  For example, associating the <kbd>E</kbd> key to the exposure slider, you can press
  it and scroll to increase the exposure without having to open the module.
  You get fast heads-up access to all your favorite settings, as if you
  were using a dedicated multimedia console.

- The color picker on the 'tone curve', 'color zones' and 'fill light' modules,
  as well as the parametric mask controls, now allows you to select an
  area when enabled by using <kbd>Ctrl+click</kbd> on the button.

- Added undo/redo support in lighttable for tags, color labels, ratings,
  metadata, deleted history stack, pasted history stack and applied
  styles.

  IMPORTANT:
  The 'preview' and 'preview with focus detection' actions
  (previously <kbd>Z</kbd> and <kbd>Ctrl+Z</kbd> respectively) are now assigned to
  <kbd>W</kbd> and <kbd>Ctrl+W</kbd> in order to follow the convention of
  using <kbd>Ctrl+Z</kbd> for the "undo" function (<kbd>Ctrl+Y</kbd> for redo).

- A new timeline view has been introduced in the lighttable.

- A new 'culling' mode has been added to the lightable view. It
  displays a fixed number of consecutive images starting from the first
  selected, and allows you to pan & zoom them. The number of displayed images
  can be set by the user, and they can be navigated with the mouse wheel
  and keyboard.

- A quite extensive rewrite of the lighttable view (including the filmstrip in darkroom view)
  has been made to greatly improve the overall performance. The lighttable is now
  usable on 4K and 5K monitors.

- Added support for the new 'raster mask', a copy of a parametric mask
  which is stable during the whole pixel-pipe.

- The processing order of the pixel-pipe can now be changed by using
  <kbd>Ctrl+Shift+drag</kbd> on the module headers to arrange them relative
  to each other. It is VERY IMPORTANT to understand that this feature is NOT
  for creating a more convenient GUI layout, but for changing the actual
  processing of the image. DO NOT USE THIS FEATURE unless you understand the
  reason behind the default ordering, and have a specific reason for changing it.
  The default order is still the correct order for most purposes. Also note that
  styles will always apply the default ordering; creating a style based on modules
  which have had their order changed will NOT recreate this changed order when
  applied, and therefore may not give the expected result.

- The history stack will now always show mandatory modules which were previously
  hidden. They are always active as necessary for processing images, and are not
  removed by compressing history or by selecting one as a stating point for editing.
  These seven modules (some are RAW-only) have a specific icon to identify them easily:

          - raw black/white point
          - white balance
          - highlight reconstruction
          - demosaic
          - input color profile
          - output color profile
          - gamma

- The 'color zones' module now shows a histogram based on the chosen ‘select
  by’ channel, and if the color picker is in 'select area' mode, the range within
  the selected area will also be shown. By default, the spline adjustment is
  now similar to the curve controls, allowing you to add and delete nodes, but
  these nodes can still be moved with the old-style size control by selecting
  the 'edit by area' checkbox. There is also a new 'strong' processing option,
  and a new color picker which creates a curve based on selected image area.

- A new module 'filmic RGB' which, like the previous 'filmic', is designed
  to replace 'base curve', 'shadows and highlights' and other global tone-mapping modules.
  This new version replaces the one introduced in 2.6.2; it should be easier to use,
  and it will reduce color casts. The old 'filmic' module is now deprecated and
  is only available on images where it was already used for editing.

- A new module 'tone equalizer' is designed to merge the features of 'zone system',
  'shadows and highlights', and (local) 'tone mapping' modules in a scene-referred
  RGB space. It brings an easy and safe way to remap tones locally, performing a quick
  zone-based dodging and burning using Ansel Adam's zone system logic.
  The module provides an interface similar to audio graphic equalizers,
  with 9 bands (available as fixed sliders or nodes on a spline view),
  allowing you to selectively push or pull the exposure for each band in the
  range from blacks to specular highlights. It also features an interactive
  cursor that allows to push or pull the exposure gains directly from
  the image preview by simply hovering over an area and scrolling. It uses a guided filter
  internally to refine the dodging and burning mask, which preserves local contrast
  without producing halos along edges.

## New Features And Changes

- A new module for handling 3D RGB Lut transformations (PNG Hald-CLUT and
  Cube files are supported).

- Many improvements to the 'denoise (profiled)' module. The degree of shadow
  denoising can be controlled, including the correction of color casts
  (mainly improves high-ISO images). "Auto" modes which infer some parameters
  from the profile are available, allowing users to create presets
  which are adaptive to various ISO values. The default values of the sliders
  are also adapted dynamically on module activation, giving a good trade-off
  between noise smoothing and detail preservation.  The non-local means mode
  has 2 new options: one to coarse-grain denoising, and one to control the
  amount of fine detail to preserve. The controls now have soft boundaries,
  which means that users can use the keyboard to enter values outside the
  range of the sliders if they need to.

- Along with selecting the 'soft proof' color profile, users can now select an
  additional profile for the color space of the histogram, color picker and
  overexposed checker. When gamut or softproof checks are active the histogram
  and color picker use the softproof profile, otherwise they use the new
  histogram profile (which is always used for overexposure checking).

- A new setting for 'working profile' has been added to the input color profile
  module. This color space will be used by RGB modules between the input and
  output color profile modules.

- A new color picker has been added to the parametric masking controls which
  adjusts the range sliders based on the selected area from the image. Click the
  picker button to adjust the input image slider, <kbd>Ctrl+click</kbd> the
  button to adjust the output image slider.

- The 'picasa' target storage in the export module has been completely rewritten
  to support the new Google Photo API, and renamed 'google photos'. It is again
  possible to create albums directly from the export module.

- A new single-line image information display can be positioned at the top (left, right,
  or center) or bottom (center) of the darkroom view to replace the information previously
  overlaid on the histogram. The specific information shown can be configured in preferences.

- The 'tagging' module is faster, and can now display hierarchical tags in a
  tree view. Tags can now be designated as 'private' (not exported by default),
  'synonym' (to help search engines), and 'category' (not exported, for organizing
  the tag library). The metadata exported with images can now be configured in the
  'export selected' module, allowing you to choose which main types are exported,
  as well as define values for specific tags based on formulas.

- Many code optimizations for CPU and SSE paths. The tone equalizer module
  introduces a new optimization paradigm (GCC target clones), aimed toward users
  of pre-built Linux packages. The image-processing code will be cloned for several
  CPU generations (SSE2, SSE3, SSE4, AVX, AVX2) at compilation time, and the best-suited
  version of the code will be chosen by the system at run time. This experiment is
  to be generalized to other modules if proven successful, and will allow users of pre-built
  packages to get the same performance as if the program was specifically compiled for their
  computer. It needs GCC 9 compiler and does not yet work on Windows
  due to the lack of support of target clones on the OS side.

- A new preference to expand/collapse a darkroom module when it is
  activated/deactivated.

- The 'collect images' module has a new single-click option featuring range selection
  for date-time and numeric values.

- The orientation of drawn masks using the 'gradient' shape is now clearly displayed
  with an arrow.

- The 'graduated density' module has better accuracy when computing the
  rotation to avoid sporadic flipping of the gradient.

- Make sure the OpenCL kernel code is recompiled when the driver
  version is updated.

- Add color pickers for 'split toning', 'graduated density' and 'watermark' modules.

- The color picker positions are kept during editing within a module.

- The map view can zoom on the images of the selected collection.

- The slideshow will now start at the selected images if any, and supports
  changing the delay between images. It will also now be more responsive when
  manually moving backward and forward through the images.

- A new 'basic adjustments' module has been added. It allows to adjust
  the black level, exposure, highlight compression, contrast, middle grey,
  brightness and saturation. It also has an auto feature based on Rawtherapee's
  auto levels that can work on the entire image or a user selected area.

- A new 'rgb curve' module has been added. It has modes for linked and
  independent RGB channels. The curves and histogram can be displayed using
  the working profile or can be scaled to be 50% grey. A secondary color
  picker will add 4 nodes to the curve based on the area selected in the
  image: min, average, middle, and max.

- A new 'rgb levels' module has been added. It has linked and
  independent channels, preserve colors option and is native RGB.

- A new search box has been added to the module groups in the darkroom
  view, with configuration options to show only the module groups, only
  the search box, or both. Modules are searched for by (localized) name,
  and when displaying only the search box, the active modules are shown
  when the box is empty. A shortcut can be set for focusing the box.

- A preview window has been added to the darkroom that displays the edited image
  on a separate window.

- A new option 'skip' is added to the 'on conflict' setting on the export module
  which skips the exporting to existing destination files.

- Allow to switch between clone/heal and blur/color modes in 'retouch' module
  after creating a shape using <kbd>Ctrl+click</kbd> on corresponding mode icon.

- An accels window (<kbd>H</kbd>) has been added to summarize all
  available shortcuts and mouse actions available in the current
  context.

- A zoom & pan feature has been added to lighttable full preview.

- The base-curve module is now using luminance color preservation by
  default. This can give slightly less saturated pictures compared to
  the previous version where no color preservation was made. But it
  will generally avoid color shift.

## Bug fixes

- The color picker support has been fixed by a complete rewrite. It
  should now give correct values in all cases.

- Fix overexposed display.

- Do not disable SSL for storage modules.

- A long standing bug on mask distort in Liquify module has been
  fixed. This was visible when a liquify mask was used together with
  the perspective correction module activated.

- A bug on mask distort from crop & rotate when using flip and
  some angle has been fixed.

- Fix manual crop in perspective correction module when not in default
  orientation.

- The modification of date/time is now stored into the XMP. This
  ensures that removing the picture and reloading will keep the changes.

- Fix orientation to support all cases as exposed in these examples:
  https://github.com/recurser/exif-orientation-examples

- Store the panel states for each lighttable mode.

- Fix crop&rotate and orientation in the lightroom importer.

- Fix ProPhoto RGB profile.

- Fix exif lens metadata parsing containing comma.

## Lua

- The displayed image in darkroom view can now be changed.

- GUI panel visibility can now be queried and changed.

- Lighttable view toolbox (rating filter, rating comparator, sort
  field, and sort direction) can now be changed.

- Lighttable layout and zoom level can now be changed.

- All images containing a specific tag can be searched and returned.

## Changed Dependencies

- CMake 3.10 is now required.
- OpenMP 4.0 is now required (optional dependency).

## RawSpeed changes

### Changed Dependencies

- CMake 3.10 is now required.
- Pugixml 1.8 is now required.
- OpenMP 4.0 is now required (optional dependency).
- POSIX threads are no longer required.
- zlib 1.2.11 is now required (optional dependency).

### Changes

- Threading was migrated to OpenMP from POSIX threads.
- Phase One IIQ decompressor fixes (quadrant scaling, bad column).
- Large-scale code cleanup, hardening is ongoing still.
- A CMake infrastructure was added to allow integration of RawSpeed into LLVM LNT / Test-Suite.
- Widespread performance tuning, most affected decompressors:
  * Sony ARW2
  * Panasonic V5
  * Phase One
  * Nikon
  * Pentax
  * Canon
  * Samsung V1 (compression = '32772')
  * Samsung V2 (compression = '32773')
- Continuation of collaboration with LLVM Compiler Infrastructure Project.

## Camera support, compared to 2.6.0

### Base Support

- Epson R-D1s
- Epson R-D1x
- Fujifilm FinePix F770EXR
- Fujifilm FinePix S7000
- Fujifilm GFX 50R (compressed)
- Fujifilm X-A10
- Fujifilm X-T30 (compressed)
- Fujifilm XF10
- Kodak DCS Pro 14N
- Kodak EasyShare Z981
- Kodak EasyShare Z990
- Leica C (Typ 112) (4:3)
- Leica CL (dng)
- Leica Q (Typ 116) (dng)
- Leica Q2 (dng)
- Leica SL (Typ 601) (dng)
- Leica V-LUX (Typ 114) (3:2, 4:3, 16:9, 1:1)
- Nikon Z 6 (14bit-uncompressed, 12bit-uncompressed)
- Nikon Z 7 (14bit-uncompressed)
- Olympus E-M1X
- Olympus E-M5 Mark III
- Olympus TG-6
- Panasonic DC-G90 (4:3)
- Panasonic DC-G91 (4:3)
- Panasonic DC-G95 (4:3)
- Panasonic DC-G99 (4:3)
- Panasonic DC-ZS200 (3:2)
- Panasonic DMC-TX1 (3:2)
- Phase One P30
- Sony DSC-RX0M2
- Sony DSC-RX100M6
- Sony DSC-RX100M7
- Sony ILCE-6400
- Sony ILCE-6600
- Sony ILCE-7RM4

### White Balance Presets

- Leica Q2
- Nikon D500
- Nikon Z 7
- Olympus E-M5 Mark III
- Panasonic DC-LX100M2
- Sony ILCE-6400

### Noise Profiles

- Leica Q2
- Nikon D3
- Nikon D3500
- Nikon Z 6
- Nikon Z 7
- Olympus E-PL8
- Olympus E-PL9
- Panasonic DC-LX100M2
- Sony DSC-RX100M5A
- Sony ILCE-6400
- Sony SLT-A35

## Translations

- Catalan
- Czech
- Danish
- German
- European Spanish
- French
- Hebrew
- Hungarian
- Italian
- Japanese
- Norwegian Bokmål
- Dutch
- Polish
- Russian
- Slovenian

(ryoon)

2020-01-05 02:20:28 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird60 to 60.9.1nb1

(ryoon)

2020-01-05 02:20:08 UTC MAIN commitmail json YAML

2020-01-05 02:19:22 UTC MAIN commitmail json YAML

Updated www/firefox60 to 60.9.0nb1

(ryoon)

2020-01-05 02:18:53 UTC MAIN commitmail json YAML

2020-01-04 23:00:37 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.2.1nb1

(wiz)

2020-01-04 23:00:27 UTC MAIN commitmail json YAML

py-mercurial: joerg says py-expat and py-sqlite3 are test depends only, make it so.

Bump PKGREVISION.

(wiz)

2020-01-04 22:56:09 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.217

(wiz)

2020-01-04 22:55:58 UTC MAIN commitmail json YAML

mame: update to 0.217.

MAME 0.217

What better way to celebrate Christmas than with a new MAME release?
That窶冱 right 窶� MAME 0.217 is scheduled for release today.

The most exciting thing this month is the recovery of the Sega
Model 1 coprocessor TGP programs for Star Wars Arcade and Wing War,
making these games fully playable. We窶况e been working on Virtua
Fighter as well, and while the graphics are greatly improved, there
are still some gameplay issues as of this release. In other arcade
emulation news, sasuke has been busy fixing long-standing graphical
issues in Nichibutsu games, and AJR has made some nice improvements
to the early SNK 6502-based games.

On the home system side, there are some nice Sam Coupテゥ improvements
from TwistedTom, support for Apple II paddle controllers, a better
Apple II colour palette, and significant improvements to Acorn
RiscPC emulation. TV game emulation is progressing steadily, with
two Lexibook systems, the Jungle Soft Zone 40, and the MiWi 16-in-1
now working.

For front-end developers, we窶况e added data to the XML list format
allowing you to handle software lists enabled by slot card devices
(there are a few of these for Acorn and Sinclair home computers).
The minimaws sample script has been updated to demonstrate a number
of tasks related to handling software lists. For MAME contributors,
we窶况e made save state registration a bit simpler, and more manageable
in the debugger.

MAME 0.216

With the end of November in sight, it窶冱 time to check out MAME
0.216! We窶况e addressed the reported issues with last month窶冱 bgfx
update, and made a whole lot of little improvements to MAME窶冱
internal user interface. In particular, setting up controls should
be easier, and several issues affecting macOS users with non-English
number format settings have been fixed. Some of the issues caused
bad settings to be written to INI files. If you still don窶冲 see
the filter list panel on the system selection menu, try removing
the ui.ini file.

This month, we窶决e able to present two unreleased 1970s prototypes
from Italian developer Model Racing: their internal code names are
Cane and Orbite. With the assistance of former Model Racing employees,
the source code was extracted from the original disks. These games
are incomplete, but they provide a unique look into early CPU-based
arcade development. Game & Watch titles continue to be emulated,
with the addition of Mario The Juggler, and the panorama screen
Mickey Mouse and Donkey Kong Circus games in this release.

This release brings GameKing emulation to MAME. The system-on-a-chip
used in this low-cost, low-resolution hand-held console from the
early 2000s has been identified and emulated. Games for the
colour-screen GameKing III are also playable. Acorn BBC Micro
emulation has been re-worked to support internal expansion boards,
and a number of additional peripherals are now available. ZX Spectrum
emulation has been enhanced with better open bus read behaviour
and support for two Miles Gordon Technology peripherals.

(wiz)

2020-01-04 20:58:45 UTC MAIN commitmail json YAML

doc: Updated wm/cwm to 6.6

(ng0)

2020-01-04 20:58:24 UTC MAIN commitmail json YAML

wm/cwm: Update to version 6.6

Changelog:

2020-01-04: Sixth public release 6.6 of portable cwm.

Changes made between OpenBSD 6.4 and 6.5
* Added a configtest flag (-n) to cwm(1).
* Introduced 'group-close-[n]' action to cwm(1) to close all windows
  within a specified group.

(ng0)

2020-01-04 20:46:27 UTC MAIN commitmail json YAML

musicpd: Regen PLIST

(nia)

2020-01-04 20:41:50 UTC MAIN commitmail json YAML

doc: Updated www/liferea to 1.12.7

(leot)

2020-01-04 20:41:29 UTC MAIN commitmail json YAML

liferea: Update to 1.12.7

Changes:
Version 1.12.7
* #734: Fixes crash when selecting empty nodes
  (Leiaz)
* Fixes #727: Out-dated documentation on Firefox live bookmarks
  (reported by blueray453)
* Fixes headline large images/videos or images with margins
  causing horizontal scrolling in headline view
  (Lars Windolf)

Version 1.12.6
* #658: Add confirmation dialog when adding duplicate subscription
  (dymoksc)
* Fixes #689: When resuming from sleep feeds were being fetched
  before Wifi cam up
  (ghost)
* Fixes #685: Headerbar plugin "Mark All Read" button is not
  feed-specific
  (Robbie Cooper)
* Fixes #549: Scrollbars not always present in the headline area
  (Leiaz)
* Fixes #543: Next update overrides HTML5 enrichment
  (Lars Windolf)
* Fixes overly wide label in enclosure preferences dialog
  (Lars Windolf)
* Dropped unencrypted warning from auth dialog (not true anymore)
  (Lars Windolf)
* #692: Update of Czech translation
  (RadimNo)
* #688: Adding translatable tooltips for the headerbar plugin
  (Robbie Cooper)

(leot)

2020-01-04 20:28:08 UTC MAIN commitmail json YAML

mercurial: remove outdated comments

(wiz)

2020-01-04 20:21:26 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.2.1

(wiz)

2020-01-04 20:21:15 UTC MAIN commitmail json YAML

py-mercurial: update to 5.2.1.

Enable python-3.x support in pkgsrc.

Changes in 5.2.1:
Changes not documented.

(wiz)

2020-01-04 19:53:24 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 19.4.1

(rillig)

2020-01-04 19:53:14 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 19.4.1

Changes since 19.4.0:

The notes for inserting an empty line have been changed from "insert
after this line" to "insert before this line" to make the line numbers
in the diagnostics contiguous. There had been several places where the
diagnostics went from line 1 to line 2 and then back to line 1, which
was confusing.

The lines in ALTERNATIVES files are checked for trailing whitespace.
This is only for consistency with the other checks. In the whole pkgsrc
tree all ALTERNATIVES files are already fine.

The diagnostics for comments in .endif/.endfor lines that don't
correspond to their .if/.elif/.for counterparts now includes the exact
line number of the corresponding condition, to make the warning easier
to fix.

The diagnostics for wrong variable value alignment now mention the
current column in addition to the desired column, to make it easier to
see by how much and in which direction the indentation should be fixed.

Variables that are used in conditions before they are actually defined
need the :U modifier.

(rillig)

2020-01-04 19:11:10 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-enigmail to 2.1.5

(wiz)

2020-01-04 19:11:01 UTC MAIN commitmail json YAML

thunderbird-enigmail: update to 2.1.5.

Enigmail 2.1.5

Released 2019-12-31, works with Thunderbird 68 and Postbox 7.

Notable Changes

This is a maintenance release.

Bugs fixed:

    Security issue: unsigned MIME parts displayed as signed
    Ensure that upgrading GnuPG 2.0.x to 2.2.x upgrade converts keyring format
    Make Enigmail Compatible with Protected-Headers spec, draft 2
    See list of fixed defects for more fixed issues.

Enigmail 2.1.4

Released 2019-12-12, works with Thunderbird 68 and Postbox 7.

Notable Changes

This is a maintenance release.

Bugs fixed:

    Mixed classic/窶却Ep mode on startup if the pEp Engine is not fully operational
    Key Management menu bar unreadable on dark themes
    OpenPGP column re-appears after every startup
    "Attach my public key to message" option is not restored properly
    Better activity feedback in the "Create OpenPGP Key" window
    Automatic updating GnuPG does not work
    See list of fixed defects for more fixed issues.

(wiz)

2020-01-04 19:06:54 UTC MAIN commitmail json YAML

doc: Updated textproc/py-uritemplate to 3.0.1

(wiz)

2020-01-04 19:06:45 UTC MAIN commitmail json YAML

py-uritemplate: update to 3.0.1.

3.0.1 - 2019-12-19
------------------

- Update to Python 3.6, 3.7, and 3.8
- Drop support for Python 2.6, 3.2, and 3.3
- Ignore ``None`` in list argument expansion
- Handle a list with an empty string appropriately

(wiz)

2020-01-04 19:05:48 UTC MAIN commitmail json YAML

doc: Updated www/py-httplib2 to 0.15.0

(wiz)

2020-01-04 19:05:39 UTC MAIN commitmail json YAML

py-httplib2: update to 0.15.0.

0.15.0

  python2: regression in connect() error handling
  https://github.com/httplib2/httplib2/pull/150

  add support for password protected certificate files
  https://github.com/httplib2/httplib2/pull/143

  feature: Http.close() to clean persistent connections and sensitive data
  https://github.com/httplib2/httplib2/pull/149

(wiz)

2020-01-04 19:04:19 UTC MAIN commitmail json YAML

doc: Updated net/glib-networking to 2.62.2

(wiz)

2020-01-04 19:04:11 UTC MAIN commitmail json YAML

glib-networking: update to 2.62.2.

2.26.2 - December 9, 2019
=========================

- Fix handshake_context crashes (#97)

(wiz)

2020-01-04 19:02:49 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.9.13

(wiz)

2020-01-04 19:02:39 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.9.13.

2019-12-30  7.0.9-13 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-13, GIT revision 16616:dbafe0b:20191230.

2019-12-27  7.0.9-13 Cristy  <quetzlzacatenango@image...>
  * xc:white no longer creates a black PNM image (reference
    https://github.com/ImageMagick/ImageMagick/issues/1817).
  * Sync pixel cache for -kmeans option.
  * Thread -kmeans option.
  * PSD: only set the alpha channel when type is not 0.
* Fix Lab to custom profile (CMYK or RGB) conversion bug (reference
  https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318).

2019-12-26  7.0.9-12 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-12, GIT revision 16587:7d6a559:20191226.

2019-12-26  7.0.9-12 Cristy  <quetzlzacatenango@image...>
  * Fix Build failure with MinGW-w64 (reference
    https://github.com/ImageMagick/ImageMagick6/issues/67).
  * Inject image profile properties immediately after the image is read.

2019-12-23  7.0.9-11 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-11, GIT revision 16568:1d6c960:20191224.

2019-12-18  7.0.9-11 Cristy  <quetzlzacatenango@image...>
  * Replace pseudo-random number generator with a Xoshiro generator.
  * The -layers optimize option requires a fully transparent previous image.

2019-12-22  7.0.9-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-10, GIT revision 16548:281649843:20191222.

2019-12-18  7.0.9-10 Cristy  <quetzlzacatenango@image...>
  * Some clang releases do not support _aligned_alloc().
  * Support -kmeans command-line option.
  * The -layers optimize option requires a fully transparent previous image.

2019-12-07  7.0.9-9 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-9, GIT revision 16513:8ec82f4:20191215.

2019-12-07  7.0.9-9 Cristy  <quetzlzacatenango@image...>
  * Build file clean-up (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Improve semaphore handling @
    https://github.com/ImageMagick/ImageMagick/pull/1798).
  * Introduce HeapOverflowSanityCheckGetExtent() method (reference
    https://github.com/ImageMagick/ImageMagick/pull/1798).

2019-12-01  7.0.9-8 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-8, GIT revision 16474:0bc0e95:20191207.

2019-12-01  7.0.9-8 Cristy  <quetzlzacatenango@image...>
  * -type bilevel behavior restored, it creates a black and white image.

2019-11-30  7.0.9-7 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-7, GIT revision 16449:971ba06:20191130.

2019-11-26  7.0.9-7 Cristy  <quetzlzacatenango@image...>
  * Support Pocketmod image format, e.g.
    convert -density 300 pages?.pdf pocketmod:organize.pdf
  * Fixed numerous issues  posted to GitHub (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * Update documentation.

2019-11-26  7.0.9-6 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.9-6, GIT revision 16407:1725ec3:20191126.

2019-11-19  7.0.9-6 Cristy  <quetzlzacatenango@image...>
  * Increase the maximum number of bezier coordinates (reference
    https://github.com/ImageMagick/ImageMagick/issues/1784).
  * Santize "'" from SHOW and WIN delegates under Linux, '"\' for Windows
    (thanks to Enzo Puig).
  * Correct for TGA orientation (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
  * The result for -compose Copy -extent on a  MYK image is CMYK (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
  * Fix potential buffer overflow when reading a fax image (alert from
    Justin).
  * Support dng:use-camera-wb option.

(wiz)

2020-01-04 19:01:51 UTC MAIN commitmail json YAML

Document jp2 option. Sort.

(wiz)

2020-01-04 17:03:34 UTC MAIN commitmail json YAML

doc: Updated net/qbittorrent to 4.2.1

(nia)

2020-01-04 17:03:25 UTC MAIN commitmail json YAML

qbitorrent: Update to 4.2.1

Wed Dec 18 2019 - sledgehammer999 <sledgehammer999@qbittorrent.org> - v4.2.1
    - FEATURE: Enable portable mode if "profile" directory exists (Tester798)
    - FEATURE: Enable "Apply rate limit to peers on LAN" option by default (Chocobo1)
    - BUGFIX: Sync translations from Transifex and run lupdate (sledgehammer999)
    - BUGFIX: Don't unnecessarily delete OS files in folders (sledgehammer999)
    - BUGFIX: Use the incomplete folder where appropriate (sledgehammer999)
    - BUGFIX: Align Properties tab bar correctly on window resize (Prince Gupta)
    - BUGFIX: Rework the listening IP/interface selection code (sledgehammer999)
    - BUGFIX: Fix inconsistent icon for deleting torrent (Chocobo1)
    - BUGFIX: Show torrent error message in transfer list (Chocobo1)
    - BUGFIX: Fix stuck in wrong torrent state (Chocobo1)
    - BUGFIX: Expand single-item folders in torrent content (warren)
    - WEBUI: Bump Web API version (sledgehammer999)
    - WEBUI: Add ability to rename torrent files from the WebUI (Thomas Piccirello)
    - WEBUI: Mention lack of HTTPS in WebUI magnet link warning (nl6720)
    - WEBUI: Fix HTML elements size in search tab (Chocobo1)
    - SEARCH: Fix incorrect translation displayed after language change (Chocobo1)
    - SEARCH: Fix missing translations in search plugins dialog (Chocobo1)
    - WINDOWS: Update russian translation of the installer (Andrei Stepanov)

(nia)

2020-01-04 16:49:22 UTC MAIN commitmail json YAML

doc: Updated net/libtorrent-rasterbar to 1.2.3

(nia)

2020-01-04 16:49:12 UTC MAIN commitmail json YAML

libtorrent-rasterbar: Update to 1.2.3

Changes:

    fix erroneous event=completed tracker announce when checking files
    promote errors in parsing listen_interfaces to post listen_failed_alert
    fix bug in protocol encryption/obfuscation
    fix buffer overflow in SOCKS5 UDP logic
    fix issue of rapid calls to file_priority() clobbering each other
    clear tracker errors on success
    optimize setting with unlimited unchoke slots
    fixed restoring of trackers, comment, creation date and created-by in resume data
    fix handling of torrents with too large pieces
    fixed division by zero in anti-leech choker
    fixed bug in torrent_info::swap

(nia)

2020-01-04 16:16:36 UTC MAIN commitmail json YAML

doc: Updated games/redeclipse to 2.0.0

(nia)

2020-01-04 16:16:25 UTC MAIN commitmail json YAML

redeclipse: Update to 2.0.0

Red Eclipse 2 brings massive changes to all facets of the game, and the numerous improvements and changes are too numerous to list individually. The broad brush changes to the game are instead enumerated below:
Tesseract Engine

The modern, deferred pipeline Tesseract engine replaces the elderly Cube 2 engine used in all prior versions of Red Eclipse. Tesseract brings myriad improvements to the visuals, including the following:

    Realtime dynamic lighting and shadow
    Ambient occlusion and global illumination
    Vastly improved mapmodel lighting
    HDR, bloom, and tonemapping.
    Dynamic, procedural vertex colour animation
    Volumetric lighting
    Water screenspace reflection
    Glass and water refraction

Significant work has been exhausted in making the Tesseract engine accessible to lower end computers. This is done by changing the lighting and model population on lower map effects levels, allowing high end rigs to use all of the engine's eye candy while still being playable on Intel integrated chips (HD 4600 and newer).
New UI system

The new new new extended UI system (nnnxui) brings significant improvements to the menu system as well as increased modularity to the heads-up display. With this system, it is easy to design customizable HUDs to suit particular players. The menu system also benefits from a significant performance increase from the rewrite.
Focused Gameplay

Unlike prior versions of the game with huge quantities of maps, Red Eclipse 2 focuses on providing the best possible levels to play on, at the expense of map volume. There are seven main deathmatch maps included with Red Eclipse 2 and one race map; this is multiple times fewer maps than RE 1.x has shipped.

There is also a focus on making the core gameplay more accessible to new players, with a tutorial level and interactive setup menu to get players to understand the interfaces of the game better. In addition to this, the user interface has been simplified to get players to quickly be able to play standard modes without having to know too much about the sausage making behind the scenes.

The weapons in Red Eclipse 2 have also been significantly revamped compared to 1.6. While the same number of weapons remain with similar names, the weapons have all been retuned to better suit the changes in physics and the addition of pickups. The inclusion of pickups allows for more potent weapons that can be put at a disadvantage by their ammo dependence.
Steam Integration

Red Eclipse 2 launches from Steam, a platform few open source games manage to launch on (and no prior Red Eclipse game, for that matter). In doing so, Red Eclipse 2 is easier to install than ever and reaches a broader base than the Linux-heavy community that Red Eclipse 1.x drew upon. With Red Eclipse's permissive licensing scheme, the GPL conflicts with proprietary integration do not exist and it is possible to provide a well integrated game with the Steam ecosystem.

(nia)

2020-01-04 16:12:24 UTC MAIN commitmail json YAML

doc: Removed net/logjam

(nia)

2020-01-04 16:12:00 UTC MAIN commitmail json YAML

net: Remove logjam.

No longer works with LiveJournal, according to #pkgsrc users.
Development has been dead for a decade.

PKGREVISION record: 83

(nia)

2020-01-04 14:06:40 UTC MAIN commitmail json YAML

doc: Removed security/seahorse-plugins

(nia)

2020-01-04 14:04:30 UTC MAIN commitmail json YAML

security: Remove seahorse-plugins.

Old GNOME 2 component. This is no longer part of GNOME.
Plugins for GNOME are no longer maintained alongside the seahorse client.

(nia)

2020-01-04 13:53:53 UTC MAIN commitmail json YAML

doc: Removed x11/gnome-mag

(nia)

2020-01-04 13:53:29 UTC MAIN commitmail json YAML

x11: Remove gnome-mag.

Another old GNOME 2 component. This is no longer part of GNOME.

(nia)

2020-01-04 13:50:48 UTC MAIN commitmail json YAML

doc: Removed x11/gnopernicus

(nia)

2020-01-04 13:50:00 UTC MAIN commitmail json YAML

x11: Remove gnopernicus

GNOME 2 component. No release since 2006, no longer part of GNOME.

(nia)

2020-01-04 13:47:56 UTC MAIN commitmail json YAML

Updated emulators/qemu to 4.2.0nb1

(ryoon)

2020-01-04 13:47:00 UTC MAIN commitmail json YAML

Include xkbcommon unconditionally and directly to reduce PLIST divergence

* Bump PKGREVISION.

(ryoon)

2020-01-04 13:43:33 UTC MAIN commitmail json YAML

vinagre: Remove gnome-panel dependency, not actually needed

(nia)

2020-01-04 13:37:05 UTC MAIN commitmail json YAML

doc: Removed devel/libgail-gnome

(nia)

2020-01-04 13:36:35 UTC MAIN commitmail json YAML

devel: Remove libgail-gnome.

Old GNOME 2 component, no longer used by anything, no longer part of GNOME

(nia)

2020-01-04 13:25:11 UTC MAIN commitmail json YAML

doc: Removed comms/gnome-pilot

(nia)

2020-01-04 13:24:22 UTC MAIN commitmail json YAML

2020-01-04 13:17:02 UTC MAIN commitmail json YAML

doc: Removed time/hamster-applet

(nia)

2020-01-04 13:16:21 UTC MAIN commitmail json YAML

2020-01-04 13:14:51 UTC MAIN commitmail json YAML

doc: Removed misc/deskbar-applet

(nia)

2020-01-04 13:14:00 UTC MAIN commitmail json YAML

2020-01-04 12:58:42 UTC MAIN commitmail json YAML

Removed lang/go111

(bsiegert)

2020-01-04 12:58:19 UTC MAIN commitmail json YAML

2020-01-04 12:30:31 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-nestopia to 1.50

(nia)

2020-01-04 12:30:16 UTC MAIN commitmail json YAML

doc: Updated emulators/nestopia to 1.50

(nia)

2020-01-04 12:30:07 UTC MAIN commitmail json YAML

nestopia: Missing file, should have been in last commit

(nia)

2020-01-04 12:29:45 UTC MAIN commitmail json YAML

nestopia: Update to 1.50

----------------------------------------------------------------
1.50
----------------------------------------------------------------
Shell:

Additions:
  - Added ability to output data from homebrew module (Phil Smith)

libretro:
Additions:
  - Button shift option
  - Input bitmask support (TwinAphex)
  - Enhanced core options (TwinAphex)
  - Build in NstDatabase.xml

Core:

Additions:
  - Homebrew module (Phil Smith)
  - Support for mapper 31 (rainwarrior)
  - Support for mappers 28 and 30 (retro-wertz)
  - Support for UNL-KS7031 (retro-wertz)
  - Support for MMC3 Big CHR-RAM Board

Fixes:
  - Deterministic Save States (creambits)

(nia)

2020-01-04 12:14:49 UTC MAIN commitmail json YAML

doc: Updated games/devilutionx to 1.0.0

(nia)

2020-01-04 12:14:40 UTC MAIN commitmail json YAML

devilutionx: Update to 1.0.0

Features

    FPS no longer capped at 20hz; smoother mouse and transitions
    Full-featured gamepad support
    All movies can now be skipped via ESC
    Implement --help, --version and --data-dir
    Implement FPS counter (-f)
    Force windowed mode with -x
    Skip startup movies with -n
    Implement scroll wheel navigation
    Implement touch support
    Load assets from the same folder as the mpq
    Faster loading

Platforms

    Added Nintendo Switch support
    Added Retro Gamer Handheld (OpenDingux/Retrofw) support
    Added OpenBSD support
    Windows version is now build as GUI an app and has an icon

Bugfixes

    Fixed random missing sounds
    Fixed NPCs not talking about the right quest
    Error messages implemented in GUI
    Fixed having to restart the game between network sessions
    Fixed game not working on some Radeon GPUs
    Fixed panel missing after minimizing game if upscaling is disabled
    Fixed clicks in the left letterbox being incorrectly handled
    Fixed end movie not looping

Original Diablo bugs

    Fixed a large number of rare stability issues from the original game
    Correctly take open panels into account when casting spells
    Fix sound some times being muted after Diablo dies

(nia)

2020-01-04 12:14:23 UTC MAIN commitmail json YAML

Add a rule to create EPUB file

* Sync htdocs with 20190104
* Do not build EPUB file by default

(ryoon)

2020-01-04 12:13:44 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.10.2

(nia)

2020-01-04 12:13:35 UTC MAIN commitmail json YAML

gitea: Update to 1.10.2

## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
* BUGFIXES
  * Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
  * Add ErrReactionAlreadyExist error (#9550) (#9564)
  * Fix bug when migrate from API (#8631) (#9563)
  * Use default avatar for ghost user (#9536) (#9537)
  * Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
  * Fix deleted branch not removed when push the branch again (#9516) (#9524)
  * Fix missing repository status when migrating repository via API (#9511)
  * Trigger webhook when deleting a branch after merging a PR (#9510)
  * Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
  * Fix NewCommitStatus (#9434) (#9435)
  * Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
  * Fix Slack webhook payload title generation to work with Mattermost (#9404)
  * DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
  * Fix issue indexer not triggered when migrating a repository (#9333)
  * Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
  * Fix migration releases (#9319) (#9326) (#9328)
  * Fix File Edit: Author/Committer interchanged (#9297) (#9300)

(nia)

2020-01-04 12:09:29 UTC MAIN commitmail json YAML

2020-01-04 12:07:16 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-sameboy to 0.12.3

(nia)

2020-01-04 12:07:07 UTC MAIN commitmail json YAML

doc: Updated emulators/sameboy to 0.12.3

(nia)

2020-01-04 12:06:58 UTC MAIN commitmail json YAML

sameboy: Update to 0.12.3

Changes

  This version is backwards compatible with save states from SameBoy 0.11.x
  and newer.

  New/Improved Features

    * Super Game Boy color correction is now available in the libretro port
    * It is now possible to hide the Super Game Boy border in the libretro
      port
    * The SDL port will now hide the mouse while a ROM is running

  Accuracy Improvements/Fixes

    * Changing the frequency of channels 1 and 2 is now more accurate
    * Audio rendering should now be accurate when emulating Game Boy Advance

  Bug Fixes

    * Fixed garbled graphics while emulting Super Game Boy in the SDL port
      when OpenGL 3.2 is not available
    * The Cocoa build is now linked against the correct SDK version,
      restoring compatbility with older macOS versions that was mistakenly
      dropped in the previous release
    * Fixed fullscreen related issues in the SDL port
    * Fixed a bug where the SDL port did not save the battery in some cases
    * Bug fixes to libretro achievement support
    * Restored Game Boy Camera support on newer macOS versions
    * Fixed High-DPI support on Windows 10

  Misc Internal Changes

    * Improvements to the audio and ICD2 APIs
    * Allow compiling SameBoy for platforms with a non-standard bool size
    * Improved build portability, will now use pkg-config if available

(nia)

2020-01-04 11:57:31 UTC MAIN commitmail json YAML

doc: Updated net/get_iplayer to 3.24

(nia)

2020-01-04 11:57:19 UTC MAIN commitmail json YAML

get_iplayer: Update to 3.24

Changes in 3.24

    Restored 25fps HLS streams omitted from v3.23.
    Removed --hls-lq-audio option. It will now generate an error if used.
    Added --mpeg-ts option. If MPEG-TS is your preferred output format (e.g., for device compatibility), use this option to ensure output files are in proper MPEG-TS format regardless of the stream format (HLS or DASH). This is identical to --raw for HLS streams, but the DASH raw format is different. If you have been using --raw to generate MPEG-TS output, switch to --mpeg-ts (which overrides --raw).

(nia)

2020-01-04 11:55:03 UTC MAIN commitmail json YAML

doc: Updated emulators/dosbox-x to 0.82.25

(nia)

2020-01-04 11:54:51 UTC MAIN commitmail json YAML

dosbox-x: Update to 0.82.25

0.82.25
  - Added 1920x1440 4:3 HD VESA BIOS mode and increased
    scaler limits to support it.
  - VESA BIOS emulation now rejects video modes that
    exceed the render scaler architecture's limits,
    to avoid frozen screens if set. However, VESAMOED.COM
    warns the user, so if the user ignores the warning,
    VESA BIOS emulation will allow user-defined modes
    that exceed the limits anyway.
  - VESAMOED.COM will now warn you if the custom mode
    you modified exceeds the render scaler's limits.
  - VGA emulation now reports render scaler limits
    in the logfile at startup, if debug logging is
    enabled.
  - Render scaler code now logs a warning when it
    rejects a video mode that exceeds the render
    scaler limits.
  - S3 emulation now allows 16MB of video memory.
  - Due to continuous problems with DOS games and a
    very long VESA modelist, the defaults for VESA
    BIOS options in dosbox.conf have been changed to
    limit the modelist to something a late 1990s
    VESA BIOS would list. New defaults include a
    maximum resolution of 1280x1024, the removal of
    4bpp 16-color packed, unusual video modes,
    "High Definition" TV broadcast modes, and the
    extra explicitly defined 24bpp modes to complement
    VBE1.2 32bpp modes. Those options remain
    changeable and all limits can be lifted with
    settings in dosbox.conf if wanted.
  - Allow using "" in the debugger to specify that
    a hex value should be used rather than the
    contents of the flag with that name. Allows
    hex values of AC, AF, CF and DF to be directly
    specified. (Allofich)
  - 25.COM, 28.COM, and 50.COM now have different
    versions for VGA, EGA, and other IBM compatible
    video machines. 28.COM now correctly sets 28 lines
    for machine=ega. CGA/MDA/Hercules/etc. still use
    INT AX=3h for 25.COM.
  - Change 25.COM to use INT 10h AX=1114h (8x16) instead
    of INT 10h AX=3 (set 80x25 mode).
  - INT 10h AX=1111h (8x14) and AX=1113h (8x8), related
    to 28.COM and 50.COM, now range check the current
    cursor row against number of rows to keep it on
    screen.
  - Fixed ADDKEY "full" command not turning on the
    full core when used with a delay. (Allofich)
  - INT 10h AX=101Ah Get Video DAC color-page state fixed
    to restore display after blanking it due to Attribute
    Controller read and write operations. This fixes
    IBM PC compatible MS-DOS game "Blue Force".
  - Debugger: "VGA AC" now shows AC disable bits as well
    as the internal state indicating whether the last
    byte written to 3C0h was handled as the index.

(nia)

2020-01-04 11:45:33 UTC MAIN commitmail json YAML

doc: Updated audio/libmysofa to 0.9.1

(nia)

2020-01-04 11:45:21 UTC MAIN commitmail json YAML

libmysofa: Update to 0.9.1

Changes:
    multithreading for most function works now
    some cleanup of unused code

(nia)

2020-01-04 10:58:02 UTC MAIN commitmail json YAML

doc: Added www/squid4 version 4.9

(taca)

2020-01-04 10:57:45 UTC MAIN commitmail json YAML

www/Makefile: add and enable squid4

(taca)

2020-01-04 10:57:18 UTC MAIN commitmail json YAML

www/squid4: Add squid4 package version 4.9

Add squid4 package version 4.9 based on wip/squid4 package.

Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support
The 4 series brings many new features and upgrades to the basic
networking protocols. A short list of the major new features is:

Squid 4 represents a new feature release above 3.5.

The most important of these new features are:

* Configurable helper queue size
* Helper concurrency channels changes
* SSL support removal
* Helper Binary Changes
* Secure ICAP
* Improved SMP support
* Improved process management
* Initial GnuTLS support
* ESI Custom Parser removal

(taca)

2020-01-04 10:10:30 UTC MAIN commitmail json YAML

doc: Updated net/bind914 to 9.14.9

(taca)

2020-01-04 10:10:02 UTC MAIN commitmail json YAML

net/bind914: update to 9.14.9

Update bind914 to 9.14.9 (BIND 9.14.9).

--- 9.14.9 released ---

5330. [bug] 'configure --without-python' was ineffective if
PYTHON was set in the environment. [GL #1434]

5329. [bug] Reconfiguring named caused memory to be leaked when any
GeoIP2 database was in use. [GL #1445]

5328. [bug] rbtdb.c:rdataset_{get,set}ownercase failed to obtain
a node lock. [GL #1417]

5327. [func] Added a statistics counter to track queries
dropped because the recursive-clients quota was
exceeded. [GL #1399]

5326. [bug] Add python dependancy on 'distutils.core' to configure.
'distutils.core' is required for installation.
[GL #1397]

5321. [bug] Obtain write lock before updating version->records
and version->bytes. [GL #1341]

(taca)

2020-01-04 10:09:26 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.14

(taca)

2020-01-04 10:08:41 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.14

Update bind911 to 9.11.14 (BIND 9.11.14).

--- 9.11.14 released ---

5330. [bug] 'configure --without-python' was ineffective if
PYTHON was set in the environment. [GL #1434]

5329. [bug] Reconfiguring named caused memory to be leaked when any
GeoIP2 database was in use. [GL #1445]

5328. [bug] rbtdb.c:rdataset_{get,set}ownercase failed to obtain
a node lock. [GL #1417]

5327. [func] Added a statistics counter to track queries
dropped because the recursive-clients quota was
exceeded. [GL #1399]

5326. [bug] Add python dependancy on 'distutils.core' to configure.
'distutils.core' is required for installation.
[GL #1397]

5322. [bug] Conditional compilation of lock_callback was
inconsistent with conditional use of the function
when forcing BIND to build with older and unsupported
versions of OpenSSL. [GL #1386]

5321. [bug] Obtain write lock before updating version->records
and version->bytes. [GL #1341]

(taca)

2020-01-04 04:27:53 UTC MAIN commitmail json YAML

doc: Updated print/hplip to 3.19.12

(khorben)

2020-01-04 04:27:01 UTC MAIN commitmail json YAML

Remove reference to an inexistent patch file

(khorben)

2020-01-04 04:24:12 UTC MAIN commitmail json YAML

hplip: Update to 3.19.12

Tested on NetBSD/amd64 (9.0_BETA) with a HP LaserJet 200 color MFP M276.

A manual copy/paste of the intermediate release notes follows (see
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
for the original content).

HPLIP 3.19.12:

* Added support for the following new Printers:
  - HP Color LaserJet Pro M256dn
  - HP Color LaserJet Pro M255dn
  - HP Color LaserJet Pro M256nw
  - HP Color LaserJet Pro M255nw
  - HP Color LaserJet Pro M256dw
  - HP Color LaserJet Pro M255dw
  - HP Color LaserJet Pro M155a
  - HP Color LaserJet Pro M156a
  - HP Color LaserJet Pro M155nw
  - HP Color LaserJet Pro M156nw
  - HP Color LaserJet Pro MFP M282nw
  - HP Color LaserJet Pro MFP M284nw
  - HP Color LaserJet Pro MFP M283fdn
  - HP Color LaserJet Pro MFP M285fdn
  - HP Color LaserJet Pro MFP M283fdw
  - HP Color LaserJet Pro MFP M285fdw
  - HP Color LaserJet Pro MFP M283cdw
  - HP Color LaserJet Pro MFP M285cdw
  - HP Color LaserJet Pro MFP M182n
  - HP Color LaserJet Pro MFP M184n
  - HP Color LaserJet Pro MFP M182nw
  - HP Color LaserJet Pro MFP M184nw
  - HP Color LaserJet Pro MFP M183fw
  - HP Color LaserJet Pro MFP M185fw
* Added support for following new Distro's:
  - Debian 10.1
  - Debian 10.2
  - Manjaro 18.1.2
* Features:
  - Rendering print jobs with cupsfilter command

HPLIP 3.19.11:

* Added support for the following new Printers:
  - HP Color LaserJet MFP M776dn
  - HP Color LaserJet Flow MFP M776z
  - HP Color LaserJet Flow MFP M776zs
  - HP Color LaserJet M856dn
  - HP Color LaserJet M856x
  - HP Color LaserJet E85055dn
* Added support for following new Distro's:
  - Manjaro 18.1.0(64-bit)
  - Ubuntu 19.10(64-bit)
  - Fedora 31(64-bit)

HPLIP 3.19.8:

* Added support for the following new Printers:
  - HP DesignJet T1530 Postscript
  - HP DesignJet T2530 Postscript
  - HP DesignJet T930 Postscript
  - HP DesignJet T1600 Postscript Printer
  - HP DesignJet T1600dr Postscript Printer
  - HP DesignJet T2600 Postscript MFP
  - HP LaserJet Pro MFP M329dn
  - HP LaserJet Pro MFP M329dw
  - HP LaserJet Pro M305d
  - HP LaserJet Pro M304a
  - HP LaserJet Pro M305dn
  - HP LaserJet Pro M305dw
* Added support for following new Distro's:
  - OpenSuse 15.1
  - Debian 9.9
  - Debian 10
  - Manjaro 18.0.4
  - Linux Mint 19.2
  - RHEL 8.0

HPLIP 3.19.6:

* Added support for the following new Printers:
  - HP Smart Tank 500 series
  - HP Smart Tank 530 series
  - HP Smart Tank Plus 570 series
  - HP Smart Tank Plus 650
  - HP Smart Tank 610
  - HP Smart Tank Plus 550
  - HP Smart Tank 510
  - HP Neverstop Laser MFP 1200a
  - HP Neverstop Laser MFP 1200w
  - HP Laser NS MFP 1005
  - HP Laser NS MFP 1005w
  - HP Neverstop Laser 1000a
  - HP Neverstop Laser 1000w
  - HP Laser NS 1020
  - HP Laser NS 1020w
  - HP DesignJet T2600dr Postscript MFP
  - HP DesignJet XL 3600 PS MFP
  - HP Color LaserJet Pro M453cdn
  - HP Color LaserJet Pro M454dn
  - HP Color LaserJet Pro M454cdn
  - HP Color LaserJet Pro M453cdw
  - HP Color LaserJet Pro M454nw
  - HP Color LaserJet Pro M454dw
  - HP Color LaserJet Pro M454cdw
  - HP Color LaserJet Pro MFP M479dw
  - HP Color LaserJet Pro MFP M478fcdn
  - HP Color LaserJet Pro MFP M479fdn
  - HP Color LaserJet Pro MFP M479fcdn
  - HP Color LaserJet Pro MFP M478fcdw
  - HP Color LaserJet Pro MFP M479fdw
  - HP Color LaserJet Pro MFP M479fnw
  - HP Color LaserJet Pro MFP M479fcdw
  - HP LaserJet Pro MFP M428dw
  - HP LaserJet Pro MFP M429dw
  - HP LaserJet Pro MFP M428fdn
  - HP LaserJet Pro MFP M428c1
  - HP LaserJet Pro MFP M428c3
  - HP LaserJet Pro MFP M428m
  - HP LaserJet Pro MFP M429fdn
  - HP LaserJet Pro MFP M428fdw
  - HP LaserJet Pro MFP M428c2
  - HP LaserJet Pro MFP M428c4
  - HP LaserJet Pro MFP M429fdw
  - HP LaserJet Pro M404d
  - HP LaserJet Pro M405d
  - HP LaserJet Pro M404n
  - HP LaserJet Pro M405n
  - HP LaserJet Pro M404dn
  - HP LaserJet Pro M404c1
  - HP LaserJet Pro M404c3
  - HP LaserJet Pro M404m
  - HP LaserJet Pro M405dn
  - HP LaserJet Pro M404dw
  - HP LaserJet Pro M404c2
  - HP LaserJet Pro M404c4
  - HP LaserJet Pro M405dw

HPLIP 3.19.5:

* Added support for the following new Printers:
  - HP LaserJet Enterprise M507n
  - HP LaserJet Enterprise M507dn
  - HP LaserJet Enterprise M507x
  - HP LaserJet Enterprise M507dng
  - HP LaserJet Managed E50145dn
  - HP LaserJet Managed E50145x
  - HP LaserJet Enterprise MFP M528dn
  - HP LaserJet Enterprise MFP M528f
  - HP LaserJet Enterprise Flow MFP M528c
  - HP LaserJet Enterprise Flow MFP M528z
  - HP LaserJet Managed MFP E52645dn
  - HP LaserJet Managed Flow MFP E52645c
  - HP Color LaserJet Managed E75245dn
  - HP Color LaserJet Enterprise M751n
  - HP Color LaserJet Enterprise M751dn
  - HP PageWide XL 3900PS MFP
  - HP OfficeJet Pro 8030 All-in-One Printer series
  - HP OfficeJet Pro 8020 All-in-One Printer series
  - HP OfficeJet 8020 All-in-One Printer Series
  - HP OfficeJet 8010 All-in-One Printer series
* Added support for following new Distro's:
  - Debian 9.8(64-bit)
  - Ubuntu 19.04(64-bit)
  - Fedora 30(64-bit)

HPLIP 3.19.3:

* Added support for the following new Printers:
  - HP OfficeJet Pro All-in-One 9010
  - HP OfficeJet Pro All-in-One 9020
  - HP OfficeJet All-in-One 9010
  - HP PageWide XL 4100 Printer
  - HP PageWide XL 4100 MFP
  - HP PageWide XL 4600 Printer
  - HP PageWide XL 4600PS MFP
  - HP Color LaserJet Managed MFP E77422a
  - HP Color LaserJet Managed MFP E77422dv
  - HP Color LaserJet Managed MFP E77422dn
  - HP Color LaserJet Managed MFP E77428dn
  - HP LaserJet MFP E72425a
  - HP LaserJet MFP E72425dv
  - HP LaserJet MFP E72425dn
  - HP LaserJet MFP E72430dn
  - HP LaserJet Managed MFP E62655dn
  - HP LaserJet Managed MFP E62665hs
  - HP LaserJet Managed Flow MFP E62665h
  - HP LaserJet Managed Flow MFP E62675z
  - HP LaserJet Managed Flow MFP E62665z
  - HP LaserJet Managed E60155dn
  - HP LaserJet Managed E60165dn
  - HP LaserJet Managed E60175dn
  - HP Color LaserJet Managed E65150dn
  - HP Color LaserJet Managed E65160dn
  - HP Color LaserJet Managed MFP E67650dh
  - HP Color LaserJet Managed Flow MFP E67660z
* Added support for following new Distro's:
  - Debian 9.7(64-bit)
  - RHEL-7.6(64-bit)
  - LinuxMint 19.1(64-bit)

HPLIP 3.19.1:

* Added support for the following new Printers:
  - HP LaserJet Managed MFP E82540du
  - HP LaserJet Managed MFP E82550du
  - HP LaserJet Managed MFP E82560du
  - HP Color LaserJet Managed MFP E87640 du
  - HP Color LaserJet Managed MFP E87650du
  - HP Color LaserJet Managed MFP E87660du
* Added support for the following new ScanJet Device:
  - HP Scanjet Pro 2500 f1
* Added support for following new Distro's:
  - Fedora 29(64-bit)
  - Open Suse 15(64-bit)
  - Manjaro 18.0(64-bit)
  - RHEL 7.2(64-bit)

HPLIP 3.18.12:

* Added support for the following new Printers:
  - HP Tango
  - HP Tango X
* Added support for the following new ScanJet Device:
  - HP Scanjet Pro 2000 S1
* Added support for following new Distro's:
  - Debian 9.6(64-bit)
  - Ubuntu 18.10(64-bit)

HPLIP 3.18.10:

* Added support for the following new Printers:
  - HP DesignJet T1708 PostScript
  - HP DesignJet T1708dr PostScript

HPLIP 3.18.9:

* Added support for the following new Printers:
  - HP PageWide 755dn
  - HP PageWide MFP 774dns
  - HP PageWide MFP 774dn
  - HP PageWide MFP 779dns
  - HP PageWide MFP 779dn
  - HP LaserJet Pro MFP M148dw
  - HP LaserJet Pro MFP M149dw
  - HP LaserJet Pro MFP M148fdw
  - HP LaserJet Pro MFP M149fdw
  - HP LaserJet Pro M118dw
  - HP LaserJet Pro M119dw
  - HP Scanjet Enterprise 7500 Flatbed Scanner
* Added support for the following new Distros:
  - Linux Mint 19
  - Debian 9.5

HPLIP 3.18.7:

* Added support for the following new Printers:
  - HP Smart Tank 350
  - HP Smart Tank Wireless 450
  - HP Ink Tank 310
  - HP Ink Tank Wireless 410
  - HP Ink Tank 115
  - HP DesignJet Z6 24in
  - HP DesignJet Z6 44in
  - HP DesignJet Z6dr 44in
  - HP DesignJet Z9 24in
  - HP DesignJet Z9 44in
  - HP DesignJet Z9dr 44in
* Added support for the following new Distros:
  - Fedora 28 (64 bit)
* Issues fixed:
  - CR 59273 - Supplies and status information are not displayed in the
    hp-toolbox for Ruby
  - CR 58929 - HPLIP Google Reported Issues related to models.dat file
    on PPD mapping
  - CD 58930 - HPLIP Google Reported Syntactical Issues related to
    models.dat file

HPLIP 3.18.6:

* Added support for the following new Printers:
  - HP DesignJet Z6810ps 60in
  - HP DesignJet Z6610ps 60in
  - HP DesignJet Z6810ps 42in

(khorben)

2020-01-04 02:32:13 UTC MAIN commitmail json YAML

sqlite3: remove a workaround that's no longer needed

There have been multiple version updates to this package since that was
added and it was already fixed upstream.

(gutteridge)

2020-01-04 02:06:02 UTC MAIN commitmail json YAML

wayland: actually disable netbsd 8, there's no compositor

(nia)

2020-01-04 01:53:55 UTC MAIN commitmail json YAML

MesaLib: probably makes more sense to check wayland here

(nia)

2020-01-04 01:52:23 UTC MAIN commitmail json YAML

SDL2: enable wayland where supported

(nia)

2020-01-04 01:50:32 UTC MAIN commitmail json YAML

2020-01-04 01:49:26 UTC MAIN commitmail json YAML

wayland: builds on netbsd>7

(nia)

2020-01-04 00:07:52 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/mate to 1.22.2

(gutteridge)

2020-01-04 00:06:41 UTC MAIN commitmail json YAML

meta-pkgs/mate: bump $VERSION to 1.22.2

1.22.2 is now the most common version amongst the packages and the
effective release we're at.

(gutteridge)

2020-01-03 23:56:09 UTC MAIN commitmail json YAML

2020-01-03 19:26:44 UTC MAIN commitmail json YAML

doc: Updated lang/rust to 1.40.0

(jperkin)

2020-01-03 19:26:33 UTC MAIN commitmail json YAML

rust: Update to 1.40.0.

Version 1.40.0 (2019-12-19)
===========================

Language
--------
- [You can now use tuple `struct`s and tuple `enum` variant's constructors in
  `const` contexts.][65188] e.g.

  ```rust
  pub struct Point(i32, i32);

  const ORIGIN: Point = {
      let constructor = Point;

      constructor(0, 0)
  };
  ```

- [You can now mark `struct`s, `enum`s, and `enum` variants with the `#[non_exhaustive]` attribute to
  indicate that there may be variants or fields added in the future.][64639]
  For example this requires adding a wild-card branch (`_ => {}`) to any match
  statements on a non-exhaustive `enum`. [(RFC 2008)]
- [You can now use function-like procedural macros in `extern` blocks and in
  type positions.][63931] e.g. `type Generated = macro!();`
- [Function-like and attribute procedural macros can now emit
  `macro_rules!` items, so you can now have your macros generate macros.][64035]
- [The `meta` pattern matcher in `macro_rules!` now correctly matches the modern
  attribute syntax.][63674] For example `(#[$m:meta])` now matches `#[attr]`,
  `#[attr{tokens}]`, `#[attr[tokens]]`, and `#[attr(tokens)]`.

Compiler
--------
- [Added tier 3 support\* for the
  `thumbv7neon-unknown-linux-musleabihf` target.][66103]
- [Added tier 3 support for the
  `aarch64-unknown-none-softfloat` target.][64589]
- [Added tier 3 support for the `mips64-unknown-linux-muslabi64`, and
  `mips64el-unknown-linux-muslabi64` targets.][65843]

\* Refer to Rust's [platform support page][forge-platform-support] for more
  information on Rust's tiered platform support.

Libraries
---------
- [The `is_power_of_two` method on unsigned numeric types is now a `const` function.][65092]

Stabilized APIs
---------------
- [`BTreeMap::get_key_value`]
- [`HashMap::get_key_value`]
- [`Option::as_deref_mut`]
- [`Option::as_deref`]
- [`Option::flatten`]
- [`UdpSocket::peer_addr`]
- [`f32::to_be_bytes`]
- [`f32::to_le_bytes`]
- [`f32::to_ne_bytes`]
- [`f64::to_be_bytes`]
- [`f64::to_le_bytes`]
- [`f64::to_ne_bytes`]
- [`f32::from_be_bytes`]
- [`f32::from_le_bytes`]
- [`f32::from_ne_bytes`]
- [`f64::from_be_bytes`]
- [`f64::from_le_bytes`]
- [`f64::from_ne_bytes`]
- [`mem::take`]
- [`slice::repeat`]
- [`todo!`]

Cargo
-----
- [Cargo will now always display warnings, rather than only on
  fresh builds.][cargo/7450]
- [Feature flags (except `--all-features`) passed to a virtual workspace will
  now produce an error.][cargo/7507] Previously these flags were ignored.
- [You can now publish `dev-dependencies` without including
  a `version`.][cargo/7333]

Misc
----
- [You can now specify the `#[cfg(doctest)]` attribute to include an item only
  when running documentation tests with `rustdoc`.][63803]

Compatibility Notes
-------------------
- [As previously announced, any previous NLL warnings in the 2015 edition are
  now hard errors.][64221]
- [The `include!` macro will now warn if it failed to include the
  entire file.][64284] The `include!` macro unintentionally only includes the
  first _expression_ in a file, and this can be unintuitive. This will become
  either a hard error in a future release, or the behavior may be fixed to include all expressions as expected.
- [Using `#[inline]` on function prototypes and consts now emits a warning under
  `unused_attribute` lint.][65294] Using `#[inline]` anywhere else inside traits
  or `extern` blocks now correctly emits a hard error.

[65294]: https://github.com/rust-lang/rust/pull/65294/
[66103]: https://github.com/rust-lang/rust/pull/66103/
[65843]: https://github.com/rust-lang/rust/pull/65843/
[65188]: https://github.com/rust-lang/rust/pull/65188/
[65092]: https://github.com/rust-lang/rust/pull/65092/
[64589]: https://github.com/rust-lang/rust/pull/64589/
[64639]: https://github.com/rust-lang/rust/pull/64639/
[64221]: https://github.com/rust-lang/rust/pull/64221/
[64284]: https://github.com/rust-lang/rust/pull/64284/
[63931]: https://github.com/rust-lang/rust/pull/63931/
[64035]: https://github.com/rust-lang/rust/pull/64035/
[63674]: https://github.com/rust-lang/rust/pull/63674/
[63803]: https://github.com/rust-lang/rust/pull/63803/
[cargo/7450]: https://github.com/rust-lang/cargo/pull/7450/
[cargo/7507]: https://github.com/rust-lang/cargo/pull/7507/
[cargo/7525]: https://github.com/rust-lang/cargo/pull/7525/
[cargo/7333]: https://github.com/rust-lang/cargo/pull/7333/
[(rfc 2008)]: https://rust-lang.github.io/rfcs/2008-non-exhaustive.html
[`f32::to_be_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.to_be_bytes
[`f32::to_le_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.to_le_bytes
[`f32::to_ne_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.to_ne_bytes
[`f64::to_be_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.to_be_bytes
[`f64::to_le_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.to_le_bytes
[`f64::to_ne_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.to_ne_bytes
[`f32::from_be_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.from_be_bytes
[`f32::from_le_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.from_le_bytes
[`f32::from_ne_bytes`]: https://doc.rust-lang.org/std/primitive.f32.html#method.from_ne_bytes
[`f64::from_be_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.from_be_bytes
[`f64::from_le_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.from_le_bytes
[`f64::from_ne_bytes`]: https://doc.rust-lang.org/std/primitive.f64.html#method.from_ne_bytes
[`option::flatten`]: https://doc.rust-lang.org/std/option/enum.Option.html#method.flatten
[`option::as_deref`]: https://doc.rust-lang.org/std/option/enum.Option.html#method.as_deref
[`option::as_deref_mut`]: https://doc.rust-lang.org/std/option/enum.Option.html#method.as_deref_mut
[`hashmap::get_key_value`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.get_key_value
[`btreemap::get_key_value`]: https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.get_key_value
[`slice::repeat`]: https://doc.rust-lang.org/std/primitive.slice.html#method.repeat
[`mem::take`]: https://doc.rust-lang.org/std/mem/fn.take.html
[`udpsocket::peer_addr`]: https://doc.rust-lang.org/std/net/struct.UdpSocket.html#method.peer_addr
[`todo!`]: https://doc.rust-lang.org/std/macro.todo.html

(jperkin)

2020-01-03 19:23:27 UTC MAIN commitmail json YAML

bison: gettext-tools is required with nls for libtextstyle.

(jperkin)

2020-01-03 18:15:46 UTC MAIN commitmail json YAML

Updated graphics/hugin

(adam)

2020-01-03 18:15:21 UTC MAIN commitmail json YAML

2020-01-03 17:17:50 UTC MAIN commitmail json YAML

doc: Updated devel/guile-gcrypt to 0.2.1

(ng0)

2020-01-03 17:17:29 UTC MAIN commitmail json YAML

devel/guile-gcrypt: Update to version 0.2.1

Changelog (from NEWS):

* Changes in 0.2.1 (since 0.2.0)

** libgcrypt is now always properly initialized (https://bugs.gnu.org/37616)
** (gcrypt base64) no longer imports (rnrs)

(ng0)

2020-01-03 16:34:21 UTC MAIN commitmail json YAML

2020-01-03 16:02:58 UTC MAIN commitmail json YAML

2020-01-03 15:57:53 UTC MAIN commitmail json YAML

2020-01-03 15:55:24 UTC MAIN commitmail json YAML

doc/guide: Bump copyright year to 2020

(leot)

2020-01-03 15:50:27 UTC MAIN commitmail json YAML

2020-01-03 15:42:34 UTC MAIN commitmail json YAML

2020-01-03 15:24:52 UTC MAIN commitmail json YAML

2020-01-03 15:24:26 UTC MAIN commitmail json YAML

doc: Added lang/ghc80 version 8.0.2

(pho)

2020-01-03 15:24:08 UTC MAIN commitmail json YAML

Import GHC 8.0.2

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.0.x release series, which is the last
version that can bootstrap with 7.10.3. It will probably be removed
once we make a separate package for GHC 8.4.x and get enough bootstrap
kits for it.

(pho)

2020-01-03 14:55:42 UTC MAIN commitmail json YAML

doc: Updated www/vimb to 3.6.0

(leot)

2020-01-03 14:55:27 UTC MAIN commitmail json YAML

vimb: Update to 3.6.0

Changes:
3.6.0
=====
Added
-----
* `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of
  stored website data modified in the last _timeSpan_.
* Setting `hint-match-element` to allow to disable the hinting to filter hints
  by the elements text content. This is useful if 'hint-keys' are set the
  chars instead of numbers.
* New autocmd event `LoadStarting` to run auto commands before the first page
  content is loaded (Thanks to Patrick Steinhardt).
* Setting `geolocation` with values ('ask', 'always' and 'never') to allow the
  user to permit or disable geolcation requests by default (Thanks to Alva).
* Setting `dark-mode` to switch the webview into dark mode, which might be
  picked up by pages media query to setup dark styling (Thanks to Alva).
* Option `--cmd, -C` to run ex commands on startup.

Removed
-------
* `:clearcache` was removed in favor of more advanced `:cleardata` command.
  The previous behaviour of `:clearcache` could be replaces by
  `:cleardata memory-cache,disk-cache`.

(leot)

2020-01-03 13:26:19 UTC MAIN commitmail json YAML

doc: Updated print/cups-filters to 1.26.1

(leot)

2020-01-03 13:26:08 UTC MAIN commitmail json YAML

cups-filters: Update to 1.26.1

Changes:
1.26.1
------
- build system: Install the "implicitclass" backend with
  "-rwx------" permissions, so that CUPS executes it as root,
  as the "ipp" CUPS backend also has to be executed as root
  (Issue #183).
- build system: Fixed setting permissions when installing the
  "cups-brf" backend.
- libcupsfilters: When using the
  "media-{bottom,left,right,top}-margin-supported" IPP
  attributes (needed if we have no "media-col-database"), use
  the minimum and not the maximum margins, this allows
  accessing more of the printer's capabilities, especially for
  legacy printers which do not provide sufficient information
  (Issue #22).

1.26.0
------
- cups-browsed: When generating local queues for printers for
  which the local CUPS daemon would provide temporary queues
  use the PPDs generated by libcupsfilters and not the ones
  generated by CUPS. The PPD generation of libcupsfilters also
  works with IPP-1.x-only printers, printers which do not
  support to query "media-col-database" and printers which
  support driverless printing only via PCLm. This can be
  changed via the "UseCUPSGeneratedPPDs" directive in
  cups-browsed.conf (Issue #22).
- libcupsfilters: Re-structured the get_printer_attributes()
  function to remove the recursive calls for the fallbacks, to
  check required attributes in the response only if requested,
  and to fully integrate the method of getting a suitable
  response for a full printer capability list also if the
  printer is only IPP 1.1 or does not support the
  "media-col-database" attribute (Issue #22, Issue #163).
- libcupsfilters, cups-browsed, driverless: Moved the funtions
  get_printer_attributes() and resolve_uri() from cups-browsed
  into libcupsfilters, to share them with the driverless
  utility (Issue #22).
- implicitclass: Fixed wrong stdout redirection from the
  filters to the IPP backend and hard-coded path for "ipp"
  backend call (Possible fix for Issue #163, Issue #181).
- cups-browsed, driverless: Use DNS-SD-service-name-based URIs
  instead of host-name-based ones, as CUPS also does. In
  cups-browsed one can switch back to the conventional
  host-name-based URIs via the new "DNSSDBasedDeviceURIs"
  configuration option.  Note that cups-browsed always uses
  conventional URIs for printers discovered via legacy CUPS
  browsing or LDAP.
- cups-browsed: When removing a CUPS queue, do not consider an
  error (and retry) if the queue does not actually exist. Also
  ignore errors when checking whether there are still
  jobs. This way when a new queue gets created and the
  generation of the PPD file fails the attempt to remove this
  non-existing queueu when removing the printer entry does not
  cause any problem.
- cups-browsed: Improved the fallback mechanism of the
  get_printer_attributes() function. Instead of considering
  the request failed by the content of the response only when
  not more than the two language atrributes come out, we check
  through a list of required attributes whether they are all
  there.  In addition, we actually fail when all callbacks
  have failed (Issue #22).
- cups-browsed: Introduced new configuration options
  "UpdateCUPSQueuesMaxPerCall" and
  "PauseBetweenCUPSQueueUpdates" to limit the amount of local
  CUPS queues created, modified, or removed in a single event
  callback. Before, when there were thousands of printers in
  the network, cups-browsed got blocked for other tasks, like
  assigning a destination printer for a cluster print job
  (Issue #163).

1.25.13
-------
- implicitclass: When passing on the job via the "ipp" CUPS
  backend, set argv[0] to the destination printer URI (Pull
  request #173).
- cups-browsed: Added another fallback to the
  get-printer-attributes IPP request: Now after failing the
  standard request ("all", "media-col-database") with both IPP
  2.0 and IPP 1.1, try simply "all", without
  "media-col-database" (Pull request #173).
- cups-browsed: Do not set printer-is-shared for remote CUPS
  queue when making a temporary queue permanent (Pull request
  #180).
- cups-browsed: Fix leaks of ipp_t struct and load balancing
  on the servers (Pull request #179).
- cups-browsed, implicitclass: Prioritize Apple Raster against
  PWG Raster when selecting the PDL for the destination
  printer for a job sent to a cluster, also cleaned up the PDL
  selector code and added PostScript support.
- libcupsfilters: Updated the PPD generator adding all changes
  of the PPD generator of CUPS: Support for "job-account-id",
  "job-accounting-user-id", "job-password", finishing options
  "trim-..." added, finishing options and
  "finishing-col-database" support synced with CUPS.
- libcupsfilters: In the PPD generator get the mode for
  handling the back sides of the sheets when printing duplex
  preferrably from the "urf-supported" attribute.
- libcupsfilters: Fixed bug that the PPD generator did not
  output the "*CloseUI: *ColorModel" line when it did not
  determine a default setting for "ColorModel".
- cups-browsed: Added some missing memory allocations leading
  to a segfault (Issue #175).

1.25.12
-------
- libcupsfilters: Use the text names "Draft", "Normal", and
  "High" instead of 3, 4, and 5 as choice names for the
  "cupsPrintQuality" option as CUPS does (Issue #171).
- libcupsfilters: If a printer supports both Apple Raster and
  PWG Raster let the generated PPD use Apple Raster as there
  are several printers which report PWG Raster support but do
  not actually print PWG Raster (Pull reguest #168, Issue
  #171, CUPS issue #5238).
- cups-browsed: Fix unset location check to use DNS-SD field
  (Pull request #172).
- libcupsfilters, beh, implicitclass, foomatic-rip,
  imagetopdf, mupdftoraster, pdftops, sys5ippprinter,
  cups-browsed, driverless: Silenced all compiler warnings to
  make the build process of cups-filters completely free of
  warnings.
- pdftops: Fixed crash when using filter without PPD file.
- pdftops: If printing grayscale jobs with Ghostscript as PDF
  renderer, add "-sProcessColorModel=DeviceGray" to
  Ghostscript command line.
- pdftops: Do not use the ugly "pdftops -level1 ..."
  workaround to get grayscale PostScript output from
  Poppler. It leads to huge output files with Poppler's
  "pdftops" utility and does not work at all with
  "pdftocairo".  Poppler itself does not support PostScript
  output converted to grayscale. Issue a warning with the hint
  to use Ghostscript or MuPDF as PDF renderer (Issue #169).
- libcupsfilters: In the cupsRasterParseIPPOptions()
  accept also "Mono", "Monochrome", and "Gray" as color
  space names.

(leot)

2020-01-03 13:20:38 UTC MAIN commitmail json YAML

Updated devel/py-coverage, devel/py-pebble

(adam)

2020-01-03 13:20:20 UTC MAIN commitmail json YAML

py-pebble: updated to 4.4.1

release 4.4.1
Fixes:
- handle submitted unpickleable objects

Improvements:
- use `poll` instead of `select` to handle file
  descriptors greater than 1024

(adam)

2020-01-03 13:17:52 UTC MAIN commitmail json YAML

py-coverage: updated to 5.0.1

Version 5.0.1:

- If a 4.x data file is the cause of a "file is not a database" error, then use
  a more specific error message, "Looks like a coverage 4.x data file, are you
  mixing versions of coverage?"  Helps diagnose the problems described in
  `issue 886`_.

- Measurement contexts and relative file names didn't work together, as
  reported in `issue 899`_ and `issue 900`_.  This is now fixed, thanks to
  David Szotten.

- When using ``coverage run --concurrency=multiprocessing``, all data files
  should be named with parallel-ready suffixes.  5.0 mistakenly named the main
  process' file with no suffix when using ``--append``.  This is now fixed,
  closing `issue 880`_.

- Fixed a problem on Windows when the current directory is changed to a
  different drive (`issue 895`_).  Thanks, Olivier Grisel.

- Updated Python 3.9 support to 3.9a2.

(adam)

2020-01-03 12:47:45 UTC MAIN commitmail json YAML

Updated textproc/py-pallets-sphinx-themes, devel/py-pyparsing

(adam)

2020-01-03 12:47:22 UTC MAIN commitmail json YAML

py-pyparsing: updated to 2.4.6

Version 2.4.6:

- Fixed typos in White mapping of whitespace characters, to use
  correct "\u" prefix instead of "u\".

- Fix bug in left-associative ternary operators defined using
  infixNotation. First reported on StackOverflow by user Jeronimo.

- Backport of pyparsing_test namespace from 3.0.0, including
  TestParseResultsAsserts mixin class defining unittest-helper
  methods:
  . def assertParseResultsEquals(
            self, result, expected_list=None, expected_dict=None, msg=None)
  . def assertParseAndCheckList(
            self, expr, test_string, expected_list, msg=None, verbose=True)
  . def assertParseAndCheckDict(
            self, expr, test_string, expected_dict, msg=None, verbose=True)
  . def assertRunTestResults(
            self, run_tests_report, expected_parse_results=None, msg=None)
  . def assertRaisesParseException(self, exc_type=ParseException, msg=None)

  To use the methods in this mixin class, declare your unittest classes as:

    from pyparsing import pyparsing_test as ppt
    class MyParserTest(ppt.TestParseResultsAsserts, unittest.TestCase):
        ...

(adam)

2020-01-03 12:45:10 UTC MAIN commitmail json YAML

py-pallets-sphinx-themes: updated to 1.2.3

Version 1.2.3
- Use built-in :mod:`importlib.metadata` on Python 3.8.

(adam)

2020-01-03 12:38:13 UTC MAIN commitmail json YAML

Updated devel/py-py, devel/py-fakefs

(adam)

2020-01-03 12:37:54 UTC MAIN commitmail json YAML

py-fakefs: updated to 3.7.1

Version 3.7.1:
This version adds support for Python 3.7.6 and 3.8.1.

Fixes
* Adapted fake `pathlib` to changes in Python 3.7.6/3.8.1

Version 3.7:

Fixes
This version adds support for Python 3.8.

_Note:_ This is the last pyfakefs version that will support Python 2.7
and Python 3.4 (possible bug fix releases notwithstanding).

* added support for Python 3.8
* added preliminary support for Windows-specific `os.stat_result` attributes
  `tst_file_attributes` and `st_reparse_tag`
* added support for fake `os.sendfile` (Posix only, Python 3 only)

Fixes
* support `devnull` in Windows under Python 3.8
* fixed side effect of calling `DirEntry.stat()` under Windows (changed
  st_nlink)
* fixed problem of fake modules still referenced after a test in modules
  loaded during the test
* correctly handle missing read permission for parent directory
* raise for `os.scandir` with non-existing directory

Infrastructure
* fixed CI tests scripts to always propagate errors

(adam)

2020-01-03 12:33:19 UTC MAIN commitmail json YAML

py-py: updated to 1.8.1

1.8.1:
- Handle ``FileNotFoundError`` when trying to import pathlib in ``path.common``
  on Python 3.4.
- ``py.path.local.samefile`` now works correctly in Python 3 on Windows when dealing with symlinks.

(adam)

2020-01-03 12:17:58 UTC MAIN commitmail json YAML

Updated net/py-gsutil, math/py-simpleeval

(adam)

2020-01-03 12:17:37 UTC MAIN commitmail json YAML

py-simpleeval: updated to 0.9.10

0.9.10:
Unknown changes

(adam)

2020-01-03 12:09:06 UTC MAIN commitmail json YAML

py-gsutil: updated to 4.46

Release 4.46:
Bug Fixes
- Fixed issue with domain permissions functionality.

(adam)

2020-01-03 11:54:27 UTC MAIN commitmail json YAML

Updated devel/py-test-xdist, textproc/py-parse, devel/py-logbook, lang/py-mypy

(adam)

2020-01-03 11:53:09 UTC MAIN commitmail json YAML

py-mypy: updated to 0.761

Mypy 0.760 was released. This release includes various fixes and improvements, and a type signature suggestion feature for tools.

(adam)

2020-01-03 11:49:58 UTC MAIN commitmail json YAML

py-logbook: updated to 1.5.3

1.5.3:
Unknown changes

(adam)

2020-01-03 11:47:30 UTC MAIN commitmail json YAML

doc: Updated misc/mdp to 1.0.15

(nia)

2020-01-03 11:47:19 UTC MAIN commitmail json YAML

mdp: Update to 1.0.15

Upstream does not provide a changelog.

(nia)

2020-01-03 11:46:26 UTC MAIN commitmail json YAML

py-parse: updated to 1.14.0

1.14.0 More broad acceptance of Fortran number format
1.13.1 Project metadata correction.
1.13.0 Handle Fortran formatted numbers with no leading 0 before decimal point. Handle comparison of FixedTzOffset with other types of object.

(adam)

2020-01-03 11:44:04 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.31.0

pytest-xdist 1.31.0:

Features
- Add support for Python 3.8.

Bug Fixes
- Fix regression that caused custom plugin command-line arguments to be discarded when using ``--tx`` mode.

(adam)

2020-01-03 11:11:29 UTC MAIN commitmail json YAML

Explicitly set the ld command to ${LD}

Without doing this the resulting compiler will have a cwrapper ld
embedded, and will be unable to bootstrap later versions of GHC.

(pho)

2020-01-03 10:15:29 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 8.1.5

(roy)

2020-01-03 10:15:18 UTC MAIN commitmail json YAML

Update to dhcpcd-8.1.5 with the following changes:

* inet: Allow forcing a host route from an interface without a lease
* dhcpcd: Don't wait for an address family to complete if not using it
* Linux: fix RA time unit confusion

If you are suffering from IPv6 addresses not transitioning from the
tentative state (regression from dhcpcd-8.1 on Linux), you will need
to do one of the following after installing dhcpcd:

* reboot

  OR

* dhcpcd -x
* echo 1000 > /proc/sys/net/ipv6/neigh/$interface/retrans_time_ms
* ip -f inet6 a flush
* start dhcpcd as normal

(roy)

2020-01-03 08:43:16 UTC MAIN commitmail json YAML

Updated textproc/py-jellyfish, audio/py-beets

(adam)

2020-01-03 08:42:32 UTC MAIN commitmail json YAML

py-beets: mark as incompatible with Python 2.7; add dash to binary

(adam)

2020-01-03 08:37:57 UTC MAIN commitmail json YAML

py-jellyfish: updated to 0.7.2

0.7.2:
* fix CJellyfish damerau_levenshtein w/ unicode, thanks to immerrr
* fix final H in NYSIIS

0.7.1:
* restrict install to Python >= 3.4

0.7.0:
* drop Python 2 compatibility & legacy code
* add bugfix for NYSIIS for words starting with PF

(adam)

2020-01-03 08:32:22 UTC MAIN commitmail json YAML

Updated devel/py-ruamel-ordereddict, databases/py-multidict

(adam)

2020-01-03 08:32:02 UTC MAIN commitmail json YAML

py-multidict: updated to 4.7.3

4.7.3:
Features
- Implement ``__sizeof__`` function to correctly calculate all internal structures size.
- Expose ``getversion()`` function.

Bugfixes
- Fix crashes in ``popone``/``popall`` when default is returned.

Improved Documentation
- Corrected the documentation for ``MultiDict.extend()``

4.7.2:
Bugfixes
- Fix crashing when multidict is used pyinstaller
- Fix typing for `CIMultiDict.copy`
- Fix memory leak in ``MultiDict.copy()``

(adam)

2020-01-03 08:27:43 UTC MAIN commitmail json YAML

py-ruamel-ordereddict: updated to 0.4.14

0.4.14:
Bug fixes.

(adam)

2020-01-03 08:23:07 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio, net/py-grpcio-tools; Added net/py-grpcio-testing

(adam)