150267 Commits

Author SHA1 Message Date
sthen
24ec5370f5 update to dhcpcd-9.2.0 2020-09-07 08:42:55 +00:00
sthen
aa4fd04c8d p5-PDF-API2: add optional dep on p5-PDF-API2-XS 2020-09-07 08:42:02 +00:00
sthen
5bafd87eac +p5-PDF-API2-XS 2020-09-07 08:41:19 +00:00
sthen
5c04700947 import ports/textproc/p5-PDF-API2-XS, from wen heping with tweaks, fix/ok jca@
Compiled extension to speed up some operations of PDF::API2.
2020-09-07 08:40:54 +00:00
rsadowski
ea5b53f9cd Move kdav from x11/kde-applications to devel/kf5
kdav has changed from "KDE Applications" to "KDE Frameworks".
2020-09-07 04:44:56 +00:00
rsadowski
7a67a87ecb Update libtorrent-rasterbar to 1.2.10
Release notes:
https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1.2.10

Form Nam Nguyen
2020-09-07 04:24:17 +00:00
cwen
66313e0a24 p5-JSON-MaybeXS: fix a typo so test depends are properly picked up
OK gnezdo@, bluhm@ (maintainer)
2020-09-06 22:46:50 +00:00
bentley
0216663558 Fix regression tests, which depend on libpng. 2020-09-06 22:33:59 +00:00
abieber
81aa067f76 + bombadillo 2020-09-06 13:59:10 +00:00
abieber
d18badcdaf Import bombadillo, a non-web browser designed for a growing list of protocols
operating outside of the web.

OK jasper@, tests from trondd at kagu-tsuchi dot com
2020-09-06 13:58:07 +00:00
thfr
f553a8c906 add sndio backend to godot
main work done by Omar Polo ( op AT omarpolo DOT com ), who is also
taking MAINTAINER of this port. Also thanks to ratchov@ for valuable
input.
2020-09-06 10:34:19 +00:00
jasper
efa516f513 update to grilo-0.3.13 2020-09-06 10:09:10 +00:00
jasper
9e07bd7733 update to grilo-plugins-0.3.12 2020-09-06 10:09:09 +00:00
jasper
40248c55a2 update to vala-0.48.10 2020-09-06 10:09:08 +00:00
ajacoutot
24fb0269c3 Update to gnome-user-docs-3.36.6. 2020-09-06 07:50:26 +00:00
ajacoutot
5597ff3a6e Update to terragrunt-0.23.40. 2020-09-06 07:33:15 +00:00
ajacoutot
aa25d778ef Update to gnome-music-3.36.5. 2020-09-06 07:15:21 +00:00
ajacoutot
183eb0c984 Update to py3-chromecast-7.3.0. 2020-09-06 07:06:01 +00:00
abieber
926d764f9a Bump beets to include an upstream fix:
31855a9394.patch
2020-09-05 22:24:01 +00:00
ajacoutot
a5753751ec gegl bundles libnsgif but can use the installed one, so use that.
breakage reported by naddy@ (dpb junking libnsgif)
2020-09-05 16:46:23 +00:00
ajacoutot
be52727cac Update to at-spi2-core-2.36.1. 2020-09-05 11:17:21 +00:00
ajacoutot
fc94a647d9 Update to gtk+3-3.24.23. 2020-09-05 11:16:30 +00:00
ajacoutot
4d94c5e83e Update to amazon-ssm-agent-3.0.161.0. 2020-09-05 11:10:16 +00:00
ajacoutot
1224cb60e5 Update to awscli-1.18.133. 2020-09-05 10:48:40 +00:00
ajacoutot
53e4f71a86 Update to py3-boto3-1.14.56. 2020-09-05 10:48:26 +00:00
ajacoutot
1a4ad61905 Update to py3-botocore-1.17.56. 2020-09-05 10:48:15 +00:00
ajacoutot
a951802eb7 Update to gspell-1.8.4. 2020-09-05 10:34:42 +00:00
ajacoutot
846c94a0bf Update to terraform-0.13.2. 2020-09-05 10:31:58 +00:00
ajacoutot
0d9e443d62 SECURITY update to gnutls-3.6.15.
CVE-2020-24659
2020-09-05 10:20:28 +00:00
ajacoutot
4dfaaa492e Update to exoscale-cli-1.17.0. 2020-09-05 10:19:25 +00:00
jca
699e9c5450 Avoid conflict with security/gnupg
Reported by ajacoutot@, ok sthen@
2020-09-05 10:07:43 +00:00
ajacoutot
f5f21fa039 Update to simple-scan-3.36.6. 2020-09-05 10:04:31 +00:00
robert
9f1fec5820 update to 7.0.1.2 2020-09-05 05:41:37 +00:00
jsg
3ba4d00900 build nanopi-neo4-rk3399 target
requested and tested by Anton Barsukov
2020-09-05 02:14:46 +00:00
thfr
364e51bd4b +dnspy 2020-09-04 22:14:08 +00:00
thfr
7df159ffa3 import devel/dnspy
At this point, only the console version is supported and installed.
tweaks and ok bentley@

DESCR:
dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug
assemblies even if you don't have any source code available. Main features:

Debugger
* Debug .NET Framework, .NET Core and Unity game assemblies, no source code
  required
* Set breakpoints and step into any assembly
* Locals, watch, autos windows
* Variables windows support saving variables (eg. decrypted byte arrays) to
  disk or view them in the hex editor (memory window)
* Object IDs
* Multiple processes can be debugged at the same time
* Break on module load
* Tracepoints and conditional breakpoints
* Export/import breakpoints and tracepoints
* Call stack, threads, modules, processes windows
* Break on thrown exceptions (1st chance)
* Variables windows support evaluating C# / Visual Basic expressions
* Dynamic modules can be debugged (but not dynamic methods due to CLR
  limitations)
* Output window logs various debugging events, and it shows timestamps by
  default :)
* Assemblies that decrypt themselves at runtime can be debugged, dnSpy will use
  the in-memory image. You can also force dnSpy to always use in-memory images
  instead of disk files.
* Public API, you can write an extension or use the C# Interactive window to
  control the debugger

Assembly Editor
* All metadata can be edited
* Edit methods and classes in C# or Visual Basic with IntelliSense, no source
  code required
* Add new methods, classes or members in C# or Visual Basic
* IL editor for low-level IL method body editing
* Low-level metadata tables can be edited. This uses the hex editor internally.

Hex Editor
* Click on an address in the decompiled code to go to its IL code in the hex
  editor
* The reverse of the above, press F12 in an IL body in the hex editor to go to
  the decompiled code or other high-level representation of the bits. It's great
  to find out which statement a patch modified.
* Highlights .NET metadata structures and PE structures
* Tooltips show more info about the selected .NET metadata / PE field
* Go to position, file, RVA Go to .NET metadata token, method body, #Blob /
  #Strings / #US heap offset or #GUID heap index
* Follow references (Ctrl+F12)

Other
* BAML decompiler
* Blue, light and dark themes (and a dark high contrast theme)
* Bookmarks
* C# Interactive window can be used to script dnSpy
* Search assemblies for classes, methods, strings, etc
* Analyze class and method usage, find callers, etc
* Multiple tabs and tab groups
* References are highlighted, use Tab / Shift+Tab to move to the next reference
* Go to the entry point and module initializer commands
* Go to metadata token or metadata row commands
* Code tooltips (C# and Visual Basic)
* Export to project
2020-09-04 22:11:32 +00:00
sthen
8220ecbd7a update to asterisk-16.13.0 2020-09-04 21:22:41 +00:00
sthen
fe81d3c483 update to librenms-1.67 2020-09-04 21:19:59 +00:00
kirby
e69b67033d Update to ode-0.16
Switch HOMEPAGE to https and remove dead MASTER_SITES while here.
2020-09-04 20:06:58 +00:00
sthen
64100be9ec net-snmp: expand the comment explaining why the -Wl,-no-undefined autoconf
check is neutered. (when -no-undefined is used, build fails with missing
libc symbols when trying to link net-snmp's shared library).
2020-09-04 20:06:11 +00:00
sthen
2cf8671f90 update to net-snmp 5.9 2020-09-04 19:46:15 +00:00
sthen
9d40e3cee6 tcl-snmptools: include unistd.h, currently it comes for free with a
net-snmp header, but that changes in net-snmp 5.9
2020-09-04 19:45:57 +00:00
rsadowski
bafdd1ebed Update digikam to 7.1.0 2020-09-04 18:34:50 +00:00
landry
5d2d03b881 Update to firefox 80.0.1.
See https://www.mozilla.org/en-US/firefox/80.0.1/releasenotes/
2020-09-04 15:51:22 +00:00
mariani
da88dc6944 Register the removal of x11/lxqt/l10n 2020-09-04 15:41:24 +00:00
mariani
11a2950267 Update meta/lxqt 0.13.0 to 0.15.0
Reflecting reality on x11/lxqt
2020-09-04 15:40:43 +00:00
mariani
31d54a4196 Update x11/lxqt 0.13.0 to 0.15.0
The translations have been moved from x11/lxqt/l10n to each individual
component, goodbye x11/lxqt/l10n.

tested OK on amd64.

OK rsadowski@
2020-09-04 15:40:09 +00:00
kevlo
1ca2226904 +fcitx-configtool 2020-09-04 15:37:28 +00:00
kevlo
280ecdacd1 Import fcitx-configtool, a GTK-based configure tool for fcitx.
From Shawn Chiou.

Input from and ok rsadowski@, sthen@
2020-09-04 15:36:26 +00:00
bket
8b77403433 Update to git-lfs-2.12.0
From Asher Pasha <asher DOT pasha AT gmail.com>. Thank you!
2020-09-04 15:04:50 +00:00