summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Recursive PKGREVISION bump for poppler-0.63.0wiz2-4/+4
2018-04-16Recursive bump for new fribidi dependency in pango.wiz35-69/+70
2018-04-16goffice0.10: update to 0.10.39.wiz2-8/+7
Morten: * sinpi/cospi/tanpi/cotpi improvement.
2018-04-14khard: update to 0.12.2nb1.wiz1-3/+6
Update list of dependencies.
2018-04-14revbump after icu updateadam23-41/+46
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb4-7/+8
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13Updated misc/ocaml-opaline to version 0.3.0.jaapb3-9/+9
Now supports optional files.
2018-04-11kf5: update to 5.44.0markd6-25/+22
3 months of bugfixes.
2018-04-11less: Update misc/less to less-530leot2-8/+8
Discussed with and ok by <bouyer>, thanks! pkgsrc changes: - Reset MAINTAINER to pkgsrc-users@ Changes: 530 --- * Don't output terminal init sequence if using -F and file fits on one screen. * When using -S, mark truncated lines with a special character. The character can be changed or disabled via the new --rscroll option. * New command M marks the last line displayed on the screen. * New command ESC-m removes a line mark. * Status column (enabled via -J) now shows mark letters. * Status column shows search matches even if highlighting is disabled via -G. * A second ESC-u command will clear search match markers in the status column. * Do same ANSI escape code filtering for tag matching that we do for searching, to help when viewing syntax-highlighted code. * Catch SIGTERM and clean up before exiting. * Fix bug initializing default charset on Windows. * Handle keypad ENTER key correctly if it sends something other than newline. * Fix buffering bug when using stdin with a LESSOPEN pipe. * On Windows, allow 'u' in -D option to enable underlining. * On Windows, use underline in sgr mode. * On Windows, convert UTF-8 to multibyte if console is not UTF-8. * Update Unicode tables to 2017-03-08. * Pass-thru Unicode formating chars (Cf type) instead of treating them as binary chars. But treat them as binary if -U is set. * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences. * Fix bugs when using LESSOPEN and switching between stdin and other files. * Fix some bugs handling filenames containing shell metacharacters. * Fix some memory leaks. * Allow some debugging environment variables to be set in lesskey file. * Code improvements: - Use ANSI prototypes in funcs.h declarations. - Fix some const mismatches. - Remove archaic "register" in variable declarations. 487 --- * New commands ESC-{ and ESC-} to shift to start/end of displayed lines. * Make search highlights work correctly when changing caselessness with -i. * New option -Da in Windows version to enable SGR mode. * Fix "nothing to search" error when top or bottom line on screen is empty. * Fix bug when terminal has no "cm" termcap entry. * Fix incorrect display when entering double-width chars in search string. * Fix bug in Unicode handling that missed some double width characters. * Update Unicode database to 9.0.0.
2018-04-09Updated package misc/ocaml-opam to version 2.0.0_rc.jaapb3-9/+9
This release has small fixes over the previous version.
2018-04-08Fix typo in a commentryoon1-2/+2
2018-04-07misc/R-pillar: Update to 1.2.1minskim2-11/+10
Changes: - Turned off using subtle style for digits that are considered insignificant. Negative numbers are shown all red. Set the new option pillar.subtle_num to TRUE to turn it on again (default: FALSE). - The negation sign is printed next to the number again. - Scientific notation uses regular digits again for exponents. - Groups of three digits are now underlined, starting with the fourth before/after the decimal point. This gives a better idea of the order of magnitude of the numbers. - Logical columns are displayed as TRUE and FALSE again. - The decimal dot is now always printed for numbers of type numeric. Trailing zeros are not shown anymore if all displayed numbers are whole numbers. - Decimal values longer than 13 characters always print in scientific notation. - New styling helper style_subtle_num(), formatting depends on the pillar.subtle_num option.
2018-04-07Added ocaml-opaline to SUBDIRsjaapb1-1/+2
2018-04-07Added new package misc/ocaml-opaline.jaapb5-0/+53
I basically wrote this to get rid of opam-installer, which has a lot of circular dependencies.
2018-04-07Update to 6.0.3.2ryoon2-21/+20
Changelog: Bugs fixed compared to 6.0.3 rc1: tdf#58874 OFFSET function in array context compatibility with Excel [Eike Rathke] tdf#71339 EDITING sigma icon (sum function) operating on selected range [Eike Rathke] tdf#107555 Apply the 'Default Style' table style to newly inserted tables [Jim Raykowski] tdf#111846 Find & Replace: Rename diacritics and kashida search options [Eike Rathke] tdf#113660 Wrong label on sidebar slide pane after switching to handout view [Xisco Faulí] tdf#114555 Calc does not give warning when opening file containing a sheet with more than 1024 columns [Eike Rathke] tdf#115573 EDITING: Table loses formatting when inserting a new row in a table [Jim Raykowski] tdf#116100 MATCH applied to a search array introduced by an OFFSET subexpression results in Err:504. [Eike Rathke] tdf#116215 Sum button: Calc adds wrong sum formulas if you select more than one row or column [Eike Rathke] tdf#116242 Find & Replace diacritic-sensitive searches are always linked to the CTL language setting and search replace fails when no CTL default is checked active [Eike Rathke] tdf#116324 Nested IF(IF( without Else path yields #VALUE! [Eike Rathke] tdf#116364 Hang under specific circumstances ( steps in comment 9 ) [Xisco Faulí] tdf#116468 Crash in: formula::FormulaCompiler::CreateStringFromToken(rtl::OUStringBuffer &,formula::FormulaToken const *,bool) (steps in comment 15) [Eike Rathke] tdf#116586 Crash with Hungarian spell checker in 6.0 debug build [László Németh] Bugs fixed compared to 6.0.2 (rc1): coverity#982189 backward heading search doesn't always work [Caolán McNamara] ofz#6576 check border param len [Caolán McNamara] ofz#6656 1 isn't a good flag for all elements filled [Caolán McNamara] ofz#6827 drop last anchor pos if it will be joined [Caolán McNamara] ofz#6891 empty vector access [Caolán McNamara] tdf#44774 Drawing styles lose parent-child relationship on FILESAVE FILEOPEN [Mike Kaganski] tdf#54197 Calc single cell filling (Ctrl+D) does not change data at input line [Eike Rathke] tdf#58874 OFFSET function in array context compatibility with Excel [Eike Rathke] tdf#67744 FORMATTING: Adobe Courier Std font is always bold on Mac OS X [Tor Lillqvist] tdf#68889 FORMATTING: Font "Gill Sans MT Pro" always bold [Tor Lillqvist] tdf#75130 API and Implementation of Smart Tags - Part 2 [Caolán McNamara] tdf#75256 (Icon-Theme-Sifr) [META] Incomplete Sifr icon theme [Matthias Freund] tdf#79546 OSX - no video playback in slideshow fullscreen display mode on OSX [Tor Lillqvist] tdf#91680 Active option to print comments in margin, does reserve space on the paper also when the document contains zero comments [Gabor Kelemen] tdf#95024 Support for new Hungarian orthography [László Németh] tdf#97614 Impress Remote does not work with LibreOffice 5 [Rostislav Kondratenko] tdf#100784 Keyboard shortcuts don't work in Mac full screen mode due to hidden menu bar [Maxim Monastirsky] tdf#103175 Crash when opening Libreoffice [Mike Kaganski] tdf#103571 macOS 100% CPU usage when minimizing screen if multiple documents are opened [Tor Lillqvist] tdf#103690 macOS: libreoffice crash on startup, VCL thread mutex condition [Tor Lillqvist] tdf#107094 Backward Search of Headings with Navigation Bar Does not Work Always [Caolán McNamara] tdf#109080 ODF: LibreOffice writes invalid element <style:header-first> [Michael Stahl] tdf#111739 Selecting a custom character as a bullet symbol inserts the symbol into the document [Caolán McNamara] tdf#113805 Insert->Footnote/Endnote , choose character [Caolán McNamara] tdf#114076 FILEOPEN: artifacts on Images ( white lines ) [Armin Le Grand] tdf#114675 EDITING: pasting text (in Calc in a cell in edit mode, in Draw in a text shape), leaves the cursor in front of the pasted text [Eike Rathke] tdf#114726 Area tabpage: Pattern editor doesn't work, preview not shown [Vasily Melenchuk] tdf#114858 Default keyboard mapping of Cmd+` (QUOTELEFT_MOD1) to uno:ToggleFormula not friendly to Apple HIG [Yousuf Philips] tdf#114915 Apparmor profiles contain invalid comments in variable assignments [Olivier Tilloy] tdf#115015 Strings in new Cryptography section of Options' User Data tab don't wrap if they are too long [Katarina Behrens] tdf#115084 Incorrect shortcut key behavior in Options [Katarina Behrens] tdf#115142 When an image is bigger than the slide impress shrinks it to the size of the slide [Thorsten Behrens, Michael Stahl] tdf#115297 FILESAVE: PDF: Images are displayed as black boxes [Vasily Melenchuk, Eike Rathke] tdf#115351 ISLOGICAL function depends on column formatting EDITING [Eike Rathke] tdf#115353 Status bar displays wrong characters upon load (OpenGL) [Tamas Bunth] tdf#115374 No PGP keys to encrypt a document listed [Thorsten Behrens] tdf#115420 Crash using "Close" button for Extension Manager -> Check for Updates dialog [Jan-Marek Glogowski] tdf#115429 libvisio generates svg:fill-rule attribute which is round-tripped to a non-well-formed XML document by LO [Michael Stahl, Julien Nabet] tdf#115432 ODF filters: footnote separator style:adjustment not imported/exported, always "left" [Noel Grandin] tdf#115493 matrix formula wrong calculation from names, also wrong saving of names [Eike Rathke] tdf#115649 64-bit Writer v.6.0.1.1 crashes every time I send an older file to network printer after clicking OK to print (ucrtbase.dll) [Mike Kaganski] tdf#115652 Content not shown in presentation mode [Michael Stahl] tdf#115715 FILEOPEN: RTF: Incorrect first line indent [Miklos Vajna] tdf#115746 alt+f jumps between File and Form [Caolán McNamara] tdf#115795 "Get Online Help" under zh-tw locale would be redirected to zh-cn forum [Franklin Weng] tdf#115828 SQL: SHUTDOWN COMPACT fails in internal HSQLDB [Julien Nabet] tdf#115835 Calc - Copying Cells in a Row with Conditional formatting - Conditional formatting not copied [Markus Mohrhard] tdf#115859 PPTX/XLSX/DOCX Chart number format export is missing [Szymon Kłos] tdf#115861 FILEOPEN: Writer deletes text on save when section break is in-line [Miklos Vajna] tdf#115863 Tiff Images not inserted in Writer, Calc, Impress [Aron Budea] tdf#115873 Shape selected in navigator is not selected in the main window [Miklos Vajna] tdf#115883 SAXException: [word/document.xml line 2]: unknown error on opening DOCX [Miklos Vajna] tdf#115951 Arabic alphabet page number format is not showing correctly [Caolán McNamara] tdf#115994 Grey area instead of settings for "Tools - Options - Language Settings -English sentence checking" and " "Tools - Options - Internet - MediaWiki" on master [Katarina Behrens] tdf#115998 Delete relationship in base. Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall() [Noel Grandin] tdf#116018 FILEOPEN - draw no more able to open .pub files [David Tardon] tdf#116062 Impossible to enter the chars U+0027 APOSTROPHE with French (Swiss) Keyboard [Eike Rathke] tdf#116072 Improve spell checking by better word breaking for Hungarian [László Németh] tdf#116101 Bullets in bulleted list with proportion >100% appear off [Szymon Kłos] tdf#116102 ODF: first-page header/footer cannot be read by LO version < 5.3.6 [Michael Stahl] tdf#116116 Custom Properties: first row too close to header bar [Caolán McNamara] tdf#116147 Creating Documents with Wizard Crashes LibreOffice [Jan-Marek Glogowski] tdf#116149 VAR* and STDEV* functions don't support external references Rathke] tdf#116163 PPTX: Chart labels are too long [Szymon Kłos] tdf#116171 Cann't open MS visual Foxpro created *.DBF files [Julien Nabet, Stephan Bergmann] tdf#116196 Impress presentation renders a white rectangle over content (OpenGL) [Micnput/output error [himajin100000] tdf#116397 GTK3: tooltip is not displayed [Caolán McNamara]
2018-04-07attica-qt5: remove Qt5Widgets hackmarkd1-7/+0
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means we no longer tickle it so remove.
2018-04-04misc/Makefile: Add ruby-patch_finderminskim1-1/+2
2018-04-04misc/ruby-patch_finder: Import version 1.0.2minskim5-0/+41
PatchFinder is a toolkit to find software patches.
2018-04-02stellarium: updated to 0.18.0adam4-40/+55
The major changes of this version: * Added support Hierarchical Progressive Surveys [HiPS] (Hello visualization of multiwavelength universe in the Stellarium) * Updated and extended AstroCalc tool * Added support a Hickson Compact Group collection * Updated code and data
2018-04-02*: reset maintainer for marino on his requestwiz1-2/+2
2018-03-30Revbump all Go packages after 1.10.1 update.bsiegert1-2/+2
ok wiz@ for committing during freeze
2018-03-25p5-Mac-PropertyList: update to 1.413.wiz2-7/+7
1.413 2018-03-22T18:51:07Z * Update to Artistic License 2.0
2018-03-24misc/erlang-p1_utils: Update to 1.0.11.fhajny2-7/+7
- Fix compilation with rebar3
2018-03-22Revbump after updating textproc/onigurumaadam1-2/+2
2018-03-20rhash: Honor CFLAGS and LDFLAGS.wiz1-3/+4
Fixes RELRO build. Bump PKGREVISION.
2018-03-18lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTEDtaca1-2/+2
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-17rhash: updated to 1.3.6adam5-55/+32
RHash v1.3.6: * support --file-list option * librhash: speedup sha3 * Bugfix: fix --follow option * better MSYS and CygWin support * configuration script * Bugfix: broken binary hash output * Bugfix: fix running on WinXP
2018-03-17Follow fonts/harfbuzz update. Bump PKGREVISIONryoon3-13/+14
2018-03-16misc/Makefile: Add R-pillarminskim1-1/+2
2018-03-16misc/R-pillar: Import version 1.1.0minskim3-0/+31
Provides a 'pillar' generic designed for formatting columns of data using the full range of colours provided by modern terminals.
2018-03-14moreutils: Install `parallel' and its man page to `moreutils-parallel'leot2-4/+12
This avoid a possible conflict with `parallel' provided by parallel/parallel package. PKGREVISION++ Pointed out by Dr. Thomas Orgis via tech-pkg@.
2018-03-14misc/ruby-slop: update to 4.6.2taca3-12/+20
v4.6.2 (2018-03-12) Bug fixes/Enhancements * Fix equals character (=) being parsed incorrectly in some cases. #226 v4.6.1 (2017-11-20) ------------------- Bug fixes/Enhancements * Fix separator so it doesn't mutate user data. #223 (Marc-André Lafortune) * Add additional tests for `Options#separator` and fix issue where the last separator was ignored. #222 v4.6.0 (2017-10-06) ------------------- Features * Add support for required options. #218 (William Woodruff) v4.5.0 (2017-05-22) ------------------- Features: * Added config option to avoid translating flags-with-dashes into underscores. #206 (@lbriais) v4.4.3 (2017-05-02) ------------------- Bug fixes: * Ruby 2.0.0 support broken in v4.4.2 v4.4.2 (2017-04-29) ------------------- Bug fixes: * Fix support for parsing -x5 or -nfoo. #199 * Fix removing arguments after `--`. #194 v4.4.1 (2016-08-21) ------------------- Bug fixes: * Handle bad constant names in `Slop.option_defined?`. #198 (Ellen Marie Dash) v4.4.0 (2016-08-15) ------------------- Features * Support parsing arguments prefixed with dashes. #192 (Andrew Clemons) Bug fixes: * Retain sort order inside tail sort. #193 (Caio Chassot) v4.3.0 (2016-03-19) ------------------- Features * Allow disabling array delimiter. #189 (Mike Pastore) * Allow passing custom banner as config. #191 (Philip Rees) v4.2.1 (2015-11-25) ------------------- Features: * Better handling of option names with multiple words. #169 (Tim Rogers) Minor enhancements: * add ARGF notes to Arguments (README). #173 (Rick Hull) Bug fixes: * Fix arguments removed with option arguments. #182 (Naoki Mizuno) * Fix bug where true is passed to BoolOption block regardless of --no- prefix. #184 (Ben Brady) * only raise MissingArgument if not `default_value`. #163 (Ben Brady) v4.2.0 (2015-04-18) ------------------- Features: * Support for Regexp option type #167 (Laurent Arnoud) * Support prefixed `--no-` for explicitly setting boolean options to `false` #168 * Better handling of flags with multiple words #169 (Tim Rogers) v4.1.0 (2015-04-18) ------------------- Features: * Support for FloatOption #156 (Rick Hull) * Support for `limit` config to ArrayOption. * Support for `tail` config to add options to the bottom of the help text. * Add explicit setter (#[]=) to Result class. #162 * Implement flag gettings for UnknownOption and MissingArgument error classes. #165 (sigurdsvela) Minor enhancements: * Reset parser every time `parse` is called. Bug fixes: * Remove "--" from unprocessed arguments #157 (David Rodríguez). v4.0.0 (2014-12-27) ------------------- Features: * Rebuilt from the ground up. See the v3 changelog for all existing changes: https://github.com/leejarvis/slop/blob/v3/CHANGES.md
2018-03-14misc/ruby-pry: update to 0.11.3taca4-13/+30
pkgsrc change: add support for pkg_alternatives ### HEAD #### Features * Add Pry::Testable, an improved modular replacement for PryTestHelpers. **breaking change**. See pull request [#1679](https://github.com/pry/pry/pull/1679). * Add a new category module: "Pry::Platform". Loosely related to #1668 below. See pull request [#1670](https://github.com/pry/pry/pull/1670) * Add `mac_osx?` and `linux?` utility functions to Pry::Helpers::BaseHelpers. See pull request [#1668](https://github.com/pry/pry/pull/1668). * Add utility functions for drawing colorised text on a colorised background. See pull request [#1673](https://github.com/pry/pry/pull/1673). #### Bug fixes * Fix a case of infinite recursion in `Pry::Method::WeirdMethodLocator#find_method_in_superclass` that users of the [Hanami](http://hanamirb.org/) web framework experienced and reported since 2015. See pull request [#1639](https://github.com/pry/pry/pull/1689). * Fix a bug where Method objects were not returned for setters inherited from a default (Pry::Config::Default). Eg, this is no longer an error: pry(main)> d = Pry::Config.from_hash({}, Pry::Config::Default.new) pry(main)> d.method(:exception_whitelist=) # Error See pull request [#1688](https://github.com/pry/pry/pull/1688). * Do not capture unused Proc objects in Text helper methods `no_color` and `no_paging`, for performance reasons. Improve the documentation of both methods. See pull request [#1691](https://github.com/pry/pry/pull/1691). * Fix `String#pp` output color. See pull request [#1674](https://github.com/pry/pry/pull/1674). ### 0.11.0 * Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597)) * Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)): * Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them. * Fix warnings that originate in Pry while using the repl. * Improve completion speed in large applications. ([#1588](https://github.com/pry/pry/pull/1588)) * Pry::ColorPrinter.pp: add `newline` argument and pass it on to PP. ([#1603](https://github.com/pry/pry/pull/1603)) * Use `less` or system pager pager on MS Windows if it is available. ([#1512](https://github.com/pry/pry/pull/1512)) * Add `Pry.configure` as an alternative to the current way of changing configuration options in `.pryrc` files. ([#1502](https://github.com/pry/pry/pull/1502)) * Add `Pry::Config::Behavior#eager_load!` to add a possible workaround for issues like ([#1501](https://github.com/pry/pry/issues/1501)) * Remove Slop as a runtime dependency by vendoring v3.4 as Pry::Slop. People can depend on Slop v4 and Pry at the same time without running into version conflicts. ([#1497](https://github.com/pry/pry/issues/1497)) * Fix auto-indentation of code that uses a single-line rescue ([#1450](https://github.com/pry/pry/issues/1450)) * Remove "Pry::Config#refresh", please use "Pry::Config#clear" instead. * Defining a method called "ls" no longer breaks the "ls" command ([#1407](https://github.com/pry/pry/issues/1407)) * Don't raise when directory permissions don't allow file expansion ([#1432](https://github.com/pry/pry/issues/1432)) * Syntax highlight &lt;tt&gt; tags in documentation output. * Add support for BasicObject subclasses who implement their own #inspect (#1341) * Fix 'include RSpec::Matchers' at the top-level (#1277) * Add 'gem-readme' command, prints the README file bundled with a rubygem * Add 'gem-search' command, searches for a gem with the rubygems.org HTTP API * Fixed bug in the `cat` command where it was impossible to use line numbers with files ([#1349](https://github.com/pry/pry/issues/1349)) * Fixed uncaught Errno::EOPNOTSUPP exception when $stdout is a socket ([#1352](https://github.com/pry/pry/issues/1352)) * Display a warning when you cd'ed inside a C object and executed 'show-source' without arguments ([#691](https://github.com/pry/pry/issues/691)) * Make the stagger_output method more reliable by reusing possibly available Pry instance ([#1364](https://github.com/pry/pry/pull/1364)) * Make the 'gem-install' message less confusing by removing backticks ([#1350](https://github.com/pry/pry/pull/1350)) * Fixed error when Pry was trying to load incompatible versions of plugins ([#1312](https://github.com/pry/pry/issues/1312)) * Fixed bug when `hist --clear` led to ArgumentError ([#1340](https://github.com/pry/pry/pull/1340)) * Fixed the "uninitialized constant Pry::ObjectPath::StringScanner" exception during autocomplete ([#1330](https://github.com/pry/pry/issues/1330)) * Secured usage of colours with special characters (RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE) in Pry::Helpers::Text ([#493](https://github.com/pry/pry/issues/493#issuecomment-39232771)) * Fixed regression with `pry -e` when it messes the terminal ([#1387](https://github.com/pry/pry/issues/1387)) * Fixed regression with space prefixes of expressions ([#1369](https://github.com/pry/pry/issues/1369)) * Introduced the new way to define hooks for commands (with `Pry.hooks.add_hook("{before,after}_commandName")`). The old way is deprecated, but still supported (with `Pry.commands.{before,after}_command`) ([#651](https://github.com/pry/pry/issues/651)) * Removed old API's using `Pry::Hooks.from_hash` altogether * Removed hints on Foreman support (see [this](https://github.com/ddollar/foreman/pull/536)) * Fixed support for the tee command ([#1334](https://github.com/pry/pry/issues/1334)) * Implemented support for CDPATH for ShellCommand ([#1433](https://github.com/pry/pry/issues/1433), [#1434](https://github.com/pry/pry/issues/1434)) * `Pry::CLI.parse_options` does not start Pry anymore ([#1393](https://github.com/pry/pry/pull/1393)) * The gem uses CPU-less platforms for Windows now ([#1410](https://github.com/pry/pry/pull/1410)) * Add `Pry::Config::Memoization` to make it easier to implement your own `Pry::Config::Default` class.([#1503](https://github.com/pry/pry/pull/1503/)) * Lazy load the config defaults for `Pry.config.history` and `Pry.config.gist`.
2018-03-14misc/ruby-method_source: update to 0.9.0taca3-11/+11
Improve support for Ruby 2.3 and 2.4.
2018-03-14misc/ruby-hashie: update to 3.5.7taca2-7/+7
## [3.5.7] - 2017-12-19 [3.5.7]: https://github.com/intridea/hashie/compare/v3.5.6...v3.5.7 ### Fixed [#430](https://github.com/intridea/hashie/pull/430): Fix Hashie::Rash randomly losing items - [@Antti](https://github.com/Antti) ### Miscellaneous * [#425](https://github.com/intridea/hashie/pull/425): Update rubies in CI - [@kachick](https://github.com/kachick).
2018-03-14misc/ruby-daemons: update to 1.2.6taca2-7/+7
== Release 1.2.6: December 24, 2017 * Add links to rubydoc.info documentation. == Release 1.2.5: October 22, 2017 * In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi) * Use File.expand_path on and output and log files (thanks to Dave Harris)
2018-03-14misc/ruby-commander: update to 4.4.4taca2-7/+7
=== 4.4.4 / 2018-01-18 * Fix deprecated constant warnings on Ruby 2.5. (@mattbrictson)
2018-03-14misc/ruby-bundler: update to 1.16.1taca3-39/+26
## 1.16.1 (2017-12-12) Bugfixes: - avoid hanging on complex resolver errors ([#6114](https://github.com/bundler/bundler/issues/6114), @halfbyte) - avoid an error when running `bundle update --group` ([#6156](https://github.com/bundler/bundler/issues/6156), @mattbrictson) - ensure the resolver prefers non-pre-release gems when possible ([#6181](https://github.com/bundler/bundler/issues/6181), @greysteil) - include bundler's gemspec in the built gem ([#6165](https://github.com/bundler/bundler/issues/6165), @dr-itz) - ensure locally installed specs are not overriden by those in remote sources during dependency resolution ([#6072](https://github.com/bundler/bundler/issues/6072), @indirect) - ensure custom gemfiles are respected in generated binstubs (@pftg) - fail gracefully when loading a bundler-generated binstub when `bin/bundle` was not generated by bundler ([#6149](https://github.com/bundler/bundler/issues/6149), @hsbt) - allow `bundle init` to be run even when a parent directory contains a gemfile ([#6205](https://github.com/bundler/bundler/issues/6205), @colby-swandale) ## 1.16.0 (2017-10-31) Bugfixes: - avoid new RubyGems warning about unsafe YAML loading (to keep output consistent) (@segiddins) - load digest subclasses in a thread-safe manner (@segiddins, @colby-swandale) - avoid unusued variable warnings under ruby 2.5 (@amatsuda) - fix printing the same message twice in verbose mode ([#6028](https://github.com/bundler/bundler/issues/6028), @akhramov) - allow `SignalException`s to bubble up to the interpreter during `bundle exec` ([#6090](https://github.com/bundler/bundler/issues/6090), @dekellum) - avoid activating stdlib digest under Ruby 2.5 (@segiddins) - prioritise explicitly requested gems in dependency resolution sort order (@segiddins) - reduce memory usage during dependency resolution ([#6114](https://github.com/bundler/bundler/issues/6114), @greysteil) - ensure that the default bundler gem is not accidentally activated on ruby 2.5 when using local git overrides (@segiddins) ## 1.16.0.pre.3 (2017-10-04) Features: - the output from `bundle env` includes more information, particularly both the compiled & loaded versions of OpenSSL (@indirect) Bugfixes: - fix a bug where installing on FreeBSD would accidentally raise an error (#6013, @olleolleolle) - fix a regression in 1.16 where pre-release gems could accidentally be resolved even when the gemfile contained no pre-release requirements (@greysteil) - bundler will avoid making unnecessary network requests to fetch dependency data, fixing a regression introduced in 1.16 (@segiddins) - the outdated bundler version message is disabled by default until the message has been fine-tuned (#6004, @segiddins) ## 1.16.0.pre.2 (2017-09-06) Bugfixes: - handle when a connection is missing a socket when warning about OpenSSL version (@greysteil) - the description for the `rake release` task now reflects `$RUBYGEMS_HOST` (@wadetandy) - fix a bug where `bundle update` would regress transitive dependencies (@greysteil) ## 1.16.0.pre.1 (2017-09-04) Features: - allow using non-branch symbolic refs in a git source (#4845, @segiddins) - allow absolute paths in the `cache path` setting (#5627, @mal) - gems created via `bundle gem` with rspec have `--require spec_helper` in their `.rspec` file (@koic) - `bundle env` includes `Gem.ruby` and the `bundle` binstub shebang when they don't match (#5616, @segiddins) - allow passing gem names to `bundle pristine` (@segiddins) - `bundle version` and `bundle env` include the commit and build date for the bundler gem (#5049, @segiddins) - add the `--shebang` option to `bundle binstubs` (#4070, @segiddins, @Zorbash) - gemfiles are `eval`ed one fewer time when running `bundle install` (#4952, #3096, #4417, @segiddins) - the `fileutils` gem is now vendored so different versions of the gem can be activated (@segiddins) - speed up no-op installations (#5842, @segiddins) - default to keeping the lockfile in the default gem template (@deivid-rodriguez) - add a special bundler binstub that ensures the correct version of bundler is activated (#5876, @segiddins) - speed up dependency resolution and ensure that all resolvable gemfiles can be installed (@segiddins, @greysteil) - add a `bundle list` command that prints the gems in use (#4754, @colby-swandale) - allow adding credentials to a gem source during deployment when `allow_deployment_source_credential_changes` is set (@adrian-gomez) - making an outdated (and insecure) TLS connection to rubygems.org will print a warning (@segiddins) Bugfixes: - allow configuring a mirror fallback timeout without a trailing slash (#4830, @segiddins) - fix handling of mirrors for file: urls that contain upper-case characters (@segiddins) - list the correct gem host for `rake release` when `allowed_push_host` has been set (@mdeering) - ensure `Bundler.original_env` preserves all env keys that bundler sets (#5700, @segiddins) - ensure `bundle pristine` removes files added to a git gem (@segiddins) - load plugin files from path gems before gem installation (#5429, @segiddins) - ensure gems containing manpages are properly set up (#5730, @segiddins) - avoid fetching remote specs when all effected gems are in groups that are not being installed (@segiddins) - allow `BUNDLE_GEMFILE` to be a relative path (#5712, @gxespino) - show a more helpful error message when a gem fails to install due to a corrupted lockfile (#5846, @segiddins) - add a process lock to allow multiple concurrent `bundle install`s (#5851, @stefansedich) - ensure that specifications always return an array for `#extensions` (@greysteil) - print a helpful error message when using a gem in the Gemfile with an empty name (@colby-swandale) - ensure that all gemfiles are included in `bundle env` (@segiddins) - use ssl client cert and ca cert settings from gem configuration as fallbacks (@stan3) - avoid global namespace pollution when loading gems (#5958, @shyouhei) - avoid running a complete re-resolve on `bundle update --bundler` (@segiddins) - allow `bundle binstubs --standalone` to work without `path` being set (@colby-swandale) - fix support for bundle paths that include jars or wars on jruby (#5975, @torcido)
2018-03-14misc/ruby-progressbar: update to 1.9.0taca3-9/+11
Version v1.9.0 - September 27, 2017 Performance * don't shell out when it's avoidable. Change * Don't allow user to override total or starting_at in Enumerator * print_and_flush to be explicitly a private method Uncategorized * Enumerator#to_progressbar as a refinement Remove * Explicit clear on start Fix * Components::Time to allow #estimated_seconds_remaining to be called Add * Base#to_h to expose all of the data about the current bar state * Outputs::Null for users who don't want the bar sent anywhere * Ability to specify a completely custom output stream * %u format flag to show ?? if total is unknown
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz92-180/+184
2018-03-11m17n-db: update to 1.8.0.wiz3-10/+20
* Changes in the m17n database 1.8.0 ** New input methods are added. mr-remigton.mim: Marathi input method for remington layout mr-typewriter.mim: Marathi input method for typewriter layout ne-rom-translit.mim: Nepali input method with roman transliteration ne-trad.mim: Nepali input method for traditional layout kn-optitransv2.mim: Kannada input method by the OPTITRANS transliteration system hi-optitransv2.mim: Hindi input method by the OPTITRANS transliteration system ml-enhanced-inscript.mim: Malayalam input method for enhanced inscript layout ** This input method is largely augmented. lsymbol.mim: Add many symbols. ** Names of these input methods are changed. uk-kbd.mim: renamed from ua-kbd to uk-kbd zh-zhuyin.mim: renamed from zh-bopomofo to zh-zhuyin
2018-03-11py-anki2: update to 2.0.50.wiz2-7/+7
Changes in 2.0.50 Released 2018-03-08. Fixed a bug on macOS High Sierra that could cause media files to be detected as changed when they hadn’t been. Burying now defaults to off. The default review limit is now 200 cards/day. Changes in 2.0.49 Released 2018-02-05. The standard Mac build is now 64 bit, which should prevent warnings in future macOS updates. If you’re on an older machine that is 32 bit only, you’ll need to switch to the alternate build. Changes in 2.0.48 Changes in 2.0.48 Released 2017-10-11. Built with an updated Python version, which fixes some issues add-ons were having accessing secure sites. Due to regressions with the Linux build, this version is only available for Windows and Mac. Update 2017-11-28: The alternate Mac version also had problems with the new Python, and has been rolled back.
2018-03-11calibre: update to 3.19.0.wiz3-14/+14
- version: 3.19.0 date: 2018-03-09 new features: - title: "Driver for the new PocketBook 740" - title: "Allow using relative URLs in comments type metadata. The relative URLs are interpreted relative to the book folder in the calibre library" - title: "Edit book: Reports: Do not show characters from the HTML markup in the characters report." tickets: [1753788] - title: "Allow adding the Virtual library button to any toolbar/menu via Preferences->Toolbars & menus" bug fixes: - title: "Server: Fix server becoming unresponsive if a client sends invalid SSL data at exactly the right moment" - title: "Conversion heuristics: Make unwrapping recognize Georgian letters as well." tickets: [1753533] - title: "Make de-serialization of stored conversion options safe against maliciously crafted input" tickets: [1753870] - title: "E-book viewer: Change the file format used to import/export bookmarks to use JSON. This prevents malicious bookmarks files from causing code execution." tickets: [1753870] - title: "Make the history completion for the search and replace edit box case-sensitive." tickets: [1752447] - title: "PDF Output: When the input document contains multiple anchors with the same value, use the first anchor rather than the last. This follows browser behavior." tickets: [1752825] - title: "FB2 Input: Add <div> to <blockquote> content to silence the useless epubcheck" tickets: [1752141] improved recipes: - WirtschaftsWoche Online - Spektrum der Wissenschaft new recipes: - title: Granta author: Gary Arnold - version: 3.18.0 date: 2018-02-23 new features: - title: "Browser viewer: Allow long tapping a word to look it up in a dictionary or search the internet for it." tickets: [1738995] bug fixes: - title: "Conversion: Handle the deprecated type attribute on <ol> tags." tickets: [1751148] - title: "Fix metadata download from amazon stopped working because of a website change" - title: "Fix re-ordering of columns causing split book splitter state not being restored on restart" - title: "Fix errors when using strftime with unicode strings on non-utf-8 windows systems." tickets: [1749219] - title: "Split book view: Fix vertical scroll position of the two views getting out of sync after doing some searches." tickets: [1748739] - title: "Fix some edit widget appearing in the wrong place when editing in the right hand panel of the new split book list." tickets: [1748713] - title: "Portable build: Fix cache directory not always being auto-created" tickets: [1747887] - title: "Workaround for Qt 5.10 on Linux resetting the global font, preventing custom interface font settings from working" improved recipes: - New York Times - The Economist - Gosc - Various Uruguayan recipes - version: 3.17.0 date: 2018-02-09 new features: - title: "Allow splitting the book list, by right clicking on the column headers and choosing 'Split the book list'" type: major description: "This is useful to 'lock' one or more columns in place so that they are always visible even when scrolling through other columns. Also, the split list has a separate right click menu which you can configure via Preferences->Toolbars and menus" - title: "Store temporary files used by the editor and viewer in the cache directory to try to prevent errors caused by 'file cleaner' programs deleting temporary files still in use" bug fixes: - title: "EPUB3 Input: Fix HTML covers and titlepages that are marked using the deprecated <guide> element not being recognized." tickets: [1746794] - title: "Bulk metadata edit: Fix regression in 3.13 that made it impossible to use the Force numbering checkbox for custom series" - title: "Conversion: Fix the valign attribute on <td> tags not being honored" - title: "E-book viewer: Fix the 'Copy' keyboard shortcut/context menu action not working on some Windows systems" tickets: [1477696] - title: "E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque." tickets: [1745812] improved recipes: - New York Times - Le Devoir - New Statesman - London Review of Books - New York Post - LWN Weekly - Associated Press new recipes: - title: Computing author: Darko Miletic
2018-03-08misc/py-anita: update to 1.44gson2-8/+8
Changes since 1.42: Disable optimization avoiding copies when installing from a file: URL or local path, as it broke installation of source sets. Deal with pexpect 4.3.1 requiring delayafterclose and delayafterterminate to be set in two different places (https://github.com/pexpect/pexpect/issues/462). Support installing on disks with a corrupt or out-of-date MBR. Log the command line arguments on startup. - 1.43 released - Log interactive mode input and output to the structured log file. Add support for NetBSD/hpcmips targets, from Utkarsh Anand.
2018-03-04vimpager: follow redirectwiz1-2/+2
2018-03-04Revbump all Go packages after Go 1.10 update.bsiegert1-2/+2
2018-03-04p5-Locale-Codes: update to 3.56.wiz2-7/+7
Changes not documented.
2018-03-03Update to 6.0.2.1ryoon2-20/+19
Changelog: Bugs fixed compared to 6.0.1 RC1: ofz#6112 wrong start off sets for korean KSC5601 table [Caolán McNamara] ofz#6173 check index before use [Caolán McNamara] ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end [Caolán McNamara] ofz#6450 use the rule name, not the rule itself [Caolán McNamara] rhbz#1546997 [fix available][ALL_LANG except zh,ko] Text overlap observed in libreoffice applications on search bar [Caolán McNamara] tdf#51340 FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing [Tamás Zolnai] tdf#72440 Function Wizard Range Selection Resulted in #REF Error [Laurent BP] tdf#80196 standardize color palette using mathematically generated colors [Gabor Kelemen] tdf#81475 (Writer-Toolbars-Revamp) [META] Revamp of Writer toolbars in 4.4+ [Yousuf Philips] tdf#83260 CRASH: autocorrect with change tracking halts LibreOffice [Fyodor Yemelyanenko, Michael Stahl] tdf#84678 FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x [Miklos Vajna] tdf#86661 Incorrect usage of ATK_ROLE_TEXT [Samuel Thibault] tdf#88802 Editing Labels - label wizard allows incomplete or erroneous field names to be inserted into layout window [ekuiitr] tdf#95192 SORTING Natural sorting not working with non-letter,non-number content [Eike Rathke] tdf#102374 Find & Replace - the \t wildcard is not parsed as a replacement string for some Find instances [Justin Luth] tdf#103919 Mailmerge e-mail does not send all merged documents [Alex McMurchy1917] tdf#105000 Palettes and color names are not localizable [Gabor Kelemen] tdf#105837 Wrong quotation marks for [*-CH] Swiss languages [Eike Rathke] tdf#107134 Filter navigator can not read operators. [Julien Nabet] tdf#107403 Icons wrongly scaled in hidpi screen for the borders toolbar control [Maxim Monastirsky] tdf#108005 Writer hangs several seconds after saving [Stephan Bergmann] tdf#108227 Table style is not highlighted in Stylist (F11 Right SideBar) [Jim Raykowski] tdf#112694 FILEOPEN: DOCX - Top margin imported incorrectly and header incorrectly activated [Miklos Vajna] tdf#112990 LO60master on macOS: crashing at start with OpenGL enabled [Xisco Fauli] tdf#113258 FILEOPEN: Text in shape in a docx document is misplaced (partially cut) when opening in LO [Miklos Vajna] tdf#113538 Bundle and use open source Hebrew fonts by default [Yousuf Philips] tdf#114299 Notebookbar Groupedbar not drawn (80%) after opening and closing Print Preview [Yousuf Philips] tdf#114676 Base Freezes on DB Connect() macro [Jan-Marek Glogowski] tdf#114756 Connector dialog includes 4 times the entry "standard connector" in dropdown [Caolán McNamara, Julien Nabet] tdf#114821 FILEOPEN PPTX: In some files bar chart data labels are incorectly positioned [Szymon Kłos] tdf#114833 Dutch locale: date input without year (pattern D-M) displays as dd-mm-yy, while with year (pattern D-M-Y) displays as ISO yyyy-mm-dd [Eike Rathke] tdf#114972 Notebookbar: Textbox item in Groupedbar Compact and Full not working [Yousuf Philips] tdf#115032 AutoCaption preference in options dialog should show Above as default position of table captions [Julien Nabet] tdf#115046 Autofilter is disabled prematurely [Eike Rathke] tdf#115242 FILEOPEN: RTF: Incorrect left indent [Miklos Vajna] tdf#115315 Editing: Cursor not in focus with new Calc/Writer document [Telesto] tdf#115382 Hungarian users need better access to apostrophe [László Németh] tdf#115383 writer can't open File from CD-ROM [Aron Budea] tdf#115430 Crash in: BindDispatch_Impl::statusChanged(com::sun::star::frame::FeatureStateEvent const&) [Maxim Monastirsky] tdf#115447 Missing Table Control and other icons in More Controls bar [Yousuf Philips] tdf#115483 implementation of 19.697 table:protection-key / 19.850 text:protection-key doesn't conform to ODF 1.2 [Michael Stahl] tdf#115493 matrix formula wrong calculation from names, also wrong saving of names [Eike Rathke] tdf#115506 FORMATTING: Crash in: XPropertyList::Count() when selecting "Pattern" button in "Background" tab in "Table Properties" window [Tamás Zolnai] tdf#115529 Image rotation is wrong for angles in range 181° to 359° [Armin Le Grand] tdf#115530 Conditional formatting isn't updated when formula is updated (XLSX) [Aron Budea] tdf#115569 CRASH: Trying to convert a table row to a text in a docx-document ( steps in comment 3) [Ashod Nakashian] tdf#115601 ImageMap UI: File type list item <Alle> is not translatable [Julien Nabet] tdf#115620 Performing of a Find Text operation Switches the Object Type of the “Navigate By” Drop-down Menu to “Repeat Search” [Jim Raykowski] tdf#115659 Apparmor profile for senddoc is broken [Olivier Tilloy] tdf#115661 same Elementary icons for different figures on Flowchart toolbar [andreas kainz] tdf#115710 Use of WEBSERVICE within a macro in CALC raises an "Illegal argument" exception [Eike Rathke] tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna] tdf#115750 Hang when opening the Fontwork dialog LibO6.1.0.0+ [Caolán McNamara] tdf#115782 Writer uses the different rotation orientation for Draw format images and Writer images [Armin Le Grand] tdf#115783 Copy and paste in table: lost character formatting of original text [Miklos Vajna]
2018-03-02proj: revbump of multiple depdendenciesgdt1-2/+2
2018-03-01Do not share NSS database files with Mozilla products. Bump PKGREVISIONryoon3-2/+19
In some case, cert8.db/key3.db/secmod.db in MDB format from Mozilla Products causes crash on opening XML-based document. Use LibreOffice own NSS database. XML and PDF signing with X.509 certificate is not tested.