summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Update ruby-capybara to 2.6.2.taca3-8/+11
#Version 2.6.2 Relase date: 2016-01-27 ### Fixed * support for more than just addressable 2.4.0 [Thomas Walpole] # Version 2.6.1 Release date: 2016-01-27 ### Fixed * Add missing require for addressable [Jorge Bejar] # Version 2.6.0 Relase date: 2016-01-17 ### Fixed * Fixed path escaping issue with current_path matchers [Tom Walpole, Luke Rollans] (Issue #1611) * Fixed circular require [David Rodríguez] * Capybara::RackTest::Form no longer overrides Object#method [David Rodriguez] * options and with_options filter for :select selector have more intuitive visibility behavior [Nathan] * Test for nested modal API method support [Tom Walpole] ### Added * Capybara.modify_selector [Tom Walpole] * xfeature and ffeature aliases added when using RSpec [Filip Bartuzi] * Selenium driver supports a :clear option to #set to handle different strategies for clearing a field [Tom Walpole] * Support the use of rack 2.0 with the rack_test driver [Travis Grathwell, Tom Walpole] * Disabled option for default selectors now supports true, false, or :all [Jillian Rosile, Tom Walpole] * Modal API methods now default wait time to Capybara.max_default_wait_time [Tom Walpole]
2016-03-15Note update of textproc/ruby-will-paginate package to 3.1.0.taca1-1/+2
2016-03-15Update ruby-will-paginate to 3.1.0.taca3-8/+10
* Rails 5.0 support * Drop support for old Active Record finder params to paginate(): # now unsupported: User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...) # convert to Arel syntax instead: User.order('created_at DESC').where(...).paginate(:page => 1) # or, even better: User.order('created_at DESC').where(...).page(1) * Add support for pagination with Mongoid
2016-03-15Note update of textproc/ruby-redcarpet package to 3.3.4.taca1-1/+2
2016-03-15Update ruby-redcarpet to 3.3.4.taca2-7/+7
This release simply fixes the bufprintf function to correctly work on Windows MinGW-w64 so strings are properly written to the buffer and also skips non-ASCII chars during anchor generation to avoid generating invalid UTF-8 bytes sequences.
2016-03-15Note update of textproc/ruby-plist package to 3.2.0.taca1-1/+2
2016-03-15Update ruby-plist to 3.2.0.taca2-8/+8
* Updated dprecated File.exists? to File.exist? * Updated README.rdoc 'Apple Computer' -> 'Apple' * Fixed defect in PData in which exception was thrown when <data/> element was read from plist. * guard against not being able to load rdoc tasks * Fix typo in comment * Remove 'Computer' from 'Apple Computer' string in plist files ;-) * Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and string hash keys.
2016-03-15Note update of textproc/ruby-nokogiri package to 1.6.7.2.taca1-1/+2
2016-03-15Update ruby-nokogiri to 1.6.7.2.taca3-8/+11
Below security problem dose not affect to pkgsrc since we do not use bundlerd libxml2. === 1.6.7.2 / 2015-01-20 This version pulls in several upstream patches to the vendored libxml2 and libxslt to address: CVE-2015-7499 Ubuntu classifies this as "Priority: Low", RedHat classifies this as "Impact: Moderate", and NIST classifies this as "Severity: 5.0 (MEDIUM)". MITRE record is https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7499
2016-03-15Note update of textproc/ruby-kramdown package to 1.10.0.taca1-1/+2
2016-03-15Update ruby-kramdown to 1.10.0.taca3-9/+16
kramdown 1.10.0 released This release brings the usual bug fixes but also support for the strikethrough syntax in the GFM parser as well as some enhancements regarding the specification of language names for syntax highlighting purposes. Changes * 4 minor changes: o Support for the math-engine MathJax-Node was updated to use the new mathjax-node package (fixes #313, pull request by Tom Thorogood) o URL query parameters can now be appended to language names specified in fenced code blocks if the syntax highlighting engine accepts them (fixes #234) o Added strikethrough syntax to the GFM parser (fixes #184 and #307; initial pull request by Diego Galeota, updated by Parker Moore) o Allow almost all characters in class names that are defined via a special syntax (fixes #318, requested by cabo) * 4 bug fixes: o Fixed a problem where Kramdown::Document.new would only accept the symbol :input but not the string ¡Æinput¡Ç as valid key (fixes #312, pull request by Sun Yaozhu) o Fixed inconsistent behavior: Empty link text is now also allowed for normal links, not just images (fixes #305, reported by cabo) o The HTML5 <mark> element is now recognized as span level element (fixes #298, reported by Niclas Darville) o Fixed problem where e-mail autolinks containing an underscore character were not correctly recognized (fixes #293, reported by erikse) * 3 other fixes: o Fixed missing package update statement for Travis (by Parker Moore) o Add some more documentation regarding MathJax (fixes #296, pull request by Christopher Jefferson) o Fixed bad link in API documentation (fixes #315, reported by Tom MacWright)
2016-03-15Note update of textproc/ruby-coderay package to 1.1.1.taca1-1/+2
2016-03-15Update ruby-coderay to 1.1.1.taca3-11/+15
* SQL scanner: Allow $ signs in SQL identifiers [#164, thanks to jasir and Ben Basson] * SQL scanner: Fix open strings [#163, thanks to Adam] * Ruby scanner: Accept number literal suffixes r and i (Ruby 2.1) * Ruby scanner: Accept quoted hash keys like { "a": boss } (Ruby 2.2) * Ruby scanner: Accept save navigation operator &. (Ruby 2.3) * Ruby scanner: Accept squiggly heredoc <<~ (Ruby 2.3) * Diff scanner: Prevent running out of regexp stack. * HTML encoder: You can keep tabs intact now by setting tab_width: false. * Alpha style: Tweaked colors for :function group with :content. * File structure: One module per file, autoload CodeRay::Version, paths follow namespace hierarchy.
2016-03-15Note update of sysutils/ruby-listen package to 3.0.6.taca1-1/+2
2016-03-15Update ruby-listen to 3.0.6.taca2-10/+16
pkgsrc change: * Depend on ruby-rb-fsevent Darwin. Bugfixes * #364 - fix broken dependency (rb-inotify gem version 0.9.6 was removed from RubyGems) - thanks, @benja83 !
2016-03-15Note update of sysutils/ruby-rb-inotify package to 0.9.7.taca1-1/+2
2016-03-15Update ruby-rb-inotify to 0.9.7.taca3-8/+9
* Regenerate gemspec. * Improve documentation. * Return nil and the caller will return empty array for each method. * Avoid exception in case of closing a file watched by notifier, like tapping SIGINT to close the file without exception. * Fix the logic used for retrying reads after EINVAL * Use a specific exception class for queue overflows
2016-03-15Note update of sysutils/ruby-facter package to 2.4.6.taca1-1/+2
2016-03-15Update ruby-facter to 2.4.6.taca3-8/+9
* (FACT-959) Incorrect processor counts on Windows * (FACT-1286) Only return files, never directories * (FACT-765) Constrain windows `id` gid resolution * (FACT-704) Fix docker detection for systemd slices * (maint) Remove rubygems_version from gemspec.
2016-03-15mit-krb5 update donetez1-2/+1
2016-03-15Update mit-kbr5 to 1.14.1tez1-1/+2
2016-03-15Missed one checksum update... fixed.tez1-2/+2
2016-03-15Note Updated sysutils/ruby-childprocess to 0.5.9.taca1-1/+2
2016-03-15Added cad/klayout version 0.24.5mef2-2/+4
2016-03-15Update ruby-childprocess to 0.5.9.taca2-7/+7
Shut down the test processes.
2016-03-15Update to 1.14.1 resolving all reported vulnerabilities including:tez34-790/+241
CVE-2015-2695 CVE-2015-2696 CVE-2015-2697 CVE-2015-2698 CVE-2015-8629 CVE-2015-8630 CVE-2015-8631
2016-03-15Note update of security/ruby-oauth package to 0.5.1.taca1-1/+2
2016-03-15Import klayout-0.24.5 as cad/klayout.mef8-0/+238
Although a comparatively simple piece of software, a layout viewer is not only just a tool for the chip design engineer. Today design's complexity require not only a simple "viewer". Rather, a viewer is the microscope through which the engineer looks at the design. There are numerous viewers available, but sadly there are not many which satisfy a few basic requirements. Most of them are commercial and expensive. If there is need for a simple, yet powerful viewer - here it is.
2016-03-15Update HOMEPAGE.taca3-28/+13
Changes from 0.4.7 are too many to write here, please refer commit log: <https://github.com/oauth-xx/oauth-ruby/commits/master>.
2016-03-15Note update of security/ruby-bcrypt package to 3.1.11.taca1-1/+2
2016-03-15Update ruby-bcrypt to 3.1.11.taca2-7/+7
3.1.11 Mar 06 2016 - Add support for Ruby 2.2 in compiled Windows binaries
2016-03-15Note update of print/ruby-prawn package to 2.1.0.taca1-1/+2
2016-03-15Update ruby-prawn to 2.1.0.taca3-11/+19
PrawnPDF 2.1.0 – 2016-02-29 Added support for PNG images with indexed transparency Prawn now properly hadles transparency in PNG images with indexed color. (Maciej Mucha, #783; Alexander Mankuta, #920) Prawn no longer generates IRB warnings Fix a few issues with code style that were triggering warnings in IRB when run in verbose mode (irb -w). (Jesse Doyle, #914) Gradients applied inside transformations are now correctly positioned PDF gradients/patterns take coordinates in the coordinate space of the document, not the “user space”, so if you performed a scale/rotate/translate and then painted a gradient inside, it wasn't correctly positioned. This change tracks transformations applied to the document, and multiplies the gradient matrix with this tracked transformation matrix so that the gradient appears in the correct place in the document. Because this changes how the x and y coordinates are interpreted, you must manually add apply_transformations: true to your stroke_gradient and fill_gradient calls to use the fixed behaviour in Prawn 2. It is expected that this will be the default in Prawn 3. Please refer to the wiki page on this change for more information. (Roger Nesbitt, #891, #894) Prawn::Graphics::BlendMode#blend_mode added Blend modes can be used to change the way two layers are blended together. The BM key is added to the External Graphics State based on the v1.4 PDF spec. blend_mode accepts a single blend mode or array of blend modes. If an array is passed, the PDF viewer blends layers based on the first valid blend mode.
2016-03-15Note update of print/ruby-pdf-reader package to 1.4.0.taca1-1/+2
2016-03-15Upadte ruby-pdf-reader to 1.4.0.taca3-10/+10
v1.4.0 (22nd February 2016) - raise minimum ruby version to 1.9.3 - print warnings to stderr when deprecated methods are used. These methods have been deprecated for 4 years, so hopefully few people are depending on them - Fix exception when a npn-breakng space (character 160) is used with a built-in fint (helvetica, etc) - various bug fixes
2016-03-15Note update of print/ruby-pdf-core package to 0.6.1.taca1-1/+2
2016-03-15Update ruby-pdf-core to 0.6.1.taca2-7/+7
Changes are not available.
2016-03-15Note update of net/ruby-twitter-text package to 1.13.4.taca1-1/+2
2016-03-15Update ruby-twitter-text to 1.13.4.taca2-7/+7
* Use RegEx literal instead of String literal * Use regex literals instead of string literals for char class ranges that might get minized and decomposed * added FULLWIDTH TILDE U+FF5E as a valid hashtag special character * added WAVE DASH U+301C as a valid hashtag special character * Ignore Emojified # or keycap # when scanning for hashtags * Support Cyrillic characters in URLs path section * Version in bower file is deprecated, rely solely on git tag * also add a bower badge and removed old repo list * Update bower.json * update tlds and forward exit code from rake tests * add desc, license and fix source_files for podfile
2016-03-15Note update of net/ruby-netaddr package to 1.5.1.taca1-1/+2
2016-03-15Update ruby-netaddr to 1.5.1.taca3-15/+15
====1.5.1 ===Changes * fixed bug with NetAddr#merge (credit to Daniel Boughton)
2016-03-15Note update of net/ruby-net-ldap package to 0.14.0.taca1-1/+2
2016-03-15Update ruby-net-ldap to 0.14.0.taca3-8/+9
=== Net::LDAP 0.14.0 * Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264] * Update Docs: Net::LDAP now requires ruby >= 2 {#261}[https://github.com/ruby-ldap/ruby-net-ldap/pull/261] * fix symbol proc {#255}[https://github.com/ruby-ldap/ruby-net-ldap/pull/255] * fix trailing commas {#256}[https://github.com/ruby-ldap/ruby-net-ldap/pull/256] * fix deprecated hash methods {#254}[https://github.com/ruby-ldap/ruby-net-ldap/pull/254] * fix space after comma {#253}[https://github.com/ruby-ldap/ruby-net-ldap/pull/253] * fix space inside brackets {#252}[https://github.com/ruby-ldap/ruby-net-ldap/pull/252] * Rubocop style fixes {#249}[https://github.com/ruby-ldap/ruby-net-ldap/pull/249] * Lazy initialize Net::LDAP::Connection's internal socket {#235}[https://github.com/ruby-ldap/ruby-net-ldap/pull/235] * Support for rfc3062 Password Modify, closes #163 {#178}[https://github.com/ruby-ldap/ruby-net-ldap/pull/178]
2016-03-15Note update of net/ruby-ipaddress package to 0.8.3.taca1-1/+2
2016-03-15Update ruby-ipaddress to 0.8.3.taca2-7/+7
ipaddress 0.8.2 CHANGED merged bundler branch to cleanup gemspec and Rakefiles FIXED IPAddress::IPv4.split handling (Issue #40) NEW Added #[]= method to IPv4/6 classes to add octet writing support. (Issue #24) NEW IPV4#multicast? NEW IPV4#loopback? NEW IPV4#to()
2016-03-15Note update of net/ruby-domain_name package to 0.5.20160309.taca1-1/+2
2016-03-15Update ruby-domain_name to 0.5.20160309.taca2-7/+7
* Use the date as part of version. * Update the eTLD database to 2016-03-09T09:52:02Z.
2016-03-15Updated ham/fldigi to 3.23.08mef1-1/+2
2016-03-15Note update of net/ruby-dnsruby package to 1.59.2.taca1-1/+2
2016-03-15(pkgsrc)mef4-85/+7
- Drop two patches, they are now included (but not exactly the same as our patches). (upstream) - Update 3.23.07 to 3.23.08 ------------------------- =Version 3.23.08= 2016-02-21 Rik van Riel <riel@surriel.com> bbbeed4: NAVTEX update 2016-02-16 David Freese <iam_w1hkj@w1hkj.com> 5b2edad: Save Logbook 1c8e0e9: Analysis mode 0f650e9: flrig PTT 106e3e2: flrig waiting 71fa224: COM port close dd1165a: fsq repeat last fb0fd4c: Mac Logger 2016-02-04 Jonathan Wakely <redi@users.sf.net> 813b58a: GCC 6 build 2016-02-01 David Freese <iam_w1hkj@w1hkj.com> d808977: CALL capture bea9cfe: Scope View 8bcc9e8: RigCAT modifications