Commit graph

7018 commits

Author SHA1 Message Date
jperkin
13943f3046 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
nia
33a9d1530f misc: Remove gnome-utils, another dead GNOME 2 component 2020-01-16 14:11:03 +00:00
nia
c7f0ead4e5 lr: Needed missing patch to install to PREFIX. 2020-01-15 16:24:18 +00:00
nia
5270154089 misc: Add lr.
lr is a new tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).
2020-01-15 14:56:46 +00:00
nia
4d75650e8c misc: Add pixd.
pixd is a tool for visualizing binary data using a colour palette. It is in
a lot of ways akin to a hexdump tool, except using coloured squares to
represent each octet.

pixd uses 24-bit color SGR escape sequences.  For a list of terminal emulators
with support for these, see XVilka's list of supporting terminal emulators:
https://gist.github.com/XVilka/8346728
2020-01-13 22:30:34 +00:00
nia
e84cadd63b misc: Add hexd.
hexd prints a human-readable hexdump of the specified files, or standard
input if omitted. Its main distinguishing feature is the use of colours to
visually indicate which range of values an octet belongs to, aiding in
spotting patterns in binary data.

By default, hexd relies on 256-color SGR escape sequences. Most terminal
emulators should support these today, but technically they're only defacto
standard. However, you can override the formatting used with the HEXD_COLORS
environment variable (see manpage), or use the -p option for plaintext
output.
2020-01-13 22:29:24 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
bsiegert
5220c156ea Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
nia
60b5420849 raspberrypi-userland: Needs pkg-config 2020-01-09 02:06:44 +00:00
adam
fa1eefe5c9 py-sniffio: added version 1.1.0
You're writing a library. You've decided to be ambitious, and support multiple
async I/O packages, like Trio, and asyncio, and... You've written a bunch of
clever code to handle all the differences. But... how do you know which piece of
clever code to run?

This is a tiny package whose only purpose is to let you detect which async
library your code is running under.
2020-01-08 20:04:27 +00:00
adam
2e7c631bd7 py-immutables: added version 0.11
An immutable mapping type for Python.

The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
Clojure, Scala, Haskell, and other functional languages. This implementation is
used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
details).

Immutable mappings based on HAMT have O(log N) performance for both set() and
get() operations, which is essentially O(1) for relatively small mappings.
2020-01-08 20:01:40 +00:00
adam
fa19ad51b8 py-tqdm: updated to 4.41.1
tqdm v4.41.1 stable

keras module tidy and fixes
- fix batch_size=None
- add missing pop('size')

tqdm v4.41.0 stable

trim on ncols overflow with ANSI handling
add notebook.reset()
add keras.TqdmCallback
documentation updates
test updates
2020-01-07 08:51:30 +00:00
gson
1c3eec8161 misc/py-anita: update to 2.2.
Changes from 2.1:

Clean up some b'' quoting that appeared around strings in the log
output under python3.

New command line option --image-format for selecting the guest disk
image format.  Supported values are "dense" (the default) and
"sparse".

Reset the install timeout whenever a new set extraction or other
command is started by sysinst, and reduce the timeout to 1 hour.
This allows hangs in the install phase to be detected more quickly.

Reset the test timeout whenever a new test program is started by ATF,
and reduce the default timeout to 2 hours.  If you are passing a
non-default test timeout with the --test-timeout option, it can also
be reduced.  This allows hangs during test runs to be detected more
quickly.

Fix the sparc64 CD install which was broken in 2.1, by adding an
index=2 attribute to the virtual CD drive.

Make NetBSD-current/macppc boot by passing "-prom-env qemu_boot_hack=y"
to qemu-system-ppc.  From Joerg Sonnenberger.
2020-01-06 11:48:03 +00:00
nia
07cc90dd65 orca: Remove gnome-mag dependency 2020-01-05 16:39:18 +00:00
nia
31152cf0b8 misc: Remove deskbar-applet
Dead GNOME 2 applet. This is no longer part of GNOME.
2020-01-04 13:13:59 +00:00
nia
a123a237e3 mdp: Update to 1.0.15
Upstream does not provide a changelog.
2020-01-03 11:47:19 +00:00
pho
5ff45be473 Add hs-extra 2020-01-03 06:05:20 +00:00
pho
338b263e31 Import extra-1.6.18
A library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.
2020-01-03 06:04:34 +00:00
gutteridge
313bd601a9 mate-utils: inkscape is no longer a tool dependency
For regular builds (the targets pkgsrc uses), inkscape is no longer a
requirement.
2020-01-02 19:02:52 +00:00
leot
e350875efa tmux: Update to 3.0a
pkgsrc changes:
 - Remove no longer needed patch applied upstream

Changes:
CHANGES FROM 3.0 to 3.0a

* Do not require REG_STARTEND.
* Respawn panes or windows correctly if default-command is set.
* Add missing option for after-kill-pane hook.
* Fix for crash with a format variable that doesn't exist.
* Do not truncate list-keys output on some platforms.
* Do not crash when restoring a layout with only one pane.

CHANGES FROM 2.9 to 3.0

* Workaround invalid layout strings generated by older tmux versions and add
  some additional sanity checks
* xterm 348 now disables margins when resized, so send DECLRMM again after
  resize.
* Add support for the SD (scroll down) escape sequence.
* Expand arguments to C and s format modifiers to match the m modifier.
* Add support for underscore colours (Setulc capability must be added with
  terminal-overrides as described in tmux(1)).
* Add a "fill" style attribute for the fill colour of the drawing area (where
  appropriate).
* New -H flag to send-keys to send literal keys.
* Format variables for pane mouse modes (mouse_utf8_flag and mouse_sgr_flag)
  and for origin mode (origin_flag).
* Add -F to refresh-client for flags for control mode clients, only one flag
  (no-output) supported at the moment.
* Add a few vi(1) keys for menus.
* Add pane options, set with set-option -p and displayed with show-options -p.
  Pane options inherit from window options (so every pane option is also
  a window option). The pane style is now configured by setting window-style
  and window-active-style in the pane options; select-pane -P and -g now change
  the option but are no longer documented.
* Do not document set-window-option and show-window-options. set-option -w and
  show-options -w should be used instead.
* Add a -A flag to show-options to show parent options as well (they are marked
  with a *).
* Resize panes lazily - do not resize unless they are in an attached, active
  window.
* Add regular expression support for the format search, match and substitute
  modifiers and make them able to ignore case. find-window now accepts -r to
  use regular expressions.
* Do not use $TMUX to find the session because for windows in multiple sessions
  it is wrong as often as it is right, and for windows in one session it is
  pointless. Instead use TMUX_PANE if it is present.
* Do not always resize the window back to its original size after applying a
  layout, keep it at the layout size until it must be resized (for example when
  attached and window-size is not manual).
* Add new-session -X and attach-session -x to send SIGHUP to parent when
  detaching (like detach-client -P).
* Support for octal escapes in strings (such as \007) and improve list-keys
  output so it parses correctly if copied into a configuration file.
* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string
  similar to single quotes but also includes newlines and allows commands that
  take other commands as string arguments to be expressed more clearly and
  without additional escaping.
  A literal { and } or a string containing { or } must now be escaped or
  quoted, for example '{' and '}' instead of { or }, or 'X#{foo}' instead of
  X#{foo}.
* New <, >, <= and >= comparison operators for formats.
* Improve escaping of special characters in list-keys output.
* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1). There
  is one incompatible change: a \ on its own must be escaped or quoted as
  either \\ or '\' (the latter works on older tmux versions).
  Entirely the same parser is now used for parsing the configuration file
  and for string commands. This means that constructs previously only
  available in .tmux.conf, such as %if, can now be used in string commands
  (for example, those given to if-shell - not commands invoked from the
  shell, they are still parsed by the shell itself).
* Add support for the overline attribute (SGR 53). The Smol capability is
  needed in terminal-overrides.
* Add the ability to create simple menus. Introduces new command
  display-menu. Default menus are bound to MouseDown3 on the status line;
  MouseDown3 or M-MouseDown3 on panes; MouseDown3 in tree, client and
  buffer modes; and C-b C-m and C-b M-m.
* Allow panes to be empty (no command). They can be created either by piping to
  split-window -I, or by passing an empty command ('') to split-window. Output
  can be sent to an existing empty window with display-message -I.
* Add keys to jump between matching brackets (emacs C-M-f and C-M-b, vi %).
* Add a -e flag to new-window, split-window, respawn-window, respawn-pane to
  pass environment variables into the newly created process.
* Hooks are now stored in the options tree as array options, allowing them to
  have multiple separate commands. set-hook and show-hooks remain but
  set-option and show-options can now also be used (show-options will only show
  hooks if given the -H flag). Hooks with multiple commands are run in index
  order.
* Automatically scroll if dragging to create a selection with the mouse and the
  cursor reaches the top or bottom line.
* Add -no-clear variants of copy-selection and copy-pipe which do not clear the
  selection after copying. Make copy-pipe clear the selection by default to be
  consistent with copy-selection.
* Add an argument to copy commands to set the prefix for the buffer name, this
  (for example) allows buffers for different sessions to be named separately.
* Update session activity on focus event.
* Pass target from source-file into the config file parser so formats in %if
  and %endif have access to more useful variables.
* Add the ability to infer an option type (server, session, window) from its
  name to show-options (it was already present in set-option).
2020-01-01 15:06:07 +00:00
gutteridge
30ea170a41 libmateweather: update to libmateweather 1.22.1
Change log:

libmateweather 1.22.1

  * Translations update
  * Locations: Add Lleida–Alguaire Airport
  * locations: change weather station for Rostov-on-Don, Russia
2019-12-30 23:32:42 +00:00
gutteridge
2a024fb970 mate-utils: update to mate-utils 1.22.2
(pkgsrc TBD: review inkscape and rsvg-convert dependencies.)

Change log:

mate-utils 1.22.2

  * Translations update
  * Add hicolor_apps_24x24_mate-system-log.png
  * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png
  * mate-disk-usage-analyzer: Remove blank space before right parenthesis
  * gdict-applet: Variable 'detail' is allocated memory that is never used
  * Make inkscape and rsvg-convert optional
2019-12-30 22:54:52 +00:00
gutteridge
4322e631e3 mate-calc: update to 1.22.2
Change log:

mate-calc 1.22.2

  * Translations update
  * parserfunc: Return NULL on NOT operation overflow
  * mp-serializer: fix scientific presentation of complex numbers
2019-12-30 22:43:28 +00:00
adam
7bb610c1db stellarium: updated to 0.19.3
v0.19.3:
The major changes of this version:
* Direct ASCOM support for Telescope Control plugin on Windows
* Refactoring the GUI
* Many improvements in the code
* Added many DSO textures
* Improvements in DSO catalog
* Many improvements in AstroCalc tool
2019-12-29 16:24:30 +00:00
ryoon
e93b187468 Update to 6.3.4.2
Changelog:
6.3.4.2
List of fixed bugs

Bugs fixed compared to 6.3.4 rc1:

    rhbz#1775544 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
    tdf#99711 Sidebar Position and Size displays incorrect width and height when units in mm [Caolán McNamara]
    tdf#124513 Calc: Unable to reference cells in another workbook using mouse from Function Wizard [Caolán McNamara]
    tdf#127403 BASIC editor: black code after select [Jan-Marek Glogowski]
    tdf#128499 FILESAVE: DOC: Formatting in TOC is lost after RT [László Németh]
    tdf#128598 FILEOPEN: Certain syntax of opening file from samba share results in Document in Use dialog [Stephan Bergmann]
    tdf#128659 Cannot add AutoCorrect entries once the user/autocorr/acor_xx-XX.dat file is created [Noel Grandin]
    tdf#128698 MySQL/MariaDB direct Connection: time-values not written to table [Julien Nabet]
    tdf#128748 Endless loop with query parameter on wrong input [Caolán McNamara]
    tdf#128845 EDITING: cannot modify a bibliography entry after creating it [Noel Grandin]
    tdf#128862 CRASH: Unable to open tables in HSQLDB odb-files with apostrophe " ' " character in table name [Julien Nabet]
    tdf#128898 import text from file with text-decode failed [Noel Grandin]
    tdf#128985 FILESAVE, FILEOPEN: Style text directionss revert to RTL on save and re-open [Tamás Zolnai]
    tdf#129027 The Manage Names dialog is no longer resizable in LibreOffice 6.3.3 [Caolán McNamara, Xisco Fauli]
    tdf#129107 Objects in Array and Other Variables Disappear After Redimensioning [Noel Grandin]
    tdf#129191 FORMATTING: Default font for headers/footers in CSV-like file changed from 6.3.3 and up [Caolán McNamara]

6.3.4.1
List of fixed bugs

Bugs fixed compared to 6.3.3 (rc2):

    ofz#14989 Z_NEED_DICT related infinite loop [Caolán McNamara]
    ofz#18454 bad-cast to SwDrawContact from SwFlyDrawContact [Caolán McNamara]
    ofz#18467 check against end of buffer [Caolán McNamara]
    ofz#18646 ensure we are inside valid range [Caolán McNamara]
    ofz#18683 NotifyFreeObj override is not helpful [Caolán McNamara]
    ofz#19010 wrong start of range [Caolán McNamara]
    rhbz#1766990 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
    rhbz#1773525 The number of saved searches in the Find & Replace dialog does not change from default of 10 when edited. [Caolán McNamara]
    tdf#42112 EMF+ Fileopen: Embedded grouped diagram from particular DOC still doesn't preview arrows correctly (diagram opens fine if extracted from MSO) [Bartosz Kosiorek]
    tdf#42316 Creating a new document from a template removes the signature from all Macros [Jan-Marek Glogowski]
    tdf#49813 Enhanced autofilter popup window (Data > Filter > Auto Filter) should be resizeable (too narrow) (width too small) [Caolán McNamara]
    tdf#79007 FILEOPEN PPTX Shapes with washout mode are not displayed [Xisco Fauli]
    tdf#93300 Style formatting overrides direct formatting when using conditional formatting [Eike Rathke]
    tdf#97038 FILEOPEN DOCX Image aligned to page instead of table [Xisco Fauli]
    tdf#99115 SVG Insert: Styles defined globally (with *) aren't handle correctly [Xisco Fauli]
    tdf#103092 FILESAVE: Calc: wrong position for rotated pictures to 270 degree after save [Regina Henschel]
    tdf#104017 FILESAVE: DOC: New rows are displayed on table after RT [Miklos Vajna]
    tdf#108350 DOCX files must use C-fonts on IMPORT by default [Justin Luth]
    tdf#108452 UI: the curve tool pointer is invisible on a black background (GTK3) [Caolán McNamara]
    tdf#109219 Mailmerge: cannot use CSV with space in the file name as Address List with MM Wizard [Michael Weghorn]
    tdf#115967 Distorted formulas on printing to PDF or exporting to PDF for RTL text [Xisco Fauli]
    tdf#116071 FILESAVE: .doc style is lost after saving file as .odt [Justin Luth]
    tdf#117658 equations appear twice in pptx import [Miklos Vajna]
    tdf#117715 Settings from Conditional formatting should overwrite direct formatting (only number formatting remained in Comment 4) [Eike Rathke]
    tdf#118036 FILEOPEN: horizontal line in background is missing [Luke Deller]
    tdf#120315 FILEOPEN DOCX: Incorrect merged cells in writer table [Bakos Attila]
    tdf#121661 FILESAVE DOCX Hyphenation zone created with Word resets default value [Samuel Mehrbrodt]
    tdf#121963 button flashing - mouse wheel zooming breaks [Armin Le Grand]
    tdf#122232 UI: Pressing Enter in a protected sheet doesn't jump to next row in every case [Eike Rathke]
    tdf#122570 Doesn't work Enter key in Autofilter window in Calc [Jim Raykowski]
    tdf#123266 Improve the cursor/pointer images [Rizal Muttaqin]
    tdf#123851 Crash on start with KDE integration installed [Jan-Marek Glogowski]
    tdf#123926 Clip-path elements of imported/inserted SVG images aren't displayed correctly [Xisco Fauli]
    tdf#124267 User interface toolbar: shortcut key not rendered for Save as button enabled in toolbar [Caolán McNamara]
    tdf#124270 Editing: Err:522 on copying of rows with "Calc: threaded" enabled ( steps in comment 6 ) [Dennis Francis]
    tdf#124367 FILEOPEN DOCX table cell content flow changes [Bakos Attila]
    tdf#124708 CRASH: Selecting all and deleting [Muhammet Kara]
    tdf#124729 Impress reliably crashes on THIS PowerPoint document in Linux [Caolán McNamara]
    tdf#124770 FILEOPEN DOCX: Wrong horizontal spacing [Miklos Vajna]
    tdf#124986 FILEOPEN DOCX: "text:variable-set" field has trailing quotation marks in "office:string-value" [brinzing]
    tdf#125038 specific DOCX: additional entries from MERGEFIELD not visible in Word are shown in LO Writer [Miklos Vajna]
    tdf#125449 Changing percent gradient or color changes chart wall gradient color to black and white [Gabor Kelemen, Katarina Behrens]
    tdf#125778 FILESAVE DOCX Page break before TOC disappears [Justin Luth]
    tdf#125917 calc freezes when using data validity [Caolán McNamara]
    tdf#126021 Calc - the time required to save some files (in xls or xlsx format) is up to 20x longer in 6.2.4 versus 6.1.6 [Noel Grandin]
    tdf#126060 PPTX: FILEOPEN: Vertical text shown horizontally [Gülşah Köse]
    tdf#126293 Save icon changes size when document gets modified [Michael Meeks]
    tdf#126324 PPTX: FILEOPEN: what's shown as a past year in MSO is shown as today's date in LO [Tamas Bunth]
    tdf#126767 Autofill doesn't overwrite data in continuously filled cells [Eike Rathke]
    tdf#126942 Headings in Navigator Flicker [Jim Raykowski]
    tdf#126994 When I make any modification in a .docx file from Microsoft Office 2013, the page break is lost [Justin Luth]
    tdf#127129 FILEOPEN PPTX: font highlight is lost in table cells [Xisco Fauli]
    tdf#127164 Undo list is populated wrongly with "Delete slides" actions [Mike Kaganski]
    tdf#127317 Make text of tips of the day selectable [Heiko Tietze]
    tdf#127411 Broken mouse status in Impress status bar [Noel Grandin]
    tdf#127412 FILEOPEN: ODT: z-order of shapes is interpredactDoc uno command [Rizal Muttaqin]
    tdf#127645 LibreOffice Crashes or Freezes, if an Update of an Extension is Available [Caolán McNamara]
    tdf#127741 FILEOPEN DOCX Hyperlink made in Word does not change color when clicked on in Writer [Tünde TÃter Slides and Close, as it used to, but returns to 1 during presentation [Samuel Mehrbrodt]
    tdf#127961 Auto-correction append/prepend NNBS (U+202F) to « » for correct typography of French language double quotation use [Eike Rathke]
    tdf#127964 Fit used to work as in Excel previously [Eike Rathke]
    tdf#127993 Correct word in spell check is greyed out in 6.3.2.2. making it difficult to read [Caolán McNamara]
    tdf#127994 Tip of the day dialog get resized horizontally on every tip (gtk3) [Heiko Tietze]
    tdf#128010 'JRE Required' message pops up when assigning BASIC Macro to customized menu. [Mike Kaganski]
    tdf#128016 FILEOPEN DOCX: Category labels are duplicated. [Balazs Varga]
    tdf#128077 Always reproducible complete crash/lock of all LibreOffice windows - data loss! [Noel Grandin]
    tdf#128096 FILESAVE: PPTX: Highlight not saved [Xisco Fauli]
    tdf#128104 macOS: Spell checker dialog in Writer does not accept non-US keyboard entries, e.g., äöü [Caolán McNamara]
    tdf#128111 pg_attrdef.adrsrc doesn't exist anymore from postgresql 12 [Julien Nabet]
    tdf#128130 UI: shortcuts missing for sections Options and Source and Destination in dialog Pivot Table Layout [Caolán McNamara]
    tdf#128137 UI: Editing the field "Range or formula expression" of dialog Manage Names is broken: cursor jumps to start and more... [Caolán McNamara]
    tdf#128148 Mail merge: Fields in headers not correctly replaced if header only from page 2 on [Michael Weghorn]
    tdf#128218 FunctionAccess.callFunction returns object type where 'Double' result is expected. [Eike Rathke]
    tdf#128230 Disabling of password protected change tracking is possible [Gabor Kelemen]
    tdf#128313 LibreOffice Calc Editing Find&replace results in Failure to respond - Program hangs [Caolán McNamara]
    tdf#128318 [l10n] Not translatable button label in paragraph style dialog [Caolán McNamara]
    tdf#128335 CRASH: cutting textboxes [Miklos Vajna]
    tdf#128359 Assertion failure when inserting column after the last one [Eike Rathke]
    tdf#128393 gtk3: insert -> fields -> more fields crashes [Caolán McNamara]
    tdf#128399 FILEOPEN DOCX: Can't select text in table with rotated text [Miklos Vajna]
    tdf#128431 Synchronize padding in header borders it is not working [Jim Raykowski]
    tdf#128434 Memory leak when converting many documents from *.docx to *.pdf [Jan-Marek Glogowski]
    tdf#128441 Crash in: mergedlo.dll (nvidia with device 0x2182 + Win10) [Julien Nabet]
    tdf#128447 XLSX: comment is displayed by default even without the <x:Visible/> tag [Justin Luth]
    tdf#128454 There is no easy way to delete a table in impress on iOS [Tor Lillqvist]
    tdf#128460 Exported Writer input fields are not imported correctly from docx [Jan-Marek Glogowski]
    tdf#128476 Active Window drop-down in Navigation View Hogs Screen [Caolán McNamara]
    tdf#128495 Print dialog box in Writer is too tall for screen so the button is off the bottom [Caolán McNamara]
    tdf#128504 FILESAVE: ODT: Text becomes an hyperlink after RT [Tünde Tóth]
    tdf#128530 (Korean Version Only) Two icons have reversed each other. [Julien Nabet]
    tdf#128538 Restart in safe mode: Open containig folder doesn't work and Show user profile gets a error message [Stephan Bergmann]
    tdf#128603 CRASH: Cutting a textbox in a reopened document [Miklos Vajna]
    tdf#128608 FILEOPEN: DOC: Row in table has incorrect background color [Justin Luth]
    tdf#128625 UI Multiple radio buttons selected in Error Bars dialog (non-gtk3) [Gabor Kelemen, Caolán McNamara]
    tdf#128631 GTK3: No mouse interaction with security warning dialog in embedded file [Caolán McNamara]
    tdf#128632 FILEOPEN: Image in embedded file not displayed at import time [Miklos Vajna]
    tdf#128649 FILESAVE: XLSX: Calc save to xlsx flawed [Eike Rathke]
    tdf#128679 Missing 32px*32px (Extra Large) Colibre Korean Icon [Rizal Muttaqin]
    tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin]
    tdf#128700 Fileopen DOC: table content from header not shown due to table width [Justin Luth]
    tdf#128710 Extension hangs under VCLPLUGIN=kf5 [Jan-Marek Glogowski]
    tdf#128748 Endless loop with query parameter on wrong input [Caolán McNamara]
    tdf#128758 Scrollbar in Extension Manager doesn't appear at first [Caolán McNamara]
    tdf#128802 customize toolbar with drag and drop causes crash [Caolán McNamara]
    tdf#128811 Alignment option "Distributed" not working in calc. [Caolán McNamara]
    tdf#128812 LibreOffice - calc - specific xlsx document (almost) any operation (FILEOPEN, FORMATTING) takes about 1 min [Noel Grandin]
2019-12-28 23:31:47 +00:00
joerg
c234c72f7b ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and
recurse to reverse dependencies.
2019-12-25 00:17:23 +00:00
joerg
4dbcb9510c Add missing TeX dependencies. 2019-12-22 22:26:49 +00:00
joerg
2b44a0ba05 Don't build header files. 2019-12-21 23:44:45 +00:00
joerg
8636c80c12 Force extraction with bsdtar, pax-as-tar leaves around too much garbage. 2019-12-19 22:21:24 +00:00
joerg
d23c28feb7 Uses backtrace(3), so pull in libexecinfo. Add missing network headers. 2019-12-19 22:21:01 +00:00
taca
f89772dda7 Bump PKGREVISION by change of default Ruby version
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x.
These packages are depends on Ruby in some ways.
2019-12-15 15:38:57 +00:00
adam
ed3e96c73a rhash: updated to 1.3.9
Version 1.3.9:
* add uk translations
* change project license to BSD Zero Clause License
* new printf-format modifier '%u' to print url-encoded filename, path or hash
* Bugfix: btih in magnet links shall be hex-encoded
* correctly align UTF8 file paths, while printing verification results
* respect UTF8 BOM when updating or verifying a hash file
* print a new-line after ed2k link, when --ed2k-link option is passed
* exit on output errors with exit_code = 2
* change option --update=<file> to update the specified file
* make short option '-P' to be an alias for --percents
* change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
* Bugfix: --sysconfdir was ignored while searching for config on Linux
* support verification of base64-formated hash sums
* add formatting options: --hex, --base32, -b/--base64
* Bugfix: properly handle symlinks on the command line
2019-12-15 14:25:53 +00:00
mef
99efc617d9 (sysutils/coreutils, misc/gnuls) Updated from 8.29 to 8.31
----------------------------------------------------------------
* Noteworthy changes in release 8.31 (2019-03-10) [stable]

** Bug fixes

  'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.
  [bug introduced in coreutils-5.3.0]

  When B already exists, 'cp -il A B' no longer immediately fails
  after asking the user whether to proceed.
  [This bug was present in "the beginning".]

  df no longer corrupts displayed multibyte characters on macOS.
  [bug introduced with coreutils-8.18]

  seq no longer outputs inconsistent decimal point characters
  for the last number, when locales are misconfigured.
  [bug introduced in coreutils-7.0]

  shred, sort, and split no longer falsely report ftruncate errors
  when outputting to less-common file types.  For example, the shell
  command 'sort /dev/null -o /dev/stdout | cat' no longer fails with
  an "error truncating" diagnostic.
  [bug was introduced with coreutils-8.18 for sort and split, and
   (for shared memory objects only) with fileutils-4.1 for shred]

  sync no longer fails for write-only file arguments.
  [bug introduced with argument support to sync in coreutils-8.24]

  'tail -f file | filter' no longer exits immediately on AIX.
  [bug introduced in coreutils-8.28]

  'tail -f file | filter' no longer goes into an infinite loop
  if filter exits and SIGPIPE is ignored.
  [bug introduced in coreutils-8.28]

** Changes in behavior

  cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink,
  uptime, users, whoami, yes: now always process --help and --version options,
  regardless of any other arguments present before any optional '--'
  end-of-options marker.

  nohup now processes --help and --version as first options even if other
  parameters follow.

  'yes a -- b' now outputs 'a b' instead of including the end-of-options
  marker as before: 'a -- b'.

  echo now always processes backslash escapes when the POSIXLY_CORRECT
  environment variable is set.

  When possible 'ln A B' now merely links A to B and reports an error
  if this fails, instead of statting A and B before linking.  This
  uses fewer system calls and avoids some races.  The old statting
  approach is still used in situations where hard links to directories
  are allowed (e.g., NetBSD when superuser).

  ls --group-directories-first will also group symlinks to directories.

  'test -a FILE' is not supported anymore.  Long ago, there were concerns about
  the high probability of humans confusing the -a primary with the -a binary
  operator, so POSIX changed this to 'test -e FILE'.  Scripts using it were
  already broken and non-portable; the -a unary operator was never documented.

  wc now treats non breaking space characters as word delimiters
  unless the POSIXLY_CORRECT environment variable is set.

** New features

  id now supports specifying multiple users.

  'date' now supports the '+' conversion specification flag,
  introduced in POSIX.1-2017.

  printf, seq, sleep, tail, and timeout now accept floating point
  numbers in either the current or the C locale.  For example, if the
  current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
  now mean the same thing.  Previously, these commands accepted only
  C-locale syntax with '.' as the decimal point.  The new behavior is
  more compatible with other implementations in non-C locales.

  test now supports the '-N FILE' unary operator (like e.g. bash) to check
  whether FILE exists and has been modified since it was last read.

  env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and
  '--block-signal[=SIG], to setup signal handling before executing a program.

  env now supports '--list-signal-handling' to indicate non-default
  signal handling before executing a program.

** New commands

  basenc is added to complement existing base64,base32 commands,
  and encodes and decodes printable text using various common encodings:
  base64,base64url,base32,base32hex,base16,base2,z85.

** Improvements

  ls -l now better aligns abbreviated months containing digits,
  which is common in Asian locales.

  stat and tail now know about the "sdcardfs" file system on Android.
  stat -f -c%T now reports the file system type, and tail -f uses inotify.

  stat now prints file creation time when supported by the file system,
  on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11.
----------------------------------------------------------------
* Noteworthy changes in release 8.30 (2018-07-01) [stable]

** Bug fixes

  'cp --symlink SRC DST' will again correctly validate DST.
  If DST is a regular file and SRC is a symlink to DST,
  then cp will no longer allow that operation to clobber DST.
  Also with -d, if DST is a symlink, then it can always be replaced,
  even if it points to SRC on a separate device.
  [bugs introduced with coreutils-8.27]

  'cp -n -u' and 'mv -n -u' now consistently ignore the -u option.
  Previously, this option combination suffered from race conditions
  that caused -u to sometimes override -n.
  [bug introduced with coreutils-7.1]

  'cp -a --no-preserve=mode' now sets appropriate default permissions
  for non regular files like fifos and character device nodes etc.,
  and leaves mode bits of existing files unchanged.
  Previously it would have set executable bits on created special files,
  and set mode bits for existing files as if they had been created.
  [bug introduced with coreutils-8.20]

  'cp --remove-destination file symlink' now removes the symlink
  even if it can't be traversed.
  [bug introduced with --remove-destination in fileutils-4.1.1]

  ls no longer truncates the abbreviated month names that have a
  display width between 6 and 12 inclusive.  Previously this would have
  output ambiguous months for Arabic or Catalan locales.

  'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a.
  [bug introduced in coreutils-5.3.0]

  'mv -n A B' no longer suffers from a race condition that can
  overwrite a simultaneously-created B.  This bug fix requires
  platform support for the renameat2 or renameatx_np syscalls, found
  in recent Linux and macOS kernels.  As a side effect, ‘mv -n A A’
  now silently does nothing if A exists.
  [bug introduced with coreutils-7.1]

** Changes in behavior

  'cp --force file symlink' now removes the symlink even if
  it is self referential.

  ls --color now matches file extensions case insensitively.

** New features

  cp --reflink now supports --reflink=never to enforce a standard copy.

  env supports a new -v/--debug option to show verbose information about
  each processing step.

  env supports a new -S/--split-string=S option to split a single argument
  string into multiple arguments. Used to pass multiple arguments in scripts
  (shebang lines).

  md5sum accepts a new option: --zero (-z) to delimit the output lines with a
  NUL instead of a newline character.  This also disables file name escaping.
  This also applies to sha*sum and b2sum.

  rm --preserve-root now supports the --preserve-root=all option to
  reject any command line argument that is mounted to a separate file system.

** Improvements

  cut supports line lengths up to the max file size on 32 bit systems.
  Previously only offsets up to SIZE_MAX-1 were supported.

  stat and tail now know about the "exfs" file system, which is a
  version of XFS.  stat -f --format=%T now reports the file system type,
  and tail -f uses inotify.

  wc avoids redundant processing of ASCII text in multibyte locales,
  which is especially significant on macOS.
2019-12-15 11:49:28 +00:00
bsiegert
924057ee4f Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
nros
b6dff4691f Make sure xygrib does not create a bundle on MacOSX
Make sure xygrib does not create a bundle on MacOSX.
2019-12-10 13:55:44 +00:00
nros
f788e910c4 Fix xygrib on OSX
Don't create app bundles on osx since this breaks installation as seen
in MacOSX bulk builds.
2019-12-05 17:56:15 +00:00
adam
d94412e406 py-tqdm: updated to 4.40.0
tqdm v4.40.0 stable
officially support float for n and total
notebook: use FloatProgress <= IntProgress
allow imprecision (n <= total + epsilon)
fix unicode bar format arguments
add contrib submodule
add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile
update tests
update documentation
tidy automatic snap deployments
minor doc update

tqdm v4.39.0 stable
add pandas builtin operations check
avoid unnecessary dedent
remove unneeded bar logic
misc code tidy
update documentation
document default argument overriding
add missing isatty()
update badges
add code of conduct
update framework
clean CI stages
update CI default py3.6 => py3.7
automate snap releases
2019-12-03 17:17:37 +00:00
ryoon
2d8b683ee5 Fix build with native X.org under NetBSD
* Detect builtin (X11_TYPE=native) freetype2 correctly.
2019-12-01 04:59:43 +00:00
markd
0aec57a9de misc: add khelpcenter 2019-11-30 21:46:35 +00:00
markd
4296be2e4f khelpcenter: add version 19.08.3
The Plasma help system is designed to make accessing the common
UNIX help systems (man and info) simple, as well as the native
Plasma and applications documentation (XML).
2019-11-30 21:44:27 +00:00
markd
7d3767aa1b kalzium: update to 19.08.3 qt5/kf5 version 2019-11-30 19:22:30 +00:00
martin
fc77269408 If the python3 symlinks already exists in buildlink/bin, do not try
to create it again.
2019-11-27 07:55:36 +00:00
markd
df3adfc9ba kmousetool: update to 19.08.3 qt5/kf5 version 2019-11-25 10:13:48 +00:00
markd
c1760789ca kmouth: update to 19.08.3 qt5/kf5 version 2019-11-25 10:12:04 +00:00
wiz
1a6e100e58 gok: remove libXevie dependency
It is optional, and the X server stopped supporting the extension
a long time ago.

Bump PKGREVISION.
2019-11-25 09:50:25 +00:00
markd
3737a3e417 kteatime: update to 19.08.3 qt5/kf5 version 2019-11-24 03:54:19 +00:00
markd
854eb74d1c libkgeomap: update to 19.08.3 qt5/kf5 version 2019-11-24 03:47:22 +00:00
markd
6db5188fa3 marble: update to 19.08.3 qt5/kf5 version 2019-11-24 03:41:55 +00:00
markd
0a21baf6d9 kdeplasma-addons4: disable marble dependency
also explicitly add cln dependency as qalculate no longer does
2019-11-23 21:06:46 +00:00
jperkin
788f5d5c41 misc: Spell libkeduvocdocument correctly. 2019-11-22 23:30:32 +00:00