summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2019-09-18misc/ruby-bundler: update to 2.0.2taca4-17/+21
## 2.0.2 (2019-05-13) Changes: - Fixes for Bundler integration with ruby-src ([#6941](https://github.com/bundler/bundler/pull/6941), [#6973](https://github.com/bundler/bundler/pull/6973), [#6977](https://github.com/bundler/bundler/pull/6977), [#6315](https://github.com/bundler/bundler/pull/6315), [#7061](https://github.com/bundler/bundler/pull/7061)) - Use `__dir__` instead of `__FILE__` when generating a gem with `bundle gem` ([#6503](https://github.com/bundler/bundler/pull/6503)) - Use `https` on externals links in the Bundler gemspec ([#6721](https://github.com/bundler/bundler/pull/6721)) - Removed duplicate gem names from the suggested `did you mean` list for gem typos ([#6739](https://github.com/bundler/bundler/pull/6739)) - Removed Ruby 1.x compatibility code ([#6764](https://github.com/bundler/bundler/pull/6764), [#6806](https://github.com/bundler/bundler/pull/6806)) - Fixed an issue where `bundle remove` would crash with certain Gemfiles ([#6768](https://github.com/bundler/bundler/pull/6769)) - Fixed indentation in the Bundler executable template ([#6773](https://github.com/bundler/bundler/pull/6773)) - Fixed an issue where plugins could register for the same Bundler hook multiple times ([#6775](https://github.com/bundler/bundler/pull/6775)) - Changed the "multiple sources" message in `bundle install` to be a warning instead of an error ([#6790](https://github.com/bundler/bundler/pull/6790)) - Fixed a bug where path gems would break when using `only_update_to_newer_versions` ([#6774](https://github.com/bundler/bundler/pull/6774)) - Fixed a bug where installing plugins with the `--delpoyment` setting would fail ([#6805](https://github.com/bundler/bundler/pull/6805)) - Fixed an issue where `bundle update` couldn't update & install a gem when `no_install` was set (a `bundle package` config) ([#7078](https://github.com/bundler/bundler/pull/7078)) - Fixed an issue where users could not run `bundle exec` on default gems ([#6963](https://github.com/bundler/bundler/pull/6963)) - Updated vendor libraries to their latest version ([#7076](https://github.com/bundler/bundler/pull/7067), [#7068](https://github.com/bundler/bundler/pull/7068)) - Fixed an issue where the `github` source was not using `https` by default that we mentioned in the 2.0 release ([#7182](https://github.com/bundler/bundler/pull/7182)) - Fixed an issue where `rake release` was not outputting the message to users asking for a 2fa token ([#7199](https://github.com/bundler/bundler/pull/7199)) Documentation: - Fix incorrect documented `BUNDLE_PATH_RELATIVE_TO_CWD` env var ([#6751](https://github.com/bundler/bundler/pull/6751)) - Update URLs in Bundler's documentation to use `https` ([#6935](https://github.com/bundler/bundler/pull/6935)) ## 2.0.1 (2019-01-04) Changes: - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/bundler/bundler/pull/6867)) ## 2.0.0 (2019-01-03) No new changes ## 2.0.0.pre.3 (2018-12-30) Breaking Changes: - Bundler 2 now requires RubyGems 3.0.0 at minimum Changes: - Ruby 2.6 compatibility fixes (@segiddins) - Import changes from Bundler 1.17.3 release Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` ## 2.0.0.pre.2 (2018-11-27) Breaking Changes: - `:github` source in the Gemfile now defaults to using HTTPS Changes - Add compatibility for Bundler merge into ruby-src Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` ## 2.0.0.pre.1 (2018-11-09) Breaking Changes: - Dropped support for versions of Ruby < 2.3 - Dropped support for version of RubyGems < 2.5 - Moved error messages from STDOUT to STDERR Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
2019-09-18misc/ruby-bundler1: fix runtime problemtaca3-15/+13
Fix runtime problem with changing better command names. Bump PKGREVISION.
2019-09-18Recursive revbump from audio/pulseaudioryoon3-6/+6
2019-09-18Remove misc/gnome-devel-docsnia5-469/+1
GNOME 2 development documentation - no longer useful
2019-09-18misc/py-anita: update to 2.0.gson3-14/+13
Changes from 1.49: In the test suite, run the tests in parallel to reduce the run time. Downloads can now be interrupted using SIGINT (control-C). On NetBSD, invoke makefs using its absolute path /usr/sbin/makefs as /usr/sbin may not be in PATH. Add support for Python 3. When using qemu from pkgsrc, log the exact pkgsrc version of qemu and glib2, including any nb suffix.
2019-09-16Remove misc/gnome-user-docs - old GNOME 2 documentation...nia5-2724/+1
2019-09-13Fix PLIST for gtk3 optionprlw11-1/+3
2019-09-12libcec: remove obsolete patch (not in distinfo after update)wiz1-31/+0
2019-09-10*: recursive bump for webkit-gtk-2.26.0leot1-2/+2
2019-09-10fbreader: amend patch checksum. thanks qjsgkem for the heads up.maya1-2/+2
2019-09-09fbreader: avoid narrowing conversion warning. Taken from gentoo.maya2-1/+18
Fixes PR pkg/54107: pkgsrc-2019Q1/misc/fbreader doesn't build with newer compiler(s)
2019-09-08libcec: explain GCC_REQDnia1-1/+2
2019-09-08libcec: Update to 4.0.4nia7-70/+61
libcec (4.0.4.1~#DIST#) #DIST#; urgency=medium * fixed: only prevent TV polls when a Samsung TV is detected instead of suppressing all logical addresses. issue #424 #444 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 21 Dec 2018 22:34:14 +0100 libcec (4.0.3.1~#DIST#) #DIST#; urgency=medium * fixed: * detect debian based distros properly when installing python. closes #314 * don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue #309 * send an active source message when a routing change has been received with libCEC's address as new route and no active source message has been sent yet. issue #309 #205 #233 * vs2015 c++ redistributables * fix missing tinfo linking in cec-client. #341 * set wrong variable. #343 #352 * LG - don't activate the source when receiving vendor command 0xB. #344 * LG TV always changing input when turned on #307 * Fix menu language string. #360 * correct python lib path for python 2.7+/3+. #356 * Fix build if tinfo library is not present. #398 * disable autonomous mode when a Samsung TV is connected. Samsung 2017+ TVs will power on randomly (Samsung bug). don't poll the TV. #424 * CRPiCECAdapterMessageQueue::Write() accessed the queue without locking. #423 * use sig_atomic_t for shared object between sig handler and main. #425 * python 3.5+ import. #356 * TDA995x: Fix logical address readback. #303 * TDA995x: Handle physical address change, optimize logical address setup. #303 * Pulse-Eight USB CEC adapter detection on macOS Mojave. #434 * Fix broken Python version check and failure to build on cmake < 3.7. #409 * 13 char device name got truncated * changed: * log a warning when we detect that RPi's CEC service is used by something else, blocking libCEC. issue #191 * const IAdapterCommunication::GetLogicalAddresses(), making the mutex mutable for now without changing the platform lib. closes #259 * Add a Reinitialze action. Useful for after the device has been powered down. #299 * Panasonic media control info to the readme * detect WIN64 in cmake automatically. #322 * README.developers.md. #330 * instructions for hdmi_force_hotplug=1 on the pi * eventghost plugin install/create. #375 * Include C version of libCEC loader when installing. #397 * Explicitly use python3 in pyCecClient. #433 * build with vs 2015 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 8 Nov 2018 18:05:36 +0100 libcec (4.0.2.1~#DIST#) #DIST#; urgency=medium * fixed: * windows: device detection. credits: @Portisch * don't automatically assume that an AVR is active in some situations * don't take Panasonic's vendor id when emulating an AVR * drm EDID parser not compiled in. credits @gdachs * python: have Swig generate Python threading support * python: only pass unsigned * python: allow empty callback parameters * python: install demo app as executable * python: correct install path. credits @Lo0k @mkreisl. #284 #288 #289 #291 * python: possible crash when passing an invalid callback -- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 23 Jan 2017 16:28:00 +0100 libcec (4.0.1.1~#DIST#) #DIST#; urgency=medium * fixed: * TransmitVolumeDown to use CEC_USER_CONTROL_CODE_VOLUME_DOWN. credits: @michaelarnauts * HAVE_AOCEC_API missing in if in AdapterFactory. credits: @gdachs * env.h had 'ON' instead of '1' for some values -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 3 Jan 2017 19:12:00 +0100 libcec (4.0.0.3~#DIST#) #DIST#; urgency=medium * fixed: * headers weren't installed after package name changes -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 14 Nov 2016 10:15:00 +0100 libcec (4.0.0.2~#DIST#) #DIST#; urgency=medium * changed: * updated readme files * renamed 'libcec-dev' to 'libcec4-dev' * fixed: * removed debian Replaces/Provides/Conflicts * crash in drm edid code. credits: @zivillian * compilation with -DHAVE_AOCEC_API=1 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 7 Nov 2016 22:43:00 +0100 libcec (4.0.0.1~#DIST#) #DIST#; urgency=medium * API cleaned up for v4 * changed: * signature for GetDeviceMenuLanguage() changed * signature for GetDeviceOSDName() changed * signature for libcec_get_device_menu_language() changed * signature for get_device_osd_name() changed * cec_datapacket size reduced to 16 bytes * callbacks changed to pass pointers instead of copies * obsolete entries removed from libcec_configuration * removed deprecated FindAdapters() and MuteAudio() * send volume change commands to the TV if no audio system is present. Only some TVs support this. closes #223 * added: * bAutoWakeAVR entry in libcec_configuration, which controls whether to automatically power on the avr or not when the source is activated. issue #156 * iDoubleTapTimeoutMs replacing iDoubleTapTimeout50Ms. time is now in milliseconds * new AO CEC adapter. credits: @gdachs * fixed: * compilation with full debugging enabled * handling of LG vendor command 0x0B. Issue #256. Credits @Vollstrecker * return value wasn't checked correctly in CLibCEC::RegisterClient() * Raspberry Pi fixes for issues #252 and #191 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 26 Oct 2016 18:08:00 +0100 libcec (3.2.0.1~#DIST#) #DIST#; urgency=medium * Slit up repositories for libCEC and .Net utilities. -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 19 Oct 2016 16:57:00 +0100 libcec (3.1.0.1~#DIST#) #DIST#; urgency=medium * changed / added: * bump platform lib (windows) * use a template that can be used by scripts for the changelog * make released key polling wait for exact time until key gets released. credits @popcornmix * keep track of time since initial button press and last button update credits @popcornmix * support repeating button presses with configurable repeat rate. credits @popcornmix * pass through duration on all button repeats. credits @popcornmix * updated README.md * moved the buffer in CDRMEdidParser::GetPhysicalAddress() from the stack to heap * added #include to make the IDE happy. not actually used when compiling * clean up device detection code a bit and replace winapi calls with CM_* calls. issue #130 * replaced lockdev by flock. closes #141 * use a single number as major SO version like others. credits @rbalint * Sharp uses vendor id 0x534850 too. issue #36 * use p8-platform instead of platform * detect dirty trees * support for vs2015 to build scripts * update build scripts for vs2015 and win10uni * fixed: * missing version.h when installing on windows * skip double press removal. It is handled through other means. credits @popcornmix * don't generate an invalid env.h when not built with the .git dir present. closes #112 * fix multi-arch libdir locations. credits @wsnipex * fix for holding buttons on remotes of Philips TVs. credits @mrgreywater * initialisation issue found on Raspberry Pi with Buildroot. credits @elouet * crash on systems without /sys/class/drm. credits @rbalint * segfault when an empty EDID blob is passed to GetPhysicalAddressFromEDID() * combo key (stop by default) in the EventGhost plugin. fixes #128 * silence compiler warnings * git-rev.sh script * clean/fix platform detection * display a nice error message if LibCecSharp failed to load * limit the log in cectray to 100k * open cec-tray minimised if configured. don't open and minimise. issue #158 * cosmetics: persist -> save * query commands in eventghost. fixes #160 * eventghost demo config * don't call PowerOnDevices() if no devices to wake have been configured. issue #97 * Don't skip checking for Rasperry Pi library (Fixes #166). credits @kingosticks * TDA99x check * disable DRM for FreeBSD -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 20 Jan 2016 00:37:32 +0100 libcec (3.0.1-1~#DIST#) #DIST#; urgency=low * changed / added: * autodetect physical ID from DRM. credits @PoppyPop * cmake command line options for raspberry pi distributions that don't use standard system paths for libs for some reason * convenience methods for compilation on the raspberry pi with non-standard system directories and cross compilation * explanation in README.md for Exynos and TDA995x * don't treat failed acks from the tv as error when sending an active source message * compilation info when building libCEC * build shared libraries by default * cec-client: 'tx' command parsing * fixed: * return code of CCECClient callbacks after async changed. credits: @mk01 * polling addresses on RPi. credits: @mk01 * interruptable Sleep() in RPiCECAdapterMessageQueue * Exynos support. credits: @YamashitaRen * XCASE got removed from posix termios in some recent version * don't return an abort code if sending a response code fails -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 03 Jul 2015 15:19:00 +0200 libcec (3.0.0-2) unstable; urgency=low * fixed: * build fixes on non-linux -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 01 May 2015 01:41:00 +0200 libcec (3.0.0-1) unstable; urgency=low * changed / added: * initial version of an EventGhost plugin * Python API added through Swig, based on the C++ API * switched from autotools to cmake * added curses support. credits @joao29a * added cecc-client (testclient for the C api) * added runtime libCEC loading for C * updated the C interface to include new features and no longer use a global library instance * some AVRs fail to be powered up by the TV when it powers up. power up the AVR explicitly * added support for CEC_DEVICE_TYPE_TV (useful for testing) * compile with c++11 * removed CStdString * drop 'using namespace std' * autogenerated version numbers, drop some backwards compat code * LibCecSharp: added PhysicalAddressToString() * CecSharpClient: better formatting of the scan command * fixed: * Debian packaging cleaned up. Credits @PimentNoir * fixed Raspberry Pi compilation. Credits @NHellFire * ignore vendor command with id from pioneer AVRs. bugzid: 3853 * update the vendor id of a device when receiving a vendor command with id before receiving a vendor id * XBMC->Kodi rebranding * don't delete m_client when m_cec hasn't been deleted yet in CLibCEC::~CLibCEC(). issue #63 * change device types in CCECProcessor::Process(), not directly. issue #63 * use shared_ptr<CPVRClient> instead of passing raw pointers around that can be unregistered from another thread and crash * check if the port or device actually changed in CCECClient::SetHDMIPort() * potential buffer overflow * fixed setting the physical address at startup when using default settings * don't call callbacks directly in libCEC, but queue them and process from a worker thread * libCEC Tray: crash when retrying to find adapters * libCEC Tray: don't show the "no device found" warning when resuming from standby * libCEC Tray: reconnect to the adapter after resuming from standby * libCEC Tray: send key presses to the active window when none of the predefined (wmc/kodi) ones are active * libCEC Tray: fixed key combinations with the windows key -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 03 Apr 2015 21:13:00 +0200
2019-09-07misc/libreoffice6-bin: update to 6.2.7.tsutsui2-12/+12
Note Linux 32 bit (x86) binaries are no longer released for the LibreOffice 6.3.x branch so 6.2.x is still used for libreoffice6-bin. Many upstream changes since 6.2.4 so not bother to quote whole lists in this commit log: https://wiki.documentfoundation.org/Releases/6.2.5/RC1 https://wiki.documentfoundation.org/Releases/6.2.5/RC2 https://wiki.documentfoundation.org/Releases/6.2.6/RC1 https://wiki.documentfoundation.org/Releases/6.2.6/RC2 https://wiki.documentfoundation.org/Releases/6.2.7/RC1
2019-09-07misc/ini_file_manager: remove misspelled C from USE_LANGUAGESrillig1-2/+2
It was ignored anyway, and the package builds fine without it, as expected.
2019-09-06Update to 6.3.1.2ryoon4-23/+88
Changelog: 6.3.1.2 Bugs fixed compared to 6.3.1 rc1: tdf#118856 Text flickering when highlighting text in about us windows [Miklos Vajna] tdf#125869 LibreOffice UI freezes (shows not responding) while exporting a pdf [Noel Grandin] tdf#126254 Help - About is black with Linux gen and gtk2 backend [Caolán McNamara] tdf#126271 Selecting of control points of curves not working correctly for combined polygons [Regina Henschel] tdf#126418 Crash in: ScColumn::MergeBlockFrame(SvxBoxItem *,SvxBoxInfoItem *,ScLineFlags &,long,long,bool,short) [Mike Kaganski] tdf#126693 I cannot create custom categories for captions [Caolán McNamara] tdf#126781 size of conditional formatting window prevents text to be changed (right end unreachable) [Caolán McNamara] tdf#126805 Config Tip-Of-The-Day option is shown displaced [Heiko Tietze] tdf#126819 Can't retrieve the mouse position written in the statusbar [Noel Grandin] tdf#126830 Icons not showing in menus [Noel Grandin] tdf#126908 no keyID for some tooltips in table toolbar [Laurent BP] tdf#126928 FILEOPEN: Multiple external link chain with several calc documents doesn't work properly any more [Eike Rathke] tdf#126989 Libreoffice v6.3.0.4 hangs - Scan in Writer/ Impress/ Draw/(Calc?) [Mike Kaganski] tdf#127002 Calc: Page Formatting: Header & Footer: can't move text cursor to proper position. [Caolán McNamara] tdf#127021 When attempting to insert a 'set variable' field into a document, not all formatting options are available [Caolán McNamara] 6.3.1.1 Bugs fixed compared to 6.3.0 (rc4): cid#1448222 out-of-bounds read [Caolán McNamara] cid#1448262 dereference before null check [Caolán McNamara] tdf#39742 DRAW, IMPRESS: Menu 'Tools-Options-DRAW-Print' settings not respected [Gabor Kelemen] tdf#42316 Creating a new document from a template removes the signature from all Macros [Jan-Marek Glogowski] tdf#44786 PRINTING: Draw ignores global print options, forgets print dialog settings [Gabor Kelemen] tdf#54908 printing when a selection is active should take in account it and activate the "print selection" radio button [Daniel Silva] tdf#94300 Fill gradients dont work in area content panel of chart sidebar [Katarina Behrens] tdf#106000 delete/edit comment in context box not an option if comment is escaped without writing anything in it. [Miklos Vajna] tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Zdeněk Crhonek] tdf#110442 EDITING: The image within the selection doesn't disappear after cutting [Michael Stahl] tdf#112535 FILESAVE: DOC: Image got distorted after RT [Miklos Vajna] tdf#116085 Cannot start Certificate Manager with GPG4win v3 [Thorsten Behrens] tdf#117185 Crash when closing the document after a specific undo redo operation (Paste) due to inserted fly anchored at end of last paragraph in body [Michael Stahl] tdf#118384 Sidebar: Style is not added back to hierarchy after deleting and redoing it [Jim Raykowski] tdf#121599 (Supress-migration-dialog) [META] Firebird Migration: Suppress migration dialog when embedded HSQLDB not opened interactively [Xisco Fauli] tdf#122358 Forms: Right and bottom borders of form-controls set to 'FLAT' style not displayed (gtk3) [Caolán McNamara] tdf#122774 All items in AutoFilter popup menu are not keyboard accessible [Jim Raykowski] tdf#123099 Creating new "HSQLDB Embedded" database immediately brings up migration-to-Firebird dialog [Xisco Fauli] tdf#123591 Firebird - Incorrect Pasting of Numeric Data [Xisco Fauli] tdf#123702 FILEOPEN RTF Size of page margins is different in Word and Writer [László Németh] tdf#124108 auto-correction of typographic quotation marks and apostrophes broken for fr_CI [Eike Rathke] tdf#124700 LibO6.2 regression: bad misrendering of metafile [Caolán McNamara] tdf#125100 EDITING: Insert OLE Object behaves different if new document is generated from template [Ilhan Yesil] tdf#125483 Changing Locale does not update the label of the separator key [Caolán McNamara] tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth] tdf#125628 FORMATTING: Part of text loose yellow highlight reopening document [Tamás Zolnai] tdf#125923 Numbering and Bullets dialog Revert button closes window instead of reverting changes on Impress [Gülşah Köse] tdf#126070 New Bullets Dialog - Preview zone not resizable + levels above 6-7 not visible with default zone size [Gülşah Köse] tdf#126168 Crash in: rtl_uString_acquire: frame style undo redo [Vasily Melenchuk] tdf#126222 EDITING Writer: After scrolling extra header/footer are shown [Ilhan Yesil] tdf#126227 Top border not displayed on track changes (gtk3) [Caolán McNamara] tdf#126309 Opening RTF document with Hebrew RLT (right to left) text is shown with the text written from left to right [Miklos Vajna] tdf#126460 Wrong rendering with Greyscale TIF with no / transparent background [Caolán McNamara] tdf#126471 Mail merge ignores preselected printer when printing second time [Michael Weghorn] tdf#126485 Tabs and indents in numbering and item list were limited to less than 20 pt [Caolán McNamara] tdf#126511 Delete path to Gallery from graphics list in B&N dialog [Gülşah Köse] tdf#126544 in DOCX files, some styles's "text direction" appears Right-to-Left or Left-to-Right depending on User Interface Language [Justin Luth] tdf#126588 EDITING: Firebird: View could be executed, but crashes when trying to save [Noel Grandin] tdf#126590 FILEOPEN DOCX Absolute links broken in Writer [Tünde Tóth] tdf#126597 Don't crash Outlook 2016 when sending multiple attachments mail via SimpleMail [Jan-Marek Glogowski] tdf#126611 XML Form Document: instance Data Navigator isn't shown in toolbar [andreas kainz] tdf#126626 CRASH: pasting fly at-char selection [Michael Stahl] tdf#126627 CRASH: undoing redlinehide deletion [Michael Stahl] tdf#126641 Hyperlink to bookmark in doc[x] file does not work [Mike Kaganski] tdf#126642 Allow PDF form export with different defaults based on Archive setting [Jan-Marek Glogowski] tdf#126643 If I select LibreOffice Calc macros Python, an error message box mentions JRE is required. [Mike Kaganski] tdf#126663 XLSX: LibreOffice is freezed when I try open Style list in Sidebar [Julien Nabet, Noel Grandin] tdf#126680 Two Finger Horizontal Scroll is Reversed on Linux and macOS [Jan-Marek Glogowski] tdf#126684 Character Style border attributes UI doesn't show borders or allow change to borders [Mike Kaganski] tdf#126685 CRASH: selecting all in sheet [Noel Grandin] tdf#126691 Placement of items in Writer + Undo is 100% broken [Caolán McNamara] tdf#126708 EMF image lost in command-line conversion from .odt to .doc [Luke Deller] tdf#126723 FILEOPEN DOCX Numbered list item gets indent setting from next paragraphs footnote [Justin Luth] tdf#126732 FILEOPEN: Writer crashes on opening Docx file [Caolán McNamara] tdf#126736 In line dialog, tab "Line Styles", dash length and spacing cannot be larger than 5% [Caolán McNamara] tdf#126746 Closed shape cap style, losed after export to pptx [Bartosz Kosiorek] tdf#126748 Intermittent crash exporting a ODS to XLSX [Mike Kaganski] tdf#126766 FORMATTING -10000 sometimes shows up as .0000 [Eike Rathke] tdf#126769 Sidebar can't be collapsed clicking on the hide arrow [Samuel Mehrbrodt] tdf#126790 CRASH: Closing LibreOffice while 'Help is not Installed' dialog is open in extension manager (gen/gtk) [Caolán McNamara] tdf#126808 UI: Writer crashes opening the style edit window after doing many style edits [Miklos Vajna] tdf#126844 Find & Replace Dialog no longer permits me to format "Replace" text. (GTK3) [Caolán McNamara] tdf#126848 Drop-down filter window in Pivot table is flickering when move mouse point on it [Xisco Fauli] tdf#126859 Custom document properties cannot be accessed in LO 6.3 [Caolán McNamara] tdf#126889 HELP: Very large images in a page of online help [Olivier Hallot] tdf#126931 Wrong date formats for Upper Sorbian and Lower Sorbian [Eike Rathke] tdf#126943 CRASH: Closing LibreOffice while load Styles dialog is open ( gen ) [Caolán McNamara]
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam9-18/+18
future Python 3.8
2019-09-02py-tqdm: updated to 4.35.0adam2-7/+7
tqdm v4.35.0: * add {bar} format specifier * add tests and documentation * update performance tests
2019-08-30qterm: Fix building terrifying K&R C with compilers made in this decade.nia2-1/+38
2019-08-27kunitconversion: update to 5.61.0markd1-5/+5
5.61.0 Add Binary Data units (bits, kilobytes, kibibytes ... yottabytes) 5.58.0 Fix l/100 km to MPG conversion
2019-08-27kemoticons: update to 5.61.0markd3-18/+8
changes unknown
2019-08-27attica-qt5: update to 5.61.0markd3-18/+8
changes unknown
2019-08-23p5-Locale-libintl: updated to 1.31adam2-8/+7
Version 1.31: * Fixes this bug in Locale::Simple:
2019-08-22Recursive revbump from boost-1.71.0ryoon50-100/+100
2019-08-21py-tqdm: updated to 4.34.0adam2-7/+7
tqdm v4.34.0 stable add leave=None convenience option for leave = position == 0 ensure nested completed bars respect leave=True ensure nested bars are cleared before being moved up support both and = syntax for CLI options misc documentation updates fix/update tests update GitHub docker package deployment
2019-08-19xfce4-weather-plugin: update to 0.10.0gutteridge2-8/+7
Change log: 0.10.0 ====== - Translation Updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Chinese (China), Croatian, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Greek, Icelandic, Indonesian, Italian, Lithuanian, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Russian, Slovenian, Spanish, Turkish
2019-08-19xfce4-time-out-plugin: update to 1.0.3gutteridge3-9/+11
Change log: 1.0.3 (13/8/2019) ===== - make strings translatable (fixes #8716) - Left-align labels for time settings (bug #6346) - Add option to hide icon - fixes #12084 - New translations: hy_AM, be, eo - Many translation updates
2019-08-19xfce4-smartbookmark-plugin: update to 0.5.1gutteridge3-9/+11
Change log: 0.5.1 : 2019/08/13 ===== - Preferences: Improve spacing and layout (bug #14675) - New translations for be, ku, fi - Lots of translation updates
2019-08-14Recursive bump of all packages using Go after Go 1.12.8 update.bsiegert2-4/+4
2019-08-14ansiweather: Update to 1.14.0.fcambus2-8/+8
ChangeLog: AnsiWeather 1.14.0 (2019-08-13) - Add final dots for options descriptions in ansiweather.1 - Stop mentioning that ftp can be used on Mac OS X, as it's apparently not the case anymore in Mojave - Remove space before percent sign for humidity display - Respect freedesktop/XDG spec for configuration (Thanks Ryan Delaney) OK kamil@
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz60-111/+120
2019-08-10Update to 6.3.0.4ryoon16-207/+334
* qt4 option is no longer provided Changelog: See: https://wiki.documentfoundation.org/ReleaseNotes/6.3 in detail * Improve performances * Improve file load an save performances in Writer * Improve MS Office file supoort in Calc * Use tabcompact UI by default * Use context single mode for Writer and Draw * Support PDF/A-2 export * And many improvements and bugfixes
2019-08-10Update to 1.4.5ryoon3-12/+12
Changelog: 1.4.5 * Support cmigemo too * Add French translation * CLean up autotools stuff 1.4.4 * Fix bytecompile errors * Add a link to MELPA 1.4.3 * Support Emacs 25.2.50.1 or later * Fix broken howm-list-title * Suppress password requests for remote files in howm-recentf * Fix file modes 1.4.2 * Support Emacs 24.3 or later * Improve performance of howm-list-all * Fix bytecompile errors by Emacs 24.3.1 * Fix new memo file mode under symlink * FIx misc bytecompile errors
2019-08-09R-praise: initial commitbrook4-1/+24
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
2019-08-09py-tqdm: updated to 4.33.0adam2-7/+7
tqdm v4.33.0 stable fix pandas==0.25 API change add contributor badges fix py26 travis CI metadata fixes .zenodo.json CODEOWNERS GitHub package registry docker deployment minor linting documentation updates
2019-08-08Update all R packages to canonical form.brook2-12/+8
The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-04Fix packaging under Linuxryoon2-2/+5
2019-07-31R-pillar: update to version 1.4.2.brook2-11/+14
Update to the canonical form of an R package.
2019-07-31R-Hmisc: initial commit.brook4-1/+40
Contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, importing and annotating datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of R objects to LaTeX and html code, and recoding variables.
2019-07-30goffice0.10: Update to 0.10.45nia3-10/+10
The Gnumeric Team is pleased to announce the availability of goffice version 0.10.45. This is a bugfix release. Details of changes by contributor: Jean Fix crash in exponential smoothing with invalid y data. [Bug 377]. Fix ring plot center size persistence. [Bug 395]. Morten Introspection fixes. Work around gtk-doc bugs.
2019-07-23*: recursive bump for poppler 0.79wiz2-4/+4
2019-07-22Use https for invisible-island.net.nia1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz33-61/+66
2019-07-21khard: build and install man page.wiz2-4/+11
Bump PKGREVISION.
2019-07-21khard: update to 0.14.0.wiz2-11/+12
v0.14.0: 2019-06-21 - Display ABLABELs for URLs and Private Objects - Allow vcard selections to be aborted explicitly - Unify edit and source subcommands - Merge export and show subcommands - Turn template export into a seperate command - Require python >= 3.5 - Add html documentation (generated with sphinx) - Add man page (generated with sphinx)
2019-07-20*: recursive bump for nettle 3.5.1wiz11-21/+22
2019-07-18Use https for xfce.org subdomains.nia4-8/+8
2019-07-13*: recursive bump for gtkspell enchant -> enchant2 change.wiz1-2/+2
2019-07-11Remove misc/yelp - replaced by misc/yelp3.nia7-225/+1
Discussed on pkgsrc-users@ last week.
2019-07-08Update to 6.2.5.2ryoon2-20/+19
Changelog: 6.2.5.2 List of fixed bugs Bugs fixed compared to 6.2.5 rc1: tdf#121486 Text in Thai for some font go right to left [Khaled Hosny] tdf#124251 Basic script error after update from LO 6.1.X to LO 6.2.X, when "URI" to open from a hyperlink is vnd.sun.star.script:... [Eike Rathke] tdf#125660 COMPARE DOCUMENTS: Crash in swlo!SwRedlineData::SetSeqNo [Michael Stahl] tdf#125670 Crash in: OutputDevice::InitClipRegion on Slide show [Jan-Marek Glogowski] tdf#125754 Crash swlo!SwAnchoredDrawObject::IsValidPos [Michael Stahl] tdf#125777 Toolbar icons not displayed in gen [Jan-Marek Glogowski] tdf#125983 CRASH: Updating link to external files [Noel Grandin] tdf#126000 Crash deleting template [Noel Grandin] 6.2.5.1 List of fixed bugs Bugs fixed compared to 6.2.4 (rc2): rhbz#1712823 libreoffice dies if I try to modify the backgound pattern of some paragraph [Caolán McNamara] rhbz#1713827 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara] rhbz#1719378 crash in Draw after starting a drag [Caolán McNamara] tdf#40457 Place captions above tables by default [Caolán McNamara] tdf#41996 EDITING: Drag and Drop Slides impossible with KDE [Katarina Behrens] tdf#42873 Videos playback misplaced in Presenter Console display [Mark Hung] tdf#51023 EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH [Katarina Behrens] tdf#54819 EDITING: with "track changes" the paragraph following a deleted paragraph changes its style [László Németh] tdf#56738 Wrong encoding in comments for file edited by Mac OS MS Word [Julien Nabet] tdf#80853 Calc freezes while filtering large data [Luboš Luňák] tdf#92079 Basic Dialog image background not set [Miklos Vajna] tdf#92577 Rendering artifacts on pressing Page Down multiple times on multi-page document [Miklos Vajna] tdf#96961 Hide whitespace mode: whitespace is hidden even on the last page [Miklos Vajna] tdf#100836 [PATCH] Proposed update for "Starting the LibreOffice Software With Parameters" help page [Jan-Marek Glogowski] tdf#100986 Rotated text does not work with on Windows (old layout: Graphite only, new layout:all fonts) [Miklos Vajna] tdf#101473 [EDITING] Function wizard crashes LibO when evaluating addin that implement XVolatileResult [Eike Rathke] tdf#103831 Horizontal text scaling doesn't work correctly when OpenGL is enabled on Windows [Miklos Vajna] tdf#105998 right/bottom borders of export shape to png (etc) missing [Xisco Fauli] tdf#107487 Unicode ExtB+ chars do not use fallback font correctly in Writer [Mark Hung] tdf#108687 Form option buttons not reachable with tab key [Justin Luth] tdf#111522 SdrUndoMoveObj::Undo() Crash When multi windows [Miklos Vajna] tdf#113241 Options for Number recognition in Writer tables deserve better default: turned on (only functioning when 'Number Recognition' is on!) [Cor Nouws] tdf#113541 EDITING - Link to external documents is not created correctly - incorrect URL formation when path contains upper case, spaces and '!', '#' or '$' characters [Eike Rathke] tdf#113714 Flicker when hovering over main menu with default rendering [Miklos Vajna] tdf#114209 Problems with rendering vertical text in charts - no anti-aliasing when OpenGL is enabled [Miklos Vajna] tdf#114596 External forms for a database doesn't save data - closing form with dataloss ( see comment 30 ) [Xisco Fauli] tdf#115032 AutoCaption preference in options dialog should show Above as default position of table captions [Caolán McNamara] tdf#117347 All labels disappear in Base Form if a selected field is not within visual display area [Miklos Vajna] tdf#118150 FILEOPEN XLSX Chart width gets compressed [Tamás Zolnai] tdf#118719 Whitespace is not Hidden in Cases with Page and Column Breaks [Miklos Vajna] tdf#119109 Embedded table position off after switching from webview to normal view & back [Michael Stahl] tdf#119856 kde5: Java extension "WollMux" not working properly [Michael Stahl] tdf#120338 FILEOPEN DOCX The paragraph formatting changes are not undone / freeze LO [Henry Castro] tdf#120343 Export to PDF opens PDF before the properties have been edited and the PDF is created [Caolán McNamara] tdf#120423 LibreOffice Base -> can't insert special character in a form [Caolán McNamara] tdf#120774 kde5: Rearranging Impress slides via drag'n'drop not always working as expected [Katarina Behrens] tdf#120836 KDE5: LO Calc slow at 'Select all' [Luboš Luňák] tdf#121241 MacOS: table borders aren't black but grayish ( zoom level < 150% ) [Xisco Fauli] tdf#122056 kde5: Impress crashes when at presentation end when Orca is enabled [Katarina Behrens] tdf#122198 The data source connected by "exchange database" is disconnected after the file is closed. [Szymon Kłos] tdf#122200 kde5: Crash when navigating tree in accerciser (Accessibility Explorer) [Michael Weghorn] tdf#122538 EDITING Table - Index Design: Index isn't sortable any more [Julien Nabet] tdf#122668 LibO 6.2.x KDE5 VCL regression: lines not appearing in presentation [Jan-Marek Glogowski] tdf#122765 Legend interferes with pie chart after pptx import [Tamás Zolnai] tdf#122789 Writer html image widths messed up when in percentages when opening file [Miklos Vajna] tdf#123011 KDE5: on wayland the gnome UI is selected [Michael Weghorn] tdf#123106 FILESAVE PPTX Shape changes its color back to default [Miklos Vajna] tdf#123460 EDITING DOCX Paragraph move with track changes leaves empty paragraph [László Németh] tdf#123549 the "close document" button is missing to return to welcome start window [Michael Weghorn, Jan-Marek Glogowski] tdf#123654 kde5: Writer crashes when text selected on close (Wayland only) [Michael Weghorn] tdf#123750 KDE5/ Plasma: LO Filedialog isn't showing removable devices [Michael Weghorn] tdf#123793 Can't step with keyboard to/between favorite special characters on group button [Jim Raykowski] tdf#123956 KDE5: a text caret does not move inside a preedit area [Jan-Marek Glogowski] tdf#123957 KDE5: Selected text in preedit area is not shown [Jan-Marek Glogowski] tdf#124027 LO Impress: Unnecessary grey rectangle on the screen while demonstration (slide with video) [Mark Hung, Katarina Behrens] tdf#124279 Function wizard structure tab shows inconsistent intermediate results [Katarina Behrens] tdf#124315 Old "Enter pastes clipboard" can still be executed after inserting current date or time. [Eike Rathke] tdf#124398 FILEOPEN DOCX Chart is missing from a document with charts and grouped texboxes [Miklos Vajna] tdf#124467 cannot disable wrap text [Caolán McNamara] tdf#124484 Impress crashes on slide show using "All displays" [Katarina Behrens] tdf#124565 FILESAVE: Pasted row height is reset by after saving and reopen [Vasily Melenchuk] tdf#124594 FILEOPEN DOCX Additional top and bottom margin on shape breaks layout [Miklos Vajna] tdf#124694 Video passing slide boundaries causes weird zoom in or shift (gtk2/gtk3) [Caolán McNamara] tdf#124754 FILEOPEN DOCX Hyperlink in text box does not get blue color [Serge Krot] tdf#124936 Help->About LibreOffice dialog does ] tdf#125062 Export as PNG with transparency changes shape of objects radically [Xisco Fauli] tdf#125099 Rounding of durations displayed as wall clock time. [Eike Rathke] tdf#125104 Changing page numbering to "1st, 2nd, 3rd,..." causes crashesand month of edited dates if the format's DMY order does not match the locale's MDY order and date acceptance patterns match both. [Eike Rathke] tdf#125128 Option's AutoCaption preference should show Above as default position of table captions (again)able causes freezing in 6.2.x [Caolán McNamara] tdf#125266 Hang when selecting Read Online Help (GTK2) [Caolán McNamara] tdf#125267 KDE5: Base 'Database Wizard' open existing database_file fails [Katarina Behrens] tdf#125271 Inserting this .mp4 file in impress leads to a CRASH [Caolán McNamara] tdf#125279 Custom properties with "_x005F_" keep growing escapements when roundtripping as OOXML formats [Eike Rathke] tdf#125281 Fileopen: EMF images in prix-immobilier-friggit.doc shrunk so not correct width [Miklos Vajna] tdf#125285 NB sd modules wrong usage of ObjectForwardOne, ObjectBackOne [andreas kainz] tdf#125310 DOCX Change tracking: deleting paragraph end mark inserts a page break [László Németh] tdf#125324 FILESAVE: DOCX: floating table changes position after RT [Patrick Jaap] tdf#125346 PPTX export: Shape has wrong fill color comming from theme [Tamás Zolnai] tdf#125348 autocorrect replacement table default width is increased by long autocorrect entries and you can't resize it [Caolán McNamara] tdf#125360 PPTX: Shape fill transparency is not exported if the original shape fill is defined with a theme [Tamás Zolnai] tdf#125371 Calculation in table destroys left alignment [Cor Nouws] tdf#125381 Index don't appear in management dialog for odb linked to dBase file (in Windows and in Linux with all renderings except gtk3) [Julien Nabet] tdf#125387 Fit to text checkboxes always disabled (gtk3) [Caolán McNamara] tdf#125413 Menu is black (gen) [Miklos Vajna] tdf#125415 Flicker when hovering over submenus with default rendering [Miklos Vajna] tdf#125447 Tooltip displayed by Redo button changes from 'Redo' to 'Re~do' when the button is sensitive in Draw, Calc and Impress [Caolán McNamara] tdf#125506 Helplines and snap guides no longer visible on macOS (antialising) [Xisco Fauli] tdf#125548 When using kde5 vcl, tab first inserts a tab, and then the document loses focus [Jan-Marek Glogowski] tdf#125550 The color of the menu changes when opening a change tracked DOCX document saved by MS Word (OpenGL) [Miklos Vajna] tdf#125556 FILEOPEN: URL fragment leaked from one object to another when importing Powerpoint ppt file [Noel Grandin] tdf#125576 Empty recent characters in special characters dialog for bullet customization. [Tamás Zolnai] tdf#125578 Safari sandboxing on macOS 10.14 blocks opening help [Christian Lohmaier] tdf#125591 FILEOPEN: DOC: performance regression opening a file with EMF images [Miklos Vajna] tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth] tdf#125624 CRASH working with file with lots of hints [Mike Kaganski] tdf#125673 KDE5: Calc sheet tab's context menu has unexpected highlighting [Jan-Marek Glogowski] tdf#125685 crash in layout after paste on particular document [Michael Stahl] tdf#125692 kde5: Impress crashes when closing after using presentation minimizer [Jan-Marek Glogowski] tdf#125761 Assert when opening paragraph dialog (gtk3 only) [Caolán McNamara] tdf#125808 A pivot table cannot be created from a registered data source [Caolán McNamara] tdf#125821 Crash on insertion of video [Jan-Marek Glogowski] tdf#125840 Crash when trying to customize Base Data View toolbar [Muhammet Kara] tdf#125875 UI: in the dlg Insert Hyperlink it is impossible to select the target (Internet/Mail/Document..) by keyboard [Caolán McNamara] tdf#125878 Dates imported incorrectly from dbf file [Eike Rathke]