summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-07py-lz4: updated to 2.1.9adam2-7/+7
v2.1.9: Update bundled lz4 library to version 1.9.1 v2.1.8: Fix OSX wheel builds v2.1.7: Fix a bug on windows
2019-06-07doc: Updated www/cliqz to version 1.27.0fox1-1/+2
2019-06-07cliqz: update to 1.27.0fox6-318/+330
Changes since 1.26.5: Cliqz Browser release 1.27.0 includes all changes of Firefox's latest version 67.0. A "What's new" page informs you about important new features and you can now easily check add-on permissions. New features * Annoying auto-play content is now by default turned off * By default any new extension you add to Cliqz won't run in Forget mode unless you specifically allow it * Cliqz is now also available for enterprise environment * Added the possibility to Manage Extension Shortcuts from the settings on “Manage your extensions� page Improvements * Cliqz got updated to Firefox 67.0 with various improvements and fixes * To make sure you are even more protected, we added certificate checking for System Addons folder (which is distributed with the browser) to prevent potential malitious attacks Fixes * We fixed the issue with lost German translation on About:preferences#privacy page * You can now import all you data from Chrome to Cliqz with ease (if you wish, also cookies)
2019-06-07doc: Updated textproc/link-grammar to 5.6.1gutteridge1-1/+2
2019-06-07link-grammar: update to 5.6.1gutteridge3-8/+12
Version 5.6.1 (27 May 2019) * Performance improvement (approx 20%) in expressions #882. * Performance improvement (approx 10%) by disjunct/connectors pools #896. * Performance improvement (4-10% for English) by faster power-pruning #903. * Fix a bug in trailing connectors encoding (may cause bad linkages). * Fix inability to form linkage when first word is disconnected. * English dict: fix use of quotations with paraphrasing verbs. * English dict: fix broken usage of "have not". * Performance improvement (approx 16%) for long sentences. #931 * Performance improvement (approx 20%) for long sentences. #939 Version 5.6.0 (4 January 2019) * Improve Windows support. * Fix dict cost reading under user locales with comma decimal separator. * Support using the pcre2 regex package (configured by default if available). * Add "-with-regexlib=pcre2|tre|regex|c" to "configure". * Fix and document building on FreeBSD. * Major documentation update for building with Cygwin. * Revise the manpage. * Remove the experimental Viterbi code. * Revise the SAT parser cost model to align it with the classic parser. * Implement a strict check on connector name. * Major revision of the SWIG interface file; wrap all the library functions. * Fix linkage_get_disjunct_*() when parse-option display_morphology is true. * Change library and python-bindings default for display_morphology to true. * Drastic speedup for long sentences (hash encoding of trailing connectors). * English dict: Support locative replies/declarations. * English dict: broaden support for misc paraphrasing verbs. * English dict: fix relativized paraphrasing. * English dict: fix comparative-style conjunctions.
2019-06-06Updated devel/py-game, games/pysolfcadam1-1/+3
2019-06-06pysolfc: updated to 2.6.4adam5-1718/+507
2.6.4: Unknown changes 2.6.2: Fixes for the Windows and macOS packages. Forbid illegal moves in Spider and some other variants. 2.6.0: Support for solving Golf using a solver An untested macOS package (we need testers) A bug fix Ability to run the test suite without python 2.x and/or pygtk Code cleanups. 2.4.0: The Windows installer now includes the revitalised PySol-music package. For more info, see this bug. Many improvements to the test suite and the board import functionality. Some bug fixes. 2.2.0: The Microsoft Windows binary installer now contains and supports the solver for Freecell and other games. Many bug fixes. 2.1.4: We now provide a Microsoft Windows binary installer again, thanks to the great work of Roderik Ploszek. Note that the solvers (for FreeCell/etc.) are not installed as part of it yet, but they are available separately. pysol-sound-server was updated to support Python 3.x. Fixes for the board export / solver input, and for redealing upon restart of the "ms*" deals. Various cleanups. 2.1.3: Support for the kivy toolkit for running under Android-based devices (currently python 2.7-only) Fixed the help system and removed the need for the sgmllib module. Other fixes and cleanups. Currently there is no Microsoft Windows binary package. Help or insights will be appreciated. 2.1.0: The code is now compatible with both Python 2.7.x and Python 3.x One can deal all MS FreeCell/FC-pro deals by specifying e.g: "ms100000" as the seed. Support for Black Hole and All in a Row solver was added. Test suite and CI were added to the repository. The code now passes flake8 validation. Some improvements to the solver dialog.
2019-06-06py-game: updated to 1.9.6adam11-145/+167
1.9.6: Whilst we focus like a shark-lazer on pygame 2, here is a bonus pygame 1.9.6 with a couple of small regression bug fixes. - mp3 via smpeg was missing in manylinux builds. - mixer thread deadlock issue when controlling it from different threads. - pygame.version.vernum now has major, minor, and patch attributes. 1.9.5: Every single source file has been heavily modified and moved in this release. Initial (source code only) support for SDL2 has been merged in. We also support compiling with SDL1 in the same code base, so the migration to pygame 2 is easier. pygame 2 will be released with SDL2 being the default backend when some remaining issues are ironed out. The 1.9.x releases will continue with SDL1 until then. Also, the C API of pygame is undergoing a transformation with lots of cleanups. Then there have been plenty of other cleanups all throughout the python code as well. There's still lots to clean up, but things should be significantly easier for people to contribute (👋 hello and thanks new contributors!). The documentation has been improved with better examples links, search functionality, and improved navigation. Support for older Macs, and newer Macs has been improved. The mask, midi, draw, and math modules have gotten lots of polish with rough edges removed.
2019-06-06Updated print/py-latexcodec, net/py-lexicon, security/py-trustmeadam1-1/+4
2019-06-06py-trustme: updated to 0.5.2adam2-7/+7
0.5.2: Unknown changes
2019-06-06py-lexicon: updated to 3.2.6adam3-9/+15
3.2.6: Added provider specific dependency to setup.py Futher pylint and python3 import Pylint Add gratisdns provider 3.2.5: Update appveyor.yml Update test_route53.py Update CONTRIBUTING.md Fix configuration of route53 tests Update test running instructions to include top-level directory Fix line too long Use the logger.warning instead of the logger.warn shortcut Skip dnsimple accounts without a plan
2019-06-06py-latexcodec: updated to 1.0.7adam2-7/+7
1.0.7: * More symbols (THIN SPACE, various accented characters). * Fix lexer issue with multibyte encodings 1.0.6: * More symbols (EM SPACE, MINUS SIGN, GREEK PHI SYMBOL, HYPHEN, alternate encodings of Swedish å and Å).
2019-06-06clang: bump version in bl3adam1-2/+2
2019-06-06Updated www/nginx-develadam1-1/+2
2019-06-06nginx-devel: updated to 1.17.0adam2-7/+7
Changes with nginx 1.17.0: *) Feature: variables support in the "limit_rate" and "limit_rate_after" directives. *) Feature: variables support in the "proxy_upload_rate" and "proxy_download_rate" directives in the stream module. *) Change: minimum supported OpenSSL version is 0.9.8. *) Change: now the postpone filter is always built. *) Bugfix: the "include" directive did not work inside the "if" and "limit_except" blocks. *) Bugfix: in byte ranges processing.
2019-06-06Fix patch comment and default.conftriaxx3-7/+8
Thanks to leot@
2019-06-06Updated www/grafana, x11/gtkmm3adam1-1/+3
2019-06-06gtkmm3: updated to 3.24.1adam3-11/+91
3.24.1 (stable): Gdk: * RGBA::set_hsv(): Properly interpret hue 360° as red Documentation: * Gtk::FileFilter: Several improvements of the documentation * Gtk::Builder: Don’t use @retval on out args, use @param[out] Tests: * Add test of Gdk::RGBA 3.24.0 (stable): Gdk: * Deprecate screen_width(), screen_height(), screen_width_mm(), screen_height_mm(), flush(). * namespace Gdk::Cairo: Add create_surface_from_pixbuf(), get_clip_rectangle(), create_region_from_surface() and draw_from_gl(). * Add FrameClock and FrameTimings * Window: Add get_frame_clock(). * GLContext: Add unset_use_es(). Gtk: * CellRendererPixbuf: Fix property_surface() * AboutDialog: Fix ref count in get_logo() * MenuItem: add_accel_label(): Make sure accelator keys are shown. * CssProvider: Deprecate get_default() Container: Deprecate focus chains * Grid: Add default values in attach() * StyleContext: Add set/get_frame_clock() and property_paint_clock(). Widget: Add get_frame_clock(), add_tick_callback() and remove_tick_callback(). * Image: Add more constructors * Window: Deprecate get_accel_group() in favour of a new get_accel_groups(). * Range: Deprecate property_[lower|upper]_stepper_sensitivity(). Settings: Undeprecate property_gtk_cursor_blink(), property_gtk_cursor_blink_time(), property_gtk_cursor_blink_timeout(), property_gtk_entry_password_hint_timeout(). * AccelGroup: Deprecate signal_accel_activate(). * Add detail_name to some signals: AccelGroup: signal_accel_changed(). AppChooserButton: signal_custom_item_activated(). LevelBar: signal_offset_changed(). Widget: signal_child_notify(). * Add make_managed(). * Window: Add show_uri(). * AboutDialog: Add a constructor with a use_header_bar parameter. * FileChooserDialog: Allow constructing with use-header-bar. * Add NativeDialog and FileChooserNative. Demos: * Update some demo programs. Build: * Replace the Visual Studio project files with MSVC NMake project files * Require giomm-2.4 >= 2.54.0
2019-06-06grafana: updated to 6.2.2adam4-60/+128
6.2.2: Features / Enhancements Security: Prevent CSV formula injection attack when exporting data. Bug Fixes CloudWatch: Fixes error when hiding/disabling queries. Database: Fixed slow permission query in folder/dashboard search. Explore: Fixed updating time range before running queries. Plugins: Fixed plugin config page navigation when using subpath. 6.2.1: Features / Enhancements CLI: Add command to migrate all datasources to use encrypted password fields. Gauge/BarGauge: Improvements to auto value font size. Bug Fixes Auth Proxy: Resolve database is locked errors. Database: Retry transaction if sqlite returns database is locked error. Explore: Fixes so clicking in a Prometheus Table the query is filtered by clicked value. Singlestat: Fixes issue with value placement and line wraps. Tech: Update jQuery to 3.4.1 to fix issue on iOS 10 based browers as well as Chrome 53.x. 6.2.0: Bug Fixes BarGauge: Fix for negative min values. Gauge/BarGauge: Fix for issues editing min & max options. Search: Make only folder name only open search with current folder filter. AzureMonitor: Revert to clearing chained dropdowns. Breaking Changes Plugins: Data source plugins that process hidden queries need to add a “hiddenQueries: true” attribute in plugin.json.
2019-06-06simh: fix building on debian 9.9.maya1-1/+3
Need -lm for floor and others. Need -pthread for sem_timedwait.
2019-06-06mk/tools: Ensure GNU grep is used when requested.jperkin1-1/+2
Previously a "grep" tool was created, but GREP still pointed at the platform grep, breaking any package that used the environment variables rather than PATH when the native platform grep does not have GNU features.
2019-06-06Updated devel/glibmm, devel/atkmmadam2-3/+4
2019-06-06atkmm: updated to 2.24.3adam3-19/+14
atkmm 2.24.3 (stable): * Fix silent builds. * Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc(). These vfuncs shall delete the returned character array after it has been copied to a Glib::ustring. * Replace the Visual Studio project files with MSVC NMake project files
2019-06-06glibmm: updated to 2.60.0adam3-11/+28
2.60.0 (stable): Glib: * Add DateTime::get_timezone() Add KeyFile::get_locale_for_key() Add TimeZone::get_identifier() * Add Value_RefPtrBoxed<> Add Value<std::vector<string>> specializations and other Value specializations that are necessary for _WRAP_PROPERTY * Object construction: Add custom class init and instance init functions Gio: * Add AppInfo::launch_uris_async() and launch_uris_async() Add DBusConnection::get_flags() and property_flags() * Settings: Add property_settings_schema() * TlsClientConnection: Deprecate property_accepted_cas() * ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames) * Remove NO_GTYPE from some _WRAP_ENUMs * TlsConnection: Deprecate rehandshake API * Application: Add signal_name_lost() gmmproc: * Add _IS_REFCOUNTED_BOXEDTYPE Build: * Require glib-2.0 >= 2.59.2 2.58.1 (stable): gmmproc: * _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter * docextract_to_xml.py: Add --exclude-file option. Documentation: * README: Add installation instructions * Don’t use @retval on out args, use @param[out] 2.58.0 (stable): This release is identical to 2.56.1.
2019-06-06glib2: add PLIST.Darwin; remove unused patchadam2-15/+2
2019-06-06Updated devel/gdbus-codegen, devel/glib2, devel/glib2-toolsadam2-3/+5
2019-06-06glib2: updated to 2.60.3adam7-72/+38
Overview of changes in GLib 2.60.3 * Various fixes to small key/value support in GHashTable * Bugs fixed: - Critical in g_socket_client_async_connect_complete - New GHashTable implementation confuses valgrind - test_month_names: assertion failed - GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress - Leaks in gsocketclient.c connection code - glib/date test fails - GDB pretty-printer for GHashTable no longer works - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master' - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60 - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60 - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60 - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60 - !838 Backport !835 “Fix typo in German translation” to glib-2-60 - !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60 - !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60 - !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60 - !855 Backport !848 (more GHashTable fixes) to glib-2-60 - !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60 * Translation updates: - German
2019-06-06source-highlight: add ac_cv_ctags_flags=yes to CONFIGURE_ENV to avoid ↵adam1-2/+4
endless loop in exctags launched from configure
2019-06-06librsvg: make rust a build dependency only. Bump.tnn1-1/+3
Tested by rebuilding librsvg, uninstalling rust and then rebuilding emacs26. Noticed by Mike Pumford.
2019-06-06doc: Added sysutils/cdirip version 0.6.4tpaul1-1/+2
2019-06-06sysutils/cdirip: import cdirip-0.6.4tpaul1-1/+2
Add add SUBDIRS+=cdirip to category
2019-06-06sysutils/cdirip: import cdirip-0.6.4tpaul4-0/+39
This is a small program capable of extracting all the tracks contained in a CDI (DiscJuggler) image. Both 2.0 and 3.0 CDI image versions are supported. This will allow users which cannot use this software (either by software incompatibilities or having an unsupported OS such as Linux or Mac OS) to burn the contents of such images, which have a propietary format not supported by any other recording software.
2019-06-06py-meson: restore calling install_name_tool on Darwinadam3-24/+17
2019-06-06u-boot-odroid-c2: add more patcheswiz1-1/+6
These patches exist, so I guess they should be here.
2019-06-06py-markdown2: remove patch after updatewiz1-13/+0
This patch was removed from the distinfo in the 2.3.8 update
2019-06-06rrdtool: remove patch after updatewiz1-33/+0
This patch was removed from the distinfo in the 1.7.2 update
2019-06-06gmplayer: regen distinfo so it includes the current contents of mplayer's ↵wiz1-2/+4
patches dir
2019-06-05doc: Updated meta-pkgs/texlive-collection-latexextra to 2019pre2wiz1-1/+2
2019-06-05texlive-collection-latexextra: update to 2019pre2.wiz1-3/+3
Depend on new tex-contour package.
2019-06-05graphics/Makefile: tex-contour*wiz1-1/+3
2019-06-05doc: Added graphics/tex-contour-doc version 2.14wiz1-1/+2
2019-06-05graphics/tex-contour-doc: import tex-contour-doc-2.14wiz4-0/+26
Documentation for tex-contour.
2019-06-05doc: Added graphics/tex-contour version 2.14wiz1-1/+2
2019-06-05graphics/tex-contour: import tex-contour-2.14wiz4-0/+31
This package generates a coloured contour around a given text in order to enable printing text over a background without the need of a coloured box around the text.
2019-06-05mk: Fix ctan path on sunsite.dkwiz1-2/+2
2019-06-05ftp.at.NetBSD.org does not provide ftp, remove references.wiz1-7/+1
2019-06-05py-meson: use more specific REPLACE_PYTHON or sed might fail; test hacks are ↵adam2-18/+14
not needed anymore
2019-06-05Updated sysutils/node_exporteradam1-1/+2
2019-06-05node_exporter: updated to 0.18.1adam2-10/+8
0.18.1: Changes [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD [BUGFIX] Fix rollover bug in mountstats collector
2019-06-05security/crypto++adam1-1/+2