summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-14+ websocketppwiz1-1/+2
2017-03-14Import websocketpp-0.7.0 as net/websocketpp.wiz5-0/+142
WebSocket++ is a header-only C++ library that implements RFC6455 The WebSocket Protocol. It allows integrating WebSocket client and server functionality into C++ programs. It uses interchangeable network transport modules, including one based on raw char buffers, one based on C++ iostreams, and one based on Asio (either via Boost or standalone). End users can write additional transport policies to support other networking or event libraries as needed.
2017-03-13Updated math/py-scipy to 0.19.0adam1-1/+2
2017-03-13SciPy 0.19.0 is the culmination of 7 months of hard work. It containsadam3-331/+81
many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Moreover, our development attention will now shift to bug-fix releases on the 0.19.x branch, and on adding new features on the master branch.
2017-03-13Note update of devel/ruby-logging package to 2.2.0.taca1-1/+2
2017-03-13Update ruby-logging to 2.2.0.taca3-9/+11
== 2.2.0 / 2017-03-09 Enhancements - diagnostic context inheritance is now optional [PR #160] - add support for setting a UTC offset [PR #157] - setting a basepath for call tracing [PR #154] Bug Fixes - use thread-local variables for diagnostic contexts [PR #162] - replace `Fixnum` with `Integer` [PR #161] - fixed a race condition in the rolling file appender [PR #151] Deprecations - dropped Ruby 1.9 support
2017-03-13Note update of devel/ruby-i18n package to 0.8.1.taca1-1/+2
2017-03-13Update ruby-i18n to 0.8.1taca3-14/+10
v0.8.1 2017/02/22 * This release fixes an issue with I18n.transliterate and Chinese characters. See #362 for more information. v0.8.0 2017/01/31 Notable changes * You can now set I18n.cache_key_digest to determine how cache keys are calculated. If you were seeing issues where the same value stored in a cache produced a different key, then this fix will interest you. For more information, see #285. * You can now override translate_format in I18n::Backend classes to customize how localize will perform. See #347 (comment) for more details. * You can now interpolate the value of a key inside another key. See #300 for more information. * The exists? method was added to the fallback backend, to match other backend implementations - #326 * Added N_ to GetText::Helpers - #121 * Added a :default option for I18n.localize - #251 Bug fixes * Reverted a commit which made it so that the great documentation for I18n.translate wasn't made visible through a yard documentation generation. - bc926eb * I18n.MissingTranslation.new can now be called with two arguments. It will no longer raise a "TypeError: can't dup NilClass" exception - #295 * I18n's Hash#slice method no longer fails if the hash does not have the specified key - #289 * I18n::Backend::Metadata will now no longer attempt to set @translation_metadata on frozen objects - #305 * Added missing many rule to pl translation rules - #346 * Calling I18n.t(:foo, default: nil) Or I18n.t(:foo, default: false) will now return nil or false, rather than returning a missing translation exception - #144 * Setting I18n.load_path via I18n.load_path= will now reset the @@available_locales_set setting. - #348 & #173 * The subclasses of Hash when calling Hash#slice are maintained - #250 * Fixed I18n.interpolate behaviour when it was passed an ActiveSupport::SafeBuffer object - #216
2017-03-13Note update of devel/ruby-flexmock package to 2.3.5.taca1-1/+2
2017-03-13Update ruby-flexmock to 2.3.5.taca3-9/+10
2.3.2 * Make test-unit make_assertion compatible with new code. 2.3.3 * Define should_expect on partial mocks as well. * Fix unused variable 2.3.4 * Workaround Ruby 2.0.x brokenness w.r.t. singletons of classes 2.3.5 * Avoid deprecated Fixnum warnings on Ruby 2.4.0. * Add a LICENSE.txt file.
2017-03-13Note update of devel/ruby-ffi package to 1.9.18.taca1-1/+2
2017-03-13Update ruby-ffi to 1.9.18.taca2-7/+7
* Add AbstractMemory#get and AbstractMemory#put * Add Pointer#to_ptr * Update x86_64-openbsd types close #535 * Use latest rake-compiler-dock and rake-compiler. * Avoid undefined behaviour of LoadLibrary() on Windows. * Suppress deprecated Fixnum warnings on Ruby 2.4.0.
2017-03-13Note addtion and update of ruby-minitar and update of relatedtaca1-1/+4
ruby-archive-tar-minitar package, version 0.6.1. archivers/ruby-minitar archivers/ruby-minitar-cli archivers/ruby-archive-tar-minitar
2017-03-13Add and enable ruby-minitar and ruby-minitar-cli.taca1-1/+3
2017-03-13Update ruby-archive-tar-minitar to 0.6.1.taca5-44/+14
This packges provivides compatible library onto ruby-minitar for now.
2017-03-13Add ruby-minitar-cli 0.6.1.taca5-0/+59
minitar-cli is a pure-Ruby command-line tool that uses to provide a command-line tool, minitar, for working with POSIX tar(1) archive files. This is release 0.6, extracted from minitar(*) with modernizations. * https://halostatue.ca/minitar
2017-03-13Add ruby-minitar 0.6.1.taca4-0/+67
The minitar library is a pure-Ruby library that provides the ability to deal with POSIX tar(1) archive files. This is release 0.6, providing a number of bug fixes including a directory traversal vulnerability, CVE-2016-10173. This release starts the migration and modernization of the code: * the licence has been changed to match the modern Ruby licensing scheme (Ruby and Simplified BSD instead of Ruby and GNU GPL); * the +minitar+ command-line program has been separated into the +minitar-cli+ gem; and * the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+ gems and discourages its installation. Some of these changes may break existing programs that depend on the internal structure of the minitar library, but every effort has been made to ensure compatibility; inasmuch as is possible, this compatibility will be maintained through the release of minitar 1.0 (which will have strong breaking changes). minitar (previously called Archive::Tar::Minitar) is based heavily on code originally written by Mauricio Julio Fern\u{e1}ndez Pradier for the rpa-base project.
2017-03-13Note update of devel/ruby-curses-gem package to 1.2.0.taca1-1/+2
2017-03-13Update ruby-curses-gem to 1.2.0.taca3-9/+13
1.2.0 / 2017-02-19 New features: * Add Curses.assume_default_colors. Bug fixes: * Curses.unget_char should use String#ord even if unget_wch() is not available. * The default value of keyboard_encoding should be ASCII-8BIT if get_wch() is not available. * NUM2ULONG() should be used in Window#bkgd etc. 1.1.3 / 2017-02-08 Bug fixes: * Update PDCurses to handle extended keys. 1.1.2 / 2017-02-06 Bug fixes: * Use the left-alt-fix branch of https://github.com/shugo/PDCurses.git to get ALT + < etc. 1.1.1 / 2017-01-25 Bug fixes: * Add -DPDC_WIDE to CPPFLAGS when compiling with PDCurses. 1.1.0 / 2017-01-24 New features: * Use bundler instead of hoe. Pull request #18 by hsbt. * Enable appveyor. Pull request #19 by hsbt. * Add badges for build status to README.md. Pull request #20 by hsbt. * Add Curses.erase and Curses::Window.erase. * Add Curses::Window.redraw. * Add Curses.unget_char, Curses.get_char, and Curses::Window.get_char for multibyte characters. * Add Curses.keyboard_encoding and Curses.terminal_encoding. * Support cross compilation for mingw32. Bug fixes: * Fix error in attron/attroff documentation. Pull request #14 by stomar. * Improve code samples. Pull request #15 by stomar.
2017-03-13+ ncdc.wiz1-1/+2
2017-03-13Import ncdc-1.20 as net/ncdc.wiz5-0/+48
ncdc is a modern and lightweight direct connect client with a friendly ncurses interface.
2017-03-13Added security/sqlmap version 1.1.3leot1-1/+2
2017-03-13+ sqlmapleot1-1/+2
2017-03-13Import sqlmap-1.1.3 as security/sqlmapleot4-0/+1394
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
2017-03-13Document that sdl2 option provides both audio and video outputs (similarly toleot1-4/+2
other comment in the options). While here get rid of extra `###' lines. No functional changes.
2017-03-13Updated textproc/py-sphinx-rtd-theme to 0.2.4wiz2-3/+3
2017-03-13Updated py-sphinx-rtd-theme to 0.2.4.wiz2-7/+7
v0.2.4 Yet another patch to deal with extra builders outside Spinx, such as the singlehtml builders from the Read the Docs Sphinx extension v0.2.3 Temporarily patch Sphinx issue with singlehtml builder by inspecting the builder in template.
2017-03-13Updated devel/py-setuptools to 34.3.2wiz2-3/+3
2017-03-13Updated py-setuptools to 34.3.2.wiz2-7/+7
v34.3.2 ------- * #993: Fix documentation upload by correcting rendering of content-type in _build_multipart on Python 3.
2017-03-13Updated time/py-parsedatetime to 2.3wiz2-3/+3
2017-03-13Updated py-parsedatetime to 2.3.wiz2-7/+7
Fix for Issue #215 (test failure)
2017-03-13Updated www/py-idna to 2.5wiz2-3/+3
2017-03-13Updated py-idna to 2.5.wiz2-7/+7
2.5 (2017-03-07) ++++++++++++++++ - Fix bug with Katakana middle dot context-rule (Thanks, Greg Shikhman.)
2017-03-13Depend on aspell, bump PKGREVISION.wiz1-1/+3
Addresses PR 52067 where it was found when it was installed.
2017-03-13Updated security/py-cryptography to 1.8.1wiz2-3/+3
2017-03-13Updated py-cryptography to 1.8.1.wiz3-36/+10
1.8.1 - 2017-03-10 ~~~~~~~~~~~~~~~~~~ * Fixed macOS wheels to properly link against 1.1.0 rather than 1.0.2. 1.8 - 2017-03-09 ~~~~~~~~~~~~~~~~ * Added support for Python 3.6. * Windows and macOS wheels now link against OpenSSL 1.1.0. * macOS wheels are no longer universal. This change significantly shrinks the size of the wheels. Users on macOS 32-bit Python (if there are any) should migrate to 64-bit or build their own packages. * Changed ASN.1 dependency from ``pyasn1`` to ``asn1crypto`` resulting in a general performance increase when encoding/decoding ASN.1 structures. Also, the ``pyasn1_modules`` test dependency is no longer required. * Added support for :meth:`~cryptography.hazmat.primitives.ciphers.CipherContext.update_into` on :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization`. * :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key` and :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` now require that ``password`` must be bytes if provided. Previously this was documented but not enforced. * Added support for subgroup order in :doc:`/hazmat/primitives/asymmetric/dh`.
2017-03-13Adjust depending pacakge name to ruby-builder30.taca2-4/+6
Bump PKGREVISION.
2017-03-13Change PKGBASE to coexist binary packages.taca1-1/+2
2017-03-13Added security/py-asn1crypto version 0.21.1wiz1-1/+2
2017-03-13+ py-asn1cryptowiz1-1/+2
2017-03-13Import py-asn1crypto-0.21.1 as security/py-asn1crypto.wiz4-0/+109
Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.
2017-03-13Updated security/py-cryptography_vectors to 1.8.1wiz2-3/+3
2017-03-13Updated py-cryptography_vectors to 1.8.1.wiz3-8/+22
Changes not found, but this comes with new asymmetric DH and DSA files.
2017-03-13Updated devel/meld to 3.17.1wiz2-3/+3
2017-03-13Updated meld to 3.17.1.wiz2-7/+7
2017-03-11 meld 3.17.1 ====================== Features: * Improve version checking, and try to show users a nice error dialog when Meld's requirements aren't installed (Vasily Galkin) Fixes: * Help and documentation fixes (Anders Jonsson, Kai Willadsen) * Re-silence GTK+ logging with glib 2.46 structured logging changes (Kai Willadsen) * Fix chunk deletion at EOF with CRLF endings (Kai Willadsen) * Note filter performance effects in folder preferences (Kai Willadsen) * Fix button alignment for new chunk action buttons (Kai Willadsen) * Improve use of the newer emblem in folder comparison by showing it only when meaningful (Kai Willadsen) * Fix crash caused by bad colour theme lookup (Kai Willadsen) Translations: * Alan Mortensen (da) * Anders Jonsson (sv) * Daniel Mustieles (es) * Josef Andersson (sv) * Marek Černocký (cs) * Paul Seyfert (de) * Piotr Drąg (pl) * Rafael Fontenelle (pt_BR) * Мирослав Николић (sr, sr@latin)
2017-03-13Updated sysutils/mc to 4.8.19wiz2-3/+3
2017-03-13Updated mc to 4.8.19.wiz4-9/+52
Version 4.8.19 - Core * Replace $MC_HOME with $MC_PROFILE_ROOT (#3684) * Allow rebind TAB key to change panel (#3672) * Support for True Color (16 millions colors) (#3145) * Color aliases in skin files (#3711) - VFS * Support timestamps with nanosecond precision for copy/move operations (#3575) * Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751) * Teach u7z to parse archive listings w/o sizes and/or dates (#2707) * Teach rpm helper about transaction scripts (#3750) * Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747) - Editor * Syntax: - updates of HTML and ebuild highlighting - highlight *.t (Perl test) files as Perl scripts - disassociate .cl file extension from LISP syntax (#3691) * Add syntax highlighting: - OpenCL (#3690) - OpenShadingLanguage (#3762) - R - YAML (#3293) - Misc * Code cleanup (#3693, #3703, #3721, #3763) * Add true color skins: 'Four seasons' (#3724) * Activate `--enable-tests` by default if `check` is found (#3708) * Added new skin: YADT (MidnightCommander/mc#115) - Fixes * Segfault on switching left panel to Info (#3700) * Broken compatibility with ncurses (#3697) * Setting MC_HOME makes mc ignore ~/.bashrc (#3684) * mc_tmpdir() use a buffer of only 64 characters (#3736) * Some bugs in the parsing of hexadecimal search patterns (#3694) * Hexadecimal search fails on binary data (#3589) * Broken file list resorting on double click on panel header line (#3715) * Wrong dialog resizing and positioning (#3714, #3723) * Widget's 'disabled' status is not toggled immediately (#3716) * Last item of 'Options/Layout/Horizontal' radiobuttons remains highlighted (#3717) * 'Options/Layout/Equal split' checkbox gets reverted (#3718) * Panels: cannot show more than one "column" in user defined listing mode (#3757) * Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731) * skins: 'window-state-char' and 'window-close-char' are parsed as colors (#3710) * Pressing <right> and <left> in the hotlist dialog doesn't refresh it (#3775) * mcview: an error message about bad regexp isn't shown (#3720) * mcedit: fix etags filenames parsing (#3698) * mcedit: fix mouse active area for maximize / close buttons (#3774) * mcedit: frames (MDI interface) don't reflect the focus state (#3766) * mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760) * mcedit doesn't show search error messages when searching backwards (#3735) * help viewer: tab characters handled incorrectly (#3754) * VFS: incorrect zoo archive listing (#3696) * VFS: segfault in VFSs not setting block size in stat (#3749)
2017-03-13Updated multimedia/libmatroska to 1.4.7wiz2-3/+3
2017-03-13Updated libmatroska to 1.4.7.wiz2-7/+7
2017-03-10 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.7 with the single change of setting the version number in the "KaxCodeVersion" variable correctly. * Released v1.4.6. * KaxSemantic: add new elements dealing with 360°/VR content and for language descriptors based on IETF BPC 47.
2017-03-13Updated fonts/harfbuzz to 1.4.5wiz2-3/+3