summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-16help dependencies find the correct version of wxGTKdbj1-1/+6
This is a partial fix for PR pkg/50389
2016-02-16Avoid a crash on NetBSD when not every minion is presentkhorben5-7/+120
From the pull request pending, #31320: On NetBSD, Salt currently defaults to using lsof(8) to determine which minions are connected. It is however not always available, and even then quite unreliable. I found that just like on FreeBSD, sockstat(1) is a much safer alternative. Unfortunately its output is not exactly the same on NetBSD, where the port delimiter is a dot character instead. As a consequence I have decided to duplicate the relevant function for NetBSD; let me know if I should try to re-use the code supporting FreeBSD instead. See also https://github.com/saltstack/salt/pull/31230.
2016-02-16specify --with-arch-${MACHINE_ARCH} on Darwindbj1-1/+7
2016-02-16add xgettext msgmerge msgfmt to USE_TOOLSdbj1-2/+2
2016-02-16Add an RC script for salt-syndic(1)khorben2-3/+23
2016-02-15Updated net/php-baikal to 0.3.1wiz1-1/+2
2016-02-15Update php-baikal to 0.3.1.wiz4-530/+1218
Baïkal 0.3.1 is now the recommended version of Baïkal. This release fixes the most reported issues with Baikal, and also: Upgrades sabre/dav from version 1.8 to 3.1. Supports PHP 7. Makes the minimum PHP version 5.5. Adds support for calendar/addressbook export. Adds support for WebDAV-Sync. Upgrade instructions are here: http://sabre.io/baikal/upgrade/
2016-02-15Updated x11/libdrm to 2.4.67wiz1-1/+2
2016-02-15Update libdrm to 2.4.67:wiz3-8/+9
Alex Deucher (7): tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic tests/amdgpu: add a test for cp write data tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic tests/amdgpu: add a test for cp dma fill tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic tests/amdgpu: add a test for cp dma copy Chunming Zhou (2): amdgpu: validate user memory for userptr tests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 userspace development. Junwei Zhang (1): amdgpu: list each entry safely for sw semaphore when submit ib Ken Wang (1): amdgpu: fix for submition with no ibs Khem Raj (1): tests: Include sys/select.h Kylie McClain (1): tests: Include poll.h rather than sys/poll.h Marcin Ślusarz (1): configure.ac: don't detect disabled options dependencies Marek Olšák (2): configure.ac: disable annoying warning -Wmissing-field-initializers amdgpu: add semaphore support Michel Dänzer (2): amdgpu: Add new symbols to amdgpu-symbols-check radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl Rob Clark (4): freedreno: update uapi freedreno: small refactor for get_param freedreno: add support for FD_MAX_FREQ Bump version for release Rodrigo Vivi (1): intel/kbl: Add Kabylake PCI ids Stefan Agner (2): kmstest: Use util_open() tests: add fsl-dcu-drm to modules Sumit Semwal (1): android: enable building static version of libdrm Thierry Reding (1): tests: util: Fixup util_open() parameter order Ville Syrjälä (1): Fix memory leak with drmModeGetConnectorCurrent() monk.liu (1): amdgpu: drop address patching logics
2016-02-15+ bzr-2.7.0, ed-1.13, ffmpeg-3.0, miller-3.4.0.wiz1-2/+5
2016-02-15Add ap-authnz-crowd.jperkin1-1/+2
2016-02-15Added www/ap-authnz-crowd version 2.2.2jperkin1-1/+2
2016-02-15Import ap-authnz-crowd version 2.2.2 into pkgsrc.jperkin10-0/+358
Crowd is an application security framework that handles authentication and authorisation for your web-based applications. With Crowd you can quickly integrate multiple web applications into a single security architecture that supports single sign-on (SSO) and centralised identity management. Patches for Apache 2.4 and Subversion 1.8 suport from FreeBSD Ports.
2016-02-15Githubify.mef1-2/+3
2016-02-15Fix installation on OS Xadam2-19/+20
2016-02-15Enable the examples, some of them are a little more than mere examples.he2-3/+55
Adjust PLIST accordingly. Bump PKGREVISION.
2016-02-15Githubify.mef1-2/+2
2016-02-15Updated x11/gtk to 1.2.10nb15jperkin1-1/+2
2016-02-15Fix broken wchar test. Add LICENSE. Bump PKGREVISION.jperkin3-8/+25
2016-02-15Updated devel/glib to 1.2.10nb11jperkin1-1/+2
2016-02-15Workaround broken configure tests for Darwin/clang. Add LICENSE.jperkin3-6/+30
Bump PKGREVISION.
2016-02-15Updated www/py-werkzeug to 0.11.4.kleink1-1/+3
Updated www/py-werkzeug-docs to 0.11.4.
2016-02-15Update py-werkzeug (and py-werkzeug-docs) to 0.11.4.kleink2-7/+7
Version 0.11.4 -------------- Released on February 14th 2016. - Fixed werkzeug.serving not working from -m flag. - Fixed incorrect weak etag handling.
2016-02-15Set correct py-oauth2client minimum version, and fix PLIST for update to 1.4.2.wiz2-6/+18
2016-02-15Updated security/py-oauth2client to 1.5.2wiz1-1/+2
2016-02-15Update py-oauth2client to 1.5.2.wiz3-11/+23
Needed by py-google-api-python-client-1.4.2. ## v1.5.2 * Add access token refresh error class that includes HTTP status (#310) * Python3 compatibility fixes for Django (#316, #318) * Fix incremental auth in flask_util (#322) * Fall back to credential refresh on EDEADLK in multistore_file (#336) ## v1.5.1 * Fix bad indent in `tools.run_flow()` (#301, bug was introduced when switching from 2 space indents to 4) ## v1.5.0 * Fix (more like clarify) `bytes` / `str` handling in crypto methods. (#203, #250, #272) * Replacing `webapp` with `webapp2` in `oauth2client.appengine` (#217) * Added optional `state` parameter to `step1_get_authorize_url`. (#219 and #222) * Added `flask_util` module that provides a Flask extension to aid with using OAuth2 web server flow. This provides the same functionality as the `appengine.webapp2` OAuth2Decorator, but will work with any Flask application regardless of hosting environment. (#226, #273) * Track scopes used on credentials objects (#230) * Moving docs to [readthedocs.org][1] (#237, #238, #244) * Removing `old_run` module. Was deprecated July 2, 2013. (#285) * Avoid proxies when querying for GCE metadata (to check if running on GCE) (#114, #293) [1]: https://readthedocs.org/ ## v1.4.12 * Fix OS X flaky test failure (#189). * Fix broken OpenSSL import (#191). * Remove `@util.positional` from wrapped request in `Credentials.authorize()` (#196, #197). * Changing pinned dependencies to `>=` (#200, #204). * Support client authentication using `Authorization` header (#206). * Clarify environment check in case where GAE imports succeed but GAE services aren't available (#208). ## v1.4.11 * Better environment detection with Managed VMs. * Better OpenSSL detection in exotic environments. ## v1.4.10 * Update the `OpenSSL` check to be less strict about finding `crypto.py` in the `OpenSSL` directory. * `tox` updates for new environment handling in `tox`. ## v1.4.9 * Ensure that the ADC fails if we try to *write* the well-known file to a directory that doesn't exist, but not if we try to *read* from one. ## v1.4.8 * Better handling of `body` during token refresh when `body` is a stream. * Better handling of expired tokens in storage. * Cleanup around `openSSL` import. * Allow custom directory for the `well_known_file`. * Integration tests for python2 and python3. (!!!) * Stricter file permissions when saving the `well_known_file`. * Test cleanup around config file locations. ## v1.4.7 * Add support for Google Developer Shell credentials. * Better handling of filesystem errors in credential refresh. * python3 fixes * Add `NO_GCE_CHECK` for skipping GCE detection. * Better error messages on `InvalidClientSecretsError`. * Comment cleanup on `run_flow`. ## v1.4.6 * Add utility function to convert PKCS12 key to PEM. (#115) * Change GCE detection logic. (#93) * Add a tox env for doc generation. ## v1.4.5 * Set a shorter timeout for an Application Default Credentials issue on some networks. (#93, #101) * Test cleanup, switch from mox to mock. (#103) * Switch docs to sphinx from epydoc. ## v1.4.4 * Fix a bug in bytes/string encoding of headers. ## v1.4.3 * Big thanks to @dhermes for spotting and fixing a mess in our test setup. * Fix a serious issue with tests not being run. (#86, #87, #89) * Start credentials cleanup for single 2LO/3LO call. (#83, #84) * Clean up stack traces when re-raising in some places. (#79) * Clean up doc building. (#81, #82) * Fixed minimum version for `six` dependency. (#75)
2016-02-15More __inline removal, fixes Darwin. Perform pkglint cleanup while here.jperkin5-10/+25
2016-02-15Explicitly pass --disable-java to avoid PLIST failures when it is found onjperkin1-1/+2
the host system.
2016-02-15Remove empty patch-configure.wiz2-4/+1
From David Shao in PR 50807.
2016-02-15Updated net/youtube-dl to 20160213adam1-1/+2
2016-02-15Changes 2016.02.13:adam3-8/+20
* Improve dailymotion embed detection * strip http urls in smil manifest * Improve base url construction * Pass mpd base url to _parse_mpd_formats * Allow bestvideo+bestaudio for any extractor * Add direct mpd url test * Improve multifeed videos extraction
2016-02-15Updated print/zathura to 0.3.5leot1-1/+2
2016-02-15Update print/zathura to 0.3.5.leot3-25/+7
Changes: o Build even without SyncTex o Children should not fork o Several fixes and improvements
2016-02-15Updated print/zathura-pdf-mupdf to 0.3.0leot1-1/+2
2016-02-15Update print/zathura-pdf-mupdf to 0.3.0.leot3-23/+7
Changes: o Use correct color space
2016-02-15Updated sysutils/pciutils to 3.4.1.msaitoh1-1/+2
2016-02-15Update to 3.4.1msaitoh3-14/+15
ChangeLog: 2016-01-03 Martin Mares <mj@ucw.cz> * Released as 3.4.1. * New capabilities decoded: Process Address Space, Page Request Interface, Enhanced Allocation. Thanks to David Daney and David Woodhouse. * DevCap SlotPowerLimit is now decoded for all components with upstream ports. * Database mirror at SourceForge moved to GitHub. * Updated pci.ids to the current snapshot of the database. 2015-09-14 Martin Mares <mj@ucw.cz> * Released as 3.4.0. * On Linux, we report NUMA nodes of devices. * The sysfs back-end does not die on read errors of optional attributes. Instead, a warning is produced. * Fixed several minor bugs. * Updated pci.ids to the current snapshot of the database. 2015-04-09 Martin Mares <mj@ucw.cz> * Released as 3.3.1. * Removed hacks for backward compatibility with Linux libc5, which were breaking newer non-glibc Linux systems. Thanks to Felix Janda. * Display VirtIO vendor-specific capability. Patch by Gerd Hoffmann. * Fixed memory leak in name cache. * Updated pci.ids to the current snapshot of the database.
2016-02-15Updated www/py-google-api-python-client to 1.4.2mef1-1/+2
2016-02-15Update 1.3.1 to 1.4.2mef2-7/+7
--------------------- v1.4.2 Version 1.4.2 Add automatic caching for the discovery docs. v1.4.1 Version 1.4.1 Add the googleapiclient.discovery.Resource.new_batch_http_request method. v1.4.0 Version 1.4.0 Python 3 support. v1.3.2 Version 1.3.2 Small bugfix release. - Fix an infinite loop for downloading small files. - Fix a unicode error in error encoding. - Better handling of `content-length` in media requests. - Add support for methodPath entries containing colon.
2016-02-15Githubify.mef1-2/+4
2016-02-14Updated misc/libreoffice5-bin to 5.1.0ryoon1-1/+2
2016-02-14Update to 5.1.0ryoon2-13/+13
Changelog: New features: Writer: Spelling dialog no longer automatically closes once spellcheck is complete. tdf#79312 (Marek Dolezel) Widow/Orphan paragraph text-flow enabled by default for new documents. tdf#89714 (SIL) Hide Whitespace option added to View menu tdf#39080 (Ashod Nakashian, Collabora) Outline split button available in formatting toolbar, but hidden by default tdf#95403 (Maxim Monastirsky) While in print preview mode to jump a specific page, the only thing you have to do to enter the page number on the numeric field in the toolbar. tdf#80657 (Gülşah Köse) Calc: New commands to add rows below and columns right. (Philippe Jung) Formula Wizard shows the values of parameters and results on the Structure page. (Benjamin Ni) Statistics regression: linear, logarithmic, power: Add a new statistics dialog for calculating regression. tdf#74667 commit (Tomaz Vajngerl, Collabora) Organize sheet level context menus. commit (Yousuf Philips) PNG export in LibreOffice Calc was added, as in Writer and Impress. blog entry (Miklos Vajna, Collabora) Option to search formatted display strings using find bar and also "Find & Replace" dialog. tdf#48456 (Dennis Francis) INDIRECT function: better compatibility for legacy OOo documents, improved interoperability with Excel tdf#92256,tdf#93688 (Katarina Behrens, CIB) Custom number formats with question mark in decimal part (such as 0.???), to get decimal alignment without '0', are now saved in ODF tdf#40517 (Laurent BP) Formula engine: Table structured references tdf#85063 (Eike Rathke, Red Hat) The following restrictions of Table structured references that were present in 5.0 were addressed: The column names must not be present as cell content in the table's header row any more; column-header-less tables are now supported. For this, for new database ranges without header cells or with empty header cell content, internal names are generated, for example Column1, Column2, ... Internal names are imported from OOXML spreadsheet documents and continue to function in formula expressions. Saving to OOXML, structured references are now written (not transformed to A1 notation any more) and the table context is maintained. Saving to OOXML, the defined database ranges are now exported as <table> elements. Modifying header cell content updates the internal table column names. When deleting header cell content, formulas referring the column name continue to function and are still editable using the previous name. When duplicating header cell content, duplicated column names internally are numbered. For example, having two FooBar header cells the column names will be FooBar and FooBar2. This is automatically reflected in existing formula expressions. When inserting columns within a table, numbered column names are internally generated for empty header cells, starting with the column number within the table. For example, inserting two columns before the third column of a table the generated names are Column3 and Column4. The generated column names are updated if text is entered in such an empty cell. All internal column names are unique within one table, which is reflected when displaying existing formula expressions. Sticky end column/row anchors tdf#92779 (Eike Rathke, Red Hat) For range references that encompass at least two columns or rows where the end reference points to the last column or row, i.e. AMJ or 1048576, the end column or row is sticky now and not moved when inserting or deleting columns or rows. When inserting columns or rows and updating a reference the end reference would be shifted out of the sheet bounds, the reference is anchored at the last column or row instead of generating a #REF! error. For example a reference B2:B1048575 when inserting two rows will be updated to B2:B1048576. The column or row will become sticky then, in the example row 1048576. A reference like B1048576:C1048576 does not have a sticky end row anchor, because only one row is referenced. Compatibility with ODF 1.2 Function WEEKNUM strictly complies with ODF 1.2 function definition and ISOWEEKNUM has been introduced. tdf#50950 (Winfried Donkers + Eike Rathke) In the UI the WEEKNUM_ADD function has been renamed to WEEKNUM_EXCEL2003 to point out it exists for interoperability of documents created with Microsoft Excel. Importing such documents created with older Microsoft Excel versions map the WEEKNUM function to WEEKNUM_EXCEL2003 Saving to ODF or OOXML writes WEEKNUM, older LibreOffice and OpenOffice.org release map that to WEEKNUM_ADD. For new documents the WEEKNUM function should be used. WEEKNUM now supports all arguments of the second parameter as defined in ODF OpenFormula (ODFF), see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#WEEKNUM The ISOWEEKNUM function has been implemented to calculate the week number according to ISO 8601, see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#ISOWEEKNUM WEEKNUM_OOO provides compatibility with older LibreOffice and OpenOffice.org releases for cases that can not be mapped to WEEKNUM or ISOWEEKNUM as defined in the standard, specifically if the mode argument is 1 the old WEEKNUM implementation returned a week number calculated as if it was an ISO 8601 calculation but with the week starting on Sunday instead of Monday. This is not covered by any standard. Not offered in the Function Wizard to prevent accidental use. Use it only if interoperability with older LibreOffice or OpenOffice.org releases is required. Currently still saved wrongly as ISOWEEKNUM with 2 parameters for interoperability with older LibreOffice or OpenOffice.org releases. be changed in future for release 5.3 and the function will be saved as ORG.LIBREOFFICE.WEEKNUM_OOO, the current 5.1 release is already enabled to read that. Impress and Draw: Slide navigation and sorting commands were added with corresponding shortw appears in a different background color to normal view. tdf#87905 (Katarina Behrens, CIB) KDE, XFCE, and Mate ScreenSavers are now also inhibited when presenting (Andrzej Hunt). Impress Mode selection Several modes were active in Impress: Pag Master to edit Notes container Plan to sketch a presentation Handout to define the handout format Slide sorter to organise presentation It was hard to navigate between Master / non master modes. Tabs above the working area were jumping right and left, consuming screen space. Now, two toolbox icons have been added: one to toggle Tab bar visibility. It is hidden by default. Clicking the toggle disables the new Mode Selection tool and restores the previous behaviour. one to Select the Working mode among the 7 modes listed above. It is divided in two zones: top zone is regular mode (dealing with content of the presentation), bottom zone is the Master mode (dealing with container). Slide Design Slide Design dialog in Slide ▸ Slide Design now affects all selected (standard) slides. (Caolán McNamara, Red Hat) Equalize Width/Height When multiple objects are selected, the right click context menu Shapes submenu now supports Equalize Width and Equalize Height which adjusts the width/height of the selected objects to the width/height of the last selected object. (Caolán McNamara, Red Hat) Save Background Image Right clicking a slide now supports saving a background image to file, this matches the pre-existing set background image option. (Caolán McNamara, Red Hat) View/Edit Control Points The Shape Properties dialog for enhanced shapes now lists and enables editing the control points. This is in addition to the preexisting mechanism of selecting with the mouse the yellow control handle of the shape, but enables viewing and fine control over the control values. (Caolán McNamara, Red Hat) Presenter Console There is now a button on the presenter console to restart the timer of the slideshow without restarting the slideshow itself (see this blog entry) (Miklos Vajna, Collabora; Andreas Kainz) OpenGL Transitions All OpenGL transitions have been ported to OpenGL 2.1+, which removes support for very old GPUs but allows a better usage of modern ones. Four new transitions have been added and exploit these new available features. (Emmanuel Gil Peyrot, Collabora; Tomaž Vajngerl, Collabora) Math: Autoclosing brackets is optional now tdf#43090 Import MathML from Clipboard (Regina Henschel) The tool “Math Input Panel” in Windows or the context menu of a formula in a browser allow to copy the MathML source to clipboard. The Math module in LibreOffice has got a new item “Import MathML from Clipboard” in menu Tools to import such source and convert it into LibreOffice’s own formula syntax StarMath. MathML and StarMath have some differences and therefore sometimes corrections on the imported formula are needed, but most of the formula should be correct. If a conversion is not possible, nothing happens. The import expects, that a <math> element exists, which has an attribute xmlns="http://www.w3.org/1998/Math/MathML";. Base: Ancient SeaMonkey based mozab driver was only used on Windows 32 bit and is removed now. This functionality is replaced with mork driver, that supports Thunderbird address book. Given that SeaMonkey based mozab driver also provided Outlook and Outlook Express address book integration, that Windows 32 bit only feature is lost for now. Note that Windows 64 bit never supported ancient SeaMonkey based mozab driver. Chart: Trend Line Exponential and Power trend lines accept negative Y values tdf#70673 (Laurent BP) Improve equation rendering by removing some useless 1: (Laurent BP) polynomial: f(x) = 1x^2 + 1x +1 => f(x) = x^2 + x +1 Core: Unicode character input with Alt+X Some Windows applications, such as Microsoft Word and WordPad, permit the user to input arbitrary Unicode characters by typing an hexadecimal code point (for example, 2026 for …) and then pressing Alt+X. LibreOffice now includes this functionality as well. (Note: This feature adds to the long-existing, equivalent Linux/GTK functionality of pressing Ctrl+⇧ Shift+U+hexadecimal code point.) tdf#73691 (SIL) Details: Toggles (switches back and forth) between the character before the cursor and its Unicode notation. Intelligently handles combining characters, expanding the entire character immediately. Selection is not necessary, but if used will limit the input to those characters. (Draw/Impress/Calc have the final result selected, but not Writer.) Handles all 16 Unicode planes Available in Writer, Draw, Impress, Calc and Math. Re-assignable keyboard shortcut: Tools ▸ Customize ▸ Keyboard ▸ Category:Options ▸ Function:Toggle Unicode Notation. Defaults to Alt+X assigned at the global level. (Alt+C used for Basque/Dutch/Galician/German/Brazilian-Portugese locales and ⌘ Command+⌥ Option+X used for MacOS). WebDav Improvements Better LOCK/UNLOCK support tdf#82744 (Giuseppe Castagno) Support a (https-like) non-standard vnd.sun.star.webdavs URL scheme in addition to the non-standard (http-like) vnd.sun.star.webdav scheme, core commit d3de490437df4c9093f32e97fc185066d64c0f46 (Stephan Bergmann, Red Hat) Filters: New import filters Gnumeric is now an officially supported import format (does not work on Windows) (It was supported as part of the experimental features for some time) (Markus Mohrhard) Microsoft Write (.wri files) can now be imported, via libwps. (Sean Young) Apple Keynote 6 files can now be imported, via libetonyek. tdf#88682 (David Tardon, Red Hat) Improvements in OpenXML filter Export of the modified VBA stream back to binary Microsoft formats and OOXML (Rosemary Sebastian, Markus Mohrhard) There is a new configuration value that allows to control whether to use this feature (by default yes) or switch back to the old behavior of discarding or writing back the unchanged stream The following features are not yet (completely) supported: Protected macros, macro sheets, active x and some of the designer features. Improved export of embedded objects to DOCX and PPTX, including export of Math formulas (Michael Stahl, Red Hat) Numerous other improvements to the Microsoft OOXML import and export filters, the Microsoft Office binary file formats and the RTF format. Details: OOXML Filters → OOXML, DOCX, XLSX, PPTX, VML, drawingML Microsoft Office binary file filters → DOC, XLS, PPT, "ww8" RTF Filters → RTF Improvements in MS Visio filter Implement overriding of colour of lines and of text from layer properties and the visibility and/or printability of a layer. tdf#50309, tdf#68392 (Fridrich Strba) Fix incorrect handling of stencil text. tdf#90154 (Fridrich Strba) Basic initial implementation of hatch fill. tdf#44552, tdf#76835 (Fridrich Strba) Implement support of bullets/lists. tdf#92349 (Fridrich Strba) Implement support of default tab-stops and custom tab-sets in paragraph properties. (Fridrich Strba) Instead of line-break, spit out a new paragraph when a paragraph break is found. (Fridrich Strba) Initial emulation of line rounding property. (tdf#90603) (Fridrich Strba) VSDX theme color import fix (tdf#92270) (Andras Timar, Collabora) fix VSDX char background handling (tdf#92271) (Andras Timar, Collabora) Improvements in CorelDRAW filter Do not drop empty text lines. tdf#67873 (David Tardon) GUI: In dialog Tools ▸ Options ▸ LibreOffice ▸ View was added displays the current status OpenGL: Enabled or Disabled Reorganization of the menus The main menus in Writer, Calc and Impress were reorganized to improve usability, group similar functions together, add functions that were not present and sorting items based on their usage and importance. blog entry Reorganization of the menus in Writer, including the addition of a Styles menu tdf#91781 (Yousuf Philips) Reorganization of the menus in Calc, including the addition of a Sheet menu tdf#91820 (Yousuf Philips) Remote Files Dialog In Start screen and menu File was added item Open remote files for opening file on remote resources such as Google Drive, OneDrive, SharePoint, etc. In menu File was added item Save to remote server for saving file on remote resources such as Google Drive, OneDrive, SharePoint, etc. Blog entry Sidebar Sidebar Deck and Panel states are saved between sessions tdf#67770 (Laurent Godard) Reorganize the Area content panel found in the Properties deck. tdf#90078 (Rishabh Kumar, Yousuf Philips) To left section Area in Libreoffice 5.0, to right - in LibreOffice 5.1 Reorganize the Line content panel found in the Properties deck. tdf#89543 (Rishabh Kumar, Yousuf Philips, Katarina Behrens [CIB]) To left section Line in Libreoffice 5.0, to right - in LibreOffice 5.1 Creation of a Shadow content panel found in the Properties deck in Calc, Impress and Draw. tdf#87702 (Rishabh Kumar, Yousuf Philips) New section Shadow in Sidebar in LibreOffice 5.1 Addition of new contour and spacing controls to the Wrap content panel in Writer. core commit 30c2ae28eecb3f1a4454784974c0c2bffc60334e tdf#93775 (Rishabh Kumar, Yousuf Philips) To left section Wrap in Libreoffice 5.0, to right - in LibreOffice 5.1 Increase and decrease font size buttons added to sidebar properties pane in Calc. tdf#86179 (Maxim Monastirsky) On top - section Character in Calc 5.0, from below - in Calc 5.1 Cell reference edge added to alignment section of sidebar in Calc. tdf#91802 (Rishabh Kumar) Cell styles added to properties pane in Calc. tdf#73071 (Rishabh Kumar, Yousuf Philips, Maxim Monastirsky) Grouped Slide Transitions for easy selection and added icon based selection palette to Sidebar in Impress tdf#36946 (Tor Lillqvist, Collabora; Michael Meeks, Collabora; Andreas Kainz, Yousuf Philips) Section Slide Transition in Impress 5.1 New Chart sidebar tdf#91063 (Markus Mohrhard, Yousuf Philips, Heiko Tietze) Some limitations still apply Image flip buttons are now available in Writer also (Samuel Mehrbrodt [CIB]) Icons now honor RTL/Vertical Text settings and rotate/flip accordingly, as in the toolbar. tdf#85767 (Samuel Mehrbrodt [CIB]) An "AutoCorrect Options" item has been added in the spell checking context menu. Users can now directly enter the autocorrect replacement table when there's no satisfying suggestion in the "Always correct to" submenu. tdf#92341 (Yousuf Philips, Samuel Mehrbrodt [CIB]) The Spelling Dialog now has a toolbar for pasting and inserting special characters. tdf#95682 (Caolán McNamara, Red Hat, Inc.) Linux/Gtk Enable auto-accelerator behaviour for gtk tdf#92630 (Simon Long, Raspberry Pi) Localization: New languages/locales with locale data Available as default document language and for locale specific formatting. Added locale data for Arabic [ar-BH] [ar-IQ] [ar-JO] [ar-LY] [ar-MA] [ar-QA] [ar-SY] [ar-YE]. tdf#95485 (Ghasan Al-Sakkaf and Eike Rathke) Improvements to proofing tools and language support Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved (tdf#96782): The spell-check dictionary now contains over 250,000 words. The new version adds over 20,000 new words. The thesaurus now contains over 135,000 words in over 35,000 meaning groups. The new version adds ~ 35,000 new words. The hyphenation patterns have been updated and contain an improved exception list. Updated Slovenian thesaurus (Martin Srebotnjak) New Guarani (gug-PY) thesaurus (Giovanni Caligaris and Olivier Hallot) Updated Hungarian spell-check dictionary (tdf#95024), major update, implemented the spelling reform defined by the 12th edition of Rules of Hungarian Spelling (by the Hungarian Academy of Science, 2015) (László Németh, Collabora) Updated Greek spell-check dictionary (tdf#94415) Updated Portuguese (pt-PT) spell-check dictionary Updated Swedish spell-check dictionary Updated Spanish spellcheck dictionary (Ricardo Palomares)
2016-02-14Fix rpath for pgsql module. From Timshell Knoll-Miller in PR pkg/50800.bsiegert1-3/+3
Bump PKGREVISION.
2016-02-14Updated games/onscripter to 20150820tsutsui1-1/+2
2016-02-14Update onscripter to 20150820.tsutsui2-8/+7
Upstream changes (no English changelog): 20150820: - change 'a' key (auto-mode) behavior as the original NScripter (affects only Android) 20150811: - make lsp and other insns accept decimal fraction as height and width values of rectangle drawing 20150810: - fix a bug in split insn that causes segfault when number of split characters is equal to or larger than 256 bytes - fix a bug of BGM loop on Android - fix a bug of gettag insn - fix a bug that LUA cannot recognize scripts which include '\' in the second byte of Shift-JIS chars - implement getmclick insn, and also implement NSGetClick, NSGetMouse, NSDoEvents, NSSleep, NSSpCell, NSSp2GetInfo, NSSp2GetPos, NSSp2Load, and NSSp2Move insns for NSLua - use the latest SDK and NDK for Android on Linux - speed up extracting zip files on Android
2016-02-14Updated net/mikutter to 3.3.6tsutsui1-1/+2
2016-02-14Update mikutter to 3.3.6.tsutsui2-7/+7
Upstream changes: * post by shotcut keys didn't work on certain conditions * selected characters of tweet by mouse drag were not shown correctly in some case
2016-02-14Added print/zathura-pdf-mupdf version 0.2.9leot1-1/+4
Added print/zathura-pdf-poppler version 0.2.6 Added print/zathura-ps version 0.2.3
2016-02-144.3.11 (20160212):rxg2-7/+7
Fix bugs caught in the OpenMPT test cases: - fix FT2 XM arpeggio clamp - fix FT2 XM arpeggio + pitch slide - fix XM tremor effect handling - fix XM tremor recover after volume setting - fix IT instrument after keyoff - fix S3M first frame test in pattern delay - fix Protracker tone portamento target setting - fix Protracker arpeggio wraparound - fix Protracker finetune setting Other changes: - fix range of MMD effect 9 (reported by Lamar McLouth) - fix Visual C++ build (reported by Jochen Goernitz) - fix invalid sample offset handling in Skale Tracker XM (reported by Vladislav Suschikh) - fix Protracker sample loop to use full repeat only if start is 0 - fix Scream Tracker 4-channel MOD fingerprinting - fix lite build with IT support disabled - fix build with gcc 2.95 in Haiku 4.3.10 (20151231): Fix bugs reported by Coverity Scan: - fix out of bounds access in IT/XM/MDL/IMF envelopes - fix out of bounds read in STX effect decoding - fix RTM maximum sample name length - fix AC1D converter number of patterns underflow - fix PRU2 usage of uninitialized data - fix Vorbis depacker usage of uninitialized data - fix negative array index read when setting position - fix resource leak in MFP loader - fix resource leak in Chiptracker loader - fix resource leak in Startrekker loader - fix resource leak in module load error handling - fix event decoding in LIQ loader - fix JVS command parameter in MED synth - fix 669 effect decoding - fix memory violation in LZX decompressor - fix sanity check in PTM orders loading - add sanity check to smix sample loading - add sanity check to PP21 format converter - add sanity check to P40 and P61A format converters - add sanity check to Zen Packer format converter - add sanity check to TP3 format converter - add error handling to many decompressors - add error handling to many I/O operations - remove dead code from NO loader - remove dead code from Soundtracker loader - remove dead code from GMC format converter - remove dead code from LZX decompressor - remove dead code in virtual channel manager reset - remove unnecessary seeks in format loaders - prevent division by zero in memory I/O - change IFF info ID from string to binary buffer - better IFF error handling Fix problems caused by fuzz files (reported by Jonathan Neuschäfer): - add sanity checks to LHA depacker - add sanity checks to MED3 loader - add sanity checks to ABK loader - add sanity checks to Fuchs converter - add sanity checks to GMC converter Other changes: - fix IT envelope release + fadeout (reported by NoSuck) - fix SFX effects 5, 6, 7, and 8 (reported by Lamar McLouth) - fix pattern loading in Galaxy 4 and 5 (reported by Anton Zab) - fix memory leak in LZW decompressor (by Chris Spiegel) - fix tone portamento target setting (reported by Georgy Lomsadze) - fix IT autovibrato depth (reported by Travis Evans) - disable ST3 sample size limit (reported by Jochen Goernitz) - fix crash in Prowizard error handling - fix IMS sample loop start - fix LIQ pan setting and surround channel - add sanity check for IFF chunk size - refactor ProRunner2 event decoding 4.3.9 (20150623): Fix bugs caught in the OpenMPT test cases: - fix IT tone portamento on sample change and NNA - fix IT tone portamento with offset Fix problems caused by fuzz files (reported by Lionel Debroux): - add sanity check to RTM/MMD/MDL/DBM/SFX/MASI/DT loaders - add sanity check to Starpack/Fuzzac converter - add sanity check to Oxm/vorbis depacker - add sanity check to lha/MMCMP/s404 depacker - fix memory leak in vorbis decoder Fix problems caused by fuzz files (reported by Jonathan Neuschäfer): - add sanity check to IT instrument name loader - add sanity check to IT loader instrument mapping - add sanity check to AMF module parameters and event loading - initialize IT loader last event data Other changes: - detect Amiga frequency limits in MOD (reported by Mirko Buffoni) - fix problems in Amiga split channels (reported by Gabriele Orioli) - fix global volume on restart to invalid row (reported by Adam Purkrt) - fix Oktalyzer note slide effect (by Dennis Lindroos) - fix Oktalyzer volume setting in split channels (by Dennis Lindroos) - fix external sample mixer for IT files (reported by honguito98) - allow short sample reads (reported by Adam Purkrt) - address problems reported by clang sanitizer 4.3.8 (20150404): Fix bugs caught in the OpenMPT test cases: - fix pre-increment of envelope indexes - fix IT note release at end of envelope sustain loop - reset channel flags in case of delay effect Other changes: - fix MMD3 16-bit samples (reported by jbb666) - refactor XM envelopes - refactor IT envelopes 4.3.7 (20150329): Fix bugs caught in the OpenMPT test cases: - fix IT sample mode note cut on invalid sample - fix IT sample mode note end detection - fix IT envelope handling with carry and fadeout - fix IT tone portamento with sample changes - fix IT initial global volume setting - fix IT keyoff with instrument in old effects mode - fix IT filter maximum values with resonance Other changes: - fix IT random volume variation - fix pattern initialization sanity check - fix ++ pattern handling in IT loader (reported by honguito98) - fix Soundtracker short rip loading (reported by Shlomi Fish) - add IT high offset command (SAx) - add IT surround command (S9x) - add IT surround channel support - add IT sample pan setting support 4.3.6 (20150322): Fix bugs caught in the OpenMPT test cases: - fix IT volume column volume slide effect memory - fix IT default filter cutoff on new note - fix IT filter envelope memory Fix crashes with fuzzed files (reported by Lionel Debroux): - add sanity check to MED2/3/4 loader - add sanity check to STIM/GDM/DBM/LIQ/ICE/PSM/PTM/MGT loader - add sanity check to MDL/RAD/MGT/IMF/RTM/DT/LIQ/DTM pattern loader - add sanity check to OKT/IMF/MMD/MDL sample loader - add sanity check to Archimedes Tracker format test - add sanity check to Digital Symphony track loader - add sanity checks to SQSH, bzip2, arc, lha, lzx and S404 depackers - add sanity check for AMD/STX number of patterns - add sanity check for DSYM/MMD1/MMD3 number of channels - add sanity check for MMD1/MMD3 instrument type - add sanity check for IT old instrument loading - add sanity checks and fix memory leaks in the Vorbis decoder Other changes: - fix instrument number in channel initialization - fix sample size limit (reported by Jochen Goernitz) - fix loading of OpenMPT 1.17 IT modules (reported by Dane Bush) - fix sample number limit (reported by Lionel Debroux) - fix Oktalyzer split channel replay (reported by Dennis Lindroos) - fix Oktalyzer sample loop (by Dennis Lindroos) - fix Oktalyzer note slide up/down effect - fix ThePlayer pattern decoding - fix XM loading for MED2XM modules (reported by Lorence Lombardo) - add support to Amiga split channel loop and volume setting - add IT random volume variation - add IT random pan variation
2016-02-14Updated x11/mlterm to 3.6.3tsutsui1-1/+2