Commit graph

7323 commits

Author SHA1 Message Date
simonb
67b2ff5d28 Update to sleepto-1.1 - fixes some printf formatting bugs. 2021-02-25 10:28:22 +00:00
simonb
a63fa51434 misc: add sleepto
Jared's sleep command with at-style time specification.
2021-02-25 10:11:30 +00:00
wiz
3aeaa9125c libreoffice: switch to using bsdtar instead of gtar 2021-02-18 12:52:20 +00:00
adam
9c330fcdf8 py-immutables: updated to 0.15
v0.15
New Features

Add support for Python 3.10 and more tests
Make __repr__ more similar to other mapping types

Misc

Minor docs and CI fixes
2021-02-15 21:17:36 +00:00
adam
049253dba0 py-tqdm: updated to 4.56.2
tqdm v4.56.2 stable

fix attribute errors when disabled
- reset()
- unpause()
add tests


tqdm v4.56.1 stable

fix repr() & format_dict when disabled
rename __repr__() => __str__()
minor documentation updates
- fix Binder demo notebook
- remove explicit Dockerfile
- move some images to external repo
add & update tests
2021-02-13 21:27:19 +00:00
taca
b8c312b2ac misc/ruby-pry: update to 0.14.0
0.14.0 (February 8, 2021)

Features

* Made ? an alias to show-source -d (#2133)
* Added support for Ruby 3.0

Breaking changes

* Deleted support for plugin autoloading (#2119).  In order to load a Pry
  plugin you must require it from your pryrc or add it to your Gemfile.

	# ~/.pryrc
	require 'pryrc'
2021-02-13 13:58:03 +00:00
taca
fbec51dba8 misc/ruby-bundler: update to 2.2.9
2.2.9 (2021-02-08)

Enhancements:

* Stop removing existing platforms when force_ruby_platform is true #4336

Bug fixes:

* Don't install platform specific gems on truffleruby #4333
2021-02-13 13:56:04 +00:00
cjep
d7c0fe008f better approach. thanks wiz@ 2021-02-12 22:53:14 +00:00
cjep
af64b052e1 lint my previous 2021-02-12 22:29:36 +00:00
cjep
30b0ea2a96 OpenBSD grumbles without the socket definitions. Fixes build. 2021-02-12 22:28:03 +00:00
nia
094a2c3785 goffice0.10: update to 0.10.48
goffice 0.10.48:

Jean:
	* Avoid serializing empty graph data. [#46]
	* Clip data labels in XY plots. [#47]
	* Don't emit a critical for invalid series in Logarithmic fit. [#49]
	* Optimize GtkWidget embedding in the canvas. See #465.
	* Clip grid lines rendering to the plot area. [#50]
	* Speed up GocGroup for large number of children.  [Gnumeric #465]
	* Make GocGroup usable as a widgetless canvas.

Morten:
	* Avoid critical in document image handling.
	* Introspection fixes.
	* Speed up GocGroup for large number of children.  [Gnumeric #465]
	* Stop checking for Xrender.
	* Plug leaks.
2021-02-11 15:45:27 +00:00
adam
189fa5e45f py-stdnum: updated to 1.16
changes from 1.15 to 1.16
-------------------------
* Support XI country code for Northern Ireland VAT numbers
* Switch data source for Austrian postal codes
* Fix Belarus VAT number online lookup


changes from 1.14 to 1.15
-------------------------
* Add modules for the following number formats:
  - CUI or CIF (Codul Unic de Înregistrare, Romanian company identifier)
  - PEID (Liechtenstein tax code for individuals and entities)
  - ЄДРПОУ, EDRPOU (Identifier for enterprises and organizations in Ukraine)
  - РНОКПП, RNTRC (Individual taxpayer registration number in Ukraine)
* Make list of EU member states part of public API
* Retain RO prefix in Romanian VAT numbers
* Support international VAT numbers that are only valid with country prefix
* Expanded validation for Belgian VAT numbers
* Use ABN as Australian VAT number
* Remove GB from EU member states
2021-02-07 12:38:29 +00:00
ryoon
bee3953c45 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
dbj
39f35c3db0 misc/libcdio: use generic curses buildlink file instead of ncurses one 2021-02-06 15:20:45 +00:00
ryoon
8ccbc84bd1 libreoffice: Update to 7.1.0.3
Changelog:
Writer

General improvements

  * Writer now has support for anchoring shapes relative to the bottom of the
    page content frame. blog post (Miklos Vajna, Collabora)

  * Default anchor for newly added images can be set per Tools ? Options ?
    LibreOffice Writer ? Formatting Aids tdf#99646 (Heiko Tietze, TDF)

  * Writer now supports locale-independent templates blog post (Miklos Vajna,
    Collabora)


Locale-indepentent Writer template

  * Writer can now detect Unicode type even if imported text file does not have
    a BOM tdf#60145 (Tomofumi Yagi)

Outline folding mode

  * Added a new Writer outline folding mode (as experimental feature). You
    should enable experimental features in Tools ? Options ? LibreOffice ?
    Advanced dialog to see "Show outline content visibility button" checkbox in
    Tools ? Options ? LibreOffice Writer ? View dialog. After checking it
    you'll can see a button with arrow near any selected heading in your
    document. Click on it to fold all text from the current heading to next
    heading. Right click on it to fold all text from current heading to next
    the same level heading with all its subheadings tdf#38093 (Jim Raykowski)

Table formulas

  * Added several table formulas for Word interoperability (L??szl?? N??meth,
    NISZ)
      + PRODUCT table formula tdf#123388
      + ABS table formula tdf#123354
      + SIGN table formula tdf#123390
      + COUNT table formula tdf#123356

Style inspector

  * Added Style Inspector for displaying all the attributes of Paragraph
    Styles, Character Styles and manually formatted (Direct Formatting)
    properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar
    Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)

Style Inspector

Fields

  * Input fields now can be toggled with View ? Field Names core commit
    926a1a16 (Michael Stahl, CIB)
  * Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel
    Mehrbrodt, CIB)

  * Word compatible Fields can now be toggled to hide either the command or the
    result with View ? Field Names (Michael Stahl, CIB)


Fields Hide Command or Result

Performance

  * Speeded up find/replace operations tdf#119286 (Noel Grandin, Collabora)

ODF subtable conversion

  * Simple cases of subtables in legacy ODF documents initially created by
    OpenOffice.org 2.2 and older can now be converted to modern rowspan tables
    on import, typically improving the quality of a subsequent export to Word
    formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)

Calc

General improvements

  * Added an option to disable paste with Enter key. You can find it in a
    dialog from menu Tools ? Options ? LibreOffice Calc ? General. tdf#34686
    (Martin van Zijl)
  * Now you can select items in Autofilter window clicking by all item's row,
    but not only by checkbox tdf#116675 (Attila Sz?cs, NISZ)

  * Fixed an issue in formula input box when Calc fail to set the formula
    reference if you have freeze rows/columns enabled in a sheet. tdf#47349
    (Justin Luth, Collabora)

  * Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)

Fill with merged cells

Fix lost merging and bad linear sequence of numbers during fill with merged
cells (Attila Sz?cs, NISZ):

  * Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585

  * Select merged area wholly to fix the selection rectangle during fill,
    fixing incomplete attribute copying, bad grid and border tdf#43958

  * Apply correct linear sequence of numbers by skipping empty overlapped
    (invisible, i.e. not top-left) cells of the merged areas tdf#88782

New spreadsheet functions

Changed spreadsheet functions

  * Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike
    Rathke, Red Hat)

Performance

  * Improved spell checking performance in Calc core commit bdd149b1 (Dennis
    Francis, Collabora)

  * Improved performance when searching in Autofilter. Previously if the record
    contains a lot of unique values Calc will be very slow if you type-in a
    character in the autofilter search box. Now the search is instant. tdf#
    122419 (Eike Rathke, Red Hat), tdf#133878 (Lubo? Lu????k).

Impress & Draw

  * Adding visible digital signatures to existing PDF files with Draw. Blog
    post (Miklos Vajna, Collabora)
  * Now Impress allows changing animations for several objects at once tdf#
    126394 (Srijan Bhatia)
  * Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
  * Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan
    Bhatia)
  * Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri,
    GSoC; mentors: Miklos Vajna (Collabora), Toma? Vajngerl)

New soft blurred shadow

  * Added new physics based animation capabilities and new animation effect
    presets that use them. Namely Fall Simulated, Shoot right/left and return,
    Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten
    Behrens (CIB))

Physics based animation effects

Base

Chart

Math

  * Math has now a full support of HTML colors. Some of them have been added to
    the UI on Attributes section in Element pane. core commit 0643dab6 (Dante
    Dom??nech)


Math new color on Element pane in 7.1 version

  * New examples in Element pane. core commit 2b29e16e (Dante Dom??nech), core
    commit ad8485eb (Laurent BP)

Scripting

The ScriptForge libraries

An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)

  * about data containers:
      + an extensive set of primitives for array handling, including sorts, set
        operations and interfaces with csv files and Calc sheets
      + an extensive set of primitives for string handling, including
        replacements, regular expressions, encodings, hashing and localization
      + a Dictionary mapping class
  * a coherent error handling for both user and ScriptForge scripts
  * complete FileSystem and TextStream classes for file and directory handling,
    and text files read & write
  * detailed context information: platform, operating system, directories, ...
  * interconnection of Basic and Python modules
  * easy access to and management of actual windows and documents
  * specific modules for
      + automation on Calc sheets
      + management of dialogs and their controls
      + access to data contained in databases

ScriptForge libraries documentation is undergoing review. ScriptForge help
pages will be available from release 7.2 onwards.

BASIC

Python

Core / General

  * Improve finding a matching printer paper size for the printed document tdf#
    134646 (Samuel Mehrbrodt, CIB)
  * Show all supported files by default when adding a new extension in
    Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
  * Print preview is now updated asynchronously to not block UI when adjusting
    settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)

New dialog: additions

In various places, it should be possible to get more content such as macros or
templates from external storage. This requirement is now fulfilled with the
Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara
(Collabora), Heiko Tietze)

AdditionsDialog in LibreOffice

What and why?

Without this dialog, when we want to install an extension we need to search it
from the webpage, download and install it using the Extension Manager. With
this dialog, we can now get and install extensions with one-click. This dialog
is appropriate for searching and installing not only general extensions but
also other types of extensions such as templates, macros, icons, etc. The main
purpose of creating this dialog is to improve user experience. Therefore,
nearly every detail of the extensions exist in the user interface. This
simplicity is designed and created thanks to the web API, power of extension
manager, and additions dialog.

    AdditionsDialog usage

    Sorting options in the menu

Note: Please visit the blog post to learn how to link Additions to other
dialogs.

  * Interaction added to Sidebar > Gallery, Templates Manager, Options >
    Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)

Specifications

User

  * can change the sorting filter according to the desire. Options are download
    number, rating, and comment number.
  * can see which extensions are installed with this feature. Installed
    extensions are disabled on the list.
  * can see the name, description, screenshot, rating, comment number, download
    number of the extensions from the list.
  * can access the extension webpage and the comment section of the extension
    with the links on the UI.

LibreOffice Help

  * Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian
    Lohmaier)

  * Syntax diagrams exist for all Basic statements, including a new How to Read
    Syntax Diagram page tdf#131416 (Alain Romedenne)

Filters

  * Now detecting 0-byte files based on extension blog post (Miklos Vajna,
    Collabora)

Improvements of DOCX import/export filter

  * Add support for change tracking in floating table tdf#132271 (L??szl?? N??
    meth, NISZ)
  * Add formula import in text tables core commit 68e74bdf (Michael Warner) and
    core commit 782700c6 (L??szl?? N??meth, NISZ)
  * Export formula fields tdf#118682 and formula cells tdf#133163 in text
    tables (L??szl?? N??meth, NISZ)
  * Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE,
    etc. table functions importing. Now Writer converts that arguments into
    cell range like <A1:A10> and saves into DOCX as a cell range. Be careful
    with this new behavior tdf#123355 (L??szl?? N??meth, NISZ)
  * Better handling of cached field results in Writer. a blog post (Miklos
    Vajna, Collabora)
  * Support keeping the spacing below the last paragraph in the header in doc/
    docx files tdf#128195 (Samuel Mehrbrodt, CIB)

Improvements of XLSX import/export filter

Improvements of PPTX import/export filter

  * Several SmartArt improvements when importing from PPTX blog post 1 blog
    post 2 (Miklos Vajna, Collabora)

SmartArt: linear layout with multiple 100% width shapes

SmartArt: Autofit synchronization

GUI

Icon theme

  * elementary icon theme got update to be more closely to upstream's color
    branding. See the blog post here. tdf#139056 (Rizal Muttaqin)

Dialogs

  * New dialog to select the User Interface flavor, aiming to pick the right UI
    at first start tdf#117463 (Heiko Tietze, TDF)

UI Picker

Notebookbar

  * New widget with styles preview was added to the tabbed Notebookbar. core
    commit b982be12 (Szymon K??os, Collabora)


Localization

New languages/locales with locale data

  * English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
  * English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))

Additional languages in the language list

Incorporation of other languages

Improvements to proofing tools and language support

See details on the changes: [1]

  * Albanian. The hyphenation dictionary was added and Hunspell files were
    encoded into UTF-8 (Isah Bllaca).
  * Danish. The spelling dictionary was updated (stavekontrolden.dk)
  * English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
  * French. The spelling dictionary was updated (Olivier R., Grammalecte).
  * Hungarian. The hyphenation dictionary was updated (L??szl?? N??meth,
    magyarispell.sourceforge.net).
  * Italian. The spelling and hyphenation dictionaries were updated (Marina
    Latini, LibreItalia).
  * Korean. New spelling dictionaries was added (Ilkyu Ju,
    spellcheck-ko.github.io).
  * Occitan. The spelling dictionary was updated (Quentin PAG?S, Dicollecte).
  * Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot,
    VERO/DivSilab).
  * Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot,
    Onto.PT).
  * Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  * Spanish (all). The spelling dictionaries were updated (Ismael Olea,
    RLA-ES).

Feature Removal / Deprecation

General

Platform Compatibility

Mac

Windows

It's now possible to build LibreOffice native for Windows Arm64. This is
realized as a cross-build from Windows x64. It's in early development and has
some known limitations, documented in tdf#137143. The Windows build
instructions in this Wiki were also updated. There is a daily build available
at https://dev-builds.libreoffice.org/daily/master/

Linux

Java Support

  * On macOS, when manually adding a Java runtime environment via LibreOffice ?
    Preferences... ? LibreOffice ? Advanced ? Java Options ? Add..., you can
    now also select a JDK that is not installed under /Library/Java/
    JavaVirtualMachines. core commit 7db048f6

API Changes

UNO API changes

  * Added scrollbar properties to AWT tabpage (and added documentation for
    those at AWT dialogs - which were there since LibreOffice 4.0) core commit
    b3f2530a (Thorsten Behrens, CIB)
  * Added a new property SinglePrintJobs to the
    com::sun::view::PrintOptions service. Setting this property to true
    will create a separate print job for each collated copy. core commit
    2e2c162b (Samuel Mehrbrodt, CIB)
  * In Writer, SwXFieldEnumeration will now return fieldmarks in addition to
    fields and meta-fields. core commit dd24e21b (Michael Stahl, CIB)
  * XShapeGrouper::group now works with a single shape in Writer (matching
    behavior in Calc, Impress and Draw) tdf#136423 (Samuel Mehrbrodt, CIB)

Configuration changes

  * Renamed config items with unintended meanings (Thorsten Behrens, CIB)
      + OpenCLWhiteList changed to OpenCLAllowList core commit abb6c015
      + DeviceBlacklist changed to DeviceDenylist core commit 493ae7a6
      + BlacklistCurrentDevice changed to DenylistCurrentDevice core commit
        493ae7a6
      + OpenCLBlackList changed to OpenCLDenyList core commit 493ae7a6
  * The ImageIdentifier property of MenuItem and ToolBarItem types from /
    org.openoffice.Office.Addons/ used to accept URLs to internal images, with
    the syntax private:image/<number>. This was broken for a few years, and now
    removed completely. Referencing user-defined images with this property
    should still work, although being obsolete. core commit 3e4968e6

SDK changes

  * Remove OSL_SIGNAL_USER_RESOURCEFAILURE from include/osl/signal.h. Should
    only have been used by internal code anyway. core commit 9951d414
  * Remove OSL_THIS_FUNC from include/osl/diagnose.h. Should only have been
    used by internal code anyway. core commit e5356fb0
  * Remove unused and deprecated sal_Char/sal_sChar/sal_uChar from include/sal/
    types.h. core commit c3634ad6
    details). LibreOffice was based on OpenOffice.org.<br/>If you do not want
    your writing to be edited mercilessly and redistributed at will, then do
    not submit it here.
  * Powered by MediaWiki
2021-02-06 06:47:24 +00:00
taca
be7a838e64 misc/ruby-ohai: update to 16.10.6
No release information.
2021-02-03 15:23:40 +00:00
taca
fa0f9f8730 misc/ruby-bundler: update to 2.2.8
2.2.8 (2021-02-02)

Enhancements:
* Add a CHANGELOG.md file to gems generated by bundle gem #4093
* Support gemified set #4297

Bug fixes:
* Fix standalone Kernel.require visibility #4337

Performance:
* Fix resolver edge cases and speed up bundler #4277

2.2.7 (2021-01-27)

Enhancements:
* Improve error messages when dependency on bundler conflicts with running
  version #4308
* Avoid showing platforms with requirements in error messages #4310
* Introduce disable_local_revision_check config #4237
* Reverse rubygems require mixin with bundler standalone #4299

Bug fixes:
* Fix releasing from a not yet pushed branch #4309
* Install cache only once if it already exists #4304
* Fix force_ruby_platform no longer being respected #4302

Performance:
* Fix resolver dependency comparison #4289
2021-02-03 14:25:36 +00:00
taca
c6b816780e misc/ruby-bundler: update to 2.2.6
2.2.6 (2021-01-19)

Enhancements:
* Improve resolver debugging #4288

Bug fixes:
* Fix dependency locking for path source #4293

Performance:
* Speed up complex dependency resolves by creating DepProxy factory and
  cache #4216
2021-01-26 15:37:24 +00:00
adam
b07c1a3390 py-ansi: updated to 0.2.0
0.2.0:
Support for showing and hiding the cursor
Support for OSC sequences and iTerm2 specific controls
2021-01-26 14:44:49 +00:00
bsiegert
9956fb746f Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
adam
954703b133 stellarium: PLIST fix 2021-01-23 08:58:11 +00:00
schmonz
ac23a960f9 Bump PKGREVISION for skalibs update. 2021-01-22 16:10:35 +00:00
leot
11a0aad4dd rlwrap: Update to version 0.44
pkgsrc changes:
- Remove patch-configure.ac, now also applied upstream

Changes:
0.44
----
- rlwrap doesn't (yet) work with bracketed-paste. As this is
  enabled by default from readline-8.1 onwards, rlwrap disables
  it, even if specified in .inputrc. A multi-line paste will
  therefore (still) behave as multiple 1-line pastes
- rlwrap is now aware of multi-byte characters and correctly
  handles prompts (or things that look like prompts, e.g.
  progress indicators) that contain them, according to your
  locale.
- rlwrap filters can now also filter signals (see
  RlwrapFilter(3pm)), changing them, or providing extra input to
  the rlwrapped command.
- Key *sequences* can now be bound to rlwrap-direct-keypress
  (using a new readline command rlwrap-direct-prefix) (contributed
  by Yuri d'Elia)
- configure will correctly identify whether --mirror-arguments
  will work, even on 1-processor systems
- the handle_hotkey filter has a handler definition that enables
  fuzzy history search using fzf
- binding accept-line to a key would make that key mess up the
  display
- The debug log is more readable (e.g. by marking debug lines
  with "parent", "child" or "filter")
2021-01-20 18:31:22 +00:00
taca
abf763469f misc/ruby-license-acceptance: update to 2.1.13
2.1.13 (2020-12-07)

Merged Pull Requests

* Convert to require_relative #90 (tas50)
* Update chefstyle requirement from 1.3.2 to 1.4.2 in /components/ruby #91
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.2 to 1.4.3 in /components/ruby #92
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.3 to 1.4.4 in /components/ruby #93
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.4 to 1.4.5 in /components/ruby #94
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.5 to 1.5.0 in /components/ruby #96
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.2 in /components/ruby #98
  (dependabot-preview[bot])
* Update tomlrb requirement from ~> 1.2 to >= 1.2, < 3.0 in
  /components/ruby #100 (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.2 to 1.5.6 in /components/ruby
  #101 (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.6 to 1.5.7 in /components/ruby
  #102 (dependabot-preview[bot])
* Remove yard tasks / unpin parallel gem #103 (tas50)
2021-01-18 15:45:01 +00:00
taca
07234e7001 misc/ruby-ohai: update to 16.8.1
Update ruby-ohai package to 16.8.1.

Changes are too many to write here, please refer
<https://github.com/chef/ohai/blob/master/CHANGELOG.md> in detail.
2021-01-18 15:08:18 +00:00
adam
1c1d3d4d5d py-tqdm: updated to 4.56.0
tqdm v4.56.0 stable

add tqdm.tk
add tqdm.rich
minor formatting improvements for tqdm.gui
fix display() inheritance/override
add tests
add documentation


tqdm v4.55.2 stable

update tests
make pre-commit pytest quicker
switch pre-commit from make to python
add and update (auto) formatters & CI
update contributing guidelines
fix formatting
test dependencies
update .gitignore
fix (auto & manual) formatting
fix minor detected bugs
misc build/CI framework upgrades


tqdm v4.55.1 stable

fix (Rolling|Expanding).progress_apply() on pandas==1.2.0
minor documentation updates


tqdm v4.55.0 stable

fix ASCII notebook export
fix notebook gui-mode extra spaces
better ETA for early iterations
better ETA for wildly varying iteration rates
update submodule inheritance
tqdm.gui
tqdm.notebook
tqdm.contrib.telegram
tqdm.contrib.discord
documentation updates
misc code optimisations
add tests
framework updates
build
CI & test
misc code linting/formatting
2021-01-16 11:15:13 +00:00
triaxx
6204ce59bb erlang-p1_utils: Update to 1.0.21
upstream changes:
-----------------
Version 1.0.21
  * Update travis config

Version 1.0.19
  * Fix compatibility issues with Erlang 23

Version 1.0.18
  * Update copyright year

Version 1.0.17
  * Fix formating of error messages

Version 1.0.16
  * Update type specs
  * Avoid lengthy output of p1_prof:m/r/q commands

Version 1.0.15
  * Add p1_prof module

Version 1.0.14
  * Add contribution guide
  * Remove exec bit from doc/style.css

Version 1.0.13
  * Add p1_rand and shaper module
2021-01-15 23:31:58 +00:00
jperkin
1f022a5ba1 stellarium: Needs socket libraries. 2021-01-13 16:06:41 +00:00
taca
da82d1656b misc/ruby-bundler: update to 2.2.5
2.2.5 (January 11, 2021)

Enhancements:

* Improve rubocop setup in the new gem template #4220
* Support repositories with default branch not named master #4224

Bug fixes:

* Let Net::HTTP decompress the index instead of doing it manually #4081
* Workaround for another jruby crash when autoloading a constant #4252
* Fix another performance regression in the resolver #4243
* Restore support for old git versions #4233
* Give a proper error if cache path does not have write access #4215
* Fix running rake release from an ambiguous ref #4219
2021-01-13 14:41:27 +00:00
schmonz
bb9721997d Update to 2.2.3.1. From the changelog:
- Version that works with skalibs-2.10.0.0.
2021-01-11 18:19:03 +00:00
taca
72b362a96e misc/ruby-progressbar: update to 1.11.0
pkgsrc change: remove redundant "ruby" from CATEGORIES.


Version v1.11.0 - December 30, 2020

Add
* RUBY_PROGRESS_BAR_FORMAT Environment Variable

Merge
* PR #165 - Show Unknown Time Remaining After Timer Reset

Fix
* Show Unknown Time Remaining After Bar Is Reset

Uncategorized
* Merge PR #167 - Convert To Github Actions
2021-01-11 14:07:32 +00:00
taca
9c0b435f12 misc/ruby-bundler: update to 2.2.4
2.2.4 (December 31, 2020)

Bug fixes:
* Fix bundle man pages display on truffleruby #4209
* Fix Windows + JRuby no longer being able to install git sources #4196

2.2.3 (December 22, 2020)

Bug fixes:
* Restore full compatibility with previous lockfiles #4179
* Add all matching variants with the same platform specificity to the
  lockfile #4180
* Fix bundler installing gems for a different platform when running in
  frozen mode and current platform not in the lockfile #4172
* Fix crash when bundle exec'ing to bundler #4175

2.2.2 (December 17, 2020)

Bug fixes:
* Fix resolver crash when a candidate has 0 matching platforms #4163
* Restore change to copy global with/without config locally upon bundle
  install #4154

2.2.1 (December 14, 2020)

Bug fixes:
* Ad-hoc fix for platform regression #4127
* Workaround JRuby + Windows issue with net-http-persistent vendored code
  #4138
* Reset also root when in a nested invocation #4140
* Restore 2.1.4 resolution times #4134
* Fix bundle outdated --strict crash #4133
* Autoload Bundler::RemoteSpecification to workaround crash on jruby #4114

2.2.0 (December 7, 2020)

Enhancements:
* New gem template: prefer require_relative to require #4066
* Always show underlying error when fetching specs fails #4061
* Add --all-platforms flag to bundle binstubs to generate binstubs for all
  platforms #3886
* Improve gem not found in source error messages #4019
* Revert resolving all Gemfile platforms automatically #4052
* Remove extra empty line from README template #4041
* Lazily load erb #4011

Bug fixes:

* Fix Bundler::Plugin::API::Source#to_s having empty source type #4084
* Raise consistent errors with or without bundle exec #4063
* Fix edge case resulting in a crash when using zeitwerk inside a nested
  bundle exec invocation #4062
* Enable specific_platform by default #4015
* Prevent remove command from deleting gemfile lines that are comments
  #4045
* Fix issue with cache_all_platforms and specific_platform configured
  #4042
* Fix incorrect error message on Windows #4039
* Make printed drive letters consistent on Windows #4038
* Load rubygems plugins from RUBYLIB during bundle install and bundle
  update #3534
* Fix specific_platform and cache_all with bundle cache --all-platforms #4022
* Bring back the possibility to install a plugin from path #4020
* Move ronn pages to lib #3997
* Fix fileutils double load when using bundler/inline #3991
* Accept responses with no etag header #3865

Documentation:
* Fix typo of bundle-install.1 (v2.1) #4079
* Add commented out example and more information link to generated gemspec
  #4034

Please refer
<https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md>
for changes prior to 2.2.0 release.
2021-01-11 14:03:53 +00:00
gdt
9749ba6ee8 revbump for gpsd udpate 2021-01-09 19:50:53 +00:00
rxg
699dfd1235 tmate 2.4.0
New Features:
Add support for named sessions. Run tmate with tmate -k api_key -n session_name -r session_name_ro to name sessions. See https://tmate.io/#named_sessions
Add a foreground mode with tmate -F. This is useful when tmate is used only for remote access. See https://tmate.io/#remote_access
Add SSH key access control. Run tmate with -a authorized_keys or set tmate-authorized-keys in the tmate configuration file. This will allow access to tmate to only SSH clients with keys contained in the authorized keys file. See https://tmate.io/#access_control
SSH keys are no longer needed to use tmate

Bug fixes:
Fix reconnection bug due to misconfigured keepalives

Existing feature changes:
Tmux configuration file ~/.tmux.conf is no longer loaded.. You may add source-file ~/.tmux.conf in ~/.tmate.conf to retain the older behavior. Discussion can be found in #108
Initial connection strings are now shown in a separate window at start time

---

tmate 2.3.0

tmate is now compatible with libssh 0.9.
2021-01-09 12:53:45 +00:00
adam
a421a0f1a3 rhash: updated to 1.4.1
RHash v1.4.1
look for config file at $HOME/.config/rhash/rhashrc
supported --blake2s, --blake2b options for the BLAKE2 hash functions
support --no-detect-by-ext option
speed up verification by detecting hash type from file extension
Bugfix: fix computing of EDON-R 512 by big data chunks
Bugfix: correctly print long paths on Windows
Bugfix: print correct '%{mtime}' when --file-list is specified
Bugfix: only follow symbolic links when --follow is specified
Bugfix: fix buffer overflow in GOST12
2021-01-07 22:00:29 +00:00
leot
e525aa7a79 moreutils: Update to 0.65
Changes:
0.65
----
 - vipe: Added --suffix option. Thanks, Pål Grønås Drange.
 - ifdata: fail when -ph is given but no hwaddr is available
   (Closes: #386755) Thanks, Nicolas Schier
2021-01-06 14:31:44 +00:00
leot
ab0f1f147c less: Update to 563
Changes:
563
---
 - Update Unicode tables.
 - Treat Hangul Jamo medial vowels and final consonants as zero width.
 - Display error message immediately when -o is toggled and input is not a
   pipe.
 - Fix regression: make screen repaint when "squished" and a no-movement
   command is given.
 - Fix erroneous EOF calculation when F command is interrupted.
 - Make WIN32C version include this fix from 551: Don't count lines in
   initial screen if using -X with -F.
 - Fix display bug in WIN32C version.
 - Fix memory corruption when built with libtermcap.
 - Fix crash on some systems due to realpath incompatibility.
 - Support libtinfow.
2021-01-06 14:29:30 +00:00
adam
95b369efb9 stellarium: updated to 0.20.4
0.20.4
The major changes of this version:
- Added Calendars plugin
- Many changes in AstroCalc tool and core of Stellarium
- Many changes in plugins
- Updated DSO catalog
2021-01-03 18:24:00 +00:00
ryoon
e75f764d56 libreoffice: Update to 7.0.4.2
Changelog:
7.0.4.2
Bugs fixed compared to 7.0.4 RC1

 1. tdf#123621 FILEOPEN | DOCX, Rectangle with text moves in LO
 2. tdf#134754 Crash on macOS 10.13 opening local HSQLDB-based odb file in Base
    on LibreOffice 7 rc1
 3. tdf#135479 LO Complains about missing JDK when accessing any Java
    functionality, despite recognizing JDK on macOS under Preferences
 4. tdf#136272 Corrupted calc file: invalid number format condition [<=
    1.79769313486232E+308 ]
 5. tdf#137745 LO Base Firebird: crash, when deleting tables and changed
    relationship isn't changed in database file
 6. tdf#138130 Crash in: swlo.dll
 7. tdf#138466 Crash when creating different scenarios ( steps in comment 4 )
 8. tdf#138549 CRASH: Undoing comment hovering (steps in comment 11)
 9. tdf#138612 LibreOffice not splitting table cells automatically for docx
    files

7.0.4.1
Bugs fixed compared to 7.0.3 RC1

 1. ofz#26619 detect if SwFrameFormat deleted during import
 2. ofz#26676 null deref
 3. ofz#26708 direct-leak
 4. ofz#26753 avoid infinite regress
 5. ofz#26943 detect if FormatOfJustInsertedApo was deleted [Caol??n McNamara]
 6. ofz#27756 null deref
 7. rhbz#1891326 GNOME software cannot find the correct language pack required
    by LibreOffice
 8. rhbz#1893846 [abrt] libreoffice-core: (anonymous
    namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT
 9. rhbz#1900428 LibreOffice 7.0.3.1 crashed on invalid row index used in
    StarBasic macro
10. tdf#35986 Parts of EMF file not visible/stretched to an enormous extent
11. tdf#91762 Inserting table has incorrect row heights
12. tdf#92315 Writer incorrectly renders EMF file representing molecule with
    text in it
13. tdf#98868 FILESAVE: crash if try save ODT file with track changes compared
14. tdf#103987 FILESAVE: DOCX Duplicated custom properties after roundtrip
15. tdf#104378 Chinese conversion problem
16. tdf#106613 UI: Sidebar navigator in Impress/Draw not updated immediately
    when page/slide is renamed
17. tdf#113163 FILEOPEN PPTX: EMF+ A color change to transparent on the image
    is missing on import (PPT OK)
18. tdf#114956 Calc - comment field does not increase dynamically during input
19. tdf#116214 Custom properties: value type is changed from Number to Text
20. tdf#116335 EMF is opened with large empty space around it
21. tdf#116622 Inserted EMF image is not cropped correctly
22. tdf#117643 Word search does not work in LibreOffice Writer if search term
    contains an apostrophe
23. tdf#121553 Editing: Firebird: Table editor erroneously prompts to change
    CLOB field to a BLOB field during alter table
24. tdf#121886 Firebird: Datatype Image(BLOB) is not working properly with Form
    or Report image controls.
25. tdf#126700 Untitled document remains open when have a default template
26. tdf#127047 Font Sizes Greater than 255 are Printed with Size 255
27. tdf#127086 PPT: FILESAVE: Crop image is gone after RT
28. tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the
    fonts looks weird under windows.
29. tdf#127680 New Print dialog: impossible to only print even/odd pages from a
    range/selection
30. tdf#128135 UI GTK3: dialog Pivot Table Layout / properties is too high:
    section Source and Destination cannot be fully used
31. tdf#128213 FILESAVE PPTX roundtrip with z-rotated text produces additional
    shape rotation
32. tdf#128877 FILEOPEN DOCX: Image Location lost on Import
33. tdf#130314 Writer busy-locks in layouting CJK fonts (was: hangs while
    converting to pdf) - see comment #9 / #8
34. tdf#130596 FIREBIRD (internal): Parameter doesn't work with COALESCE and
    numeric fieldtypes
35. tdf#130629 Crash in Writer when inserting shape again after undoing a
    previous insertion
36. tdf#131510 Old Replacement in german language
37. tdf#131679 Crash cutting a chart
38. tdf#131970 LO Create hyperlink ?? Jump to the correct field by keyboard
    with TAB?
39. tdf#132137 Styles: Default Style is too generic
40. tdf#132536 Memory usage increases after every file-reload
41. tdf#133630 CRASH: Chart: Changing properties in different objects
42. tdf#133771 When saving an encrypted document, unchecking 'Save with
    password' has no effect, encryption is kept
43. tdf#133950 UI EDITING Drawing a shape, the cursor is not precise (GTK3)
44. tdf#134161 CPU at 100% after opening a particular spreadsheet
45. tdf#134298 Picture overlappes page with content, so it is not readible
    anymore
46. tdf#135082 Print selection doesn't print selection but whole page
47. tdf#135108 Err:540 when adding an external reference in a loaded document
    that so far had no linked externals
48. tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL
    database using native connector
49. tdf#135893 Image pasted twice when copy/pasting a caption frame with image
    after DOCX export
50. tdf#136336 LO Writer does not display footnote text on mouse hover for GTK
51. tdf#136453 Duplication of content after undo (spurious)
52. tdf#136555 StartCenter is inconsistent with dark theme(s)
53. tdf#136611 Crash: Change Corner Style on sidebar with selecting Data
    Series.
54. tdf#136962 Navigator content view flash (gen backend)
55. tdf#137085 RTF table is shifted left
56. tdf#137159 Harmonize UI in Options-LibreOffice-View when works a Skia black
    list
57. tdf#137181 Basic macro: CRASH when running a macro in Impress
58. tdf#137215 Hang after switching windows with cell selector open in Validity
    dialog
59. tdf#137329 White borders in Slide Show mode (F5) in Impress with SKIA
60. tdf#137397 Faulty Height value in Position and Size content panel in
    Properties deck in the sidebar in Calc 61. tdf#137403 Keys list box fills in customization keyboard tab page when
    focus is in Function list box and a key is pressed (Gtk3 only)
62. tdf#137520 Colibre: Some icons with text (like B, I, U, etc) are too big
    that make them unbalance with the rest of the icons
63. tdf#137532 EDITING: Font formatting lost after undo/redo
64. tdf#137556 Crash if I try to open the Print dialog in GTK3 3.18 only
65. tdf#137575 UI: Custom sorting state is lost when reopening the LibreOffice
    file picker dialog
66. tdf#137593 FILEOPEN DOCX Table paragraph gets unexpected spacing before if
    shape is anchored to it 67. tdf#137617 Incorrect operation Sheet -> Named Ranges and Expressions ->
    Create; with ExcelA1 and ExcelR1C1 syntax
68. tdf#137643 Can't select font, no font dropdown list, if open MSO .doc in
    GTK3 only (gen and Skia OK)
69. tdf#137652 XDL import: missing empty combobox items
70. tdf#137660 Missing focus indicator for flat buttons (like in the start
    center) in KDE
71. tdf#137662 When combo box (and List box) from Base is located in a data
    sheet, it has to be clicked twice in order to be able to enter text
72. tdf#137698 FILEOPEN DOCX: rectangle position images positioned wrong on
    file open
73. tdf#137726 Message dialog during pivot table insertion not displayed, LO
    hangs
74. tdf#137754 Crash when applying styles in a table within Impress
75. tdf#137786 Crash swlo!SwNodeIndex::~SwNodeIndex+0x18
76. tdf#137801 LO base with Firebird: WARNING, when adding a field to a table
    with an old field type BLOB
77. tdf#137804 Qt5 printing (from Writer) crashes LibreOffice
78. tdf#137871 CRASH: applying different styles to different cells in table
    (GTK3)
79. tdf#137880 Installer picture has weird black lines
80. tdf#137897 FILESAVE: export xltx with encryption to ods doesn't accept "no
    password" as OK-able option
81. tdf#137898 Page count is not reset to 1 in the print preview dialog
82. tdf#137908 Exceptions for auto correct disappear lost after restart
83. tdf#137949 IMPORT OOXML: Table row height is wrong.
84. tdf#137980 EDITING Moving shape with arrow keys makes it grow
85. tdf#137982 CRASH: closing table preview. mail merge
86. tdf#137993 Crash after closing one window and pressing enter in the other
    window with search bar focused (GTK3)
87. tdf#138000 RFE: Add menu icon to Writer's Format > Text > Single Underline
88. tdf#138011 EDITING: row in table doesn't grow while editing
89. tdf#138022 LibreOffice exits/crashes when minimizing start center after
    closing a document (SKIA)
90. tdf#138039 sw: frame in table cell layouted incorrectly
91. tdf#138108 LO base with Firebird: crash during FORMS design, when entering
    Groups and exiting (gtk3 only?)
92. tdf#138113 Base: SQL Syntax Colouring Issue Problem Operators "/", "-"
93. tdf#138131 UI: List Box form: List entries option is enabled by default
    (gen)
94. tdf#138148 IMPORT OOXML: Graphic bullet size is different.
95. tdf#138156 Border widget does not allow to keep settings
96. tdf#138183 Failed to copy and paste in calc
97. tdf#138187 URL opened twice when clicking UNO hyperlink control
98. tdf#138210 RTF document with a text frame can't open in LibreOffice
99. tdf#138219 Libreoffice 7.0.x => Skia Vulkan - Intel HD Graphics 520
    problems ( windows 7 SP1 )
100. tdf#138240 ODBC: Crash when trying to connect to Edit ?? Database ??
    Properties (gtk3)
101. tdf#138253 Crash swlo!SwNodeIndex::~SwNodeIndex+0x18 (gen)
102. tdf#138271 FORMS: Some values are not saved (gen)
103. tdf#138350 Wrong colors used in icon-themes/colibre/svx/res/frmsel*.png
104. tdf#138428 CRASH: Undoing paste after editing comment
105. tdf#138430 Bullets and Numbering toolbar dropdown list and dialog miss
    scroll bar
2021-01-01 13:17:44 +00:00
ryoon
bfac3f1b42 *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
ryoon
a8e8c5c75e *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
nia
2c8d590893 Normalize handling packages that require 64-bit atomic ops. 2020-12-31 20:04:11 +00:00
nia
d7fa54d304 ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping 2020-12-20 12:41:27 +00:00
nia
37a9a3b4e8 py-tqdm: Requires setuptools_scm 2020-12-20 11:26:28 +00:00
adam
2b8dd5a8e6 py-tqdm: updated to 4.45.1
tqdm v4.54.1 stable

drop py3.4 (no longer tested)
misc CI updates
update snap build & deploy method
bot releases

tqdm v4.54.0 stable

get rid of get_new
minor CI framework optimisations

tqdm v4.53.0 stable

provide get_new() helper for mixed subclasses in nested mode
fix nested asyncio
document async break hazard
add tests
drop py2.6/3.2/3.3 and distutils (no longer tested)
drop py2.6
drop distutils in favour of setuptools/setup.cfg
CI framework overhaul
drop appveyor (Windows already tested by GHA)
skip devel PRs
automate linting comments on failure
use setuptools_scm
fix & update tests
fix & upgrade snap build
update CONTRIBUTING docs

tqdm v4.52.0 stable

allow delaying display() to a different notebook cell
add notebook argument display=True (use display=False with display(tqdm_object.container))
add keras.TqdmCallback support for initialiser arguments (use display=False with tqdm_callback_object.display())
add documentation
add CI on windows
enable CI on OSX
migrate CI Travis => GHA
add tests for MacOS & Windows
add tests for py3.9
update documentation
minify docker build
update tests
misc tidy

tqdm v4.51.0 stable

add {eta} datetime bar_format argument
e.g. bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'
fix py3 CLI --update & --update_to
replace nosetests with pytest
add & update tests
2020-12-18 09:01:03 +00:00
jaapb
7142597525 Updated misc/ocaml-opam-file-format to 2.1.0
Changes include:
* Don't add a newline at the start of strings with newlines
* Report starting position of strings correctly
* Add dune files
2020-12-09 10:36:09 +00:00
nia
e38147b0ad 9menu: Update to 1.10
2020-04-16         Arnold D. Robbins     <arnold@skeeve.com>

	* 9menu.c (version): Bump to 1.10 (finally).
	(usage): Clean up white space in error messages.
	(args): Fix comparison in first int. Thanks to GCC.
	General: Change a number of variables from int to bool, and
	use <stdbool.h>.  Use strerror(errno) in all relevant error messages.
	* 9menu.1: Increment the version.

2018-04-25         Arnold D. Robbins     <arnold@skeeve.com>

	Updates suggested by Eric Lindblad <msvc_test@outlook.com>.

	* 9menu.c (version): Remove the @(#) SCCS marker. Hasn't been
	necessary for decades, really.
	* 9menu.1: Update the Examples.

2016-01-07         Arnold D. Robbins     <arnold@skeeve.com>

	* 9menu.c: Convert forward declarations to use prototypes.
	(run_menu): Bug fix. Increment/decrement `i' when keypress
	moves things up and down so that mouse moves to the right
	place upon remapping the window.

2015-06-25         Arnold D. Robbins     <arnold@skeeve.com>

	* 9menu.1: Updated.

2015-03-19         Arnold D. Robbins     <arnold@skeeve.com>

	* ChangeLog: Reconstituted from check-in logs and diffs.
	* 9menu.c: Typo fix. Convert all function signatures to
	ANSI style.
	* README: Update the date.

2015-01-14         Arnold D. Robbins     <arnold@skeeve.com>

	* 9menu.c (main): Fix compile warnings.
	(run_menu): Call XkbKeycodeToKeysym() instead of XKeycodeToKeysym().
2020-12-08 11:15:57 +00:00
adam
414a2d73a7 py-trytond-stock-package-shipping-dpd: not compatible with Python 2.7 any more 2020-12-07 15:41:07 +00:00
wiz
2838518185 todoman: update to 3.9.0.
v3.9.0
------

* The man page has been improved. ``sphinx-click`` is now required to build the
  documentation.
2020-12-06 10:40:33 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00