Commit graph

329524 commits

Author SHA1 Message Date
pin
1246a78acc audio/pavucontrol-qt:update to 0.16.0
-Safely iterate over card profile info array.
-Fall back to default icon when no candidate is found.
-Elide playback name label if needed
-Don't force a height on progressbars.
-Remove warnings about unused function parameters.
-Wrapped the text of connecting error label.
2020-12-07 12:03:03 +00:00
pin
79efa87b0a doc: Updated wm/obconf-qt to 0.16.0 2020-12-07 12:01:44 +00:00
pin
1b39e301f6 wm/obconf-qt: update to 0.16.0
-Bumped version to 0.16.0.
-Translation updates.
2020-12-07 12:01:13 +00:00
pin
7b4ccdbccc doc: Updated archivers/lxqt-archiver to 0.3.0 2020-12-07 11:59:41 +00:00
pin
6de71fcc80 archivers/lxqt-archiver: update to 0.3.0
-Avoid memory leak in "java-utils.c".
-Fixed comparison of integer expressions of different signedness.
-Removed "g_ptr_array_free_full" from "glib-utils.c" and used GLib's
"g_ptr_array_free" instead.
-Use bsdtar to handle RPM packages.
2020-12-07 11:59:16 +00:00
pin
7d68b7d344 doc: Updated graphics/screengrab to 2.1.0 2020-12-07 11:56:15 +00:00
pin
2eb4070a29 graphics/screengrab: update to 2.1.0
-Fixed screen area and window modes with scale factors > 1.
2020-12-07 11:55:51 +00:00
pin
c9880f4b3e doc: Updated graphics/lxqt-themes to 0.16.0 2020-12-07 11:54:32 +00:00
pin
2ab0e62153 graphics/lxqt-themes: update to 0.16.0
-Added the themes Clearlooks, Leech and Kvantum.
2020-12-07 11:54:11 +00:00
pin
40025843ea doc: Updated x11/qterminal to 0.16.1 2020-12-07 11:51:06 +00:00
pin
dc2e45a6b7 x11/qterminal: update to 0.16.1
0.16.1
-Fixed a mistake in the layout of Terminal settings dialog.
-Fixed translation of shortcuts (in Terminal settings dialog).

0.16.0
-Made closing of tab on middle-clicking optional.
-Avoid loop variable copy.
-Emit signals with Q_EMIT.
-Use the default constructor of QFlags.
-Dropped qmake .pro file.
-Made the color scheme dirs comply with XDG Base Directory Specification.
-Added an optopn for openning the new tab to the right of the active tab.
-Added virtual destructor to a base class.
-Let QStandardPaths::locateAll() handle application name.
-Put drop-down QTerminal on screen with cursor.
2020-12-07 11:50:42 +00:00
pin
e89d97caf9 doc: Updated x11/qtermwidget to 0.16.1 2020-12-07 11:49:19 +00:00
pin
bb66cb00ad x11/qtermwidget: update to 0.16.1
0.16.1
-Bumped version to 0.16.1, for a point release of qterminal.

0.16.0
-Use qAsConst.
-Don't search application dir for keyboard and scheme data.
-Use Q_EMIT to call signals, instead of the emit keyword.
-Dropped the deprecated class QLinkedList.
-Don't use 0/nullptr to initialize QFlags.
-Fixed ColorEntry copy operator.
-Disabled the use of copy constructors and assignment operators.
-Check for successful ioctl() calls by testing that the call did not return -1.
-Fix find_package() developer warning in cmake.
-Use const references wherever possible.
-Handle keyboard commands properly.
2020-12-07 11:48:54 +00:00
pin
92ae05fd85 sysutils/pcmanfm-qt: add patch
patches/patch-autostart_CMakeLists.txt
2020-12-07 11:45:36 +00:00
pin
7ca967e5dc doc: Updated sysutils/pcmanfm-qt to 0.16.0 2020-12-07 11:44:00 +00:00
pin
8c9c97927f sysutils/pcmanfm-qt: update to 0.16.0
-Removed a redundant method from desktop code.
-Added an option to switch to newly opened tab.
-Added an option to open tabs of last window.
-Fixed a regression in restoring vertical scroll position.
-Guarantee a correct cursor shape on opening a folder.
-Scroll to current item on removing/changing filter.
-Keep the current focus when opening new tab in background.
-Reversed the workaround for RTL statusbar text because it isn't needed anymore.
-Fixed DND into desktop trash.
-Handle ampersand and newline in tab text.
-Handle text tabs in statusbar.
-Added an option to open desktop folders in default file manager.
-Code cleanup.
2020-12-07 11:43:29 +00:00
pin
449f185ecf doc: Updated graphics/lximage-qt to 0.16.0 2020-12-07 11:38:37 +00:00
pin
d578742576 graphics/lximage-qt: update to 0.16.0
-Added image size and path to statusbar.
-Added copy Path action.
-Fixed memory leaks in annotations.
-Show error message if saving with a format is not supported.
-Added resize image feature.
-Use QFlags default constructor.
-Prevent users from defining ambiguous shortcuts.
-Consult Qt for supported mimetypes.
-Start app on screen with mouse cursor when opening image.
-Added depreciation notice to screenshot command line options.
2020-12-07 11:38:12 +00:00
pin
b6c795794c doc: Updated x11/libfm-qt to 0.16.0 2020-12-07 11:35:16 +00:00
pin
76b9bf7cd5 x11/libfm-qt: update to 0.16.0
-Clear selection before selecting an item in side-pane.
-Update text color of places view if style changes in runtime.
-Added a missing nullity check to file dialog code.
-Fixed unwanted selection of all items in detailed list mode.
-Fixed a memory leak in launching desktop entries.
-Remember file sorting, showing of hidden files, hidden places of side-pane,
showing of thumbnails, and icon sizes in LXQt file dialog.
-Better focus change with Tab/BackTab in file dialog.
-Open mount targets of mountable directories when they are clicked in file
dialog.
-More efficient and simpler code for graying out cut files.
-Also consider the legacy bookmarks file in bookmarks dialog.
-Guarantee horizontal alignment for pathbar scroll buttons.
-Natural (GTK-like) file sorting by treating dot as separator.
-Avoid QListView's DND methods in our list view.
-Support special chars like `\n` and `\t` in path button name.
-Code cleanup.
2020-12-07 11:34:52 +00:00
pin
a95b54d159 doc: Updated x11/liblxqt to 0.16.0 2020-12-07 11:33:18 +00:00
pin
25131f670a x11/liblxqt: update to 0.16.0
-Use QFlags default constructor
-Added an action for showing LXQt leave dialog (to be used when the power button
is pressed).
-Don't use deprecated QProcess methods.
2020-12-07 11:32:53 +00:00
pin
7023b6e06e doc: Updated x11/libqtxdg to 3.6.0 2020-12-07 11:29:52 +00:00
pin
af0e43879e devel/lxqt-build-tools: update to 0.8.0
-Removed version checks for some LXQt dependencies.
-Added a Fontconfig CMake find module.
-Suppressed warning about find_package_handle_standard_args package name mismatch.
2020-12-07 11:29:28 +00:00
nia
35ac585485 claws-mail: Remove duplicated PLIST entry 2020-12-07 11:27:33 +00:00
pin
702ae71b3f doc: Updated devel/lxqt-build-tools to 0.8.0 2020-12-07 11:27:13 +00:00
pin
5fe377574b devel/lxqt-build-tools: update to 0.8.0
-Removed version checks for some LXQt dependencies.
-Added a Fontconfig CMake find module.
-Suppressed warning about find_package_handle_standard_args package name mismatch.
2020-12-07 11:26:45 +00:00
adam
0d1f8241ad Updated devel/py-lazy-object-proxy, graphics/py-wand 2020-12-07 09:25:17 +00:00
adam
ce550fd6d9 py-wand: updated to 0.6.5
Version 0.6.5
-------------
 - Fixed memory allocation & deallocation bugs with PyPy3, and various memory leaks identified during regression testing.
 - [TEST] Added Python 3.9 into Github regression tests.


Version 0.6.4
-------------
 - Fixed `MagickFloatType` mapping for **s390x** architecture.
 - Fixed image order when calling :meth:`wand.sequence.Sequence.__setitem__()` method.
 - Fixed :meth:`Image.gaussian_blur() <wand.image.BaseImage.gaussian_blur>` method with ``channel`` parameter.
 - Added :meth:`Image.color_threshold() <wand.image.BaseImage.color_threshold>` method.
 - Added :meth:`Image.convex_hull() <wand.image.BaseImage.convex_hull>` method. Requires ImageMagick-7.0.10 or above.
 - Added :meth:`Image.kmeans() <wand.image.BaseImage.kmeans>` method. Only available with ImageMagick-7.0.10-37 or later.
 - Added :meth:`Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box>` method. Requires ImageMagick-7.0.10 or above;
 - Added :meth:`Image.white_balance() <wand.image.BaseImage.white_balance>` method. Only available with ImageMagick-7.0.10-37 or later.
 - Added ``percent_background`` & ``background_color`` parameters to :meth:`Image.trim() <wand.image.BaseImage.trim>` method.
 - Added the following arguments to :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>`:

   - ``angle_threshold``
   - ``background_id``
   - ``circularity_threshold``
   - ``diameter_threshold``
   - ``eccentricity_threshold``
   - ``keep_colors``
   - ``keep_top``
   - ``major_axis_threshold``
   - ``minor_axis_threshold``
   - ``perimeter_threshold``
   - ``remove_colors``

 - Added ``'inverse_log'`` operator to :meth:`Image.evaluate() <wand.image.BaseImage.evaluate>` method.
 - Added ``'rigidaffine'`` operator to :meth:`Image.distort() <wand.image.BaseImage.distort>` method. Requires ImageMagick-7.0.10 or above.
 - Added :class:`PAPERSIZE_MAP <wand.image.PAPERSIZE_MAP>` dict as a convenience lookup table.
 - Added support for setting :attr:`Image.page <wand.image.BaseImage.page>` attribute with papersizes defined in :class:`~wand.image.PAPERSIZE_MAP`.
 - [DOC] Created :doc:`Threshold <./guide/threshold>` guide.
 - [DOC] Created :doc:`Quantize <./guide/quantize>` guide.


Version 0.6.3
-------------
 - Fixed buffer overflow bug in :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>` method.
 - Added :meth:`Image.data_url() <wand.image.Image.data_url>` method.
 - Added :attr:`Image.sampling_factors <wand.image.BaseImage.sampling_factors>` property.
 - Added :meth:`Image.encipher() <wand.image.BaseImage.encipher>` & :meth:`Image.decipher() <wand.image.BaseImage.decipher>` methods.
 - Argument ``fuzz`` for :meth:`Image.transparent_color() <wand.image.BaseImage.transparent_color>` now accepts :class:`numbers.Real` numbers.
 - Uniformed additional pre-read parameters between :meth:`Image.__init__()` & :meth:`Image.read()`.
2020-12-07 09:24:57 +00:00
adam
195a4f6b64 py-lazy-object-proxy: updated to 1.5.2
1.5.2 (2020-11-26)
------------------
* Added Python 3.9 wheels.
* Removed Python 2.7 Windows wheels
  (not supported on newest image with Python 3.9).
2020-12-07 08:59:40 +00:00
adam
6661289676 Updated net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, devel/abseil 2020-12-07 08:02:17 +00:00
adam
a6d6a5a480 abseil: updated to 20200923.2
Abseil LTS 20200923, Patch 2

What's New:

absl::StatusOr<T> has been released. See our blog
post for more information.
Abseil Flags reflection interfaces have been released.
Abseil Flags memory usage has been significantly optimized.
Abseil now supports a "hardened" build mode. This build mode enables
runtime checks that guard against programming errors that may lead
to security vulnerabilities.

Notable Fixes:

Sanitizer dynamic annotations like AnnotateRWLockCreate that are
also defined by the compiler sanitizer implementation are no longer
also defined by Abseil.
Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
Sanitizer usage is now automatically detected and no longer requires
macros like ADDRESS_SANITIZER to be defined on the command line.

Breaking Changes:

Abseil no longer contains a dynamic_annotations library. Users
using a supported build system (Bazel or CMake) are unaffected by
this, but users manually specifying link libraries may get an error
about a missing linker input.
2020-12-07 08:01:52 +00:00
adam
11b45ac89c py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.34.0
1.34.0:
Incur setuptools as an dependency for grpcio_tools.
Stop the spamming log generated by ctrl-c for AsyncIO server.
[gRPC Easy] Make Well-Known Types Available to Runtime Protos.
Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python.
Make Python 2 an optional dependency for Bazel build.
[Linux] [macOS] Support pre-compiled Python 3.9 wheels.
2020-12-07 08:01:04 +00:00
schwarz
e07279b006 Updated editors/nano to 5.4
Moving the cursor now skips over combining characters (and
other zero-width characters). Deleting a character deletes
also any succeeding zero-width characters, but backspacing
deletes just one character at a time.
2020-12-07 00:03:58 +00:00
wiz
4e59f97be9 doc/TODO: + clang-11.0.0, llvm-11.0.0. 2020-12-06 23:40:31 +00:00
schwarz
3c8d26a718 updated net/libexosip to 5.2.0
some minor changes and bug fixes (cf. ChangeLog)
2020-12-06 23:40:21 +00:00
schwarz
c8e782360a updated devel/libosip to 5.2.0
some minor changes (cf. ChangeLog)
2020-12-06 23:37:34 +00:00
dbj
0c8601d74d ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwin 2020-12-06 20:40:59 +00:00
bsiegert
61a7ce3d7b doc: Updated devel/reftools to 0.0.20201119 2020-12-06 19:50:38 +00:00
bsiegert
cd2cc3c691 New package, reftools.
reftools is a collection of refactoring tools for Go.

fixplurals: remove redundant parameter and result types from function signatures
fillstruct: fills a struct literal with default values
fillswitch: fills a (type) switch statement with case statements
2020-12-06 19:50:14 +00:00
fcambus
17f9e526d9 README.md: switch pkgsrc.se link to HTTPS. 2020-12-06 18:17:28 +00:00
fcambus
c362088b4b doc: Updated devel/binutils to 2.35.1 2020-12-06 18:08:16 +00:00
fcambus
641fb8838d binutils: update to 2.35.1.
Looks OK to kamil@

Changes in 2.35:

* Changed readelf's display of symbol names when wide mode is not enabled.
  If the name is too long it will be truncated and the last five characters
  replaced with "[...]".  The old behaviour of displaying 5 more characters but
  not indicating that truncation has happened can be restored by the use of the
  -T or --silent-truncation options.

* X86 NaCl target support is removed.

* The readelf tool now has a -L or --lint or --enable-checks option which turns
  on warning messages about possible problems with the file(s) being examined.
  These checks include things like zero-sized sections, which are allowed by
  the ELF standard but which nevertheless might be of concern if the user
  was expecting them to actually contain something.
2020-12-06 18:07:53 +00:00
otis
99cd838624 haproxy: Fix build on SmartOS
Fix build on SmartOS by adding proper _XOPEN_SOURCE et al. #define's
2020-12-06 17:42:28 +00:00
wiz
e76646e7d5 doc: Updated pkgtools/pkg_install to 20201206 2020-12-06 17:33:55 +00:00
wiz
9480de01b1 pkg_install: update to 20201206
Convert a core dump I've been seeing into an error abort.
2020-12-06 17:23:09 +00:00
bsiegert
f985f5883d doc: Updated devel/errcheck to 1.4.0 2020-12-06 16:46:28 +00:00
bsiegert
db8aa7f77b New package, errcheck-1.4.0.
errcheck is a program for checking for unchecked errors in go programs.
2020-12-06 16:46:07 +00:00
bsiegert
a1c2ed57ad doc: Updated devel/asmfmt to 1.2.1 2020-12-06 16:14:31 +00:00
bsiegert
9b8fc6da61 New package, asmfmt-1.2.1.
asmfmt will format your assembler code in a similar way that gofmt formats your
Go code. The main goals where:

-   It should provide predictable formatting.
-   Be as un-intrusive as possible.
-   Tab setting should not affect alignment.
2020-12-06 16:14:07 +00:00