Commit graph

329220 commits

Author SHA1 Message Date
nia
4ba1e18127 dwdiff: Update to 2.1.3
Version 2.1.3:
    Bug fixes:
    - Fixed compilation problems on GCC 10, due to multiple definition of the
      same variable.
2020-12-01 11:21:15 +00:00
nia
ebbd36e09e ucl: Fix building with gcc >= 6. 2020-12-01 11:13:37 +00:00
nia
fb73e9894d nudoku: Needs autopoint 2020-12-01 11:09:18 +00:00
schmonz
3ee0d8ce93 doc: Updated www/lighttpd to 1.4.56nb1 2020-12-01 09:44:22 +00:00
schmonz
90939b9464 Enable --with-nettle as recommended in the release announcement; we'll
add options for other SSL libraries later. Add 'libdbi' option to enable
mod_vhostdb_dbi and the new mod_authn_dbi module, off by default. Bump
PKGREVISION.
2020-12-01 09:44:12 +00:00
prlw1
2f7204fae5 doc: Updated graphics/gnuplot to 5.4.1 2020-12-01 09:33:45 +00:00
prlw1
ec70d7ec5a Update gnuplot to 5.4.1
Changes in 5.4.1
================
* NEW "with rgbimage" and "with rgbalpha" accept single column ARGB input
* NEW add toggle in toolbar widget for qt terminal option "ctrl-q"
* NEW keyword "smooth kdensity period <val>"
* NEW time format %tD encodes days relative to time 0
* NEW pm3d quadrangles in 2D projection are clipped smoothly to x and y
* CHANGE gif animation 'optimize' option is deprecated Bugs #1992 #2070 #2348
* CHANGE svg increase coordinate precision to two decimal points Bug #2369
* FIX y autoscaling of default "with filledcurves" #Bug 2294
* FIX placement of mirrored x and y tics in mode 'set view projection ...'
* FIX pm3d lighting calculation for degenerate quadrangles
* FIX botched deprecation of old syntax for "call" arguments Bug #2298 #2368
* FIX pm3d "depthorder" affects 'set obj polygon' with >4 vertices Bug #2297
* FIX loss of precision for asin(x), asinh(x) with real x << 0 Bug #2302
* FIX error handling of bad font name in enhanced text Bugs #2303 #2308
* FIX incomplete domain for complex acosh(x), real x < -1 was treated as NaN
* FIX error handling of fuzzed input  Bugs #2306 #2307 #2309 #2312 #2344
* FIX add range check for plot of binned data (allows clipping on y)
* FIX "unzoom" applied to autoscaled volatile data
* FIX no default for binary columns needed if there is a 'using' spec Bug #2315
* FIX buffer overflow of enhanced text fragment  Bugs #2310 #2311
* FIX qnorm and Hann functions applied in dgrid3d Bugs #2277 #2318
* FIX handling of dashtype given as a string with leading whitespace Bug #2336
* FIX preserve key position across isolated instance of "title at x,y" Bug #2342
* FIX contour labels had spurious point symbols
* FIX allow "pointtype variable" in combination with jitter Bug #2354
* FIX cgm: sanity for non-zero font size Bug #2358
* FIX more checks for valid UTF-8 Bugs #2362 #2364
2020-12-01 09:33:17 +00:00
pin
458d147b69 doc: Updated x11/xnotify to 0.8.1 2020-12-01 07:59:51 +00:00
pin
efd05f0ef8 x11/xnotify: update to 0.8.1
0.8.1
-add support for specifying time for notification to be alive
-simplify invocation (replace "<... 3<>..." with "0<>...")
-handle SIGUSR1 and SIGUSR2
-minor code changes (rename variables, etc)

0.8.0
-add SEC: (time notification should be visible)
2020-12-01 07:59:26 +00:00
riastradh
6dc4d6b2c9 sysutils/u-boot-pinephone: Import u-boot-pinephone 2021.01-rc3 2020-12-01 06:52:30 +00:00
gutteridge
74e62db5ed doc: Updated editors/xfce4-mousepad to 0.5.0 2020-12-01 05:13:05 +00:00
gutteridge
3dde3b7c82 xfce4-mousepad: update to 0.5.0
Change log:

0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
  Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
  Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
  Portuguese (Brazil), Slovenian, Spanish, Japanese

0.4.90
======
Release candidate for upcoming stable version 0.5.

- Dependency Changes:
  - GLib >= 2.45.8
  - GTK+ >= 3.20
  - GtkSourceView >= 3.24
  - GTK+ 2 support has been removed
  - GtkSourceView 2 support has been removed

- New Features:
  - Add keybindings to show the menubar temporarily when hidden
  - Add command line option and setting for file opening mode
  - Improve encoding dialog
  - Add regex search

- Discontinued Features
  - multi-select (GTK+ 2)

- Appearance Changes
  - Replace `$HOME` with a tilde in displayed filename
  - Add new default keybindings and reveal some hidden ones
  - Search bar tweaks
  - Make tabs expanded for consistency with other Xfce programs
  - Add copyright and license info to About dialog
  - Improve label texts of "Find and Replace" dialog and search bar
  - Make the statusbar smaller
  - Add new app icon and switch to reverse DNS name
  - Save the state of the "highlight all" button in the search bar
  - Update window title of Find and Replace dialog
  - Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
  - Infer filetype from shebang line (Bug #10514)
  - Show info when Templates directory does not exist (Bug #10486)

- Code Refactoring
  - Restore the use of the file `accels.scm`
  - Code refactoring around saving and restoring window geometry
  - Improve save-related actions
  - Fully switch to GtkApplication
  - Avoid deprecation warnings 5: CSS related
  - Avoid deprecation warnings 4: GtkUIManager and GtkAction
  - GtkStock
  - Avoid deprecation warnings 2: miscellaneous
  - Avoid deprecation warnings 1: alignment and padding
  - Avoid compilation warnings other than deprecation
  - Remove support for GTK+2
  - Switch to README.md and foreign automake mode
  - Add basic GitLab pipeline

- Bug Fixes:
  - Remove README.md from DISTCLEANFILES, it's not generated
  - Fix crash when dragging tab to GSV widget
  - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
  - Initialize the recent manager if needed at startup
  - Prevent search bar from overlapping the document
  - Properly disconnect signal handlers
  - Fix make distcheck
  - Fix color modifications in search entries
  - Do not open an empty document when encoding failed
  - Do not search for previously selected text
  - Update search field with selected text
  - Bug #16717: Move from exo-csource to xdt-csource
  - Remember last save location (Bug #14165)
  - Use g_get_user_dir to get Templates directory (Bug #11048)
  - Sync remaining menu actions to their settings (Bug #11046)
  - Install appstream in metainfo folder (Bug #11200)
  - Add appdata file (Bug #11200)
  - Fix building with `--enable-dbus --disable-gtk3`
  - Change visibility of fullscreen bars after small delay (Bug #9735)
  - Fix return type of fullscreen settings (Bug #9735)

- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
  Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
  (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 05:11:53 +00:00
gutteridge
e4251f1cf4 rsyslog: fix man page generation with newer py-docutils
py-docutils as of 0.15 dropped the .py extension on the end of its
conversion scripts.
2020-12-01 03:10:50 +00:00
nikita
54dbf6ef54 doc: Updated print/tex-europasscv to 31.56829 2020-11-30 21:46:39 +00:00
nikita
4721bf6f5c doc: Updated print/tex-europasscv-doc to 31.56829 2020-11-30 21:45:47 +00:00
nikita
17c31acfa3 print/tex-europasscv-doc: Update to version 2020-10-31.
Changelog following update of print/tex-europasscv.
2020-11-30 21:45:21 +00:00
nikita
10500f69b3 print/tex-europasscv: Update to version 2020-10-31.
Changelog, taken from CTAN:

Version 2020-10-31

* fix bibliography highlighting with names containing spaces
* add commands to typeset an accompanying cover letter
* add def files for Romanian, Slovak and Turkish
* add Git icon
* fix underscores in URLs
* fix dash thickness in ecvitemize
* use https in links

Version 2019-01-14

* fixes following TexLive 2018 upgrade
* add icons for Gitlab and ORCID
* add support for bibliography
* Portuguese: follow Portuguese Language Orthographic Agreement of 1990
* add def files for Norwegian (Bokmål) and Catalan
2020-11-30 21:37:44 +00:00
adam
5960d643e0 Updated textproc/py-jsonpickle, textproc/py-jsonrpclib-pelix 2020-11-30 20:38:29 +00:00
adam
9bc68b99e6 py-jsonrpclib-pelix: updated to 0.4.2
v0.4.2
Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
to prepare for the deprecation of urllib.parse.splittype.
Unix socket clients now send localhost as Host: HTTP field instead of
the path to the socket
Added a TransportError exception, subclass of ProtocolError, which
provides more details
Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
integration of new release into RHEL/Ubuntu
2020-11-30 20:38:12 +00:00
adam
960c4f8ee3 py-jsonpickle: updated to 1.4.2
v1.4.2
* Use importlib.metadata from the stdlib on Python 3.8.
* Micro-optimize type checks to use a `set` for lookups.
* Documentation improvements.
2020-11-30 20:36:10 +00:00
adam
d754b52d74 Updated devel/py-hglib, sysutils/py-psutil 2020-11-30 20:32:16 +00:00
adam
1edb1a7246 py-psutil: updated to 5.7.3
5.7.3
=====

2020-10-23

**Enhancements**

- 809_: [FreeBSD] add support for `Process.rlimit()`.
- 893_: [BSD] add support for `Process.environ()` (patch by Armin Gruner)
- 1830_: [UNIX] `net_if_stats()`'s `isup` also checks whether the NIC is
  running (meaning Wi-Fi or ethernet cable is connected).  (patch by Chris Burger)
- 1837_: [Linux] improved battery detection and charge "secsleft" calculation
  (patch by aristocratos)

**Bug fixes**

- 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
  than one CPU socket.  (patch by Vincent A. Arcila)
- 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
  alive but the exe file which launched it got deleted.
- 1791_: [macOS] fix missing include for getpagesize().
- 1823_: [Windows] Process.open_files() may cause a segfault due to a NULL
  pointer.
- 1838_: [Linux] sensors_battery(): if `percent` can be determined but not
  the remaining values, still return a result instead of None.
  (patch by aristocratos)
2020-11-30 20:31:58 +00:00
adam
d0e8b9ad8b py-hglib: updated to 2.6.2
2.6.2
Bug fixes
2020-11-30 20:23:38 +00:00
adam
d973a5c71c Updated www/py-easy-thumbnails, security/py-ecdsa, print/py-reportlab, archivers/py-zipp 2020-11-30 20:18:33 +00:00
adam
6ae89cf122 py-zipp: updated to 3.4.0
v3.4.0
``Path.joinpath`` now takes arbitrary
positional arguments and no longer accepts ``add`` as a
keyword argument.
2020-11-30 20:18:06 +00:00
adam
8f121ba063 py-reportlab: updated to 3.5.55
RELEASE 3.5.55
???

RELEASE 3.5.54
* Allow extra fields in AcroForm suggested by Chris Else ubuntu247 at gmail.com
* Allow DocTemplate.\_firstPageTemplateIndex to be a list of PageTemplate ids
* improve PageBreak repr
* minor changes to travis & appveyor scripts; drop forml support for python 3.5
2020-11-30 20:15:54 +00:00
adam
e44d954686 py-ecdsa: updated to 0.16.1
Release 0.16.1

New API:
`VerifyingKey.precompute()` supports `lazy` argument to delay precomputation
to the first time the key is used to verify a signature.

Doc fixes:
Documentation for the `VerifyingKey.precompute()` method.

Bug fix:
Make created signatures correct when the hash used is bigger than the curve
order bit size and the curve order is not a multiple of 8 (this affects
only users of custom curves or hashes with output larger than 512 bits).

Performance:
Speed up library load time by calculating the generator point multiplication
tables the first time the points are used, not when they are initialised.

Maintenance:
Include Python 3.9 in CI testing.
Test coverage for the `VerifyingKey.precompute()` method.
Small speed-ups for the test suite.
2020-11-30 20:13:53 +00:00
adam
536674e1b8 py-easy-thumbnails: updated to 2.7.1
2.7.1:
* Add support for Django 3.1
2020-11-30 20:11:50 +00:00
dholland
a85fc3522c harfbuzz does not build with python27.
(it fails trying to do encoding stuff with files)
2020-11-30 18:38:52 +00:00
ryoon
3f8df728af doc: Updated graphics/krita to 4.4.1 2020-11-30 15:43:30 +00:00
ryoon
e2fb726a09 krita: Update to 4.4.1
Changelog:
Fill Layers
* Multi-threading for fill layers
* Transformations for the pattern fill
* Screentone
* Multigrid
* SeExpr (not enable in pkgsrc)

Brushes
* Diagonal selection lines in MyPaint color selector (Shift+M)

Support for dynamic use of currently selected colors in gradients.
2020-11-30 15:43:03 +00:00
ryoon
2c9a3e4d3c doc: Updated converters/utf8proc to 2.6.0nb1 2020-11-30 15:25:48 +00:00
ryoon
e629e68456 utf8proc: Bump PKGREVISON from .so file version bump 2020-11-30 15:25:18 +00:00
bouyer
f80b942be3 Add patch from Xen developers (Jan Beulich and Roger Pau Monné) fixing
interrupt issues with pvh dom0.
2020-11-30 14:20:22 +00:00
schmonz
1f41c8985a Fix Darwin build: set CFLAGS like NetBSD and Linux. 2020-11-30 14:15:09 +00:00
schmonz
67db3b2d07 Remove broken cross-compile check (builds a bundle, complains it can't
run as executable) to fix lua-xapian on Big Sur.
2020-11-30 14:05:48 +00:00
schmonz
e37ee7612f Support PKGMANDIR. 2020-11-30 13:42:04 +00:00
nia
a79b9a727a ipe: Fix building with current version of Qt. 2020-11-30 13:34:41 +00:00
nia
6b2251bfed arpack-ng: Hack around build failure with gcc<10. 2020-11-30 13:23:55 +00:00
nia
bb3abac3b6 pan: Fix build on NetBSD-current (POSIX iconv) 2020-11-30 13:06:40 +00:00
nia
7dcf2f24b2 tcptraceroute6: include signal.h for kill()
Fix build on NetBSD-current.

Still does not package, due to a PLIST inconsistency...
2020-11-30 12:49:23 +00:00
nia
e07c82753b ucspi: Fix build on NetBSD.
- Don't override CFLAGS from pkgsrc, don't build with -g.
- Make sure strlcpy gets defined, use _NETBSD_SOURCE.
- Honor LDFLAGS so pkgsrc library paths are found.
2020-11-30 12:41:41 +00:00
ryoon
7829a35f06 ms-ttf: Update config file name for X.org 2020-11-30 12:38:20 +00:00
nia
37a1cb6c22 halibut: Use INSTALL_MAN not INSTALL_PROGRAM 2020-11-30 12:31:20 +00:00
nia
411911b600 scrollz: Non-default OpenSSL option is broken with 1.1, disable it
Upstream appears to be dead so I don't think this is getting fixed
any time soon. GnuTLS is the default anyway.
2020-11-30 12:28:50 +00:00
micha
1a998e743b doc: Updated games/woof to 3.0.0 2020-11-30 12:27:19 +00:00
nia
c32805af57 phone: Don't build with -g or -Werror. Fixes build with gcc9.
Bump PKGREVISION
2020-11-30 12:26:07 +00:00
ryoon
95dd99e14b doc: Updated lang/npm to 6.14.9 2020-11-30 12:25:52 +00:00
ryoon
96b98bd639 doc: Updated emulators/nono to 0.1.4nb1 2020-11-30 12:25:18 +00:00
micha
b9741eb4be games/woof: Update to 3.0.0
* The player coordinates widget on the Automap is now optional.
* Sounds may now be played in their full length. However, this only
  applies to sounds originating from (removed) map objects, not to
  those that emerge "in the player's head".
* All textures are now always composed, whether they are multi-
  patched or not. Furthermore, two separate composites are created,
  one for opaque and one for translucent mid-textures on 2S walls.
  Additionally, textures may now be arbitrarily tall.
* A new wrapping column getter function has been introduced to allow
  for non-power-of-two wide mid-textures on 2S walls.
* Parts of the renderer have been upgraded to use 64-bit integer types.
* Empty DEHACKED lumps are now skipped.
2020-11-30 12:24:52 +00:00