pkgsrc/misc
leot 34adb36632 tmux: Update to 3.2
Changes:
3.2
---
 * Add a flag to disable keys to close a message.
 * Permit shortcut keys in buffer, client, tree modes to be configured with a
   format (-K flag to choose-buffer, choose-client, choose-tree).
 * Add a current_file format for the config file being parsed.
 * When display-message used in config file, show the message after the config
   file finishes.
 * Add client-detached notification in control mode.
 * Improve performance of format evaluation.
 * Make jump command support UTF-8 in copy mode.
 * Support X11 colour names and other colour formats for OSC 10 and 11.
 * Add "pipe" variants of "copy-pipe" commands which do not copy.
 * Include "focused" in client flags.
 * Send Unicode directional isolate characters around horizontal pane borders if
   the terminal supports UTF-8 and an extension terminfo(5) capability "Bidi" is
   present.
 * Add a -S flag to new-window to make it select the existing window if one
   with the given name already exists rather than failing with an error.
 * Addd a format modifier to check if a window or session name exists (N/w or
   N/s).
 * Add compat clock_gettime for older macOS.
 * Add a no-detached choice to detach-on-destroy which detaches only if there
   are no other detached sessions to switch to.
 * Add rectangle-on and rectangle-off copy mode commands.
 * Change so that window_flags escapes # automatically. A new format
   window_raw_flags contains the old unescaped version.
 * Add -N flag to never start server even if command would normally do so.
 * With incremental search, start empty and only repeat the previous search if
   the user tries to search again with an empty prompt.
 * Add a value for remain-on-exit that only keeps the pane if the program
   failed.
 * Add a -C flag to run-shell to use a tmux command rather than a shell command.
 * Do not list user options with show-hooks.
 * Remove current match indicator in copy mode which can't work anymore since we
   only search the visible region.
 * Make synchronize-panes a pane option and add -U flag to set-option to unset
   an option on all panes.
 * Make replacement of ##s consistent when drawing formats, whether followed by
   [ or not. Add a flag (e) to the q: format modifier to double up #s
 * Add -N flag to display-panes to ignore keys.
 * Change how escaping is processed for formats so that ## and # can be used in
   styles.
 * Add a 'w' format modifier for string width.
 * Add support for Haiku.
 * Expand menu and popup -x and -y as formats.
 * Add numeric comparisons for formats.
 * Fire focus events even when the pane is in a mode.
 * Add -O flag to display-menu to not automatically close when all mouse buttons
   are released.
 * Allow fnmatch(3) wildcards in update-environment.
 * Disable nested job expansion so that the result of #() is not expanded again.
 * Use the setal capability as well as (tmux's) Setulc.
 * Add -q flag to unbind-key to hide errors.
 * Allow -N without a command to change or add a note to an existing key.
 * Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.
 * Add -F to set-environment and source-file.
 * Allow colour to be spelt as color in various places.
 * Add n: modifier to get length of a format.
 * Respond to OSC colour requests if a colour is available.
 * Add a -d option to display-message to set delay.
 * Add a way for control mode clients to subscribe to a format and be notified
   of changes rather than having to poll.
 * Add some formats for search in copy mode (search_present, search_match).
 * Do not wait on shutdown for commands started with run -b.
 * Add -b flags to insert a window before (like the existing -a for after) to
   break-pane, move-window, new-window.
 * Make paste -p the default for ].
 * Add support for pausing a pane when the output buffered for a control mode
   client gets too far behind. The pause-after flag with a time is set on the
   pane with refresh-client -f and a paused pane may be resumed with
   refresh-client -A.
 * Allow strings in configuration files to span multiple lines - newlines and
   any leading whitespace are removed, as well as any following comments that
   couldn't be part of a format. This allows long formats or other strings to be
   annotated and indented.
 * Instead of using a custom parse function to process {} in configuration
   files, treat as a set of statements the same as outside {} and convert back
   to a string as the last step. This means the rules are consistent inside and
   outside {}, %if and friends work at the right time, and the final result
   isn't littered with unnecessary newlines.
 * Add support for extended keys - both xterm(1)'s CSI 27 ~ sequence and the
   libtickit CSI u sequence are accepted; only the latter is output. tmux will
   only attempt to use these if the extended-keys option is on and it can detect
   that the terminal outside supports them (or is told it does with the
   "extkeys" terminal feature).
 * Add an option to set the pane border lines style from a choice of single
   lines (ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or number
   (the pane numbers). Lines that won't work on a non-UTF-8 terminal are
   translated back into ACS when they are output.
 * Make focus events update the latest client (like a key press).
 * Store UTF-8 characters differently to reduce memory use.
 * Fix break-pane -n when only one pane in the window.
 * Instead of sending all data to control mode clients as fast as possible, add
   a limit of how much data will be sent to the client and try to use it for
   panes with some degree of fairness.
 * Add an active-pane client flag (set with attach-session -f, new-session -f
   or refresh-client -f). This allows a client to have an independent active
   pane for interactive use (the window client pane is still used for many
   things however).
 * Add a mark to copy mode, this is set with the set-mark command (bound to X)
   and appears with the entire line shown using copy-mode-mark-style and the
   marked character in reverse. The jump-to-mark command (bound to M-x) swaps
   the mark and the cursor positions.
 * Add a -D flag to make the tmux server run in the foreground and not as a
   daemon.
 * Do not loop forever in copy mode when search finds an empty match.
 * Fix the next-matching-bracket logic when using vi(1) keys.
 * Add a customize mode where options may be browsed and changed, includes
   adding a brief description of each option. Bound to C-b C by default.
 * Change message log (C-b ~) so there is one for the server rather than one per
   client and it remains after detach, and make it useful by logging every
   command.
 * Add M-+ and M-- to tree mode to expand and collapse all.
 * Change the existing client flags for control mode to apply for any client,
   use the same mechanism for the read-only flag and add an ignore-size flag.
   refresh-client -F has become -f (-F stays for backwards compatibility) and
   attach-session and switch-client now have -f flags also. A new format
   client_flags lists the flags and is shown by list-clients by default.
   This separates the read-only flag from "ignore size" behaviour (new
   ignore-size) flag - both behaviours are useful in different circumstances.
   attach -r and switchc -r remain and set or toggle both flags together.
 * Store and restore cursor position when copy mode is resized.
 * Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other terminals.
 * Add formats for after hook command arguments: hook_arguments with all the
   arguments together; hook_argument_0, hook_argument_1 and so on with
   individual arguments; hook_flag_X if flag -X is present; hook_flag_X_0,
   hook_flag_X_1 and so on if -X appears multiple times.
 * Try to search the entire history first for up to 200 ms so a search count can
   be shown. If it takes too long, search the visible text only.
 * Use VIS_CSTYLE for paste buffers also (show \012 as \n).
 * Change default formats for tree mode, client mode and buffer mode to be more
   compact and remove some clutter.
 * Add a key (e) in buffer mode to open the buffer in an editor. The buffer
   contents is updated when the editor exits.
 * Add -e flag for new-session to set environment variables, like the same flag
   for new-window.
 * Improve search match marking in copy mode. Two new options
   copy-mode-match-style and copy-mode-current-match-style to set the style for
   matches and for the current match respectively. Also a change so that if a
   copy key is pressed with no selection, the current match (if any) is copied.
 * Sanitize session names like window names instead of forbidding invalid ones.
 * Check if the clear terminfo(5) capability starts with CSI and if so then
   assume the terminal is VT100-like, rather than relying on the XT capability.
 * Improve command prompt tab completion and add menus both for strings and -t
   and -s (when used without a trailing space). command-prompt has additional
   flags for only completing a window (-W) and a target (-T), allowing C-b ' to
   only show windows and C-b . only targets.
 * Change all the style options to string options so they can support formats.
   Change pane-border-active-style to use this to change the border colour when
   in a mode or with synchronize-panes on. This also implies a few minor changes
   to existing behaviour:
   - set-option -a with a style option automatically inserts a comma between the
     old value and appended text.
   - OSC 10 and 11 no longer set the window-style option, instead they store the
     colour internally in the pane data and it is used as the default when the
     option is evaluated.
   - status-fg and -bg now override status-style instead of the option values
     being changed.
 * Add extension terminfo(5) capabilities for margins and focus reporting.
 * Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for
   configuration file (the search paths are in TMUX_CONF in Makefile.am).
 * Remove the DSR 1337 iTerm2 extension and replace by the extended device
   attributes sequence (CSI > q) supported by more terminals.
 * Add a -s flag to copy-mode to specify a different pane for the source
   content. This means it is possible to view two places in a pane's history at
   the same time in different panes, or view the history while still using the
   pane. Pressing r refreshes the content from the source pane.
 * Add an argument to list-commands to show only a single command.
 * Change copy mode to make copy of the pane history so it does not need to
   freeze the pane.
 * Restore pane_current_path format from portable tmux on OpenBSD.
 * Wait until the initial command sequence is done before sending a device
   attributes request and other bits that prompt a reply from the terminal. This
   means that stray relies are not left on the terminal if the command has
   attached and then immediately detached and tmux will not be around to receive
   them.
 * Add a -f filter argument to the list commands like choose-tree.
 * Move specific hooks for panes to pane options and windows for window options
   rather than all hooks being session options. These hooks are now window options:
   window-layout-changed
   window-linked
   window-pane-changed
   window-renamed
   window-unlinked
   And these now pane options:
   pane-died
   pane-exited
   pane-focus-in
   pane-focus-out
   pane-mode-changed
   pane-set-clipboard
   Any existing configurations using these hooks on a session rather than
   globally (that is, set-hook or set-option without -g) may need to be changed.
 * Show signal names when a process exits with remain-on-exit on platforms which
   have a way to get them.
 * Start menu with top item selected if no mouse and use mode-style for the
   selected item.
 * Add a copy-command option and change copy-pipe and friends to pipe to it if
   used without arguments, allows all the default copy key bindings to be
   changed to pipe with one option rather than needing to change each key
   binding individually.
 * Tidy up the terminal detection and feature code and add named sets of
   terminal features, each of which are defined in one place and map to a
   builtin set of terminfo(5) capabilities. Features can be specified based on
   TERM with a new terminal-features option or with the -T flag when running
   tmux. tmux will also detect a few common terminals from the DA and DSR
   responses.
   This is intended to make it easier to configure tmux's use of terminfo(5)
   even in the presence of outdated ncurses(3) or terminfo(5) databases or for
   features which do not yet have a terminfo(5) entry. Instead of having to grok
   terminfo(5) capability names and what they should be set to in the
   terminal-overrides option, the user can hopefully just give tmux a feature
   name and let it do the right thing.
   The terminal-overrides option remains both for backwards compatibility and to
   allow tweaks of individual capabilities.
 * Support mintty's application escape sequence (means tmux doesn't have to
   delay to wait for Escape, so no need to reduce escape-time when using
   mintty).
 * Change so main-pane-width and height can be given as a percentage.
 * Support for the iTerm2 synchronized updates feature (allows the terminal to
   avoid unnecessary drawing while output is still in progress).
 * Make the mouse_word and mouse_line formats work in copy mode and enable the
   default pane menu in copy mode.
 * Add a -T flag to resize-pane to trim lines below the cursor, moving lines out
   of the history.
 * Add a way to mark environment variables as "hidden" so they can be used by
   tmux (for example in formats) but are not set in the environment for new
   panes. set-environment and show-environment have a new -h flag and there is a
   new %hidden statement for the configuration file.
 * Change default position for display-menu -x and -y to centre rather than top
   left.
 * Add support for per-client transient popups, similar to menus but which are
   connected to an external command (like a pane). These are created with new
   command display-popup.
 * Change double and triple click bindings so that only one is fired (previously
   double click was fired on the way to triple click). Also add default double
   and triple click bindings to copy the word or line under the cursor and
   change the existing bindings in copy mode to do the same.
 * Add a default binding for button 2 to paste.
 * Add -d flag to run-shell to delay before running the command and allow it to
   run without a command so it just delays.
 * Add C-g to cancel command prompt with vi keys as well as emacs, and q in
   command mode.
 * When the server socket is given with -S, create it with umask 177 instead of
   117 (because it may not be in a safe directory like the default directory in
   /tmp).
 * Add a copy-mode -H flag to hide the position marker in the top right.
 * Add number operators for formats (+, -, *, / and m),
2021-04-17 10:11:04 +00:00
..
9menu 9menu: Update to 1.10 2020-12-08 11:15:57 +00:00
abduco abduco: Use _DARWIN_C_SOURCE on Darwin. 2020-03-04 20:56:01 +00:00
Addresses *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
ansiweather ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping 2020-12-20 12:41:27 +00:00
ascii ascii: update to 3.18. 2020-03-07 18:31:03 +00:00
asr-manpages misc: align variable assignments 2019-11-03 17:04:19 +00:00
astrolog misc/astrolog: document harmless instances of array[char] 2020-05-03 15:08:29 +00:00
attica *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
attica-qt5 kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
autocue
bbappconf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
bbdb bbdb: Support emacs26. 2018-09-13 14:21:22 +00:00
bbweather *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bibletime *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
blccc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
bottlerocket all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
brs misc/brs: fix hard-coded paths in patch 2020-05-09 08:30:49 +00:00
bsdiff all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bsdstats
buffer pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
byobu Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cabal-install Remove variable path components hard-coded in PLIST 2020-10-13 12:27:11 +00:00
calibre *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
catpoint misc/catpoint: import catpoint-0.2 2021-02-27 21:09:40 +00:00
celestia *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
chipmunk misc: align variable assignments 2019-11-03 17:04:19 +00:00
chord Sort PLIST files. 2018-01-01 22:29:15 +00:00
chordii misc: align variable assignments 2019-11-03 17:04:19 +00:00
cksfv cksfv: update to 1.3.15. 2020-10-14 16:18:10 +00:00
color-theme all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
colorblind
colorize *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
colorls colorls: add LICENSE 2018-12-29 08:54:01 +00:00
colortail misc: align variable assignments 2019-11-03 17:04:19 +00:00
cowsay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cstream all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cuecat misc: align variable assignments 2019-11-03 17:04:19 +00:00
cuetools
cw *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dgpsip
dialog dialog: update to 1.3-20200228 2020-03-23 16:04:34 +00:00
dirdiff
dose3 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
dotfile
dpkg *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
dt
dtach *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dvorakng
dvtm dvtm: Needs wide curses 2020-03-26 13:31:42 +00:00
dync
easymenu
ec2-ami-tools misc/ec2-ami-tools: remove no-op file from SUBST_FILES 2020-05-09 08:49:12 +00:00
ec2-api-tools misc: align variable assignments 2019-11-03 17:04:19 +00:00
edict
elizatalk *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
elscreen misc: align variable assignments 2019-11-03 17:04:19 +00:00
emacs-wiki misc: align variable assignments 2019-11-03 17:04:19 +00:00
epm
erlang-p1_utils erlang-p1_utils: Update to 1.0.21 2021-01-15 23:31:58 +00:00
esniper revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
fbreader *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
fd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fep misc: align variable assignments 2019-11-03 17:04:19 +00:00
figlet Add support for CFLAGS and LDFLAGS 2017-10-23 23:21:59 +00:00
figlet-fonts
firelib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fzy fzy: Update misc/fzy to 1.0 2018-09-24 13:59:56 +00:00
gaupol Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gelemental *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
getopt
gkrellm-flynn *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-launch *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-leds *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-moon *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-weather *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gnuls coreutils: Update to 8.32 2021-03-04 11:16:17 +00:00
go-genproto Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-genproto-googleapis-rpc Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
goffice0.8 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
goffice0.10 goffice0.10: update to 0.10.48 2021-02-11 15:45:27 +00:00
gone Comment out dead sites. 2017-08-16 20:45:30 +00:00
gperiodic *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
granulate
gwaei *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
hanzim *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time
hexd hexd: Avoid compressing the man page before installation 2020-03-26 13:34:30 +00:00
heyu all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
howm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hs-extra hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
ibutton-pdkit
ini_file_manager misc/ini_file_manager: remove misspelled C from USE_LANGUAGES 2019-09-07 07:11:46 +00:00
ipbt *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
iselect
iwatch
ja-less misc/ja-less: remove no-op file from SUBST_FILES 2020-05-16 15:56:54 +00:00
ja-man misc: align variable assignments 2019-11-03 17:04:19 +00:00
JBidwatcher all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jhd
jive
JMdict
kaccessible *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kalzium kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kanjidic
kanjidic2
kanjipad *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
kbruch kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kcharselect kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kchmviewer *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
kcontacts kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kdav kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kde-wallpapers4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdeartwork4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdeedu-data kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kdepim-runtime4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdepim4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdepimlibs4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdeplasma-addons4 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kdrill
kemoticons kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kgeography kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
khard khard: needs setuptools_scm to build; invoke sphinx directly 2021-04-07 07:00:20 +00:00
khelpcenter kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kidentitymanagement kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kig kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kiten kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
klettres kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kmag kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kmousetool kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kmouth kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kp Sort PLIST files. 2018-01-01 22:29:15 +00:00
kremotecontrol *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kstars *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kteatime kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
ktouch kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kturtle kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
ktux *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
kunitconversion kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
kwordquiz kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kz_h8write
labelnation Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
latin-words-bin Sort PLIST files. 2018-01-01 22:29:15 +00:00
less less: Update to 563 2021-01-06 14:29:30 +00:00
libcarddav (misc/libcarddav) Sorry, remove garbage line 2020-06-06 02:01:05 +00:00
libcdio misc/libcdio: use generic curses buildlink file instead of ncurses one 2021-02-06 15:20:45 +00:00
libcdio-paranoia *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libcec Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libkdeedu *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libkeduvocdocument kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
libkkc-data libkkc-data: Use GitHub framework to fetch distfile 2021-02-27 19:18:13 +00:00
libkvkontakte *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
libmateweather *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libquantum
libreoffice *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
libreoffice5-bin misc: align variable assignments 2019-11-03 17:04:19 +00:00
libreoffice6-bin libreoffice6-bin: update to 6.2.8. 2020-01-29 15:56:08 +00:00
libutf
lile misc/lile: document possible array[char] bug 2020-05-25 05:37:37 +00:00
linux-words Sort PLIST files. 2018-01-01 22:29:15 +00:00
loco *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
logsurfer misc: align variable assignments 2019-11-03 17:04:19 +00:00
lookup misc: align variable assignments 2019-11-03 17:04:19 +00:00
lr lr: update to 1.5.1. 2020-01-27 10:38:13 +00:00
lv misc: align variable assignments 2019-11-03 17:04:19 +00:00
m17n-db all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
m17n-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
marble kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
mate-calc *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
mate-utils mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
mbuffer mbuffer: Skip unnecessary portability test. 2020-03-30 19:02:32 +00:00
mdp mdp: Update to 1.0.15 2020-01-03 11:47:19 +00:00
mic-paren Import mic-paren-3.13 2020-01-22 00:11:01 +00:00
mime-types misc: Add mime-types 2020-06-09 10:10:37 +00:00
mirmon *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mkcue all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mmv
molden misc: align variable assignments 2019-11-03 17:04:19 +00:00
moreutils moreutils: Update to 0.65 2021-01-06 14:31:44 +00:00
most all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mousetweaks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mtail Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
multitail all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nxtvepg *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nyancat all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ocaml-cudf Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-magic-mime Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-opaline Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-opam Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-opam-file-format Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-topkg Updated misc/ocaml-topkg to version 1.0.3. 2021-03-08 20:41:00 +00:00
open2300
open2300-mysql misc: align variable assignments 2019-11-03 17:04:19 +00:00
orca Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
p5-App-MrShell *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Array-PrintCols *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-CreditCard *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-ISBN p5-Business-ISBN: update to 3.005. 2020-09-07 12:01:25 +00:00
p5-Business-ISBN-Data p5-Business-ISBN-Data: update to 20191107. 2020-09-07 12:00:25 +00:00
p5-Business-ISMN *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-ISSN p5-Business-ISSN: update to 1.004. 2020-09-07 12:02:01 +00:00
p5-Business-UPS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ControlX10-CM11 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ControlX10-CM17 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-MMagic *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-MMagic-XS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-Tail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-Codes p5-Locale-Codes: update to 3.65. 2020-09-07 12:03:06 +00:00
p5-Locale-libintl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-Maketext-Fuzzy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-Maketext-Lexicon *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-US *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mac-Macbinary *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mac-PropertyList *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Msgcat *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Parse-Win32Registry *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Search *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Vroom *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Weather-PurpleAir-API update to Weather-PurpleAir-API 0.07. changes: 2020-10-18 05:03:37 +00:00
parchive *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
parley *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
pciids Update to pciids 20200222 2020-02-22 19:48:39 +00:00
pdmenu *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
php-orangehrm *: Remove mysql51 - EOL since 2013, completely broken with OpenSSL 1.1 2020-03-13 10:05:41 +00:00
pick pick: Update to 3.0.1 2019-03-12 19:02:45 +00:00
pinfo
pixd pixd: Avoid compressing the man page before installation 2020-03-26 13:48:29 +00:00
ppower *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pty-redir
py-anita misc/py-anita: update to 2.8 2020-11-11 12:24:52 +00:00
py-ansi py-ansi: updated to 0.2.0 2021-01-26 14:44:49 +00:00
py-asciinema py-asciinema: Fix installation and ALTERNATIVES 2019-01-27 10:37:33 +00:00
py-carddav misc: align variable assignments 2019-11-03 17:04:19 +00:00
py-immutables py-immutables: updated to 0.15 2021-02-15 21:17:36 +00:00
py-sniffio py-sniffio: updated to 1.2.0 2020-10-13 11:10:49 +00:00
py-stdnum py-stdnum: updated to 1.16 2021-02-07 12:38:29 +00:00
py-tqdm py-tqdm: updated to 4.60.0 2021-04-06 20:16:06 +00:00
py-trytond-carrier all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-percentage all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-weight all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-company all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-dashboard all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-party-relationship all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-siret all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-vcarddav py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-product all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-attribute all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification-taxonomic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-measurements all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-routing all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work-timesheet all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-invoice all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-plan all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-revenue all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-forecast all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-inventory-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-location-sequence all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot-sled all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping-dpd py-trytond-stock-package-shipping-dpd: not compatible with Python 2.7 any more 2020-12-07 15:41:07 +00:00
py-trytond-stock-package-shipping-ups all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-product-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
qbrew *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qterm qterm: Fix building terrifying K&R C with compilers made in this decade. 2019-08-30 14:17:07 +00:00
R-Hmisc Add a missing dependency on graphics/R-latticeExtra. 2019-09-26 22:14:05 +00:00
R-pillar Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-praise R-praise: initial commit 2019-08-09 18:29:50 +00:00
raspberrypi-userland raspberrypi-userland: Needs pkg-config 2020-01-09 02:06:44 +00:00
reed *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
rhash rhash: updated to 1.4.1 2021-01-07 22:00:29 +00:00
rlwrap rlwrap: Update to 0.45 2021-03-04 10:12:12 +00:00
rocs kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
root *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
root-tail Comment out dead sites. 2017-09-04 18:00:49 +00:00
routeplanner-cli Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
rox-memo Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
rpm *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
ruby-ansi all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-args_parser all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-bundler misc/ruby-bundler: update to 2.2.15 2021-03-21 12:59:00 +00:00
ruby-bundler1 misc/ruby-bundler1: apply security fix 2020-09-13 14:57:04 +00:00
ruby-colorator
ruby-colorize
ruby-columnize
ruby-commander misc/ruby-commander: update to 4.5.2 2020-03-23 16:37:11 +00:00
ruby-configuration
ruby-daemons misc/ruby-daemons: update to 1.3.1 2019-01-20 14:33:08 +00:00
ruby-equalizer
ruby-gem_plugin
ruby-hashie misc/ruby-hashie: update to 4.1.0 2020-06-07 15:57:40 +00:00
ruby-launchy misc/ruby-launchy: update to 2.5.0 2020-03-23 16:49:31 +00:00
ruby-license-acceptance misc/ruby-license-acceptance: update to 2.1.13 2021-01-18 15:45:01 +00:00
ruby-memoizable
ruby-method_source misc/ruby-method_source: update to 1.0.0 2020-03-23 16:55:54 +00:00
ruby-mimemagic misc/ruby-mimemagic: update to 0.3.5 2020-05-25 14:12:03 +00:00
ruby-mini_portile2 ruby-miniportile2: update to 2.5.0. 2020-03-10 14:42:54 +00:00
ruby-naught
ruby-ohai Remove ruby25 related code fragments. 2021-04-01 14:10:53 +00:00
ruby-parallel misc/ruby-parallel: update to 1.20.1 2021-03-07 14:40:12 +00:00
ruby-patch_finder Use https for github. 2019-07-03 07:19:03 +00:00
ruby-powerbar
ruby-progressbar misc/ruby-progressbar: update to 1.11.0 2021-01-11 14:07:32 +00:00
ruby-pry misc/ruby-pry: update to 0.14.0 2021-02-13 13:58:03 +00:00
ruby-rainbow ruby-rainbow: update to 3.0.0. 2017-12-09 19:31:58 +00:00
ruby-slop misc/ruby-slop: update to 4.8.2 2020-09-14 13:21:09 +00:00
ruby-sprockets misc/ruby-sprockets: update to 4.0.2 2020-06-07 08:37:12 +00:00
ruby-sprockets-rails misc/ruby-sprockets-rails: update to 3.2.2 2020-09-14 13:26:15 +00:00
ruby-systemu
ruby-thread_safe Remove ruby-atomic dependency. 2017-12-09 22:01:27 +00:00
ruby-transaction-simple
ruby-typed-array
ruby-windows_error misc/ruby-windows_error: Import version 0.1.2 2017-10-03 17:03:30 +00:00
rump Fix packaging under Linux 2019-08-04 14:41:27 +00:00
s6-portable-utils Bump PKGREVISION for skalibs update. 2021-01-22 16:10:35 +00:00
sch
sci Comment out dead sites. 2017-09-04 18:00:49 +00:00
screen misc/screen: Fix CVE-2021-26937 and another UTF-8 bug 2021-03-13 07:24:04 +00:00
sd-mux-ctrl sd-mux-ctrl: needs pkg-config 2020-08-18 05:29:46 +00:00
send-pr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
siag misc: align variable assignments 2019-11-03 17:04:19 +00:00
since since: comment out dead sites 2017-11-15 22:19:44 +00:00
sleepto Update to sleepto-1.1 - fixes some printf formatting bugs. 2021-02-25 10:28:22 +00:00
splitvt
starplot *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
stellarium stellarium: updated to 0.21.0 2021-04-01 13:17:30 +00:00
step kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
sunwait Don't build header files. 2019-12-21 23:44:45 +00:00
superkaramba *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
sweeper *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
sword *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
tds *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
team
teseq *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tmate tmate 2.4.0 2021-01-09 12:53:45 +00:00
tmux tmux: Update to 3.2 2021-04-17 10:11:04 +00:00
todoman todoman: update to 3.9.0. 2020-12-06 10:40:33 +00:00
toilet
topless *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ttyrec
udfclient Upgrade to minor release 0.8.11 fixing compilation errors on gcc10 and some 2020-06-20 13:29:37 +00:00
ukpostcodes
uptimec Comment out dead sites. 2017-09-06 10:40:25 +00:00
urjtag urjtag: remove references to obsolete DragonFly/i386 2018-04-30 10:38:55 +00:00
usbids Update usbids to 20200622. 2020-07-06 18:21:24 +00:00
usbprog *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
utftools
vera Comment out dead sites. 2017-09-06 10:40:25 +00:00
vfu *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
vimpager *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
visual-regexp
vttest vttest: Update to 20200920 2020-11-24 12:01:30 +00:00
vym *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
wandio revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
watch
wdic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wemux
whohas *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
window Signedness fixes to make it build again with clang. 2017-09-10 01:00:01 +00:00
xchm *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
xdg-utils Clean up the unreadable manpages, by removing blank lines and leading spaces 2020-03-30 19:04:21 +00:00
xfce4-calculator-plugin xfce4-calculator-plugin: update to 0.7.1 2021-03-18 02:20:42 +00:00
xfce4-smartbookmark-plugin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xfce4-time-out-plugin xfce4-time-out-plugin: update to 1.1.2 2021-03-02 03:56:09 +00:00
xfce4-weather-plugin xfce4-weather-plugin: update to 0.10.2 2020-12-02 00:46:31 +00:00
xjdic Sort PLIST files. 2018-01-01 22:29:15 +00:00
xorg-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xorg-sgml-doctools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xrolodex Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
xtail Comment out dead sites. 2017-09-06 10:40:25 +00:00
xtend all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xygrib update misc/xygrib to build with openjpeg-2.4 2021-03-19 19:00:17 +00:00
yelp3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
yrolo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
zorro
zyGrib *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
zyGrib-maps all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Makefile misc: -libkgeomap 2021-04-07 19:42:25 +00:00