Commit graph

6859 commits

Author SHA1 Message Date
jperkin
4b39c7de51 mbuffer: Ensure LDFLAGS are used when linking. 2018-10-01 09:29:00 +00:00
wiedi
f8672d6fec moreutils: fix build on SunOS 2018-09-29 21:33:47 +00:00
leot
c34a39b64c fzy: Update misc/fzy to 1.0
Changes:
1.0 (2018-09-23)
----------------
Features:
  - Support UTF-8
  - Support readline-like editing
  - Quit on Esc
  - Redraw on terminal resize
  - Bracketed paste escapes are ignored

Performance:
  - Initialize tty interface before reading stdin
2018-09-24 13:59:56 +00:00
taca
aba562a4b2 misc/ruby-ohai: update to 14.5.4
Changes are too many to write here, please refer CHANGELOG.md:
<https://github.com/chef/ohai/blob/master/CHANGELOG.md>.
2018-09-23 16:30:00 +00:00
taca
612bf5ac7c misc/ruby-progressbar: update to 1.10.0
Version v1.10.0 - August 3, 2018

Add

* %W flag for complete_bar_with_percentage
* %W Flag for complete_bar_with_percentage

Change

* Don't rely on default when building complete bar

Fix

* NoMethodError on decrement when output is non-TTY

Uncategorized

* Fix no method error on decrement when output is not TTY enabled
2018-09-23 15:47:54 +00:00
taca
97bba32b90 misc/ruby-commander: update to 4.4.6
=== 4.4.6 / 2018-07-31

* Fix unexpected internal behavior change introduced in 4.4.5.
2018-09-23 15:46:43 +00:00
taca
2387f802d7 misc/ruby-hashie: update to 3.6.0
## [3.6.0] - 2018-08-13

[3.6.0]: https://github.com/intridea/hashie/compare/v3.5.7...v3.6.0

### Added

* [#455](https://github.com/intridea/hashie/pull/455): Allow overriding methods when passing in a hash - [@lnestor](https://github.com/lnestor).

### Fixed

* [#435](https://github.com/intridea/hashie/pull/435): Mash `default_proc`s are now propagated down to nested sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#436](https://github.com/intridea/hashie/pull/436): Ensure that `Hashie::Extensions::IndifferentAccess` injects itself after a non-destructive merge - [@michaelherold](https://github.com/michaelherold).
* [#437](https://github.com/intridea/hashie/pull/437): Allow codependent properties to be set on Dash - [@michaelherold](https://github.com/michaelherold).
* [#438](https://github.com/intridea/hashie/pull/438): Fix: `NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname)` in `Hashie::Mash.load` - [@onk](https://github.com/onk).
* [#457](https://github.com/intridea/hashie/pull/457): Fix `Trash` to allow it to copy properties from other properties - [@michaelherold](https://github.com/michaelherold).

### Miscellaneous

* [#433](https://github.com/intridea/hashie/pull/433): Update Rubocop to the most recent version - [@michaelherold](https://github.com/michaelherold).
* [#434](https://github.com/intridea/hashie/pull/434): Add documentation around Mash sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#439](https://github.com/intridea/hashie/pull/439): Add an integration spec for Elasticsearch - [@michaelherold](https://github.com/michaelherold).
2018-09-23 15:45:47 +00:00
taca
32c6c8149e misc/ruby-bundler: update to 1.16.5
## 1.16.5 (2018-09-18)

Changes:

  - Add support for TruffleRuby (@eregon)

Bugfixes:

  - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), @greysteil)
  - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr)
  - Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap)
  - Check for initialized `search` variable in `LazySpecification` (@voxik)
  - Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), @colby-swandale)
  - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), @eregon)
  - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), @segiddins)

## 1.16.4 (2017-08-17)

Changes:

  - Welcome new members to the Bundler core team (@indirect)
  - Don't mutate original error trees when determining version_conflict_message (@greysteil)
  - Update vendored Molinillo to 0.6.6 (@segiddins)

Bugfixes:

  - Reword bundle update regression message to be more clear to the user when a gem's version is downgraded ([#6584](https://github.com/bundler/bundler/issues/6584), @ralphbolo)
  - Respect --conservative flag when updating a dependency group ([#6560](https://github.com/bundler/bundler/issues/6560), @greysteil)
  - Fix issue where a pre-release version was not being selected when it's specified in the Gemfile ([#6449](https://github.com/bundler/bundler/issues/6449), @akihiro17)
  - Fix issue where `Etc` was not loaded when getting the user's home dir ([#6640](https://github.com/bundler/bundler/issues/6640), @colby-swandale)
  - Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/bundler/bundler/issues/6660), @eregon)
  - Remove unnecessary `while` loop in path resolver helper (@ojab)

Documentation:

  - Document that `bundle show [--paths]` sorts results by name (@kemitchell)

## 1.16.3 (2018-07-17)

Features:

  - Support URI::File of Ruby 2.6 (@hsbt)

Bugfixes:

  - Expand symlinks during setup to allow Bundler to load correctly when using symlinks in $GEM_HOME ([#6465](https://github.com/bundler/bundler/issues/6465), @ojab, @indirect)
  - Dont let Bundler create temporary folders for gem installs which are owned by root ([#6258](https://github.com/bundler/bundler/issues/6258), @colby-swandale)
  - Don't fallback to using temporary directories when needed directories already exist ([#6546](https://github.com/bundler/bundler/issues/6546), @brodock)
  - Use SharedHelpers.filesystem_access when reading a Gemfile so friendly error messages can be given to the user ([#6541](https://github.com/bundler/bundler/issues/6541), @segiddins)
  - Check if source responds to `#remotes` before printing gem install error message ([#6211](https://github.com/bundler/bundler/issues/6211), @colby-swandale)
  - Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions when using NFS mounts ([#6566](https://github.com/bundler/bundler/issues/6566), @colby-swandale)
  - Respect encodings when reading gemspecs ([#6598](https://github.com/bundler/bundler/issues/6598), @deivid-rodriguez)

Documentation:

  - Fix links between manual pages (@BanzaiMan)
  - Add warning to Gemfile documentation for the use of the `source` option when declaring gems ([#6280](https://github.com/bundler/bundler/issues/6280), @forestgagnon)

## 1.16.2 (2018-04-20)

Changes:

  - Include the gem's source in the gem install error message when available (@papanikge)
  - Remove unnecessary executable bit from gem template (@voxik)
  - Dont add the timestamp comment with gems added to the Gemfile via `bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), @cpgo)
  - Improve yanked gem error message (@alyssais)
  - Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly (@segiddins)
  - Remove unused instance variable (@segiddins)

Bugfixes:

  - Only trap INT signal and have Ruby's signal default handler be invoked (@shayonj)
  - Fix warning about the use of `__FILE__` in RubyGems integration testing (@MSP-Greg)
  - Skip the outdated bundler check when MD5 is not available ([#6032](https://github.com/bundler/bundler/issues/6032), @segiddins)
  - Fallback to the original error if the friendly message raises (@segiddins)
  - Rename Bundler.frozen? to avoid Object method conflict ([#6252](https://github.com/bundler/bundler/issues/6252), @segiddins)
  - Ensure the bindir exists before installing gems (@segiddins)
  - Handle gzip corruption errors in the compact index client ([#6261](https://github.com/bundler/bundler/issues/6261), @colby-swandale)
  - Check if the current directory is writeable when writing files in `bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), @nilsding)
  - Fix hang when gemspec has incompatible encoding (@deivid-rodriguez)
  - Gracefully handle when the lockfile is missing spec entries for the current platform ([#6079](https://github.com/bundler/bundler/issues/6079), @segiddins)
  - Use Gem::Util.inflate instead of Gem.inflate (@hsbt)
  - Update binstub generator to use new ERB.new arity in Ruby 2.6 (@koic)
  - Fix `source_location` call in rubygems integration (@MSP-Greg)
  - Use `filesystem_access` when copying files in Compact Index Updater ([#6289](https://github.com/bundler/bundler/issues/6289), @segiddins)
  - Fail gracefully when resetting git gems to the given revision fails ([#6324](https://github.com/bundler/bundler/issues/6324), @segiddins)
  - Handle exceptions that do not have a backtrace ([#6342](https://github.com/bundler/bundler/issues/6342), @nesaulov)
  - Check if stderr was closed before writing to it (@shime)
  - Handle updating a specific gem for a non-local platform ([#6350](https://github.com/bundler/bundler/issues/6350), @greysteil)
  - Bump the `bundle_binstub` check-length to 300 characters (@tduffield)
  - Fix specifying alterntive Lockfile with `bundle lock` when default gemfile is present  ([#6460](https://github.com/bundler/bundler/issues/6460), @agrim123)
  - Allow installing dependencies when the path is set to `.`  ([#6475](https://github.com/bundler/bundler/issues/6475), @segiddins)
  - Support Bundler installing on a readonly filesystem without a home directory ([#6461](https://github.com/bundler/bundler/issues/6461), @grosser)
  - Filter git uri credentials in source description (@segiddins)

Documentation:

  - Correct typos in `bundle binstubs` man page (@erikj, @samueloph)
  - Update links in `bundle gem` command documentation to use https (@KrauseFx)
  - Fix broken links between bundler man pages (@segiddins)
  - Add man page for the `bundle doctor` command ([#6243](https://github.com/bundler/bundler/issues/6243), @nholden)
  - Document `# frozen_string_literal` in `bundle init` Gemfile (@315tky)
  - Explain the gemspec files attribute in `bundle gem` template and print a link to bundler.io guides when running `bundle gem` ([#6246](https://github.com/bundler/bundler/issues/6246), @nesaulov)
  - Small copy tweaks & removed redundant phrasing in the bundler man page (@rubymorillo)
  - Improve the documentation of the settings load order in Bundler (@rubymorillo)
  - Added license info to main README (@rubymorillo)
  - Document parameters and return value of Injector#inject (@tobias-grasse)
2018-09-23 15:44:56 +00:00
taca
d83a69ed74 misc/ruby-hashie2: remove misc/ruby-hashie2 package
ruby-hashie2 package was imported for newer version (2.x) against
ruby-hashie pacakge.  But now ruby-hashie is newer than ruby-hashie2 and
no pacakge depends on this package.

So remove it from pkgsrc.
2018-09-23 06:00:30 +00:00
taca
8e462c99d8 misc/Makefile: Delete ruby-hashie2 2018-09-23 05:58:48 +00:00
leot
f499a443a6 rlwrap: Add URL of upstream pull request in patch-configure.ac 2018-09-18 14:30:17 +00:00
leot
489ea6d133 rlwrap: Properly include <util.h> for openpty(3)
Previously on NetBSD and probably other system that has openpty(3)
in util.h the compilation lead to a:

 ptytty.c: In function 'ptytty_get_pty':
 ptytty.c:72:7: warning: implicit declaration of function 'openpty' [-Wimplicit-function-declaration]
    if (openpty(&pfd, fd_tty, tty_name, NULL, NULL) != -1) {
        ^~~~~~~

due a missing <util.h> inclusion.

Add a patch for configure.ac (and auto* tools to USE_TOOLS) in
order to address that.

Originally reported by Matthew Mondor via PR pkg/46190 and thanks
to Matthew and <wiz> for their analysis!
2018-09-18 14:17:26 +00:00
fhajny
2d1da845af misc/mbuffer: Update to 20180625.
20180625:
- linking of available hash libraries during runtime

20180505:
- fix typo in summary
- fix potential hang with small input size
- testing fix for BSD
- configure enhancement: objdump may be named gobjdump
- fix tape end of file marker may be ignored
- removed obsolete alpha code

20180410:
- build fix for hashing library variants
- support tapetest on systems with name variants of open and write
- run only network tests for supported address families
  (patch supplied by Peter Pentchev)
- code update for hashing infrastructure
- make idev tests usable on more platforms
- determine amount of available memory via procfs
- option -d unintentionally consumes an argument
- idev.c should use libc's names
- support use of autoreconf

20180318:
- performance optimized defaults
- stricter arguments checking of mbuffer.rc
- handle FreeBSD's maximum semaphore value transparently
- print base 2 dimensions correctly (ki,Mi,Gi,Ti)
- FreeBSD patches by Eric Borisch

20171011:
- use $(etcdir) consistently for installation
- use AC_COMPILE_IF instead of AC_RUN_IF to support cross-compiling
- remove forward typedef for dest_t to support older compilers
- build fix for Solaris
- updated test infrastructure
- print pid on every message with --pid
- fix: potential hang, when one output fails to open

20170921:
- added jumpbuffer reading mode for inconsistent block sizes
- code separation into more files for enhanced readability
- some cleanup work for global variables
- fixed regression in sanity checks
- fix: option -f should truncate output file
- fix: failed opening of network output should not redirect to stdout
- fix: summary printout should respect quiet options

20170806:
- add support for libgcrypt
- add support for tape aware out-of-space handling
- support setting verbosity in config file
- suppress gcc's unused result warnings - all have been manually
  checked
- updated install-sh, config.sub, and config.guess
- exit cleanly if all outputs failed to open but hashers are left
- minor fixes and enhancements
- minor code refactoring for clearer structure
- some code hardening
- build fix for OpenBSD
- work around mhash_get_hash_name_static crashing

20170515:
- fix false warning on comments in config files
- code update for config parsing
- makefile compatibility update

20170514:
- update: configure update for latest cygwin
- fix: detect missing md5.h in configure
- enhancement: adjust some messages to avoid line-wrapping
- enhancement: print status message to log if suppressed on console
- enhancement: also read config files in /etc and ${prefix}/etc
- enhancement: simplified memory conifguration detection scheme
- added an example config file, with documentation of all options
- added parameter StatusInterval
- fix for handling empty lines in config files
- fix: --append rejects existing files
- fix warnings related to thread status return code

20161115:
- enhancement: report percent done, when input size is known (is a
  file)
- enhancement: watchdog raises SIGKILL if SIGINT had no effect
- change: start watchdog when parsing option -W or after parsing all
  options when activated via defaults file
- fix: use thread-safe mt_usleep instead of sleep(3) for watchdog
  timing
- change: adjusted interface of mt_usleep to accept 64bit arguments

20160613:
- fix: fix potential assertion triggered by interrupted system call
- enhancement: ignore EINTR for I/O syscalls

20160228:
- fix: fix listen's backlog argument, which can cause issues on Linux
  4.4
2018-09-18 09:49:29 +00:00
ryoon
defeab412d Update to 6.1.1.2
Changelog:
Bugs fixed compared to 6.1.1 RC 1

    fdo#73165 inline spellchecking waits for typing pauses before redlining errors [Jan-Marek Glogowski]
    tdf#116117 No Longer Honoring Umask [Miklos Vajna]
    tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
    tdf#118800 HOUR, MINUTE and SECOND function return value that is 1 too high, when seconds value of time >= 59.5 (HOUR, MINUTE) or >= xx.5 (SECOND) [Eike Rathke]
    tdf#119050 Second Export To PDF Does Not Honor Umask [Miklos Vajna]
    tdf#119381 6.1 overwrites Symbolic Links with files [Miklos Vajna]
    tdf#119454 text gets garbled printing with postscript [Jan-Marek Glogowski]
    tdf#119458 Spell checker doesn't start automatically on file open. Needs user interaction [Jan-Marek Glogowski]
    tdf#119533 calculation of MINUTE() wrong in LibreOffice 6.1 [Eike Rathke]
    tdf#119572 Envelopes: Font for Addressee and Sender are reversed. [Caolán McNamara]
    tdf#119694 HSQLDB driver not loading causes BASE error in embedded hsqldb database [Julien Nabet]


Bugs fixed compared to 6.1.0

    coverity#1438224 dereference null return value [Caolán McNamara]
    deb#905442 apparmor: fix saving files in enforced mode [Vincas Dargis]
    i#66963 Excel file with large graphic crashes calc for memory usage [Caolán McNamara]
    i#71244 new chart: Updates of charts in writer [Caolán McNamara]
    ofz#9603 infinite recursion [Caolán McNamara]
    ofz#9689 outer loop unrelated to inner loop [Caolán McNamara]
    ofz#9856 outer loop unrelated to inner loop [Caolán McNamara]
    ofz#9892 null-dereference [Caolán McNamara]
    ofz#9908 validate no negative editengine selection positions [Caolán McNamara]
    ofz#9917 use a WW8SprmIter to find the sprm [Caolán McNamara]
    ofz#9934 null deref [Caolán McNamara]
    rhbz#1610692 [fix available] (soffice:13740): Gtk-CRITICAL **: 10:28:04.861: gtk_widget_queue_draw_area: assertion 'height >= 0' failed [Caolán McNamara]
    tdf#37223 Direct copy & paste from Calc into existing Writer table, places all in one cell (work around: paste-special in new table first) [László Németh]
    tdf#41425 FILESAVE: Formatting and/or data validation, positioned after last non-empty cell, is lost when saving to XLS or XLSX [László Németh]
    tdf#63561 FILESAVE: Removed tab stop returns on roundtrip [Justin Luth]
    tdf#81943 FILEOPEN: RTF - Image should be placed behind table (wrap through-in background) [Miklos Vajna]
    tdf#91502 The functions FORMULA and ISFORMULA do not return the correct array under "iterative evaluation" condition (array-evaluation) [Eike Rathke]
    tdf#94502 FILESAVE: Distorted and unusable export of stacked bar chart to Excel .XLSX [Balazs Varga]
    tdf#96275 FILEOPEN RTF: Incorrect basic shape position [Miklos Vajna]
    tdf#96469 FILESAVE: Data Point Color in Charts lost on DOCX/XLSX export [Balazs Varga]
    tdf#98074 FILESAVE: Cell formatting lost / corrupted style.xml (reported by Excel) when saving file to XLSX [Markus Mohrhard]
    tdf#98558 FILEOPEN: CRASH: ODS with large chart out of memory 'Bad Allocation' on 32-bit LO since LO 4.0 [Caolán McNamara]
    tdf#101254 Arrowheads in sidebar are disabled, although object can carry arrowheads. [Xisco Fauli]
    tdf#101534 EDITING: paragraph in specific document (content from external source?) changes indent when copying and pasting from and to same paragraph [Miklos Vajna]
    tdf#107012 date with custom format macro and locale other than English don't produce desired result [Eike Rathke]
    tdf#108078 [FILESAVE DOCX] Chart title area fill property lost when saved as DOCX [Balazs Varga]
    tdf#108608 EDITING: Draw file be unresponsive if a large text is pasted into a textbox [Noel Grandin]
    tdf#109077 FILEOPEN: Word text boxes with background, become two in LO [Miklos Vajna]
    tdf#109137 FILESAVE: ODT: when reopened with LO, the graphic moves to page 2 [Miklos Vajna]
    tdf#111306 EDITING: The master slide loses the background when changing page format of orientation using the sidebar [Xisco Fauli]
    tdf#112447 Image not visible if other image hidden by unused Page style [Michael Stahl]
    tdf#112563 'Random' number displayed on style organizer page [Caolán McNamara]
    tdf#112975 LibO is maxing out one core for a long time (since LibO 6.0) [Jan-Marek Glogowski]
    tdf#113889 [FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX [Eike Rathke]
    tdf#114427 LibreOffice crashes on disposing a frame with a basic macro [Caolán McNamara]
    tdf#115086 Crash in: sc::PivotTableDataProvider::assignLabelsToDataSequence(unsigned int) [Caolán McNamara]
    tdf#115254 [NEWHELP] Some branch bookmarks are not working [Olivier Hallot]
    tdf#115438 Pasting unformatted text over selected text causing LibreOffice Impress not to respond [Paul Trojahn]
    tdf#115937 FILEOPEN: crash when opening this .odp file [Caolán McNamara]
    tdf#116350 PPTX: Missing font effect "transformation" support [Szymon Kłos]
    tdf#116370 Printing doesn't start in particular documents until you show first pages [Jan-Marek Glogowski]
    tdf#116856 Update Appdata screenshots [Xisco Fauli]
    tdf#117017 Text formatting .uno:Subscript, .uno:Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut [Maxim Monastirsky]
    tdf#117069 Crash when double-clicking in an empty chart that was saved as XLS [Caolán McNamara]
    tdf#117081 cannot create Firebird embedded database unless experimental features is turned on [Xisco Faulí]
    tdf#117086 Writer crashes when opening odt from the attached document [Caolán McNamara]
    tdf#117127 error when reading the value of a variable in the IDE (crash) [Caolán McNamara]
    tdf#117426 CRASH: Print Preview crashes on signed document without infobar [Caolán McNamara]
    tdf#117553 Footnote navigation when in footnote text is inconsistent [Jim Raykowski]
    tdf#117707 Fontwork border line increases from 0,02inch to 0,03 inch when copy/pasting a fontwork between two sessions [Armin Le Grand]
    tdf#117795 Base crashes when selecting all controls on a Report and trying to change the font [Julien Nabet]
    tdf#117797 Crash / assert when resaving a specific PPT [Tomaž Vajngerl]
    tdf#117892 Area tab: Bitmap preview is not shown [Jim Raykowski]
    tdf#117972 Incorrect source string for UI in Pootle - Libreoffice 6aster [heiko tietze]
    tdf#118058 Writer 6.0.4.2 hangs opening ODT document created in Writer 5 [Miklos Vajna]
    tdf#118107 Assertion failure when playing Fade in and Swivel animation (with OpenGL) [Miklos Vajna]
    tdf#118150 FILEOPEN XLSX Chart wid[Christian Lohmaier]
    tdf#118281 Form control information for Text Box use 'cm' for units, not units as selected in other dialogs. [Caolán McNamara]
    tdf#118377 CRASH: Writer crashes inserting a section [Armin Le Grand]
    tdf#118381 Inaccurate sytain document. [Szymon Kłos]
    tdf#118453 Navigator drag mode doesn't work [SalimHabchi]
    tdf#118457 [UI] Help button should be on the left of dialog (iv) [Olivier Hallot]
    tdf#118528 FILEOPEN ODT Table rendered in wrong position. Position changeen entering wrong password [Julien Nabet]
    tdf#118593 Opening first document pauses for 6-7 s, drops to 2 s by inserting a smart card into reader [Miklos Vajna]
    tdf#118609 [CRASH] [Basic] [Calc] on closing a file if open hidden and if a particular subroutine is used before closing [Caolán McNamara]
    tdf#118659 FILEOPEN: Read Error in .EPS images inserted in LibreOffice 6.0 beta1 or older [Caolán McNamara]
    tdf#118730 Label in report builder doesn't have text [Armin Le Grand]
    tdf#118751 FIREBIRD: Firebird support is available by default with version 6.1RC [Xisco Faulí]
    tdf#118786 Crash deleting a table using the floating table toolbar [Jan-Marek Glogowski]
    tdf#118844 [NEWHELP] Colibre icons missing in several help pages. [Olivier Hallot]
    tdf#118859 Crash when two Fields are empty, on same line and inside a table and hide paragraphs of empty fields active [Mike Kaganski]
    tdf#118860 Impress opengl: hang when switching to slide where graphic is loaded async [Miklos Vajna]
    tdf#118976 Area tab: Pattern preview is not shown [Jim Raykowski]
    tdf#118983 inserting columns or rows changes global named ranges on different sheets if expand references is on and insertion touches the edge (ignoring sheet) [Eike Rathke]
    tdf#118990 VLOOKUP in XLSX with external reference to Windows share saved incorrectly [Mike Kaganski]
    tdf#118994 JAWS has no access to accessibility objects [Ilhan Yesil]
    tdf#119013 Date Format MM/DD/YY not Preserved When reading XLSX or XLS [Eike Rathke]
    tdf#119015 A .PPTX has table in wrong position (at the top), with one cell blue without text [Mike Kaganski]
    tdf#119029 Saving presentations with charts to PPTX looses data labels rotation [Mike Kaganski]
    tdf#119034 ADDRESS function >> R1C1 style is used instead of A1 style, if "A1" argument is floating-point number with zero integer [Eike Rathke]
    tdf#119052 Two "Edit Style" buttons on the "Character Style" dialog [Xisco Fauli]
    tdf#119117 German sort algorithm "phone book" does not work [Julien Nabet]
    tdf#119128 CALC: toggle INSERT/OVERWRITE is broken since 6.1 [Maxim Monastirsky]
    tdf#119130 Menu items opening with a delay in a document containing a large amount of comments ( not gtk3) [Caolán McNamara]
    tdf#119133 QT5 integration Save As or PDF Export dialog has and empty file name and always home directory [Katarina Behrens]
    tdf#119136 FILEOPEN: DOCX from TextMaker freezes Writer due to a style with a blank name [Justin Luth]
    tdf#119137 MAXIFS, MINIFS, SUMIFS, AVERAGEIFS: error in parameters list (Err:504) for scalar value (non-reference, non-array) as main range [Eike Rathke]
    tdf#119141 This version is unable to retrieve data from a webpage (link external data) [Justin Luth]
    tdf#119155 Freeze after command format->text->Capitalize Every Word [Julien Nabet]
    tdf#119160 PPTX: Font effect 'transformation' save with shape filling [Szymon Kłos]
    tdf#119162 Format > Text > Cycle Case on attached example file hangs Calc reproducibly [Julien Nabet]
    tdf#119169 Impress 6.1 CRASH when editing bulleted list ( steps in comment 4) [Noel Grandin]
    tdf#119194 Deprecation warning mentions wrong command line parameter when -convert-to used [Mike Kaganski]
    tdf#119212 List of character sets in ASCII Filter Options is mixed up [Caolán McNamara]
    tdf#119224 Crash scrolling formatted 2007 DOCX with revision, comments and images (SfxListener::~SfxListener() EXCEPTION_ACCESS_VIOLATION_WRITE) ( steps in comment 8 ) [Caolán McNamara]
    tdf#119231 Help button in "Sign Signature Line" dialogue [Xisco Fauli]
    tdf#119234 filter import of OOXML Shapes from Word fail to render in LibreOffice [Noel Grandin]
    tdf#119245 Base form opens over top of query parameter replacement dialog opened by query form is based off. [Maxim Monastirsky]
    tdf#119251 Indents & Spacing doesn't accept non-default units [Caolán McNamara]
    tdf#119252 Fileopen: Table opens a width of 115.60 cm (since LibO6.1) in webview [Stephan Bergmann]
    tdf#119276 Sidebar Deck icon is not set through extension [Tomaž Vajngerl]
    tdf#119282 Area tab: Pattern color change results in pattern shown in Bitmap tab page [Noel Grandin]
    tdf#119294 Intermittent crash when Frame and document have blank database fields and "Hide paragraphs" option on [Mike Kaganski]
    tdf#119325 Tooltip not shown in colour palette [Caolán McNamara]
    tdf#119326 The application crashes when you add the "Windows Share" File Services resource [Noel Grandin]
    tdf#119357 No text printed since upgrade to 6.1 Linux - no font-information in postscript file [Jan-Marek Glogowski]
    tdf#119399 Add new Venezuela currency bolívar soberano (VES) [Eike Rathke]
    tdf#119402 Wrong result of Conditional formatting with type Date: condition "This week" shows 9 days in week instead 7 days [Eike Rathke]
    tdf#119425 Use Ctrl+Tab to switch between sheets on macOS [heiko tietze]
    tdf#119427 The selectionChanged event of the com.sun.star.awt.grid.XGridSelectionListener interface does not work with mouse clicks. [Julien Nabet]
2018-09-15 03:22:50 +00:00
jperkin
1172727f9b bbdb: Support emacs26. 2018-09-13 14:21:22 +00:00
jperkin
1d4a261341 screen: Include compiler.mk before testing variables. 2018-09-13 12:15:14 +00:00
minskim
c8b4d14369 misc/go-genproto: Update to 20180901
Notable changes:
- Add response field to HttpRule
- Sync with googleapis and protobuf
- Add cloud tasks protos
- Add cloudowners

go-genproto-googleapis-rpc has been separated from google-genproto to
break a dependency cycle; go-genproto depends on go-grpc, and go-grpc
depends go-genproto-googleapis-rpc.
2018-09-11 19:57:37 +00:00
taca
2a0151eb0a misc/ruby-sprockets update to 3.7.2
**3.7.2** (June 19, 2018)

* Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760).
2018-09-09 12:27:38 +00:00
taca
2f7b8d79eb misc/ruby-sprockets22 Add fix for CVE-2018-3760
* Add fix for CVE-2018-3760.
* pkgsrc change: update HOMEPAGE.
2018-09-08 16:59:45 +00:00
wiz
e531d343d7 *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
wiz
ba960154bb goffice0.10: update to 0.10.43.
Set TEST_TARGET.

Changes not documented.
2018-09-02 08:09:17 +00:00
wiz
ca7af603a3 p5-Locale-Codes: update to 3.58.
3.58  2018-09-01  sbeck
  -  (*) Locale-Codes removed from core
        Locale-Codes will no longer be distributed in new versions of perl.

  -  Documentation fix
        Fixed an incorrect link reported by Mohammad S Anwar on GitHub (#9)
2018-09-02 07:31:54 +00:00
adam
d588cfb775 dpkg: updated to 1.18.25
dpkg (1.18.25)

  * Parse start-stop-daemon usernames and groupnames starting with digits in
    -u and -c correctly.
  * Always use the binary version for the .buildinfo filename in
    dpkg-genbuildinfo.
  * Fix integer overflow in deb(5) format version parser.
  * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
    that the DEBIAN pathname does not exist.
  * Do not try to recompute hashes for the .dsc file when signing binary-only
    builds in dpkg-buildpackage.
  * Architecture support:
    - Add support for riscv64 CPU.
  * Perl modules:
    - Do not normalize args past a passthrough stop word in Dpkg::Getopt.
      Some commands pass some arguments through to another command, and
      those must not be normalized as that might break their invocation.
  * Documentation:
    - Update buildinfo information in dpkg-buildpackage man page to match
      the current implementation.
    - Use correct name for archname validator value in dpkg(1) man page.
    - Update git URLs for move away from alioth.debian.org.
  * Packaging:
    - Add versioned Build-Depends on tar, due to the --clamp-mtime option
      being used in Dpkg::Source::Archive which is used by dpkg-source,
      used by the test suite.
2018-08-31 13:58:44 +00:00
tnn
17a3f192a4 libreoffice: master site catch up with harfbuzz bump 2018-08-28 11:50:10 +00:00
ryoon
2719da587f Update internal harfbuzz to 1.8.8. Bump PKGREVISION 2018-08-28 03:42:35 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
23680e3162 p5-Business-ISMN: update to 1.132.
1.132 2018-07-14T00:59:12Z
	* Clarify that it's the Artistic License 2.0
2018-08-21 12:01:53 +00:00
leot
b702d14df1 xdg-utils: Avoid hardcoded paths via a SUBST
Previously all xdg-utils scripts just honored system /usr/local and /etc, fix
that by substitute them via SUBST framework.

Bump PKGREVISION
2018-08-20 00:43:33 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
ryoon
8ff4b0e86a Update to 6.1.0.3
Changelog:
Many new features including:
* EPUB export of Writer
* vlookup performance improvement of Calc
* New drawing style of Impress and Draw
* Embedded HSQLDB deprecation of Base
2018-08-18 00:11:32 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
adam
3e3d8df97f stellarium: updated to 0.18.2
0.18.2:
The major changes of this version:
- Improvements and fixes for AstroCalc tool and plugins
- Added support Abell Catalog of Planetary Nebulae and ESO/Uppsala Survey of the ESO(B) Atlas
- Added few new scripts
- Updated code and data
2018-08-16 16:31:57 +00:00
wiz
fd2d8eb5f9 *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
wiz
8e9c4ef41f misc/goffice0.6: remove outdated version, use goffice0.10 instead 2018-08-16 09:25:43 +00:00
wiz
27755dfdb7 goffice0.10: update to 0.10.42.
goffice 0.10.42:

Jean:
	* Fix box plots when only outliers lie outside of the box. [#345]

Morten:
	* Introspection fixes.
	* Improve file saver api.
	* Avoid hash order dependency for plugins.
	* dtoa: ensure fpu rounding mode here.
	* Test fixes.
2018-08-16 09:18:00 +00:00
wiz
e1075671e1 calibre: update to 3.29.0.
- version: 3.29.0
  date: 2018-09-10

  new features:
    - title: "Add a option to draw a grid in the main book list (Preferences->Look & feel)"

    - title: "Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars"

    - title: "Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background."

    - title: "Edit book: Show a popup after a fix all html/beautify all files so the user can easily see what was changed, if needed."

    - title: "Kindle driver: Create cover thumbnails on the device when transferring KFX format books"

    - title: "Edit Book: Recognize numbers in image names in the 'Insert image' dialog"

- version: 3.28.0
  date: 2018-07-20

  new features:
    - title: "Allow creating rules to transform author names when adding books to calibre. Accessible via Preferences->Adding books->Adding actions"

    - title: "Add a similar author mapper tool to manipulate author names in the existing library. Accessible via Preferences->Toolbars"

    - title: "Add a similar author mapper tool for metadata downloading, accessible via Preferences->Metadata download"

    - title: "Comments Editor: Add options to change the case of the selected text to the right click menu"

    - title: "Edit book: When sorting non text files in the File list recognize numbers in the file names"

- version: 3.27.1
  date: 2018-07-06

  new features:
    - title: "Content server: Allow conversion of books"
      type: major
      description: "Click the convert icon in the top bar of the book details page to convert a book. Note that conversion only works for logged in users who have permission to make changes to the calibre library."

    - title: "Kobo driver: Add support for new firmware"

    - title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.'

    - title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'"

    - title: "E-book viewer: Add a shortcut (Ctrl+Alt+B) to toggle the bookmarks panel."

    - title: "Edit book: Add a copy to clipboard button on the various report dialogs"

    - title: "Edit book: Add a shortcut (Ctrl+Alt+Down) to edit the next file in the book spine."

    - title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior."
2018-08-16 08:54:03 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
reinoud
ee08d621ea Bump misc/udfclient to version 0.8.9 2018-07-20 19:07:41 +00:00
bouyer
1b3c7d93c4 Update distinfo for new patch-external_mysql-connector-cpp_config.h 2018-07-20 09:36:57 +00:00
bouyer
8e70d8abf5 Define HAVE_INTTYPES_H for __NetBSD__ too.
Fixes build on NetBSD/i386 8.0 at last
2018-07-20 09:36:19 +00:00
fhajny
4d88c3d79c misc/erlang-p1_utils: Update to 1.0.12.
- Don't fetch generic_debug option from init.
2018-07-20 08:56:12 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
jaapb
05083dc708 Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
jaapb
9175ffd15e Updated misc/ocaml-opam to version 2.0.0_rc3.
This has several changes and bugfixes; most importantly, it has lost the
camlp4 dependency.
2018-07-19 14:21:31 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
jperkin
a2ce85611a *: Add some required USE_GCC_RUNTIME. 2018-07-17 10:56:23 +00:00
adam
12bf03015a stellarium: updated to 0.18.1
0.18.1:
The major changes of this version:
- Improvements and fixes for Hierarchical Progressive Surveys [HiPS] support
- Updated code of plugins
- Updated code and data
- Updated GPS handling
- Added rise, transit and set times for celestial objects
- Added dithering support
2018-07-14 12:54:59 +00:00
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
ryoon
38fabc811b Python 3.7 is not compatible with libreoffice-6.0.5.2 2018-07-06 03:28:45 +00:00
jperkin
985ba53909 goffice0.10: SunOS needs ieeefp.h for finite(). 2018-07-05 14:26:03 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wiz
6985350d4e libreoffice: Add link to upstream commit for patches. 2018-06-25 21:51:37 +00:00
ryoon
e6c9812935 Update to 6.0.5.2
* Fix javaPathHelper startup error with patches from wiz@

Changelog:
6.0.5.2:
Bugs fixed compared to 6.0.5 rc1:

    tdf#33689 Date format problem using the Dutch (NL) localization [Eike Rathke]
    tdf#107867 Crash when working with form [Eike Rathke]
    tdf#114736 Crash with CJK characters in status bar (OpenGL) [Tamas Bunth]
    tdf#116527 Crash in: `anonymous namespace'::documentStartPageNumber [Caolán McNamara]
    tdf#116552 Pivot table shortcuts for moving the current field into the "Row" area [Caolán McNamara]
    tdf#117827 Synchronize Labels button not working [Laurent BP]
    tdf#118068 Impress crashes when the New Slide toolbar command is used [Caolán McNamara]
    tdf#118070 LibreOffice 6.0.4.2 fails to build with GLM 0.9.9.0: GLM_GTX_bit is an experimental extension [Louis Sautier]
    tdf#118073 LibreOffice Basic freezes when line ends with "0." [Eike Rathke]
    tdf#118161 COUNTA() returns inconsistent values depending on entering separate cells or a corresponding cell range [Eike Rathke]

6.0.5.2:
Bugs fixed compared to 6.0.4 (rc2):

    deb#899380 apparmor: fix gpg encryption hang trying to lock random_seed [Rene Engelhard]
    ofz#6104 guard against self recursive GetShadow [Caolán McNamara]
    ofz#6448 guard against self recursive GetShadow [Caolán McNamara]
    ofz#6602 guard against self recursive GetShadow [Caolán McNamara]
    ofz#6640 guard against self recursive GetShadow [Caolán McNamara]
    ofz#7146 guard against self recursive GetShadow [Caolán McNamara]
    ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator== [Caolán McNamara]
    ofz#8095 avoid recurse to death [Caolán McNamara]
    ofz#8161 guard against self recursive GetShadow [Caolán McNamara]
    ofz#8226 + valgrind: uninitialized value [Caolán McNamara]
    redmine#2585 update credits [Christian Lohmaier]
    rhbz#1065629 [fix available] RTF import probable regression with non-english BigMachines exports [Miklos Vajna]
    rhbz#1283420 message box fonts corrupted in libreoffice [Caolán McNamara]
    rhbz#1396729 [GTK3] LibreOffice Writer slows scrolling with embedded images [Caolán McNamara]
    rhbz#1569331 Libreoffice applications crash when tried to input through any IME [Caolán McNamara]
    tdf#13107 The RTF export is incorrect. [Miklos Vajna]
    tdf#38225 Unable to change name of a custom style [Mike Kaganski]
    tdf#53485 FILEOPEN EMF+ particular .emf: shown incomplete, without colored area [Bartosz Kosiorek]
    tdf#55058 EMF+ List of EMF import bugs with examples [Bartosz Kosiorek]
    tdf#84843 Disable all Drawing toolbar buttons in read-only mode [Caolán McNamara]
    tdf#87199 [a11y] merging cells crashes writer [Caolán McNamara]
    tdf#95843 Headless mode leaves zombie process [Stephan Bergmann]
    tdf#96739 Ctrl+left/right shift doesn't change text direction [Maxim Monastirsky]
    tdf#96918 Rounding display error for 15 digits integers [Eike Rathke]
    tdf#96947 Check marks on menus (Windows 7 Aero theme, OpenGL enabled) miss their borders [Miklos Vajna]
    tdf#99324 Accelerator underlines dont show when pressing Alt (Sidebar, Dialogs, Start Center) [Maxim Monastirsky]
    tdf#100243 System freezes when attempting to print while OpenGL is enabled [Julien Nabet]
    tdf#100761 after insert note, focus cannot return to the input bar [Caolán McNamara]
    tdf#104086 Ignore OpenGL Blacklist checked while use OpenGL for all rendering unchecked, enables OpenGL [Miklos Vajna]
    tdf#104658 Chart bars shrink and jump up on applying bitmap fill [Katarina Behrens]
    tdf#104893 Assert from OpenGL code when activating chart object [Miklos Vajna]
    tdf#105954 When exporting to pdf and choosing "JPEG compression", "reduce image resolution" isn't taken into account. [Miklos Vajna]
    tdf#106084 certain EMF+ images from OOXML document are not rendered correctly LibreOffice [Bartosz Kosiorek]
    tdf#106702 FILESAVE: PDF: Only first page's background is exported [Miklos Vajna]
    tdf#109143 image exported to pdf is not being cropped correctly [Miklos Vajna]
    tdf#111080 Edit form, use 'replace with' to change the type of control - nothing happens [Julien Nabet]
    tdf#111988 README and Download page System requirements are wrong for OSX - states 10.8 supported, but requires minimum 10.9 [Xisco Fauli]
    tdf#112211 FILEOPEN: RTF: Incorrect horizontal bullet position [Miklos Vajna]
    tdf#112501 Pivot table: popupbuttons are placed on wrong cells imported from XLS [Caolán McNamara]
    tdf#113143 FILESAVE PDF: wrong position of a JPEG image on exported notes page [Miklos Vajna]
    tdf#113197 FILEOPEN: EMF+ Incorrect lines' height [Armin Le Grand]
    tdf#113624 Wrong position and size of the characters in EMF/EMF+ dual mode [Bartosz Kosiorek]
    tdf#113894 [Regression] Pasting text from Writer in Calc formula field doesn't strip formatting [Maxim Monastirsky]
    tdf#114132 Tiling bitmaps does not work for charts (Format Wall) [Katarina Behrens]
    tdf#115582 VIEWING: Rotated Text in a Cell gets invisible (steps in comment 6 ) [Armin Le Grand]
    tdf#116365 Crash in: BitmapReadAccess::SetPixelForN24BitTcRgb(unsigned char *,long,BitmapColor const &,ColorMask const &) if OpenGL is enabled [Miklos Vajna]
    tdf#116420 Error when I try to open an Document in a Sharepoint WebDAV directory (# is not allowed in a filename) [Mike Kaganski]
    tdf#116511 Calc crashes when opening Function Wizard through Cmd-F2 shortcut [Tor Lillqvist]
    tdf#116725 !!br0ken!! mysteriously appears in Spellcheck after some steps [Mike Kaganski]
    tdf#116801 Fileopen DOCX: text in table is in the first column only [Miklos Vajna]
    tdf#116821 row and column toolbar not available when selecting non-adjacent rows/columns by pressing ctrl key [Maxim Monastirsky]
    tdf#116841 FILEOPEN: Bullet list has no identation [Miklos Vajna]
    tdf#116925 Automatic text color in textbox does not consider fill style of shape [Miklos Vajna]
    tdf#116939 Problem opening excelfile in latest release - due to overflow [Eike Rathke]
    tdf#116951 LibreOffice crashed when inserted "−" (minus, U+2212) character on Gnome on Wayland [Caolán McNamara]
    tdf#116976 DOCX import: bitmap does not consume its relative size [Miklos Vajna]
    tdf#116985 DOCX import, shape with textbox: incorrect text area size when shape size is relative [Miklos Vajna]
    tdf#116999 Libreoffice command line interface is not opening cgm files [Caolán McNamara]
    tdf#117005 Undo/redo is skipping the comment [Caolán McNamara]
    tdf#117015 "EMF+ Only" mode is not displaying object after GetDC record [Bartosz Kosiorek]
    tdf#117017 Text formatting .un:Subscript, .uno:Superscript work from menu and Sidebar deck, but not completed with assigned keyboard shortcut [Maxim Monastirsky]
    tdf#117028 DOCX import: textbox of shape lacks its transparent background [Miklos Vajna]
    tdf#117039 Print Preview cehrens]
    tdf#117093 Crash in: ScGridWindow::ClickExtern() [Eike Rathke]
    tdf#117105 Libreoffice 6.0.2 crashes when choosing "Tools" > "Options" and secring.gpg is present in Linux [Stephan Bergmann]
    tdf#117161 REPORTBUILDER - Horizontal align is]
    tdf#117246 RTF import: lost page breaks inside nested groups [Miklos Vajna]
    tdf#117268 FILEOPEN: RTF: parser dont draw tables correctly [Mike Kaganski]
    tdf#117311 The CUA bindings for clipboard (Copy-Paste) actions do not function in edit shf master slide is missing from content panel of its Sidebar deck [Xisco Fauli]
    tdf#117403 FILEOPEN: RTF: missing border on table [Miklos Vajna]
    tdf#117413 double display slightly offset when editing a cell [Caolán McNamara]
    tdf#117433 COUNTIF) doesn't properly count empty cells for empty ("" or "=") criteria [Winfried Donkers]
    tdf#117475 CRASH changing the master slide [Caolán McNamara]
    tdf#117477 Make new entry to OpenGL blacklist [Julien Nabet]
    tdf#117505 FILESAVE: RTF: header size changes after RT [Miklos Vajna]
    tdf#117596 Japanese text on the listbox is big in pivot charts [Tomaž Vajngerl]
    tdf#117601 Crash in: libstdc++.so.6.0.22 on merge cells in writer with TDF .debs on Debian 9 [Caolán McNamara]
    tdf#117612 DateAdd("m",...) does not truncate date to last valid day of month anymore [Eike Rathke]
    tdf#117628 Crash after closing Media Player after opening and applying file (kde4 and gen) [Caolán McNamara]
    tdf#117729 l10n: add Frisian [fy] UI translation to builds [Christian Lohmaier]
    tdf#117819 error displaying some integer values if number of decimals is forced to more than 15 [Eike Rathke]
    tdf#117821 Editing: Forms: Replace control menu selection image button places wrong control type on form (combo box) [Julien Nabet]
    tdf#117850 Quitting LibreOffice on macOS while About dialog is open causes process to get stuck consuming CPU [Tor Lillqvist]
    tdf#117864 Fails to cut copy or paste chart elements from the content menu [Caolán McNamara]
2018-06-25 13:34:48 +00:00
taca
2bf1b5bd5e misc/ruby-commander: Fix dependency
Correct dependency to ruby-highline17.
2018-06-25 05:48:13 +00:00
taca
241f7864b7 misc/ruby-commander: update to 4.4.5
* pkgsrc change: change dependency to devel/ruby-highline17.

=== 4.4.5 / 2018-05-22

* Make internal command state less mutable. (@doriantaylor)
2018-06-24 14:19:40 +00:00
wiz
1b2f868576 *: recursive bump for poppler-0.66.0 update 2018-06-24 11:16:10 +00:00
wiz
011e4484f8 py-anki2: drop maintainership 2018-06-22 11:51:28 +00:00
markd
608303f28a kunitconversion: update to 5.47.0
changes unknown
2018-06-21 06:23:29 +00:00
markd
bad46d298e kemoticons: update to 5.47.0
changes unknown
2018-06-21 06:21:51 +00:00
markd
e728c32455 attica-qt5: update to 5.47.0
changes unknown
2018-06-21 06:19:59 +00:00
wiz
269e3ca9d9 *: bump PKGREVISION for poppler 0.65.0 shlib version bump 2018-06-17 14:37:00 +00:00
wiz
9367879be2 py-anki2: update to 2.0.52.
Changes in 2.0.52

Released 2018-05-31.

Fixed a bug that could cause cards in relearning to be scheduled
incorrectly when they’re imported into a different collection.

Changes in 2.0.51

Released 2018-03-26.

Windows-only release that works around a toolkit bug that was
causing ping spikes every ten seconds for some Windows users. If
upgrading from a previous version, please uninstall the previous
version prior to installing 2.0.51. Uninstalling will not delete
your user data.
2018-06-17 08:37:59 +00:00
wiz
6e23e6bf01 calibre: update to 3.26.1.
- version: 3.26.1
  date: 2018-06-15

  new features:
    - title: "Book list: Allow drag and drop of books onto other books to merge the book records."

    - title: "Check Book: External link checker: Also check HTML anchors (the part after the # in the link). Can be turned off via a checkbox at the bottom of the link checker window."

    - title: "Edit Book: Preview panel: Show previews when editing SVG files"

    - title: "Edit book: When downloading external resources, also convert data URLs into files."

    - title: "E-book viewer: When the controls are hidden show the progress in the window title."

    - title: "Library Quick switch menu: Highlight the previously switched from library in bold."

  bug fixes:
    - title: "PDF Input: Fix a regression in 3.24 that caused conversion of PDF to be significantly worse."

    - title: "E-book viewer: Fix very slow loading for HTML files with very many images on Linux."

    - title: "Content server: Fix a regression in 3.14 that removed the separator between books in the detailed list view mode."

    - title: "Edit book: Fix SVG files not being beautified by the Beautify all files tool"

    - title: "Edit book: Fix searching in selected files not searching SVG files"

    - title: "Fix Tweaks help string not being displayed translated"

    - title: "Edit metadata dialog: Fix distorted rendering of some labels in the custom metadata tab in rare circumstances."

    - title: "version 3.26.1 prevents dropping of a book onto itself from triggering the merge dialog, which should reduce accidental triggers"

  improved recipes:
    - Slate
    - New York Times Book Review
    - The Independent UK
    - NYTimes Tech Beat
    - New York Times
    - Cracked.com

  new recipes:
    - title: El Cronista
      author: Darko Miletic

- version: 3.25.0
  date: 2018-06-01

  new features:
    - title: "Kobo driver: Support the new Clara HD"

    - title: "PDF Output: Add an option to use page margins from the input document, specified via @page CSS rules."
      description: "Allows individual HTML files in the input document to have different page margins in the output PDF."

  bug fixes:
    - title: 'Fix option to "show text under buttons only if there is enough space" not working well with the option to use "two lines for the text under the buttons".'

    - title: "Update notification: When both calibre and plugin updates are available and the user updates only the plugins, fix the restart calibre button not working."

    - title: "E-book viewer: Fix printing of comics (cbz/cbr files) not working."

    - title: "EPUB3 Input: Fix Table of Contents not being recognized for some EPUB 3 books that placed their nav document in-side a sub-folder."

  improved recipes:
    - Associated Press
2018-06-17 08:19:19 +00:00
bsiegert
d22fe57854 Revbump all Go packages after lang/go update. 2018-06-12 17:50:20 +00:00
leot
0a4af0bb58 tmux: Do not force sysconfdir to `/etc'
When sysconfdir is PREFIX/etc tmux automagically hardcode it to /etc.
This is a bit awkward in the pkgsrc context, so add a SUBST class to avoid this
hardcoding and always honor the --sysconfdir configure argument.

Bump PKGREVISION
2018-06-09 11:23:05 +00:00
wen
7a256e7720 Update to 3.57
Upstream changes:
3.57  2018-06-01  sbeck
  -  NEW CODE(s)
2018-06-06 11:13:17 +00:00
jaapb
ff8c395ce9 Updated misc/ocaml-opaline to version 0.3.1.
Several improvements to enhance compatibility with opam-installer.
2018-05-31 11:22:04 +00:00
wiz
e360b76642 calibre: update to 3.24.1.
- version: 3.24.1
  date: 2018-05-25

  new features:
    - title: "Conversion: EPUB Output: Add an option to output EPUB 3 files."
      type: major

    - title: "PDF Output: Add an option to break long words at the ends of lines."

    - title: "PDF Output: Allow using images in the header/footer templates"

    - title: "Add an option to use two lines for the text under the toolbar button in Preferences->Look & feel"

    - title: "Edit book: Spell check: Update the number of misspelled words/total words displayed when correcting/ignoring words."

    - title: "Edit book: Fix HTML: Automatically resolve private entities"

    - title: "Improve formatting of help in Preferences->Tweaks"

    - title: "ToC Editor: Allow undo for renaming single items as well."

  bug fixes:
    - title: "Version 3.24.1 fixes a regression in the 3.24 in the editor that caused syncing between the editor and the Preview panel/Live CSS panel to not work correctly"

    - title: "PDF Output: Strip zero-width space characters from the text as their presence prevents searching from working"

    - title: "DOCX Output: Fix <pre> tags not being converted correctly."

    - title: "DOCX Input: Fix incorrect conversion of a framed block that contains a list."

    - title: "Conversion: Fix private entities that use the same name as an HTML entity not being handled correctly"

    - title: "Viewer: Fix HTML files with private entities displaying an artifact at the top"

    - title: "Edit book: Check book: Show an error for HTML files with private entities"

    - title: "EPUB3 Input: Fix titlepage being referred to in the nav causing two titlepage entries in the final book."

    - title: "Fix throbber buttons not being perfectly aligned inside toolbars"

    - title: "Quickview: Fix sizes not being displayed."

    - title: "Edit book: Compress images tool: Do not mark the book as changed if no images could be further compressed."

    - title: "Book list split-view: Fix horizontal scroll position of split view can change when changing the current column in one view."

    - title: "Fix Bookeen Saga not being recognized on macOS/Linux."

    - title: "Edit metadata dialog: Fix undo last trim not working for automatic trims."

    - title: "Content server: Fix series field blank in Italian translation"

    - title: "BeautifulSoup: Port fix from upstream for outputting bare ampersands in strings."

    - title: "calibredb add: Run the input plugins before reading metadata instead of after."

  improved recipes:
    - The New York Times Book Review
    - New York Times
    - Le Devoir

  new recipes:
    - title: The Federalist
      author: Kovid Goyal
2018-05-27 12:48:45 +00:00
wiz
64387dd195 todoman: update to 3.4.0.
v3.4.0
------

* Add ``-r`` option to ``new`` to read description from ``stdin``.
* Add a dedicated zsh completion function.
* Lists matching is now case insensitive, unless there are multiple lists with
  colliding names, in which case those will be treated case-sensitive.
* Fix some tests that failed due to test dependency changes.
2018-05-26 22:13:08 +00:00
wiz
38828b7844 goffice0.10: update to 0.10.41.
goffice 0.10.41:

Morten:
	* Avoid excess precision of graph ticks.
2018-05-26 22:04:16 +00:00
leot
28925d6e06 tmux: Update misc/tmux to 2.7
Changes:
CHANGES FROM 2.6 TO 2.7
* Remove EVENT_* variables from environment on platforms where tmux uses them
  so they do not pass on to panes.
* Fixed for hooks at server exit.
* Remove SGR 10 (was equivalent to SGR 0 but no other terminal seems to do
  this).
* Expand formats in window and session names.
* Add -Z flag to choose-tree, choose-client, choose-buffer to automatically
  zoom the pane when the mode is entered and unzoom when it exits, assuming the
  pane is not already zoomed. This is now part of the default key bindings.
* Add C-g to exit modes with emacs keys.
* Add exit-empty option to exit server if no sessions (defaults to on).
* Show if a filter is present in choose modes.
* Add pipe-pane -I to to connect stdin of the child process.
* Performance improvements for reflow.
* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing
  Tc extension remains unchanged).
* Support for ISO colon-separated SGR sequences.
* Add select-layout -E to spread panes out evenly (bound to E key).
* Support wide characters properly when reflowing.
* Pass PWD to new panes as a hint to shells, as well as calling chdir().
* Performance improvements for the various choose modes.
* Only show first member of session groups in tree mode (-G flag to choose-tree
  to show all).
* Support %else in config files to match %if; from Brad Town in GitHub issue
  1071.
* Fix "kind" terminfo(5) capability to be S-Down not S-Up.
* Add a box around the preview label in tree mode.
* Show exit status and time in the remain-on-exit pane text; from Timo
  Boettcher in GitHub issue 1103.
* Correctly use pane-base-index in tree mode.
* Change the allow-rename option default to off.
* Support for xterm(1) title stack escape sequences (GitHub issue 1075 from
  Brad Town).
* Correctly remove padding cells to fix a UTF-8 display problem (GitHub issue
  1090).
2018-05-26 17:05:28 +00:00
minskim
1efd8149fc misc/Makefile: Add py-tqdm 2018-05-21 23:46:04 +00:00
minskim
362d4eea30 misc/py-tqdm: Import version 4.23.3
Simple Python Progress Meter

Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip, and updated by wiz@
and me.
2018-05-21 23:45:59 +00:00
jperkin
89c32b0e73 kstars: Fix __sun check. 2018-05-17 11:18:50 +00:00
jperkin
8220d6d129 xfce4-weather-plugin: Set _XOPEN_SOURCE correctly on SunOS. 2018-05-17 09:59:28 +00:00
wen
d3ade1b759 Update to 1.003
Update LICENSE

Upstream changes:
1.003 2018-05-09T20:27:50Z
	* Clarify that it's the Artistic License 2.0

1.002 2016-12-05T18:59:45Z
	* Remove the prereq.t test. I'll do that locally.

1.001 2016-01-12T18:51:29Z
	* Freshen the module
2018-05-16 00:48:18 +00:00
youri
d0fd28da79 Update to 0.8.10:
0.8.10
======
- Set USER_AGENT for nominatim search (bug #13877)
- Fix showing times in UTC instead of local time on FreeBSD
  (bug #13358)
- Translation updates: Arabic, Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
  Czech, Danish, Dutch (Flemish), English (Australia), English (Great
  Britain), Finnish, French, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazilian), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian
2018-05-15 21:37:30 +00:00
youri
00acb5eae5 misc/mate-calc: import mate-calc-1.20.1
Calculator is an application that solves mathematical equations
and is suitable as a default application in a Desktop environment.
2018-05-14 14:02:19 +00:00
youri
0fb10bd6fc + mate-calc 2018-05-14 13:48:48 +00:00
youri
22f8775945 Update to 1.20.0:
Full changelog:

Add screenshot support for HiDPI displays
mate-screenshot: added New button
screenshot-save.c: Fix build warnings with pipe write and read:
add style class logview-window
Translations update
WidthOfScreen and HeightOfScreen implementation
baobab: make zoom with mousewheel work on chart
screenshot: remove some unused code
screenshot: don’t get window title as it’s not used later
baobab/logview/dictionary: add our copyright to About dialog
baobab: set transient parent for remote connect dialog
baobab: don’t make prefs dialog visible in .ui file
baobab: set parent window for About dialog
avoid deprecated gdk_screen_get_active_window
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_width/height
avoid deprecated gdk_screen_get_width/height
screenshot: avoid deprecated GdkDevice objects
dictionary: avoid deprecated GdkDevice objects
avoid deprecated gdk_screen_get_n_monitors
avoid deprecated gdk_screen_make_display_name
gdict-applet: don’t use deprecated gtk_show_uri
don’t use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
searchtool & logview: avoid deprecated GtkAlignment
mate-screenshot: fix showing busy cursor when saving area screenshot
screenshot: don’t translate the timestamp in the filename
mate-dictionary: include correct header to fix occasional FTBFS
Translations update
2018-05-14 13:21:46 +00:00
youri
e113690c3d Update to 1.20.0:
locations: Add Radom, Poland
Locations: add Zhukovsky airport (Moscow, Russia)
Locations: fix Sheremetyevo airport name (Moscow, Russia)
Add timeout, actully invalidate session in weather_info_abort
Start reducing weather spam by creating intial cut of weather_info_equal() function that will help apps determine if two WeatherInfo instances are ‘the same’ enough to not bother with a notification
remove warning on unused bsun by actually testing value
Fix soup_session_async_new() deprecation warning
Add missing Polish cities with airports
Fix Novosibirsk timezone
Add Ceiba in Puerto Rico
doc: drop ancient MateConf references and some other stuff
Update cities of Kazakhstan.
actually check the $GIO_REQUIRED variable’s value
Translations update
2018-05-14 12:46:22 +00:00
leot
9408d60895 xdg-utils: Update misc/xdg-utils to 1.1.3
pkgsrc changes:
 - Update HOMEPAGE (follow redirects)
 - Take MAINTAINERship

Changes:
xdg-utils 1.1.3
---------------
   * xdg-open: Add Deepin Desktop Environment support (BR106143)
   * xdg-open: use pcmanfm only if it is available (BR106161)
   * xdg-open: Argument injection in xdg-open open_envvar (BR103807)
   * xdg-settings: check_browser is broken under kde when just the binary is specified (BR106343)
   * xdg-open: Fixes LXQt behavior (BR81674,BR103146)
   * xdg-mime awk script syntax error (BR104298)
2018-05-12 10:11:49 +00:00
ryoon
ddee2732cc Update to 6.0.4.2
* Remove patches for latest poppler

Changelog:
Bugs fixed compared to 6.0.4 rc1:

    tdf#75539 DOC import filter mismatch of shape size [Justin Luth]
    tdf#113377 Crash in: OpenGLContext::AcquireFramebuffer(OpenGLTexture const &) [Miklos Vajna]
    tdf#116274 Cannot open an excel workbook, "maximum number of columns per sheet" - in 64bit Calc on Windows [Eike Rathke]
    tdf#116939 Problem opening excelfile in latest release - due to overflow [Eike Rathke]
    tdf#117129 Libre office Swriter crashes when opening Microsot word doc in 97-2003 doc format [Justin Luth]


Bugs fixed compared to 6.0.3 (rc2):

    bnc#778133 sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGS [Miklos Vajna]
    bnc#825305 RTF import: implement reverse deduplication for lists [Miklos Vajna]
    ofz#6999 check available data len [Caolán McNamara]
    ofz#7043 already registered [Caolán McNamara]
    ofz#7063 ensure lifecycle [Caolán McNamara]
    ofz#7109 infinite regress [Caolán McNamara]
    ofz#7110 ensure join is called on std::exceptions as well as uno::Exception [Caolán McNamara]
    ofz#7121 NamedDBs::insert takes ownership of its argument [Eike Rathke]
    ofz#7165 set a recursion limit for svm in svm [Caolán McNamara]
    ofz#7648 bad-cast [Caolán McNamara]
    rhbz#1283420 message box fonts corrupted in libreoffice [Caolán McNamara]
    rhbz#1392145 libreoffice close button appears on the right side in an RTL locale under Wayland [Caolán McNamara]
    tdf#46637 EDITING: Get focus on partially visible cell [Caolán McNamara]
    tdf#48300 UI: Window doesn't take focus when opening an already open document [Katarina Behrens]
    tdf#50057 EDITING: Replication of frames when record changes (redlining) is on [Michael Stahl]
    tdf#72196 FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS [Eike Rathke]
    tdf#75256 (Icon-Theme-Sifr) [META] Incomplete Sifr icon theme [Matthias Freund]
    tdf#77919 FORMATTING: Bibliography, character styles are lost after update [Caolán McNamara]
    tdf#84205 FILESAVE: Theme Colors inverted in drawings after PPTX roundtrip (black part turned to white) [Szymon Kłos]
    tdf#90627 Saving presentation results in invalid PPTX file [Szymon Kłos]
    tdf#91106 1st Hierarchical level in Styles and Formatting is not alphabetically sorted [Michael Stahl]
    tdf#100015 Unary and Binary Operators images missing [Caolán McNamara]
    tdf#100619 DataPilot: Enhanced field popup window [Michael Stahl]
    tdf#100925 When overwriting a cell, new content is displayed on top of the old content until finishing the edit [Caolán McNamara]
    tdf#104786 FILESAVE: PPTX: Corrupted File after RT (The element has invalid child element) [Szymon Kłos]
    tdf#104789 FILESAVE: PPTX: Corrupted File after RT (The attribute 'val' is not declared) [Szymon Kłos]
    tdf#104792 FILESAVE: PPTX: Corrupted File after RT (The element has incomplete child element) [Szymon Kłos]
    tdf#106667 Hang when trying to open a dialog and the whole sheet is selected [Noel Grandin]
    tdf#106746 copy/pasting revisions copy deleted words [Aron Budea]
    tdf#107035 FILEOPEN Missing numbering in inserted caption when document is saved in DOCX format and reopened [Luke Deller]
    tdf#107267 During a sub-total calculation or sum, the data set is not computed well. [Eike Rathke]
    tdf#108482 Repeat of 2 heading rows do not work in case of vertical text orientation in 2nd row [Mike Kaganski]
    tdf#108572 Mail merge: embedded database isn't properly discarded when working with MS Office starting documents [Caolán McNamara]
    tdf#108580 Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing (for local solution see comment 7) [Mike Kaganski]
    tdf#112448 FILEOPEN, DOCX spurious blank line in text [Serge Krot]
    tdf#112997 Viewing: only a single of multiple animated gif is rendered [Noel Grandin]
    tdf#113182 FILEOPEN: DOCX: Textbox wrap differs in MSO and LO [Serge Krot]
    tdf#114139 FILESAVE XLSX Pie Charts with 3D look get a gray background when saved in Calc and opened in Excel 2013 [Bartosz Kosiorek]
    tdf#114168 FILEOPEN XLSX XLS Bar Chart minor axis spacing appears differently than the Microsoft Office minor axis spacing [Bartosz Kosiorek]
    tdf#114648 When creating any new document from LibreOffice OSX Dock icon, new document window doesn't get focus ( steps in comment 4 ) [Caolán McNamara]
    tdf#114738 EMF+ rendering problems [Bartosz Kosiorek]
    tdf#114743 PRINT: angled text does not display [Tamas Bunth]
    tdf#115005 Regression LibO 6.0RC creates much larger files than 5.4 by including duplicate/redundant images [Serge Krot]
    tdf#115117 Incorrect PDF cmap entries for ligatures and broken text extraction [Khaled Hosny]
    tdf#115353 Status bar displays wrong characters upon load (OpenGL) [Tamas Bunth]
    tdf#115396 Font Carlito not recognized [David Tardon]
    tdf#115407 Impress loses transition sounds and sound instructions [Julien Nabet]
    tdf#115539 "Start Slideshow" does not hide notebookbar when in Outline and SlideSorter mode [Xisco Fauli]
    tdf#115683 When CSV file importing to calc, if LibreOffice already open, text import dialog box open behind a grey window. [Caolán McNamara]
    tdf#115719 DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects [Miklos Vajna]
    tdf#115806 The sidebar deck changes when after switch to print preview and back [Katarina Behrens]
    tdf#115853 Custom properties deleted [Julien Nabet]
    tdf#115923 Clicking the fill handle triggers automatic horizontal scrolling [Caolán McNamara]
    tdf#116003 Crash when asking subtotals on 2 groups with pre-sort area checked [Eike Rathke]
    tdf#116138 Insert Special Character also inserts selected character in current cursor in Title numbering [Caolán McNamara]
    tdf#116179 FILEOPEN Automatic font colour is very dark blue when imported from Writer created DOCX [Luke Deller]
    tdf#116238 Notebookbar stays visible during slide show when started from Slides pane [Xisco Fauli]
    tdf#116266 FILEOPEN: Impress 6.0.2 breaks links to svg-files [Serge Krot]
    tdf#116269 FILEOPEN: RTF: Writer sets a left indent when it should be 0 [Mikl
    tdf#116277 Extraneous blank window opened after File > New > Labels [Caolán McNamara]
    tdf#116410 FILEOPEN DOCX: First paragraph has wrong top margin (space before) [Miklos Vajna]
    tdf#116429 Undoing after adding a shape only undoes "Change obT: Page border is invisible in specific DOCX (border color=auto) [Mike Kaganski]
    tdf#116474 Undo/redo: The redo of adding caption to an image isn't working: no image [Caolán McNamara]
    tdf#116486 FILEOPEN: DOCX: paragraph position is wrong due to 489 deadlock in ucb TaskManager [Michael Meeks]
    tdf#116516 Proxy detection returns garbage in Windows [Mike Kaganski]
    tdf#116525 Shadow is rendered wrong for box around some characters [Noel Grandin]
    tdf#116536 FILEOPEN: Bullets are higher tha Text from Writer can not be imported in Calc as Formatted Text [RTF] when the first paragraph of the document has Break (Type-Page, Position-Before, With page Style-activated) [Caolán McNamara]
    tdf#116544 EDITING: Inserting Photo Album that includeselds anchor document with wrong extension [Miklos Vajna]
    tdf#116563 GEN, KDE4: Find textbox can't get focus when find toolbar is undocked [Katarina Behrens]
    tdf#116581 disappear Noto fonts after install LibreOffice 6.0.3.1 on Windows 10 [Mike Kaganski]
    tdf#116692 UI: (Paragraph) Classification dialog does not show translation [Cor Nouws]
    tdf#116706 AGGREGATE COUNTA with hidden rows [Winfried Donkers]
    tdf#116772 Using LIKE in query assistant [Lionel Elie Mamane]
    tdf#116813 copy down does not scroll [Caolán McNamara]
    tdf#116830 DOCX import: table cell background is behind background shapes [Miklos Vajna]
    tdf#116865 Sidebar not functional after opening new window (gtk2) [Caolán McNamara]
    tdf#116890 Firebird: empty columns gone with prepared statement [Julien Nabet]
    tdf#116925 Automatic text color in textbox does not consider fill style of shape [Miklos Vajna]
    tdf#117033 Tooltips show the wrong symbol for MOD3 combinations [heiko tietze]
2018-05-10 20:11:01 +00:00
leot
7b1d84ae62 misc: Add pick 2018-05-09 15:26:43 +00:00
leot
c9708562a8 pick: Import pick-2.0.2 as misc/pick
The pick utility allows users to select from a set of choices using an interface
with fuzzy search functionality. The choices are read from stdin, and the
selected choice written to stdout.

Packaged in pkgsrc-wip by Jenz Guenther, thanks!
2018-05-09 15:26:05 +00:00
wiz
9af3e9ec4a goffice0.10: update to 0.10.40.
goffice 0.10.40:

Hiroshi Hatake:
	* Introspection fixes. [#793684]

Morten:
	* Fixes required for running with musl.  [#794115]
	* Store last-known modtime for GODoc.
	* Option menus: handle markup for labels.
	* Introspection fixes
	* Improve font selector sizing a bit.
2018-05-07 11:33:35 +00:00
wiz
37209f1863 calibre: update to 3.23.0.
- version: 3.23.0
  date: 2018-05-04

  new features:
    - title: "Kobo driver: Add support for new firmware"

    - title: "Book polishing: Add an option to upgrade EPUB 2 to EPUB 3"

    - title: "DOCX Input: Convert text written with dingbat fonts such as Wingding or Symbol correctly."

    - title: "When choosing the page to use as a cover from a PDF file, add a button to render more pages, if needed"

    - title: "TXT Input: Add support for embedded images that use relative URLs when converting markdown or textile. Note that this will only work if you are converting using the ebook-convert command line tool as the main calibre program moves files around, so relative references will not be valid."

    - title: "Edit book: Insert special character: Add an option to select if searching should match all words or any of the words"

    - title: 'Edit book: Insert special character: When searching by name match prefixes in addition to whole words. So you can now type "horiz" to match "horizontal".'

    - title: "Linux installer: Simplify the command used to install calibre and add support for Ubuntu 18.04 which is missing a default python executable"

    - title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience."

  bug fixes:
    - title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute."

    - title: "Edit Book: Fix names for some control characters not being displayed in the status bar"

    - title: "Searching: Fix A (B) not being treated as A AND (B)"

    - title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device."

    - title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles."

    - title: "When updating EPUB 2 to EPUB 3 ensure only a single dc:date element is present in the OPF"
2018-05-07 11:20:12 +00:00
wiz
5e41d8b03c urjtag: remove references to obsolete DragonFly/i386 2018-04-30 10:38:55 +00:00
ryoon
12fa9770d5 Fix build with poppler 0.64.0
* And remove an unused patch.
2018-04-30 04:46:16 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
dholland
8a8150b5cb Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
dholland
f12c9323d2 PR 52248 Michael L. Riechers: xrolodex dumps core on 64-bit machines
While here, fix some pkglint.
2018-04-29 03:56:08 +00:00
wiz
000f15a9e6 *: Recursive bump for poppler update to 0.64.0 2018-04-28 20:19:09 +00:00
wiz
42a4a06539 calibre: update to 3.22.1.
- version: 3.22.1
  date: 2018-04-19

  new features:
    - title: "Edit book: Add a tool to upgrade books from EPUB 2 to EPUB 3 (Tools->Upgrade book internals)"
      description: "Automatically upgrades metadata, converts the NCX table of contents and adds required manifest annotations"
      type: major

    - title: "Add support for the FBZ format (zipped FB2)"

    - title: "Kindle driver: Change the height of generated thumbnails to 500px, needed for the Oasis 2017"

    - title: "Edit book: When bulk renaming files add an option to rename by the order in which the files appear in the book."

    - title: "Polishing: Recognize titlepages that are marked as covers in the EPUB 3 landmarks section"

    - title: "Edit Book: Automatically updated the modified timestamp in the OPF when saving EPUB 3 books."

    - title: "Remove the ISBNDB metadata plugin as ISBNDB no longer allows free lookups."

  bug fixes:
    - title: "EPUB 3 metadata: If the book defines more than one author sort value for an author use the first instead of the last"

    - title: "Check Book: Dont warn for nav document not in spine in EPUB 3 books"

    - title: "Linux installer: Fix umask question not working with the recommended install command because stdin is a pipe"

    - title: "Browser viewer: Show an error message when trying to use the Sync function without being logged in"

    - title: "When setting cover from a PDF file and the user clicks cancel, do not delete the existing cover"
2018-04-27 14:57:29 +00:00
markd
3a05ba7864 kdepimlibs4: work with libical-3 2018-04-26 07:55:21 +00:00
leot
bc76507c4b moreutils: Update misc/moreutils to 0.62
Changes:
0.62
----
- ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber
- ts: Added %.T format like %T but with hi-res. Thanks, Matt Koscica
- pee: Ignore SIGPIPE and write errors caused by the command not consuming all
  its input. Closes: #697052 Thanks, Ole Jørgen Brønner
- chronic: document return value semantics of -e option.
  Closes: #867167 Thanks, Daniel Shahaf
- vidir: reword man page to more explicit mention 'file' args.
  Closes: #885221 Thanks, Daniel Shahaf
- pee: Don't buffer input, bringing behavior into line with tee.
  Thanks, Sauerbeck Tilman

0.61
----
- chronic: Flush output more often to better preserve stdout,err ordering.
  Thanks, Miroslav Šustek
2018-04-21 17:27:51 +00:00
mrg
d96759080c add missing "using namespace U_ICU_NAMESPACE;" for icu 61, which
appears to be tighter about API exports.

this builds again now.
2018-04-19 18:07:03 +00:00
adam
c80ddf40a9 py-stdnum: updated to 1.9
Changes from 1.8.1 to 1.9:
* add modules for the following number formats:
  - Postleitzahl (Austrian postal code)
  - Abgabenkontonummer (Austrian tax identification number)
  - Belgian IBAN (International Bank Account Number)
  - Handelsregisternummer (German company register number)
  - St.-Nr. (Steuernummer, German tax number)
  - FIGI (Financial Instrument Global Identifier)
  - Montenegro IBAN (International Bank Account Number)
* Have documentation rebuilt reproducibly
* Allow configuring the SOAP request timeout
* Support spaces in ISO 9362 (SWIFT) BIC codes
* Add check_dgii() to stdnum.do.cedula module
* Add validation for "individual" part of hetu
* Support new style of Dominican Republic NCF numbers
* Fix issue when using PySimpleSOAP for DGII lookups
* Fix an issue in splitting certain IMSI values
* Support building a universal wheel
* Documentation and code style improvements
2018-04-18 04:30:09 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wiz
2d22c58777 calibre: update to 3.21.0.
- version: 3.21.0
  date: 2018-04-06

  new features:
    - title: "Browser viewer: Allow showing the time left in the current chapter/book in the header and footer areas of the book."
      description: "To use go to the preferences of the browser viewer and customize the headers and footers to display the time left. Note that time left in chapter only works correctly if chapters are in separate HTML files in the book."

    - title: "Manage tags dialog: Searching now shows all matching tags and there is an undo button to undo changes."

    - title: "Add an output profile for the Kindle Oasis 2017"

  bug fixes:
    - title: "Content server: Fix adding/deleting books and editing metadata not updating the main calibre book list automatically."

    - title: "Viewer: When doing a dictionary lookup, remove soft hyphens from the word, if any are present."

    - title: "Edit metadata dialog: Fix tab order for buttons to the left of the title and author"

    - title: "Trim cover dialog: Remove the redundant Trim & OK button, instead have the OK button trim automatically if there is a selection."

    - title: "Update Amazon metadata plugin for a website change"

    - title: "Content server: Fix translations not being updated without clearing the browser cache"

    - title: "Content server: Fix switching from translations to no translations not working"

    - title: "Content server: When updating interface data do not transmit translations if they have not been changed. Saves ~30-60KB bandwidth when using non-English interface language."

- version: 3.20.0
  date: 2018-03-23

  new features:
    - title: "Content server: Allow editing the metadata of books from the book details page"
      type: major
      description: "On the book details page, you can now edit any metadata and change covers by clicking the edit metadata icon in the right area of the top bar. Note that only users that have write permissions for the library can edit metadata."

    - title: "Kobo driver: Recognize Kobo Aura 2 with new firmware (4.6.10188)"

  bug fixes:
    - title: 'When reading metadata from HTML also recognize <meta name="dc.description"> as being comments'
2018-04-17 09:03:27 +00:00
wiz
8436f96b5b Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
a99d208185 goffice0.10: update to 0.10.39.
Morten:
	* sinpi/cospi/tanpi/cotpi improvement.
2018-04-16 12:30:58 +00:00
wiz
745d160e5f khard: update to 0.12.2nb1.
Update list of dependencies.
2018-04-14 15:15:55 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
jaapb
67d0945442 Updated misc/ocaml-opaline to version 0.3.0.
Now supports optional files.
2018-04-13 12:27:02 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
leot
9e3ee21b3b less: Update misc/less to less-530
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-11 08:49:09 +00:00
jaapb
d128616c43 Updated package misc/ocaml-opam to version 2.0.0_rc.
This release has small fixes over the previous version.
2018-04-09 11:25:48 +00:00
ryoon
fd25a77315 Fix typo in a comment 2018-04-08 11:51:30 +00:00
minskim
480bac4e09 misc/R-pillar: Update to 1.2.1
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-07 21:06:34 +00:00
jaapb
ad19919c0f Added ocaml-opaline to SUBDIRs 2018-04-07 10:34:22 +00:00
jaapb
ffd78bbcab Added new package misc/ocaml-opaline.
I basically wrote this to get rid of opam-installer, which has a lot of
circular dependencies.
2018-04-07 10:33:39 +00:00
ryoon
0b527c3116 Update to 6.0.3.2
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-07 02:44:47 +00:00
markd
f76cecf125 attica-qt5: remove Qt5Widgets hack
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-07 00:56:05 +00:00
minskim
2c4e8a495a misc/Makefile: Add ruby-patch_finder 2018-04-04 15:26:16 +00:00
minskim
eee17ed93b misc/ruby-patch_finder: Import version 1.0.2
PatchFinder is a toolkit to find software patches.
2018-04-04 15:26:14 +00:00
adam
79f6d8afc7 stellarium: updated to 0.18.0
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 19:37:35 +00:00
wiz
c25f9390f1 *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
bsiegert
429ee23e50 Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
2018-03-30 11:56:19 +00:00
wiz
9328a4c8e0 p5-Mac-PropertyList: update to 1.413.
1.413 2018-03-22T18:51:07Z
	* Update to Artistic License 2.0
2018-03-25 15:26:35 +00:00
fhajny
83d61f308f misc/erlang-p1_utils: Update to 1.0.11.
- Fix compilation with rebar3
2018-03-24 14:24:00 +00:00
adam
97e3fe97b5 Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
wiz
55d838d2c3 rhash: Honor CFLAGS and LDFLAGS.
Fixes RELRO build. Bump PKGREVISION.
2018-03-20 12:41:53 +00:00
taca
66c9583833 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-18 14:21:19 +00:00
adam
efebd35c2d rhash: updated to 1.3.6
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-17 08:02:14 +00:00
ryoon
fb24b7d151 Follow fonts/harfbuzz update. Bump PKGREVISION 2018-03-17 01:19:25 +00:00
minskim
34867736e9 misc/Makefile: Add R-pillar 2018-03-16 16:19:08 +00:00
minskim
1eb317fe1a misc/R-pillar: Import version 1.1.0
Provides a 'pillar' generic designed for formatting columns of data
using the full range of colours provided by modern terminals.
2018-03-16 16:19:05 +00:00
leot
3094e38f8e moreutils: Install parallel' and its man page to moreutils-parallel'
This avoid a possible conflict with `parallel' provided by
parallel/parallel package.

PKGREVISION++

Pointed out by Dr. Thomas Orgis via tech-pkg@.
2018-03-14 20:35:23 +00:00
taca
f9e3a9dfbc misc/ruby-slop: update to 4.6.2
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-14 15:06:22 +00:00
taca
101ad09856 misc/ruby-pry: update to 0.11.3
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-14 15:04:44 +00:00
taca
3485fd8c59 misc/ruby-method_source: update to 0.9.0
Improve support for Ruby 2.3 and 2.4.
2018-03-14 15:02:25 +00:00
taca
f2758e12ed misc/ruby-hashie: update to 3.5.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-14 14:57:04 +00:00
taca
c65983a46a misc/ruby-daemons: update to 1.2.6
== 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-14 14:55:36 +00:00
taca
e8aec7f4b5 misc/ruby-commander: update to 4.4.4
=== 4.4.4 / 2018-01-18

* Fix deprecated constant warnings on Ruby 2.5. (@mattbrictson)
2018-03-14 14:54:32 +00:00
taca
718119303d misc/ruby-bundler: update to 1.16.1
## 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-14 14:49:22 +00:00
taca
3deb29fcd1 misc/ruby-progressbar: update to 1.9.0
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-14 14:32:05 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
10e27fff08 m17n-db: update to 1.8.0.
* 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-11 19:44:36 +00:00
wiz
79836af778 py-anki2: update to 2.0.50.
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-11 18:08:28 +00:00
wiz
70c3904653 calibre: update to 3.19.0.
- 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-11 17:40:23 +00:00
gson
c9f648f1a8 misc/py-anita: update to 1.44
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-08 16:43:40 +00:00
wiz
b0a56ec2b8 vimpager: follow redirect 2018-03-04 16:26:51 +00:00
bsiegert
9ab6e4ca7b Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
wiz
edbcd50016 p5-Locale-Codes: update to 3.56.
Changes not documented.
2018-03-04 15:28:05 +00:00
ryoon
408be6394f Update to 6.0.2.1
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::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-03 22:30:51 +00:00
gdt
81a24cf528 proj: revbump of multiple depdendencies 2018-03-02 01:19:24 +00:00
ryoon
23b5ddfe02 Do not share NSS database files with Mozilla products. Bump PKGREVISION
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.
2018-03-01 03:25:06 +00:00
khorben
506fbe992e Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
ryoon
9709593663 Fix typo in comment 2018-02-26 18:04:31 +00:00
wiz
0b8d64dd1c libkkc-data: update HOMEPAGE 2018-02-25 16:10:41 +00:00
adam
3eb1a18a46 stellarium: updated to 0.17.0
v0.17.0:
The major changes of this version:
* Added support for nomenclature of planetary surface (SOCIS 2017 project)
* Added improvements for AstroCalc tool
* Added improvements for Oculars plugin
* Added improvements for Exoplanets plugin
* Added INDI support for Telescope Control plugin
* Updated code and data
2018-02-23 11:29:38 +00:00
triaxx
7c1a26dae4 Update to 1.9
- Minor changes and fixes
- Add license
2018-02-21 15:12:00 +00:00
tsutsui
6617dcfe6d ruby-parallel: update to 1.12.1.
No upstream changelog.
2018-02-18 05:43:58 +00:00
ryoon
dffc857690 Update to 6.0.1.1
* Fix build with GCC 6.4 (PostgreSQL part)

Changelog:
Bugs fixed compared to 6.0.0 RC3:
    deb#887593 add #include <abstractions/X> to oosplash apparmor profile [Vincas Dargis, Rene Engelhard]
    ofz#4728 bad-cast [Caolán McNamara]
    ofz#4753 bad-cast [Caolán McNamara]
    ofz#4767 bad-cast [Caolán McNamara]
    ofz#4817 bad-cast [Caolán McNamara]
    ofz#4848 bad-cast [Caolán McNamara]
    ofz#4872 bad-cast [Caolán McNamara]
    ofz#4971 bad-cast [Caolán McNamara]
    ofz#5007 bad-cast [Caolán McNamara]
    ofz#5235 bad-cast [Caolán McNamara]
    ofz#5254 bad-cast [Caolán McNamara]
    ofz#5435 sw: fix SwCache::Insert() stale pointers [Michael Stahl]
    ofz#5447 on plcf save force current Fkp to stick in cache [Caolán McNamara]
    ofz#5477 if the para is already oversize, nums would go negative [Caolán McNamara]
    ofz#5535 max decimal places for rtl_math_round is 20 [Caolán McNamara]
    ofz#5747 short->sal_Int32 like in StgDataStrm [Caolán McNamara]
    ofz#5909 bad-cast [Caolán McNamara]
    ofz#6064 bad-cast [Caolán McNamara]
    rhbz#1367846 Scrolling is way too fast in writer [Caolán McNamara]
    rhbz#1535541 mimetypes are .macroEnabled not .macroenabled [Caolán McNamara]
    rhbz#1541486 Base table creation dialog window title is shown in different languages [Stephan Bergmann]
    tdf#32935 CSV import dialog doesn't get focus if libreoffice is already running [Mike Kaganski]
    tdf#38915 Multiple soffice.bin soffice.exe [Mike Kaganski]
    tdf#49134 On opening a password-protected file, the LibreOffice dialog is not raised/given focus [Mike Kaganski]
    tdf#70425 EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible [Tamas Bunth]
    tdf#75256 (Icon-Theme-Sifr) [META] Incomplete Sifr icon theme [Matthias Freund]
    tdf#88004 mimetypes are .macroEnabled not .macroenabled [Caolán McNamara]
    tdf#94225 Writer crashes on undo times N (steps in Comment 11 or Comment 38) [Fyodor Yemelyanenko]
    tdf#95024 Support for new Hungarian orthography [László Németh]
    tdf#103174 Very laggy scrolling with trackpad on hidpi screens [Caolán McNamara]
    tdf#103550 JIS function [Winfried Donkers]
    tdf#104016 FILEOPEN: RTF incorrect bullets indentation and spacing [Miklos Vajna]
    tdf#105226 AM/PM locale for it_IT incorrect [Winfried Donkers]
    tdf#106780 FILESAVE, ODF: attribute text:style-name is invalid in table:table-template [Abhishek Shrivastava]
    tdf#108473 Inserting into a Form Table Control Date/Time (Time) field gets stuck [Julien Nabet]
    tdf#109062 Scrolling with touchpad or scrollwheel is not working on Mac [Caolán McNamara]
    tdf#112292 Memory usage is steadily increasing every time when copying something to the clipboard even with 0 undo steps [Noel Grandin]
    tdf#113751 Borders for Merged Cells are Partially Shown [Armin Le Grand]
    tdf#114045 Undo after Clone Formatting changes formatting of entire table [Mark Hung]
    tdf#114173 FILESAVE XLSX Custom size of chart legend is not preserved when the file is saved as XLSX [Caolán McNamara]
    tdf#114182 FILESAVE XLSX Pie chart slice moved back by LibreOffice Calc [Markus Mohrhard]
    tdf#114217 DOCX with floating table having 100% width incorrectly imported [Mike Kaganski]
    tdf#114221 Calc corrupts password-protected XLS on save (Save as works) - newer MSO 2013 encryption saved as unencrypted file with encryption mode [Caolán McNamara]
    tdf#114306 fix unexpected page break in row-spanned table [Manfred Blume]
    tdf#114428 XHTML import: xml declaration results in plain text import into Writer [Miklos Vajna]
    tdf#114460 Some embedded PDFs not exported to pdf [Miklos Vajna]
    tdf#114466 Certain Document in Use dialog does not get focus [Mike Kaganski]
    tdf#114519 Sidebar Number Format drop down does not update cell contents on number format selection change [Jim Raykowski]
    tdf#114596 External forms for a database doesn't save data - closing form with dataloss [Michael Stahl]
    tdf#114625 Calc can not print right border of merged cells from LO 6.0 [Armin Le Grand]
    tdf#114677 Base Form titles incorrect [Szymon Kłos]
    tdf#114731 Firefox themes cannot be installed, it finds nothing [Julien Nabet]
    tdf#114815 Crash in: take_gil on paste from clipboard in Windows [Michael Stahl]
    tdf#114820 FILEOPEN XLSX VLOOKUP/HLOOKUP gives Error:504, with a reference to an external xlsx file cells [Bartosz Kosiorek]
    tdf#114824 Export to PDF and Printing: Borders of Merged Cells Flow to Page Footer [Armin Le Grand]
    tdf#114901 UI: TSCP Classification dialog: too much vertical white space and Part list too wide [Tomaž Vajngerl]
    tdf#114934 (borderline-regressions) [META] borderline regressions [Armin Le Grand]
    tdf#115013 Merge fields aren't substituted after saving/reopening DOC(X) with added mail merge fields, and running mail merge [Mike Kaganski]
    tdf#115044 Calc asks to update links, but already updated them [Vasily Melenchuk]
    tdf#115057 Color picker widget border missing when opened in dialog [Maxim Monastirsky]
    tdf#115065 Crash when dragging table with many rows to a table with less rows [Mike Kaganski]
    tdf#115080 Replace with Pattern Field misbehaves when editing a form's table control [Caolán McNamara]
    tdf#115088 Pasting multi-line text from external source behaves strangely [Tamás Zolnai]
    tdf#115090 Crashes when closing the document running the macro (itself) [Thorsten Behrens]
    tdf#115100 Assertion failed, if I set vertical align for gluepoint [Julien Nabet]
    tdf#115106 Screen corruption in Writer in FullScreen mode. (gtk2) [Caolán McNamara]
    tdf#115153 FILEOPEN: RTF: Incorrect vertical position of lines (follow-up) [Michael Stahl]
    tdf#115155 FILEOPEN: RTF: left indent is lost in second list [Miklos Vajna]
    tdf#115162 FILEOPEN XLSX SUMIFS, AVERAGEIFS, COUNTIFS, MAXIFS, MINIFS functions give Error:504, with reference to external xlsx files cells [Bartosz Kosiorek]
    tdf#115169 Calc: Rotated Cells not shown rotated when using Print/PDF/PrintPreview [Armin Le Grand]
    tdf#115208 Apparmor profile doesn't allow java execution [Olivier Tilloy]
    tdf#115221 PRINTING: CRASH immediately after choosing comment (+doc) printing in the print dialog [Noel Grandin]
    tdf#115269 LO Base Report Builder crashes on modifying Page Header Horizontal or Vertical alignment [Julien Nabet]
    tdf#115369 Icons for the cell's shadows positions are inverted [Caolán McNamara]
    tdf#115416 LibreOffice fails to build with IJG's libjpeg - error: ‘JCS_EXT_BGRA’ was not declared in this scope [Caolán McNamara]
2018-02-13 13:03:06 +00:00
wiz
8dc69f3e25 labelnation: follow redirect 2018-02-11 15:45:50 +00:00
khorben
b69741eca1 Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".

The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root
privileges to locate and use USB devices without a kernel driver.

This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.

Compile-tested on most packages affected and available on NetBSD/amd64.
2018-02-10 13:53:46 +00:00
jperkin
e54cefee7e kde: SUBST_STAGE should be pre-configure, not post-patch.
Performing substitutions during *-patch phases makes it impossible to
generate patches via mkpatches without introducing substitution noise.
2018-02-07 15:35:09 +00:00
jperkin
ca12c28cbb gnome-utils: Set _XOPEN_SOURCE correctly. 2018-02-06 10:39:46 +00:00
jperkin
d6d4bdcf77 mdp: Requires wide curses. 2018-02-06 10:14:29 +00:00
jperkin
77a9abf523 mate-utils: Set _XOPEN_SOURCE correctly. 2018-02-06 10:07:23 +00:00
ryoon
692c24adbb Re-add accidentally removed conditional PLIST entries for gtk3 option.
And kde4/qt4 option also recovered, however it is not tested.
Noticed by pgoyette@. Thank you.
2018-02-03 05:28:49 +00:00
ryoon
d066df58d5 Update to 6.0.0.3
Changelog:
Many improvements including:
In Writer:
* Improved input fields
* Support images rotation
* As mail merge source
* New table styles
* "Grammar by" spell checking

In Calc:
* Improvement of pivot table
* Export cell range to PNG or JPEG
* Pasting unformatted text
* Protection of cells and sheets
* Some new spreadsheet functions

In Impress and Draw
* Add new Impress templates
* New layers in draw operations
2018-02-03 00:39:50 +00:00
wiz
f38c9f1288 calibre: update to 3.16.0.
Lots of changes since 2.x, too many to list here.
(2.x does not build against current qt5...)
2018-02-01 16:05:56 +00:00
jperkin
fafb2677b3 screen: Support newer GCC and clang on SunOS. 2018-02-01 13:34:33 +00:00
mef
56d6f99da5 Add/Modify patches for building with emacs-27 2018-02-01 11:21:58 +00:00
markd
400dc18372 attica-qt5: SUBST rather than patch 2018-01-30 07:52:36 +00:00
adam
57c989858e Pass correct TAR variable to configure 2018-01-29 11:17:46 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
wiz
15e349efdd goffice0.10: update to 0.10.38.
goffice 0.10.38:

Morten:
	* Avoid a few dubious uses of deprecated gtk+ functions.
	* Reduce number of compiler warnings.

--------------------------------------------------------------------------
goffice 0.10.37:

--------------------------------------------------------------------------
goffice 0.10.36:

Jean:
	* Fix engineering format. [#785669]
	* Fix crash in 3D plots when X or Y values are missing. [#788437]
	* Don't use invalid styles in legend from contour or surface plots imported
	from Excel. [#788861]
	* Fix documentation build with recent gtk-doc. [#788710]
2018-01-28 17:09:31 +00:00
wiz
e44e72cd40 todoman: update to 3.3.0.
v3.3.0
------

* New runtime dependency: ``click-log``.
* Drop support for Python 3.3, which has reached its end of life cycle.
* Add `--raw` flag to `edit`. This allows editing the raw icalendar file, but
  **only use this if you really know what you're doing**. There's a big risk of
  data loss, and this is considered a developer / expert feature!
2018-01-28 16:43:53 +00:00
wiz
58a2a977a7 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
wiz
ac1257076f khard: update to 0.12.2.
v0.12.0: 2018.01.12
- Vcard: Support for anniversary attribute (#138)
- Config: New config parameter: localize_dates (#118)
- Action list: -p / --parsable prints a tab separated contact list (#141)
- Action remove: --force: Remove contact without confirmation (#140)
- Mutt: You have to update the query command in mutt's config file: set query_command= "khard email --parsable '%s'"
- Minor changes in khard example config, zsh completion function and twinkle scripts
- Fix: Results of phone number search improved
- Fix: Yaml parser switched from pyyaml to ruamel.yaml to allow special unicode characters in the contact template (#133)
- Fix: Accentuated characters sorted wrong in contact list (#127)

v0.12.1: 2018.01.14
- Fix for issue #148: Config variable "sort" not longer mandatory in config file

v0.12.2: 2018.01.21
- Fixed: Found contact twice when the whole uid was used with -u (#161)
- Fixed: A minor bug in the contact search function (#160)
2018-01-28 15:57:33 +00:00
markd
21bfd1cd25 attica-qt5: install attica.categories properly 2018-01-27 03:32:16 +00:00
jperkin
c3f1415a0e attica: Fix namespace issue for clang. 2018-01-26 15:16:29 +00:00
markd
e9c46ca027 kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
2018-01-24 19:06:06 +00:00
markd
41773c874e kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:00:20 +00:00
markd
3c6d071563 kdepim4: PLIST changes for polkit-qt update 2018-01-17 18:57:37 +00:00
wiz
8e9db73cba libreoffice5-bin: follow redirect 2018-01-14 10:16:29 +00:00
wiz
30d00f5714 libreoffice: follow redirect 2018-01-14 10:16:16 +00:00
wiz
cdb540c02f kanjipad: follow redirect 2018-01-14 10:15:46 +00:00
wiz
8edcf568f8 byobu: follow redirect 2018-01-14 10:05:03 +00:00
ryoon
6bd6e732bf Fix build with poppler-0.62.0 and runtime error with harfbuzz-1.7,4
Bump PKGREVISION
2018-01-11 12:52:05 +00:00
wiz
788b6b32e4 tellico: mark as broken due to poppler-qt4 removal 2018-01-11 08:11:02 +00:00
wiz
4416757774 *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
wiz
406a1d8fbf calibre1: remove now that poppler-qt4 is gone. 2018-01-10 22:09:58 +00:00
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
jaapb
1c0e0c7ebb Updated package misc/ocaml-topkg to version 0.9.1.
This package contains mostly minor fixes and enhancements; see the
CHANGES.md file.
2018-01-10 16:34:50 +00:00
jaapb
2091751430 Updated package misc/ocaml-opam to version 2.0.0beta5.
This version includes several bugfixes; see the CHANGES file.
2018-01-10 16:33:23 +00:00
jaapb
e6b767e38d Added OCaml 4.06 support to misc/dose3 (and revbump). 2018-01-10 16:31:34 +00:00
adam
e86f173a39 py-stdnum: updated to 1.8.1
changes from 1.8 to 1.8.1
* fix a packaging issue in the long description
2018-01-09 05:26:09 +00:00
taca
30d71e6f0f pkgsrc: allow ruby25
Allow build with ruby25-base.
2018-01-08 14:34:41 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
adam
fc1c291507 py-stdnum: updated to 1.8
changes from 1.7 to 1.8
* add modules for the following number formats:
 - NCF (Números de Comprobante Fiscal, Dominican Republic receipt number)
 - Euro banknote serial numbers
 - CAS RN (Chemical Abstracts Service Registry Number)
 - Aadhaar (Indian digital resident personal identity number)
   (thanks Srikanth Lakshmanan)
 - PAN (Permanent Account Number, Indian income tax identifier)
   (thanks Srikanth Lakshmanan)
* add functions for using the Dominican Republic DGII web service to validate
  and search for RNC and NCF numbers
* add/update whitelists for Dominican Republic RNC and Cedula
* support zeep as preferred SOAP library (suds and pysimplesoap are tried
  as fallback)
* rename stdnum.iso9362 to stdnum.bic (iso9362 is deprecated but still
  available for compatibility)
* add tests for web services (not normally run to avoid unnecessary load)
* fixes and improvement to the sample online validation service
2018-01-04 20:44:09 +00:00
jperkin
66ad0624ea bbdb: Support emacs25nox. 2018-01-04 16:38:10 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
rillig
982cef7323 Cleaned up PLIST files.
The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
  all the magic for PLISTs
2018-01-01 18:33:32 +00:00
wiz
67ea766c4c apache22: remove, it was eol'd in June 2017
Remove packages that only work with apache22.
Remove apache22 references.
2018-01-01 10:23:04 +00:00
wiz
2076e2107b libcarddav: update HOMEPAGE, comment out dead MASTER_SITE 2017-12-24 09:54:40 +00:00
ryoon
38b60edd10 Fix gtk3 option build
Reported by pgoyette@ on pkgsrc-users@. Thank you.
2017-12-24 09:13:10 +00:00
ryoon
4fcc07b11b Update to 5.4.4.2
Changelog:
Bugs fixed compared to 5.4.4 rc1:
    ofz#4484 another stab at mnRangeOpPosInSymbol [Eike Rathke]
    tdf#109240 FILESAVE XLSX: Use of Data > AutoFilter provoke auto-creation of multiple defined Name ranges over multiple consecutive save in XLSX format of the same file causing compatibility issue with Excel 2016 (file cannot be opened in Excel 2016) [Aron Budea]
    tdf#112571 FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX [Aron Budea]
    tdf#114406 #NAME? error when using a number with percentage [Eike Rathke]

Bugs fixed compared to 5.4.3 (rc2):
    ofz#2947 check for input stream end [Eike Rathke]
    ofz#3745 bad-cast [Caolán McNamara]
    ofz#3759 check for valid starting dash index [Caolán McNamara]
    ofz#4066 bad-cast [Caolán McNamara]
    ofz#4076 bad palette READ [Caolán McNamara]
    ofz#4123 do not read past end of file [Eike Rathke]
    ofz#4335 verify sprmTDefTable length [Caolán McNamara]
    ofz#4406 limit escher object cell area to calc's limits [Caolán McNamara]
    ofz#4414 set new nWwCols after verifying legal size [Caolán McNamara]
    ofz#4435 bad-cast [Caolán McNamara]
    ofz#4436 check if seek succeeded [Caolán McNamara]
    ofz#4481 move Path2DContext body to onEndElement [Caolán McNamara]
    ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow case [Caolán McNamara]
    ofz#4491 bad-Cast [Caolán McNamara]
    rhbz#1505379 [fix available] Opened combo box is blocking the entire session [Caolán McNamara]
    tdf#58186 EDITING: Navigator is not Updated, if a Chapter Move (in the navigator) is Undone in the document (with Undo) [Jim Raykowski]
    tdf#60315 RTL: Slide pane context menu opens going left rather than going right [Caolán McNamara]
    tdf#82078 FILEOPEN: RTF - Bold text spilling over to non-bold text [Miklos Vajna]
    tdf#92190 PRINTs landscape despite configured as portrait (Mac OS) [Tor Lillqvist]
    tdf#99537 SIDEBAR: Content panel setting not saved between context changes [Jan-Marek Glogowski]
    tdf#103234 Cancelling content of a cell does not restore the previous text representing a value (e.g. '(/21) ) [Eike Rathke]
    tdf#103978 FILEOPEN: DOCX: Table is displayed behind the text [Justin Luth]
    tdf#104079 FILEOPEN: RTF: Spacing is smaller than it should be [Miklos Vajna]
    tdf#104228 rtf bad opening [Miklos Vajna]
    tdf#107111 FILESAVE: hyperlink text disappears after opening&saving specific DOCX (with some index/TOC before the link) [Vasily Melenchuk]
    tdf#107643 1.15 Line spacing has wrong preview in Paragraph dialog [Jim Raykowski]
    tdf#108124 CRASH: bad dynamic_cast! after redo operation [Fyodor Yemelyanenko]
    tdf#108795 Cannot enter colon or semicolon in formula bar (French version) [Eike Rathke]
    tdf#108916 .uno:LanguageStatus shouldn't appear in the customization dialog [Muhammet Kara]
    tdf#109282 CRASH: When editing Visio OLE and leaving the edit mode [Caolán McNamara]
    tdf#110431 FILEOPEN: calc listbox entries are lost on open *.ods file [Mohammed Abdul Azeem]
    tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
    tdf#111894 PaletteManager::LoadPalettes() leaks memory [Julien Nabet]
    tdf#111967 Vertical text in table formatted incorrectly [Mark Hung]
    tdf#112352 FILESAVE DOCX: Document with one column section appears with two columns in LO [Justin Luth]
    tdf#112435 navigator does not scroll when navigating to inactive document [Jim Raykowski]
    tdf#112547 FILEOPEN: Text on OLE object is not read [Regina Henschel]
    tdf#112549 Full screen mode should hide title bar and Gnome Shell top bar [Caolán McNamara]
    tdf#112633 FILESAVE PPTX: Presentation has some invalid content after RT [Jacobo Aragunde Pérez]
    tdf#112808 CONTEXT MENU: 'Edit Section' entry appears on indexes [Gulsah Kose]
    tdf#112830 RTL: Toolbar tooltips flicker heavily as mouse thinks its in the opposite location (Gtk2) [Caolán McNamara]
    tdf#112943 Colour dropdrown lists are displayed for a fraction of second (gtk3) (ambiance, radiance theme) [Caolán McNamara]
    tdf#113179 Referenced cells no longer colored [Eike Rathke]
    tdf#113190 [Digital-Signatures][OpenPGP] Revoked and expired keys are listed as available OpenPGP keys [Thorsten Behrens]
    tdf#113202 FILEOPEN: RTF: Incorrect vertical position of last bullet of the list [Miklos Vajna]
    tdf#113214 SIDEBAR: Style combobox in Styles content panel stays at "More Styles..." [Caolán McNamara]
    tdf#113230 Crash in: writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &) [Caolán McNamara]
    tdf#113263 FILESAVE: PPTX: Group shapes change position after RT [Szymon Kłos]
    tdf#113271 FILEOPEN: XLSX: Incorrect font colour [Bartosz Kosiorek]
    tdf#113284 Crash opening index dialog [Tamas Bunth]
    tdf#113328 EDITING Closing Colour replacer crashes the application [Caolán McNamara]
    tdf#113336 Crash when FILEOPEN .DOT Template [Caolán McNamara]
    tdf#113347 Scrolling with the horizontal/vertical toolbar is sluggish with OpenGL enabled [Mike Kaganski]
    tdf#113353 UI: floating toolbars have two heading (VCL: gtk2) [Maxim Monastirsky]
    tdf#113368 File Selection widget in dialog causes crash [Julien Nabet]
    tdf#113378 Table properties: the icons on preset buttons for outlining the table do not correspond to the actions and the popup tooltips [Caolán McNamara]
    tdf#113408 FILEOPEN: RTF - Indentation of image not retained [Miklos Vajna]
    tdf#113428 Arabic PDF export is messy in old files < 5.3 [Khaled Hosny]
    tdf#113446 "Edit Style" menu command missing from customize dialog [Yousuf Philips]
    tdf#113455 Impossible to clear "Width/Height in pages" after converting "Page style" sheet to Widget UI [Caolán McNamara]
    tdf#113550 FILEOPEN: RTF: Incorrect text indent [Miklos Vajna]
    tdf#113562 Last Digit is Automatically Deleted when Editing Formula with Comma-separated Values [Caolán McNamara]
    tdf#113591 Crash when switching between Calc and other LO window [Samuel Mehrbrodt]
    tdf#113592 LibreLogo: add fallback localization to fix platform issues [László Németh]
    tdf#113615 Basic command thiscomponent.currentselection(0).name returns wrong name of grouped Draw objects when GTK3 backend is used [Caolán cNamara]
    tdf#113647 Crash when clicking 2 times on "New Theme..." in Gallery on detached SideBar ( steps in comment 4 ) ( not gtk3) [Caolán McNamara]
    tdf#113657 impress crashes when trying to format - char an empty paragraph [Julien Nabet]
    td#113695 Crash when using color picker after parent toolbar is closed [Caolán McNamara]
    tdf#113787 CLI versioning: cli_oootypes.config is wrong [Michael Stahl]
    tdf#113790 'SAXParseException: Attribute w:cstheme redefined' error upon certain change tdf#113875 1bpp grey-level PNG images are mis-exported to PDF (as black&white) [Tor Lillqvist]
    tdf#113889 [FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX [Eike Rathke]
    tdf#113894 [Regression] Pasting tare mishandled on Linux in all vcl "backends" ("plugins") [Tor Lillqvist, Stephan Bergmann]
    tdf#113935 Switching from read-only to edit mode by clicking "Edit Document" isn't instantaneous anymore [Noel Grandin]
    tdf#114011 DATEADD() LOBasic function displays year incorrectly [Eike Rathke]
    tdf#114025 deadlock from lock dialog: Singleton vs. SolarMutex in framework [Michael Stahl]
    tdf#114112 Fields - Variables not listed alphabetically from 4.2 [Caolán McNamara]
2017-12-21 14:39:24 +00:00
wiz
e11d177d3e screen: turn on 256-colors support.
Bump PKGREVISION.
2017-12-14 09:38:43 +00:00
spz
4f4f26471e pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
markd
015f70238a kdeartwork4: disable eigen3 support as package wants to use eigen2
compatability that is no longer provided.
2017-12-10 20:04:58 +00:00
tsutsui
7f79072454 ruby-hashie: retire from a maintainership.
I imported this gem (via PR) for net/ruby-userstream for net/ruby-tw,
but ruby-userstream is no longer required and has been removed.
sysutils/ruby-chef-zero and misc/ruby-powerbar still depend on
this hashie gem but they don't have a maintainer since initial imports.
2017-12-10 06:17:02 +00:00
tsutsui
75ce29cf57 Remove ruby-atomic dependency.
It should have been removed on 0.3.5 update.
Also update HOMEPAGE per https://rubygems.org/gems/thread_safe info.

Bump PKGREVISION.
2017-12-09 22:01:27 +00:00
tsutsui
80a7294d7a ruby-rainbow: update to 3.0.0.
Upstream changes (from Changelog.md):

## 3.0.0 (2017-11-29)

* added String refinement
* added new `Rainbow.uncolor` method
* dropped MRI 1.9.3 compatibility
* dropped MRI 2.0 compatibility
* removed Rake dependency
2017-12-09 19:31:58 +00:00
maya
964bedc046 bump for print/poppler major bump
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-08 08:52:56 +00:00
adam
2707ff0247 dpkg: updated to 1.18.24
dpkg 1.18.24:
* Add missing symbols to the libdpkg map file.
* Fix dpkg-shlibdeps to preserve the Dpkg::Shlibs::find_library() order
  when scanning symbols/shlibs files. This was causing generation of bogus
  dependencies when multiple packages provide the same SONAME on different
  directories. Regression introduced in dpkg 1.18.17.
* Make dpkg-maintscript-helper print all unowned files from a directory
  when printing the error message, to ease debugging those problems after
  the fact.
  Based on a patch by Bastien ROUCARI?<88>S <roucaries.bastien@gmail.com>.
* Add duplicate prevention code for debian/files to dpkg-genbuildinfo, so
  that successive runs with different versions and equivalent build types
  do not generate multiple .buildinfo entries to be uploaded, which is
  similar to what dpkg-gencontrol is doing for .deb files.
* Fix conffile takeover handling during unpack in dpkg on --root or
  on diversions.
* Fix digest inference for shared conffiles, causing bogus takeover
  unpack errors. Regression introduced in dpkg 1.16.9.
* Improve tar entry metadata parsing in dpkg:
  - Do not parse device numbers for non block nor char tar entry objects.
  - Make the existing octal parser more robust, by checking for the
    expected format of leading zeros or spaces, followed by any ASCII
    octal characters (0-7), followed by zero or more space or NULs.
  - Add support for base-256 encoded numeric fields, to support large
    values, for UID/GID, device number, size and even signed timestamps.
    This is necessary not only to be able to store larger values, but to
    cover packages that can already be generated by dpkg-deb, given that
    it uses the system GNU tar when building.
* Architecture support:
  - Add support for ARM64 ILP32.
* Perl modules:
  - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
  - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
  - Ignore by default debian/files.new and debian/files for all source
    formats in Dpkg::Source::Package, because these are generated files
    with well known pathnames, part of the public interface, and with
    dpkg-genbuildinfo always injecting .buildinfo entries into
    debian/files, this meant this could disrupt previous workflows based
    on not cleaning the source tree.
* Documentation:
  - Many spelling fixes.
  - Do not include mispellings in changelogs, as that makes detecting them
    more difficult.
* Build system:
  - Use libexec variable for auxiliary internal programs, and set it to
    /usr/lib on Debian and derivatives.
  - Check that the detected tar is a GNU tar.
  - Check that the detected patch is a GNU patch, so that we get a directory
    traversal resistant patch implementation. This fixes CVE-2017-8283 by
    delegating those checks to patch(1), so that we trap blank-indented
    diff hunks trying to escape from the source tree.
* Test suite:
  - Add a test case for blank-indented patches which were the cause for
    CVE-2017-8283.
  - Handle files with non-zero sizes in c-tarextract libdpkg test code.
2017-12-07 12:35:41 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
ryoon
4949b62a3c Fix 'Application Error'
* Build and link harfbuzz 1.7.1 to avoid conflict fonts/harfbuzz
* Bump PKGREVISION
2017-11-27 23:59:24 +00:00
wiz
37ff97a3da *: depend on py-cairo now it supports all python versions 2017-11-24 22:15:58 +00:00
wiz
45e07aa75c p5-Locale-Codes: update to 3.55.
VERSION 3.55  (2017-11-17; sbeck)

NEW CODE(s)

(*) Deprecated in core

Because correct usage of any of the Locale::Codes modules requires that
they be kept up-to-date, I have long felt that it should not be distributed
as a core module.  After discussion on the perl5-porters list, it is agreed,
and the deprecation process has been started.

Changes from a github pull request applied

A couple minor changes (updated .travis.yml to include newest versions of
perl; and a couple changes to pod_coverage.t) reported by lancew on GitHub.

Got rid of Build.PL

Simplified things by only supporting one of Makefile.PL/Build.PL (and the latter
has been removed from perl core some time ago).  RT 123572

Fixed INSTALLDIRS

The behavior of installing core modules changed in 5.12 a bit, and Makefile.PL
now reflects that.  RT 123571
2017-11-24 14:31:18 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
khorben
5ac2e5f612 Remove useless patch
This modification to the Makefile is no longer necessary since the
custom CFLAGS and LDFLAGS are now passed explicitly, instead of through
the environment (which did not work for me).

NFC.
2017-11-16 15:14:54 +00:00
khorben
8a1fd955ef Add support for CFLAGS and LDFLAGS
This notably fixes building with MKPIE or RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.
2017-11-16 01:28:12 +00:00
wiz
b4abf85906 since: comment out dead sites 2017-11-15 22:19:44 +00:00
wiz
f2e2829794 p5-Locale-libintl: update to 1.29.
Version 1.29 - 09 Aug 2017

* Important: Fixed a bug that caused .mo files with a revision number
  of 0.1 not to be loaded (see https://github.com/gflohr/libintl-perl/issues/1)
* New bug tracker address is https://github.com/gflohr/libintl-perl/issues
2017-11-13 14:20:57 +00:00
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
khorben
08f3106d89 Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.

This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).

As discussed on tech-pkg@
2017-11-12 15:36:57 +00:00
ryoon
eb6a098f87 Update to 5.4.3.2
Changelog:
Bugs fixed compared to 5.4.3 rc1:
    tdf#97630 LibreOffice uses wrong attribute for feature "shrink-to-fit" [Michael Stahl]
    tdf#108580 Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing (for local solution see comment 7) [Christian Lohmaier]
    tdf#109343 Cannot paste formatted text (.rtf) from clipboard on Mac. It comes always unformatted. Still broken in 5.3.6 and 5.4.1 [Xisco Fauli]
    tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
    tdf#112928 LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit) [Mike Kaganski]
    tdf#113225 LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL ) [Michael Meeks]
    tdf#113227 FILESAVE: PPT: bullets disappear after RT [Noel Grandin]
    tdf#113253 FILESAVE: PPT: Graphics change their shapes after RT [Caolán McNamara]

Bugs fixed compared to 5.4.2 final (rc2):
    ofz#2833 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#2867 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#3419 null-dereference READ [Caolán McNamara]
    ofz#3527 invalid read of size 8 [Caolán McNamara]
    ofz#3532 invalid read of size 8 [Caolán McNamara]
    rhbz#1471983 Libreoffice Impress crashes on Edit Master [Caolán McNamara]
    tdf#86083 TOOLBAR: 'Column' and 'Row' group buttons [Yousuf Philips]
    tdf#91106 1st Hierarchical level in Styles and Formatting is not alphabetically sorted [Michael Stahl]
    tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
    tdf#99689 Subscript not working in Illustration index or Index of Tables [Tamas Bunth]
    tdf#100822 FILEOPEN: xlsx file: imported DateTime cells are empty with certain non-en_US locales (Excel 2010 compatible) [Eike Rathke]
    tdf#103685 SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector [Julien Nabet]
    tdf#104937 FILEOPEN: RTF: table's columns are narrower than they should be [Miklos Vajna]
    tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna]
    tdf#107605 Formatting fonts with bad metrics causes line height problems, e.g. Cardo [Khaled Hosny]
    tdf#108406 libreoffice from 5-4 branch shows a broken helpimg icon theme in options [Katarina Behrens]
    tdf#108703 LibO is trying to access OpenOffice\dict_word.brk & dict_word_en.brk when scrolling through a document [Eike Rathke]
    tdf#111480 FILEOPEN: Circular text is imported horizontally [Szymon Kłos]
    tdf#112211 FILEOPEN: RTF: Incorrect horizontal bullet position [Caolán McNamara, Miklos Vajna]
    tdf#112247 FILESAVE: DOC: shape increases in size every time it is saved [Szymon Kłos]
    tdf#112292 Memory usage is steadily increasing every time when copying something to the clipboard even with 0 undo steps [Noel Grandin]
    tdf#112388 Fraction::Fraction(Fraction const&) leaks memory [Caolán McNamara]
    tdf#112399 Unable to correctly open a Word 2003 document [Caolán McNamara]
    tdf#112423 MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash [Julien Nabet]
    tdf#112425 libMacOSXSpelllo.dylib MacSpellChecker::GetSpellFailure is leaking memory with multiple invocations [Julien Nabet]
    tdf#112446 FILEOPEN,DOCX Misplaced page number [Justin Luth]
    tdf#112486 (DirectWrite-Regression) [META] Bugs caused/worsened by more use of DirectWrite [Xisco Fauli]
    tdf#112507 FILEOPEN: RTF: Incorrect paragraph's width [Miklos Vajna]
    tdf#112523 Calc function names in the Polish language version. [Eike Rathke]
    tdf#112552 Shape's gray background is lost after saving to PPTX [Tamás Zolnai]
    tdf#112557 Subtitle placeholder shape leads to corrupted PPTX file [Tamás Zolnai]
    tdf#112574 Image style editing crashes LO [Michael Stahl]
    tdf#112647 Fixed line spacing is saved incorrectly to PPTX [Tamás Zolnai]
    tdf#112656 selected text is truncated in Calc sort dropdown [Caolán McNamara]
    tdf#112679 Copied FORMTEXT field in DOC is corrupted when file is saved and reopened [Michael Stahl]
    tdf#112680 Color picker dialog opens with incorrect custom color [Caolán McNamara]
    tdf#112727 Chart crashes when transparency is square [Julien Nabet]
    tdf#112732 Navigator Promote Demote of last entry in Header outline causes crash (debug) [Michael Stahl]
    tdf#112780 Incompatibility in 5.3.1.2 for spreadsheet created with 5.1 (wrong data type) [Eike Rathke]
    tdf#112827 Main menu bar not reversed when running RTL UI (Gtk3) [Caolán McNamara]
    tdf#112836 In master view, bottom areas are wrongly positioned [Noel Grandin]
    tdf#112933 LO CALC: FORMATTING: of Time changed meaning of MM:SS.0 [Eike Rathke]
    tdf#112947 Possible write to free'd memory in OResultSet.cxx [Julien Nabet]
    tdf#113052 Crash when right-clicking the breakpoint column in the Basic IDE [Jan-Marek Glogowski]
2017-11-10 22:54:04 +00:00
ryoon
c70c03a069 Update to 4.6.2
Changelog:
Version 4.6.2 (23/10/2017):
  * Fixes:
        - revert changes to cursor position restore behavour (bug #51832)
        - set freed pointer to NULL (bug #52133)
        - documentation fixes
        - fix windowlist crashes (bug #43054 & #51500)
2017-10-24 11:45:18 +00:00
maya
d5a5d25ff9 vimpager: vim-gtk is no longer a thing, but vim-gtk3 is.
Allow that as a dependency.
2017-10-24 04:24:40 +00:00
khorben
3e589eff98 Add support for CFLAGS and LDFLAGS
This notably fixes building with RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.
2017-10-23 23:21:59 +00:00
fhajny
4baf029ec4 Update misc/erlang-p1_utils to 1.0.10.
- Fix problem with edoc.
2017-10-17 14:01:49 +00:00
leot
2bc59f38dd tmux: Update misc/tmux to 2.6
Changes:
CHANGES FROM 2.5 TO 2.6, 05 October 2017
* Add select-pane -T to set pane title.
* Fix memory leak when lines with BCE are removed from history.
* Fix (again) the "prefer unattached" behaviour of attach-session.
* Reorder how keys are checked to allow keys to be specified that have a
  leading escape. GitHub issue 1048.
* Support REP escape sequence (\033[b).
* Run alert hooks based on options rather than always, and allow further bells
  even if there is an existing bell.
* Add -d flag to display-panes to override display-panes-time.
* Add selection_present format when in copy mode (allows key bindings that do
  something different if there is a selection).
* Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats.
* Make bell, activity and silence alerting more consistent by: removing the
  bell-on-alert option; adding activity-action and silence-action options with
  the same possible values as the existing bell-action; adding a "both" value
  for the visual-bell, visual-activity and visual-silence options to trigger
  both a bell and a message.
* Add a pane_pipe format to show if pipe-pane is active.
* Block signals between forking and resetting signal handlers so that the
  libevent signal handler doesn't get called in the child and incorrectly write
  into the signal pipe that it still shares with the parent. GitHub issue 1001.
* Allow punctuation in pane_current_command.
* Add -c for respawn-pane and respawn-window.
* Wait for any remaining data to flush when a pane is closed while pipe-pane is
  in use.
* Fix working out current client with no target. GitHub issue 995.
* Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8
  locale.
* Add user-keys option for user-defined key escape sequences (mapped to User0
  to User999 keys).
* Add pane-set-clipboard hook.
* FAQ file has moved out of repository to online.
* Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue
  941.
* Do a dance on OS X 10.10 and above to return tmux to the user namespace,
  allowing access to the clipboard.
* Do not allow escape sequences which expect a specific terminator (APC, DSC,
  OSC) to wait for forever - use a small timeout. This reduces the chance of
  the pane locking up completely when sent garbage (cat /dev/random or
  similar).
* Support SIGUSR2 to toggle logging on a running server, also generate the
  "out" log file with -vv not -vvvv.
* Make set-clipboard a three state option: on (tmux both sends to outside
  terminal and accepts from applications inside); external (tmux sends outside
  but does not accept inside); and off.
* Fix OSC 4 palette setting for bright foreground colours. GitHub issue 954.
* Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they
  are available. (Tc is still supported as well.)
* Fix redrawing panes when they are resized several times but end up with the
  size unchanged (for example, splitw/resizep -Z/breakp).
* Major rewrite of choose mode. Now includes preview, sorting, searching and
  tagging; commands that can be executed directly from the mode (for example,
  to delete one or more buffers); and filtering in tree mode.
* choose-window and choose-session are now aliases of choose-tree (in the
  command-alias option).
* Support OSC 10 and OSC 11 to set foreground and background colours.
* Check the U8 capability to determine whether to use UTF-8 line drawing
  characters for ACS.
* Some missing notifications for layout changes.
* Control mode clients now do not affect session sizes until they issue
  refresh-client -C. new-session -x and -y works with control clients even if
  the session is not detached.
* All new sessions that are unattached (whether with -d or started with no
  terminal) are now created with size 80 x 24. Whether the status line is on or
  off does not affect the size of new sessions until they are attached.
* Expand formats in option names and add -F flag to expand them in option values.
* Remember the search string for a pane even if copy mode is exited and entered
  again.
* Some further BCE fixes (scroll up, reverse index).
* Improvements to how terminals are cleared (entirely or partially).
2017-10-10 11:17:32 +00:00
ryoon
62883f1d94 Update to 5.4.2.2
Changelog:
Bugs fixed compared to 5.4.1 final (rc2)):

    bnc#825305 RTF import: fix HTML automatic spacing in styles [Miklos Vajna]
    fdo#75622 FILEOPEN: very slow on opening this slide with table [Tamás Zolnai]
    i#109369 Refactor row and column attribute storage in preparation for row limit increase [Noel Grandin]
    i#109373 Re-saving an ods document with auto-style ending at row 65536 causes hang [Noel Grandin]
    i#109384 Speed up ods document import post row limit increase [Noel Grandin]
    i#109385 Wrong type casting that would cause problem post row limit increase. [Noel Grandin]
    i#109386 Speed up pagenation performance [Noel Grandin]
    ofz#3092 direct-leak [Caolán McNamara]
    ofz#3110 GeneratePLCF only generated word6 sized missing entries [Caolán McNamara]
    ofz#3121 check bounds better [Caolán McNamara]
    ofz#3154 check bounds of special sprm [Caolán McNamara]
    ofz#3186 wrong starting offset for JOHAB 0x6D block [Caolán McNamara]
    ofz#3362 SYLK import: check ;X;Y;C;R col/row validity early [Eike Rathke]
    rhbz#1400287 Resizing properties window hides properties values [Caolán McNamara]
    rhbz#1467512 Unable to fill objects different from rectangles with bitmap patterns in the LO writer [Caolán McNamara]
    tdf#52510 Calc removes trailing semicolon in custom format , breaking Excel compatibility [Eike Rathke]
    tdf#62363 Data labels overlap in pie chart for small pies when "best fit" placement option is set. [Dennis Francis]
    tdf#85909 EDITING: Native tables visualization not refreshed after changes to borders [Tamás Zolnai]
    tdf#86019 Poor performance opening spreadsheet with a particular chart [Dennis Francis]
    tdf#88811 FILEOPEN: Drawing lines not imported from RTF [Miklos Vajna]
    tdf#91758 dash delimited dates entered are not correctly interpreted as Y-M-D in specific cases [Eike Rathke]
    tdf#93171 Subtotal function with function indexes 101-111 don't update when rows are hidden (hard recalculation is needed) [Eike Rathke]
    tdf#94882 FILEOPEN: content of header of page style not visible on loading .doc file [Luke Deller]
    tdf#95178 Export as PDF: Dialog-Box in Calc is too big with German UI [Adolfo Jayme Barrientos]
    tdf#95489 Character styles applied through the Styles menu does not function in some locales [Yousuf Philips]
    tdf#95960 UI - Displaced field value widget in User-Defined Document Properties [Caolán McNamara]
    tdf#96703 Exceptions com.sun.star.lang.NotInitializedException when opening odb file [Julien Nabet]
    tdf#97548 EDITING: When selecting cells for a formula, Ctrl is incorrectly behaving like Shift [Dennis Francis]
    tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
    tdf#98700 FILESAVE: toggled "keep with next paragraph" <w:keepNext/> incorrectly set when saving as DOCX [Justin Luth]
    tdf#100492 SVG export adds extra arrow heads [Vasily Melenchuk]
    tdf#100501 Support Java9 [Stephan Bergmann]
    tdf#101467 Template manager slow to load template previews [Julien Nabet]
    tdf#103734 EDITING: MIN()/MAX() do not propagate error from matrix in array formula [Eike Rathke]
    tdf#104141 FILEOPEN: PPT: .gif transparent background is imported as white (gtk3) [Caolán McNamara]
    tdf#104602 FILEOPEN DOCX: File appears to be empty [Justin Luth]
    tdf#104936 FILESAVE: RTF: Table's content is hidden behind a white frame after RT [Miklos Vajna]
    tdf#104937 FILEOPEN: RTF: table's columns are narrower than they should be [Miklos Vajna]
    tdf#106163 Create Table toolbar tool creates wrong number of columns in rtl environment [rtl, gtk3, regression] [Caolán McNamara]
    tdf#107249 Rendering of system font vertically cramped or cropped in dialog labels and controls in 5.3+ [Caolán McNamara]
    tdf#107480 FILEOPEN: RTF Auto spacing is 0.18 instead of 0.49 [Miklos Vajna]
    tdf#107730 CRASH when opening simple document containing shapes with OpenGL enabled [Caolán McNamara]
    tdf#107785 There's no download link to the SDK [Michael Stahl]
    tdf#107952 EDITING: Undo of formula changes doesn't show affected cells [Dennis Francis]
    tdf#108259 Autofilter can freeze LibreOffice [Eike Rathke]
    tdf#108299 CALC keeps running on exit after COPYing 3+ whole rows to clipboard with OPENGL enabled [Dennis Francis]
    tdf#108406 libreoffice from 5-4 branch shows a broken helpimg icon theme in options. [Andreas Brandner]
    tdf#108722 MAILMERGE: Assertion failed when editing address block (debug build) [Michael Stahl]
    tdf#108765 FILEOPEN: DOCX - Footnote paragraph and character styles opens incorrectly when styles not defined [Justin Luth]
    tdf#108795 Cannot enter colon or semicolon in formula bar (French version) [Eike Rathke]
    tdf#108926 Notes placeholder text boxes not shown in PPTs [Tamás Zolnai]
    tdf#108943 FILEOPEN: RTF: left margin on first paragraph's line is ignored [Miklos Vajna]
    tdf#108963 Original bounding box of rotated text shows as white overlay in the pdf file after exporting from Impress [Miklos Vajna]
    tdf#109052 Crash in: mergedlo.dll (see comment 3) [Tamás Zolnai]
    tdf#109104 ENCODEURL() function does not correctly encode newlines [Julien Nabet]
    tdf#109142 Tibetan long U not correctly rendered [Stephan Bergmann, Khaled Hosny]
    tdf#109184 FILEOPEN: DOCX - Table cells imported with white background when it should be no fill [Szymon Kłos]
    tdf#109241 python: Win32: urllib on https URLs fails due to loading wrong OpenSSL libraries [Michael Stahl]
    tdf#109261 Crash in: rtl_uString_acquire when adding a video to a slide with zero undo steps [Tamás Zolnai]
    tdf#109863 Crash in: XPropertyList::Count() [Tamás Zolnai]
    tdf#110077 Font name preview in dialog appears as black bar [Caolán McNamara]
    tdf#110355 Writer compatibility settings no longer persist [Vitaliy Anderson]
    tdf#110452 Alt+key shortcut assigned to a command that is used as a menu mnemonic opens the menu [Caolán McNamara]
    tdf#110737 No animations on gtk3 with two screens connected [Caolán McNamara]
    tdf#111073 Fullscreen: incorrect gif's background (gtk3) [Caolán McNamara]
    tdf#111483 FILEOPEN: Ole object not displayed (gtk3) [Caolán McNamara]
    tdf#111492 XHTML export does not honor numbering levels [Julien Nabet, Samuel Mehrbrodt]
    tdf#111548 PPTX: ActiveX checkbox control appear as picture [Tamás Zolnai]
    tdf#111634 Multiple memory leaks in libmacabdrv1 [Julien Nabet]
    tdf#111760 Crash when closing the save dialog after the main window (gtk3) [Caolán McNamara]
    tdf#111797 "For the current document only" checkbox is aligned to the right [Gabor Kelemen]
    tdf#111818 assertion in SvxSearchItem::GetRegExp() const, srchitem.hxx:244 [Julien Nabet]
    tdf#111844 Icons rendered to infobar are mishandled on high resolution (3200x1800) [heiko tietze]
    tdf#111864 Progress bar not displayed when it's called from a macro (gtk3) [Caolán McNamara]
    tdf#111891 FORMATTING (Styles): The vertical frame alignment setting is not preserved when the document is opened [Justin Luth]
    tdf#111894 PaletteManager::LoadPalettes() leaks memory [Julien Nabet]
    tdf#111908 soffice --help crashes / fails assertion / silently fails [Mike Kaganski]
    tdf#111925 fileopen .xpm fails [Caolán McNamara]
    tdf#111934 FILEOPEN: crash sigsegv when opening file with invalid style:map [Michael Stahl]
    tdf#111939 Toggling off Autofilter with VBA macro does not restore filtered rows [Dennis Francis]
    tdf#111974 LO crash on loading this document [Dennis Francis]
    tdf#112006 Axis labels missing on deep axis in 3D column chart [Xisco Fauli]
    tdf#112017 FILEOPEN: Crash with Application Error when opening file with nested draw elements [Caolán McNamara]
    tdf#112018 FILEOPEN: Hang on file with negative table:number-columns-repeated [Caolán McNamara]
    tdf#112027 SfxCommonTemplateDialog_Impl::FillTreeBox() leaks memory [Julien Nabet]
    tdf#112063 Dialog Basic Macro Organizer→Export→Export as Extension → file selection dialog blocked [Caolán McNamara]
    tdf#112101 FILEOPEN: Crash with Application Error when opening file with particular office:event-listeners [Caolán McNamara]
    tdf#112122 FILEOPEN: Crash with Application Error when opening particular file with text:alphabetical-index-mark [Michael Stahl]
    tdf#112123 FILEOPEN: Crash with Application Error when opening particular file with style:data-style-name [Caolán McNamara]
    tdf#112145 export of editengine color highlight to pdf sometimes results in invisible text [Caolán McNamara]
    tdf#112163 FILEOPEN: Crash with Application Error when opening file with particular table and pagelayout [Michael Stahl]
    tdf#112164 FILEOPEN: Crash with Application Error when opening particular file with table and mismatched xml tag [Michael Stahl]
    tdf#112169 Crash in: MSWordExportBase::GetItem(unsigned short) [Tamás Zolnai]
    tdf#112177 NPER function not working as anticipated following example in excel (which works in google sheets) [Winfried Donkers]
    tdf#112180 Writer crashes reading RawFontData from corupt TTF fonts [Caolán McNamara]
    tdf#112208 FILEOPEN: RTF: Incorrect indent [Justin Luth]
    tdf#112254 CuiAboutConfigTabPage::InsertEntry leaks memory [Julien Nabet]
    tdf#112258 UI Autofilter on date cells: Filter result doesn't correspond to user input, user input is modified automatically [Eike Rathke]
    tdf#112269 There is a heap overflow in libwpd. This vulnerability can be triggered in libreoffice. [Caolán McNamara]
    tdf#112311 Crash when opening docx converted from pdf (Linux/MAC) [Michael Stahl]
    tdf#112408 Help button in presenter console makes LO crash [Caolán McNamara]


Bugs fixed compared to 5.4.2 rc1:

    ofz#2877 unknown Read [Caolán McNamara]
    ofz#3301 sw: DeleteAndJoin found yet another way to delete new redline [Michael Stahl]
    ofz#3412 SYLK import: check ;X;Y;C;R col/row validity early [Caolán McNamara]
    ofz#3457 unknown Read [Caolán McNamara]
    tdf#111894 PaletteManager::LoadPalettes() leaks memory [Julien Nabet]
    tdf#112005 ODF: wrong place for draw:notify-on-update-of-ranges, is in loext:p, should be in draw:object [Michael Stahl]
2017-10-08 04:51:35 +00:00
adam
81becabd87 py-stdnum: update to 1.7
changes from 1.6 to 1.7:
* add modules for the following number formats:
  - BN (Canadian Business Number)
  - SIN (Canadian Social Insurance Number)
  - IdNr (Steuerliche Identifikationsnummer, German personal tax number)
    (thanks Mohammed Salman of Holvi)
  - Registrikood (Estonian organisation registration code)
    (thanks Mohammed Salman of Holvi)
  - Veronumero (Finnish individual tax number)
    (thanks Mohammed Salman of Holvi)
  - UPN (English Unique Pupil Number)
* fix a bug in the Czech DIČ check digit calculation
* fix conversion of 9 digit ISBN to ISBN13
* fix a bug in the Damm is_valid() function
* more validation of 13-digit ISBN values
* more validation of ISMN values
* various code and test improvements (100% branch coverage now)
* documentation improvements
2017-10-04 13:25:43 +00:00
minskim
a3733e38c2 misc/Makefile: Add ruby-windows_error 2017-10-03 17:04:21 +00:00
minskim
db747e7aa1 misc/ruby-windows_error: Import version 0.1.2
The WindowsError gem provides an easily accessible reference for
standard Windows API Error Codes. It allows you to do comparisons as
well as direct lookups of error codes to translate the numerical value
returned by the API, into a meaningful and human readable message.
2017-10-03 17:03:30 +00:00
wiz
c8b1b02f9d goffice0.10: update to 0.10.35.
goffice 0.10.35:

Morten:
	* Fix quad-precision overflow problem.

--------------------------------------------------------------------------
goffice 0.10.34:

Morten:
	* Fix rich-text format problem.

--------------------------------------------------------------------------
goffice 0.10.33:

Jean:
	* Make box plots look like bar plots in legends. [#773825]
	* Fix conditional compilation for long double. Patch from Ludovic
	Rousseau). [#774439]
	* Reimplement major grids for discrete axes. [#775624].
	* Fix add child menu in graph guru. [#777336]
	* Fix evaluation of regression curves for area plots. [#777334]

Morten:
	* Introspection fixes.

--------------------------------------------------------------------------
goffice 0.10.32:

Morten:
	* Plug leak.
	* Avoid gnome-common dependency.

--------------------------------------------------------------------------
goffice 0.10.31:

--------------------------------------------------------------------------
goffice 0.10.30:

Jean:
	* Fix color scale reference to its axis. [#766829]

--------------------------------------------------------------------------
goffice 0.10.29:

Jean:
	* Do not load invalid data labels in XYcolor plots. [#765155]
	* Fix an infinite loop condition in 3D plots. [#765480]
	* Implement line width and fill pattern support in themes. [#765970]

Morten:
	* Improve go_complex_sqrt.
	* Improve go_complex_div.

--------------------------------------------------------------------------
goffice 0.10.28:

Jean:
	* Fix histograms with missing values. [#763446]

Morten:
	* Configuration fixes.
	* Introspection improvements.

--------------------------------------------------------------------------
goffice 0.10.27:

Andreas:
	* Support new foreign element in ODF export of time styles

Jean:
	* Add title to axis lines. [#760675]
Morten:
	* Fix go_complex_powl accuracy for real case.
	* Fix go_complex_div for very small divisor.

--------------------------------------------------------------------------
goffice 0.10.26:

--------------------------------------------------------------------------
goffice 0.10.25:

Morten:
	* Plug leaks.
	* Fix axis editing bug.  [#684886]
	* Make builds more reproducible.

--------------------------------------------------------------------------
goffice 0.10.24:

Jean:
	* Fix bounds and distance for rectangle and paths in RTL mode. [#753963]
	* Don't access NULL X or Y values in YXZ matrix plots. [#754590]
2017-10-03 12:44:05 +00:00
wiz
eef80df883 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-29 12:40:26 +00:00
wiz
c8f6eef5b9 koffice-i18n-*: remove translations for removed koffice package 2017-09-27 13:35:17 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
wiz
ef6d0c6c56 fbreader: remove qt3 option 2017-09-26 09:43:28 +00:00
wiz
d1836bd8c8 celestia: remove kde (KDE3) option 2017-09-26 09:43:03 +00:00
joerg
ab8e866991 Don't use bundled six, it conflicts with newer installed versions
required i.e. by py-html5lib.
2017-09-25 22:30:43 +00:00
joerg
eb62eb28aa Bump revision for podofo changes. 2017-09-25 22:26:51 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
taca
891ff02004 misc/ruby-ohai: update to 13.4.0
13.4.0 (2017-09-11)

* Add Arch Linux support to package plugin #1042
* Detect LXC if LXC and Docker are on the same host #1055
* Add Azure metadata endpoint support #1033
* Move all requires into the plugin definitions #1045
* Improve detection of Windows EC2 nodes by using UUID information #1052
* Add error handling in Linux filesystem plugin #1047
* Properly handle uptimes over a year on AIX #1049
* Handle situations where /proc/cpuinfo lacks core data #1038
2017-09-18 04:18:34 +00:00
taca
9e8b2102d5 misc/ruby-progressbar: update to 1.8.3
Version v1.8.3 - September 13, 2017

* Update warning_filter to fix require_relative

Version v1.8.2 - December 10, 2016

Fix

* Predicates not available on 1.8.7

Add

* progressbar as a gem build target

Removed

* reek
2017-09-18 00:59:47 +00:00
taca
5f3fcfdfc7 misc/ruby-mini_portile2: update to 2.3.0
### 2.2.1 / 2017-09-13

#### Enhancements

* Verify checksums of files at extraction time (in addition to at download time). (#56)
* Clarify error message if a `tar` command can't be found. (#81)
2017-09-18 00:58:32 +00:00
wiz
f365925489 p5-Mac-PropertyList: update to 1.412.
Add missing dependency.

1.412 2017-07-30T18:27:33Z
	* Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466
	and GitHub #5 (as a pull request)
	* Note that this module does not handle ASCII or JSON formats (but they
	are in the wishlist now) (anonymous Yahoo! user)

1.411 2017-07-19T02:10:42Z
	* Bram Stappers fixed a regression with XML comments

1.41_01 2015-01-29T04:41:09Z
	- RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant)
	- RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
2017-09-17 20:23:14 +00:00
wiz
23cf6eb179 p5-Locale-libintl: update to 1.28.
bumped version number to 1.28
    git ignore in sample
    editorial changes
    use new class methods for xgettext options
    quote import tags in docs
    updated copyright date
    git ignore
    updated FAQ
    new class methods options, flags, and keywords
    This will produce the default keyword and flag definitions for xgettext
    for Locale::TextDomain.
    updated ChangeLog
    updated NEWS
    updated fsf address
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=114731
    updated NEWS
    do not require modules from relative paths
    Fixes https://security-tracker.debian.org/tracker/CVE-2016-1238
    updated ChangeLog
    do not generate files in distribution
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=119014
    bumped version number to 1.27
    fix building on Perl without "." in @INC
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=120446
    updated
    typo
    generate README from markdown file
2017-09-17 20:19:39 +00:00
wiz
a4e8c253bc p5-Locale-Codes: update to 3.54.
Bug fix release, for more details see
http://search.cpan.org/~sbeck/Locale-Codes-3.54/lib/Locale/Codes/Changes.pod
2017-09-17 20:16:12 +00:00
taca
1cba77e264 misc: delete ruby-mini_portile 2017-09-17 15:57:54 +00:00