Commit graph

11964 commits

Author SHA1 Message Date
bsiegert
4cd39d7e4f py-borgbackup: also install man pages, bump revision 2022-01-21 16:07:33 +00:00
fox
6c1c00ae6c sysutils/htop: Update to 3.1.2
Changes since 3.1.1:

What's new in version 3.1.2

* Bugfix for crash when storing modified settings at exit
* Generate xz-compressed source tarball (with configure) using github actions
* Allow -u UID with numerical value as argument
* Added documentation for obsolete/state libraries/program files highlighting
* Some obsolete/stale library highlighting refinements
* Column width issues resolved
* Dynamic UID column sizing improved
* Discard stale information from Disk and Network I/O meters
* Refined Linux kernel thread detection
* Reworked process state handling
* New CCGROUP column showing abbreviated cgroup name
* New OFFSET column in the list of open files screen
2022-01-20 22:48:41 +00:00
nros
dfd3535bc0 Fix dbus PIE build
Only remove -fPIE and -pie when PKGSRC_MKPIE is no.
The buildlink transforms make the tools become non-pie.
This causes the PIE checks to fail.
2022-01-20 16:38:21 +00:00
schmonz
372891566b Fix a missing EGREP subst. While here, subst PERL5 too. Bump PKGREVISION. 2022-01-20 13:53:13 +00:00
rhialto
64961426f1 sysutils/Makefile: Add py-jeepney. 2022-01-19 20:43:50 +00:00
rhialto
10ef4e0398 sysutils/py-jeepney: import from wip. 2022-01-19 20:43:20 +00:00
pin
c347637e26 Add hcal 2022-01-19 10:58:52 +00:00
pin
2a19c98cec sysutils/hcal: import package
Hexadecimal calendar in terminal for programmers.
2022-01-19 10:57:57 +00:00
pin
d7bb8f198f sysutils/navi: update to 2.19.0
New features:
-Add smart replace functionality to the fish shell widget (#655)

Fixes:
-Allow multi-word shell.command config (#644)

Code quality:
-Improve fish widget code (#671)
-Update legacy syntax from Elvish widget (#670)
2022-01-19 10:53:37 +00:00
pho
75588a9d5d Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
pin
5d2ae53670 sysutils/lsd: update to 0.21.0
Added:
- Added support for the MISSING / mi= dircolors variable for broken symlink
  targets.
- Add support for theme from zwpaper (#452)
- Update theme to support partial themes zwpaper (#591)
- Update minimal rust version to 1.42.0 from zwpaper (#534)
- NO_COLOR environment variable support from (AnInternetTroll)

Changed:
- Change size to use btyes in classic mode from meain
- Show tree edge before name block or first column if no name block from
  zwpaper (#468)
- Added icons for Perl modules (.pm) and test scripts (.t)
- Add --config-file flag to read configuration file from a custom location
- Clarify custom date format for date field in configuration file in the README.

Fixed:
- Support all strftime like formatting (#532)
2022-01-16 16:51:31 +00:00
taca
28c788eda4 Allow build with Ruby 3.1. 2022-01-16 14:29:47 +00:00
wiz
74756f90ca xentools415: convert to egg.mk
From Oskar on pkgsrc-users.

Bump PKGREVISION.
2022-01-15 17:44:35 +00:00
pin
23b56a0b4a sysutils/felix: update to 0.3.2
Fix:
-Restore cursor after exit.

Improvement:
-Get git branch name without Command::new("git")
2022-01-15 17:04:19 +00:00
wiz
e3f47fbb0e *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
pin
52dd4511de sysutils/fd-find: update to 8.3.1
v8.3.1

Bugfixes
- Stop implying --no-ignore-parent when --no-vcs-ignore is supplied,
  see #907, #901, #908 (@tmccombs)
- fd no longer waits for the whole traversal if the only matches arrive within
  max_buffer_time, see #868 and #895 (@tavianator)
- --max-results=1 now immediately quits after the first result, see #867
- fd -h does not panic anymore when stdout is closed, see #897

Changes
- Disable jemalloc on FreeBSD, see #896 (@xanderio)
- Updated man page, see #912 (@rlue)
- Updated zsh completions, see #932 (@tmccombs)


v8.3.0

Performance improvements
- Colorized output is now significantly faster, see #720 and #853 (@tavianator)
- Writing to stdout is now buffered if the output does not go to a TTY. This
  increases performance when the output of fd is piped to another program or to
  a file, see #885 (@tmccombs, original implementation by @sourlemon207)
- File metadata is now cached between the different filters that require it
  (e.g. --owner, --size), reducing the number of stat syscalls when multiple
  filters are used; see #863 (@tavianator, original implementation by @alexmaco)

Features
- Don't buffer command output from --exec when using a single thread. See #522
- Add new -q, --quiet flag, see #303 (@Asha20)
- Add new --no-ignore-parent flag, see #787 (@will459)
- Add new --batch-size flag, see #410 (@devonhollowood)
- Add opposing command-line options, see #595 (@Asha20)
- Add support for more filesystem indicators in LS_COLORS, see
  https://github.com/sharkdp/lscolors/pull/35 (@tavianator)

Bugfixes
- Always show the ./ prefix for search results unless the output is a TTY or
  --strip-cwd-prefix is set, see #760 and #861 (@jcaplan)
- Set default path separator to / in MSYS, see #537 and #730 (@aswild)
- fd cannot search files under a RAM disk, see #752
- fd doesn't show substituted drive on Windows, see #365
- Properly handle write errors to devices that are full, see #737
- Use local time zone for time functions (--change-newer-than,
  --change-older-than`), see #631 (@jacobmischka)
- Support --list-details on more platforms (like BusyBox), see #783
- The filters --owner, --size, and --changed-{within,before} now apply to
  symbolic links themselves, rather than the link target, except when
  --follow is specified; see #863
- Change time comparisons to be exclusive, see #794 (@jacobmischka)

Changes
- Apply custom --path-separator to commands run with --exec(-batch) and
  --list-details, see #697 (@aswild)

Other
- Many documentation updates
2022-01-13 21:59:08 +00:00
wiz
6cb0986e60 hexyl: move cargo depends to cargo-depends.mk to simplify updates 2022-01-13 20:32:08 +00:00
wiz
4f48678c96 *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
schmonz
cbb13e52a5 Add and enable hexyl. 2022-01-13 14:14:40 +00:00
schmonz
da111cf6d4 Add hexyl, a simple hex viewer for the terminal. It uses a colored
output to distinguish different categories of bytes (NULL bytes,
printable ASCII characters, ASCII whitespace characters, other ASCII
characters and non-ASCII).
2022-01-13 14:13:59 +00:00
pin
67c7836c1a sysutils/felix: update to 0.3.1
Fix:
-cursor movement when going to parent directory
-cursor memorization using PathBuf instead of String
2022-01-13 13:21:15 +00:00
pin
8b45c76dc3 sysutils/xplr: update to 0.17.1
Changes & fixes
-If errors occur during startup, xplr will display a debug error screen.
 This can be disabled by setting xplr.config.general.disable_debug_error_
 _mode = true
-While creating files (e.g. path/to/file), if the parent directories don't
 exist, they will be automatically created.
2022-01-11 16:43:55 +00:00
wiz
b1e1e2c132 *: convert to egg.mk 2022-01-10 23:46:48 +00:00
wiz
a9e81746fc polysh: convert to egg.mk 2022-01-10 20:23:36 +00:00
wiz
87bd5b4e1d py-notify: convert to egg.mk 2022-01-10 18:49:22 +00:00
adam
e33743b4c6 py-psutil: updated to 5.9.0
5.9.0
=====

**Enhancements**

- 1851_, [Linux]: `cpu_freq()`_ is slow on systems with many CPUs. Read current
  frequency values for all CPUs from ``/proc/cpuinfo`` instead of opening many
  files in ``/sys`` fs.  (patch by marxin)
- 1992_: `NoSuchProcess`_ message now specifies if the PID has been reused.
- 1992_: error classes (`NoSuchProcess`_, `AccessDenied`_, etc.) now have a better
  formatted and separated ``__repr__`` and ``__str__`` implementations.
- 1996_, [BSD]: add support for MidnightBSD.  (patch by Saeed Rasooli)
- 1999_, [Linux]: `disk_partitions()`_: convert ``/dev/root`` device (an alias
  used on some Linux distros) to real root device path.
- 2005_: ``PSUTIL_DEBUG`` mode now prints file name and line number of the debug
  messages coming from C extension modules.
- 2042_: rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.

**Bug fixes**

- 1456_, [macOS], **[critical]**: `cpu_freq()`_ ``min`` and ``max`` are set to
  0 if can't be determined (instead of crashing).
- 1512_, [macOS]: sometimes `Process.connections()`_ will crash with
  ``EOPNOTSUPP`` for one connection; this is now ignored.
- 1598_, [Windows]: `disk_partitions()`_ only returns mountpoints on drives
  where it first finds one.
- 1874_, [SunOS]: swap output error due to incorrect range.
- 1892_, [macOS]: `cpu_freq()`_ broken on Apple M1.
- 1901_, [macOS]: different functions, especially `Process.open_files()`_ and
  `Process.connections()`_, could randomly raise `AccessDenied`_ because the
  internal buffer of ``proc_pidinfo(PROC_PIDLISTFDS)`` syscall was not big enough.
  We now dynamically increase the buffer size until it's big enough instead of
  giving up and raising `AccessDenied`_, which was a fallback to avoid crashing.
- 1904_, [Windows]: ``OpenProcess`` fails with ``ERROR_SUCCESS`` due to
  ``GetLastError()`` called after ``sprintf()``.  (patch by alxchk)
- 1913_, [Linux]: `wait_procs()`_ should catch ``subprocess.TimeoutExpired``
  exception.
- 1919_, [Linux]: `sensors_battery()`_ can raise ``TypeError`` on PureOS.
- 1921_, [Windows]: `swap_memory()`_ shows committed memory instead of swap.
- 1940_, [Linux]: psutil does not handle ``ENAMETOOLONG`` when accessing process
  file descriptors in procfs.  (patch by Nikita Radchenko)
- 1948_, **[critical]**: ``memoize_when_activated`` decorator is not thread-safe.
  (patch by Xuehai Pan)
- 1953_, [Windows], **[critical]**: `disk_partitions()`_ crashes due to
  insufficient buffer len. (patch by MaWe2019)
- 1965_, [Windows], **[critical]**: fix "Fatal Python error: deallocating None"
  when calling `users()`_ multiple times.
- 1980_, [Windows]: 32bit / WoW64 processes fails to read `Process.name()`_ longer
  than 128 characters resulting in `AccessDenied`_. This is now fixed.  (patch
  by PetrPospisil)
- 1991_, **[critical]**: `process_iter()`_ is not thread safe and can raise
  ``TypeError`` if invoked from multiple threads.
- 1956_, [macOS]: `Process.cpu_times()`_ reports incorrect timings on M1 machines.
  (patch by Olivier Dormond)
- 2023_, [Linux]: `cpu_freq()`_ return order is wrong on systems with more than
  9 CPUs.
2022-01-10 17:05:27 +00:00
wiz
10e4298b0d monitoring: convert to egg.mk 2022-01-10 08:27:12 +00:00
wiz
044b12e8f9 manifold: convert to egg.mk 2022-01-10 08:18:25 +00:00
wiz
a497c2315f rdiff-backup: convert to egg.mk 2022-01-10 08:06:26 +00:00
ryoon
45fb4e2594 *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
tnn
4c00f1860d Fix packages that use GITSUB_MODULES on SunOS and possibly others
This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.

This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.

We should switch all platforms to bsdtar and retire pax.
2022-01-09 23:42:02 +00:00
tnn
d5f7e8e0d7 pciutils: fix build on SunOS, no symbol versioning available
lspci still says:
> lspci: Cannot find any working access method.

But at least it won't hold up the 28 packages that depend on this.
2022-01-09 22:31:57 +00:00
bsiegert
69b9f4cba9 Revbump all Go packages after go117 update 2022-01-09 20:10:29 +00:00
wiz
71cce5e81d egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
2022-01-09 11:58:13 +00:00
pin
a9c4cb2836 sysutils/dua-cli: update to 2.16.0
New Features
- Add --ignore-dirs option, with useful default on linux.

Bug Fixes
-build on platforms without 64-bit atomics
2022-01-09 09:24:33 +00:00
tnn
9b4997d022 podman: skip a portability check 2022-01-09 02:58:52 +00:00
leot
129076f465 entr: Update to 5.1
Changes:
5.1
---
 - Detect files moved to or from directories on Linux
 - Allow detection of directory entries beginning with '.' by specifying '-d' twice
 - Only reset terminal settings in exit handler if settings were changed
2022-01-08 15:41:31 +00:00
pin
c8af928a3c sysutils/broot: update to 1.9.1
v1.9.1
-Better manage when to draw/erase/keep Kitty Graphics Protocol images for better
 speed when background tasks run. Also fix background not erased behind kitty
 images in some cases.

v1.9.0
-total search (launched with ctrl-s) shows all matches - This is experimental
 and might be reversed, opinions welcome
-kitty graphics protocol used for high definition image rendering on recent
 enough versions of WezTerm - Fix #473
-fix syntaxic preview of Python files broken by comments - Fix #477
-home key bound to :input_go_to_start, end key bound to :input_go_to_end -
 Fix #475
2022-01-08 15:35:46 +00:00
pin
96859bfcea sysutils/felix: update to 0.3.0
v0.3.0
enhancement:
    Show item information on the last line (index, file extension, file size)
    Add memoization of cursor position in previous directory
    Adjust cursor movement when going to different child directory

fix:
    display of item when selecting
    cursor movement after filter mode

some refactoring

v0.2.13
enhancement:
    Show item information on the last line (index, file extension, file size)
    Add memoization of cursor position in previous directory
    Adjust cursor movement when going to different child directory

fix:
    display of item when selecting
    cursor movement after filter mode

some refactoring
2022-01-08 15:30:51 +00:00
wiz
fc0067178b binwalk: convert to egg.mk 2022-01-07 23:18:19 +00:00
nikita
10398f2e73 binwalk: update to version 2.3.3
ChangeLog (from https://github.com/ReFirmLabs/binwalk/releases):

Binwalk 2.3.3
    Added checks to prevent directory traversal vulnerability when
    external extractors create symlinks on the filesystem.
    Added --run-as command line option to allow users to control the
    privilege level external extractors are given as well as the power
    to run as root if they so choose.
    Added documentation to the README that describes the changes
    above.
Binwalk 2.3.2
    Minor bug fixes
Release 2.3.1
    Fixed issue where deps.sh could fail to install a dependency but
    the script would still succeed. Specifically sasquatch was not
    getting properly installed into the docker container.
Release v2.3.0
    This is the first release with exclusive support for Python3.
Python 2.2.1
    This will be the last release that officially supports Python 2.
Binwalk v2.2.0 Release
    Updated version to 2.2.0
2022-01-07 19:50:46 +00:00
adam
c812e14f87 py-structlog: updated to 21.5.0
21.5.0 (2021-12-16)
-------------------
Changes:
- Added the ``structlog.processors.LogfmtRenderer`` processor to render log lines using the `logfmt <https://brandur.org/logfmt>`_ format.
- Added the ``structlog.stdlib.ExtraAdder`` processor that adds extra attributes of ``logging.LogRecord`` objects to the event dictionary.
  This processor can be used for adding data passed in the ``extra`` parameter of the ``logging`` module's log methods to the event dictionary.
- Added the ``structlog.processor.CallsiteParameterAdder`` processor that adds parameters of the callsite that an event dictionary orginated from to the event dictionary.
  This processor can be used to enrich events dictionaries with information such as the function name, line number and filename that an event dictionary orignated from.


21.4.0 (2021-11-25)
-------------------
Changes:
- Fixed import when running in optimized mode (``PYTHONOPTIMIZE=2`` or ``python -OO``).
- Added the ``structlog.threadlocal.bound_threadlocal`` and ``structlog.contextvars.bound_contextvars`` decorator/context managers to temporarily bind key/value pairs to a thread-local and context-local context.



21.3.0 (2021-11-20)
-------------------
Backward-incompatible changes:
- ``structlog`` switched its packaging to `flit <https://flit.readthedocs.io/>`_.
  Users shouldn't notice a difference, but (re-)packagers might.

Changes:
- ``structlog.dev.ConsoleRenderer`` now has ``sort_keys`` boolean parameter that allows to disable the sorting of keys on output.
- ``structlog.processors.TimeStamper`` now works well with FreezeGun even when it gets applied before the loggers are configured.
- ``structlog.stdlib.AsyncBoundLogger`` now determines the running loop when logging, not on instantiation.
  That has a minor performance impact, but makes it more robust when loops change (e.g. ``aiohttp.web.run_app()``), or you want to use ``sync_bl`` *before* a loop has started.
- ``structlog.stdlib.ProcessorFormatter`` now has a *processors* argument that allows to define a processor chain to run over *all* log entries.

  Before running the chain, two additional keys are added to the event dictionary: ``_record`` and ``_from_structlog``.
  With them it's possible to extract information from ``logging.LogRecord``\s and differentiate between ``structlog`` and ``logging`` log entries while processing them.

  The old *processor* (singular) parameter is now deprecated, but no plans exist to remove it.
2022-01-07 17:04:31 +00:00
tnn
66b072a2b6 fix typo 2022-01-07 11:46:56 +00:00
jperkin
1460b9ae18 ruby-chef: Fix dependency path. 2022-01-06 10:30:09 +00:00
pin
5c35f663a2 sysutils/macchina: update to 6.0.5
-Fix incorrect target_os for a cfg flag.
2022-01-06 07:54:55 +00:00
wiz
67e1f1a6bf python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
2022-01-05 15:40:56 +00:00
schmonz
226e97e6b5 Add and enable sleepwatcher. 2022-01-05 10:56:29 +00:00
schmonz
ae762e1b78 Add sleepwatcher, a daemon that runs a Unix command on various macOS
sleep or wake events.

SleepWatcher is a daemon for macOS that monitors sleep, wakeup and
idleness of a Mac. It can be used to execute a Unix command when the Mac
or the display of the Mac goes to sleep mode or wakes up, after a given
time without user interaction or when the user resumes activity after a
break or when the power supply of a Mac notebook is attached or
detached. It also can send the Mac to sleep mode or retrieve the time
since last user activity.
2022-01-05 10:56:00 +00:00
gutteridge
247d938e52 xfce4-taskmanager: update to 1.5.2
Change log:

1.5.2
======
- Fix restoring the window size (Fixes #39)
- Improve wording of systray option (Fixes #19)
- Translation Updates:
  Italian

1.5.1
======
- Fix erroneous binding of settings (Fixes #37)
- Store column positions again
- Store sort-column-id and sort-type (Fixes #36)
- Also include swap in the memory graph
- Reduce drawing code
- Reduce borders of graphs
- Replace GtkImageMenuItem with GtkMenuItem

1.5.0
======
Please note that this is a development release
- Port to xfconf
- Move to Client-side decorations
- Migrate all settings to the settings dialog
- settings: Switch to XfceTitledDialog
- Use infobar for root warning box
- Drop exec button from toolbar
- include stdlib.h because exit() is used
- remove GLIB_CHECK_VERSION checks
- statusbar: Use better color that works well with both light and dark
themes (!17)
- Fix handling "show-legend" setting
- Handle Esc key correctly with hidden filter
- Drop unused var and sort copyright
- Show/hide filterbar with Ctrl+f and clear with Esc
- Properly close settings dialog
- Remove GSourceFunc casts
- Fix compilation warnings
- Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL
- Simplify "query-tooltip" signal handler
- Ellipsize memory and swap labels (Fixes #32)
- Set window icon in glade file
- Replace filter entry with GtkSearchBar
- Fix doc links and bump dates
- Simplify settings dialog code
- Drop leftover function for toolbar style
- Move about dialog to settings
- Drop toolbar style setting
- Fix typo
- Fix tooltip markdown issue
- Create notification area icon only if needed (Bug #25)
- Translation Updates:
  Basque, Belarusian, Chinese (China), Chinese (Taiwan), Czech, French,
  Galician, Italian, Japanese, Lithuanian, Norwegian Bokmål,
  Portuguese (Brazil), Serbian, Turkish
2022-01-05 01:14:22 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00