Commit graph

230664 commits

Author SHA1 Message Date
tnn
745bf3ca3d needs gzip(1) tool in do-extract target 2015-03-13 18:05:59 +00:00
tnn
fea7aba9e6 needs gzip(1) tool for generation of html.tar.gz 2015-03-13 18:00:33 +00:00
taca
e7214b0665 Note update of www/ruby-selenium-webdriver package to 2.45.0. 2015-03-13 18:00:18 +00:00
taca
367cbe6be5 Update ruby-selenium-webdriver to 2.45.0.
2.45.0 (2014-02-28)
===================

Firefox:
  * Native events in Firefox relied on an API that Mozilla no longer
    provides. As such, fall back to synthesized events on recent Firefox
    versions.

Ruby changes:
  * Allow switching windows when current window is closed (thanks Titus Fortner).
  * Add :javascript_enabled to Android capabilities.

2.44.0 (2014-10-05)
===================

No Ruby changes in this release.

Firefox:
  * Native event support for Firefox 24, 31, 32 and 33

2.43.0 (2014-09-09)
===================

* Make sure UnhandledAlertErrors includes the alert text if provided by the driver.
* Firefox
  - Make sure the browser process is properly killed if silent startup hangs (#7392)
  - native events support for Firefox 24, 31 and 32
* Loosen websocket dependency to ~> 1.0
* Add support for `switch_to.parent_frame` (thanks abotalov)
* Fix download location for Selenium::Server.{latest,get} (#7049 - thanks marekj)
2015-03-13 17:59:44 +00:00
tnn
0a3644d144 needs gzip(1) tool 2015-03-13 17:58:39 +00:00
taca
534975a7e4 Note update of graphics/rabbit package to 2.1.6. 2015-03-13 17:58:31 +00:00
taca
88fc5b015f Update rabbit to 2.1.6.
Changes are too many to write here, please refer
http://rabbit-shocker.org/en/news.html.
2015-03-13 17:58:02 +00:00
tnn
c10b7205b2 needs zlib 2015-03-13 17:53:44 +00:00
tnn
b7fe33e369 fix iconv linkage when converters/libiconv is in use 2015-03-13 17:51:15 +00:00
taca
7e7f7fd01a Note update of www/termtter package to 2.2.1nb1. 2015-03-13 17:46:25 +00:00
tnn
78a80ebf7f needs curses 2015-03-13 17:45:50 +00:00
taca
f6c8fb3e4b * Add support for pkg_alternatives.
* Drop ruby18 part and clean up.

Bump PKGREVISION.
2015-03-13 17:43:43 +00:00
tnn
92ed45b539 Use BUILDLINK_LDADD.iconv instead of coding it per platform 2015-03-13 17:42:58 +00:00
taca
c9f69bc006 Note update of www/ruby-sass package to 3.4.13. 2015-03-13 17:40:18 +00:00
taca
b6cc4c5c11 Update ruby-sass to 3.4.13.
* pkgsrc change: add pkg_alternatives support.

Changes are too many to write here, please refer
http://sass-lang.com/documentation/file.SASS_CHANGELOG.html.
2015-03-13 17:39:51 +00:00
taca
14873651b0 Note update of www/ruby-rest-client package to 1.7.3. 2015-03-13 17:36:44 +00:00
taca
a616dc9085 Update ruby-rest-client to 1.7.3.
# 1.7.3

- Security: redact password in URI from logs (#349 / OSVDB-117461)
- Drop monkey patch on MIME::Types (added `type_for_extension` method, use
  the public interface instead.

# 1.7.2

- Ignore duplicate certificates in CA store on Windows

# 1.7.1

- Relax mime-types dependency to continue supporting mime-types 1.x series.
  There seem to be a large number of popular gems that have depended on
  mime-types '~> 1.16' until very recently.
- Improve urlencode performance
- Clean up a number of style points

# 1.7.0

- This release drops support for Ruby 1.8.7 and breaks compatibility in a few
  other relatively minor ways
- Upgrade to mime-types ~> 2.0
- Don't CGI.unescape cookie values sent to the server (issue #89)
- Add support for reading credentials from netrc
- Lots of SSL changes and enhancements: (#268)
  - Enable peer verification by default (setting `VERIFY_PEER` with OpenSSL)
  - By default, use the system default certificate store for SSL verification,
    even on Windows (this uses a separate Windows build that pulls in ffi)
  - Add support for SSL `ca_path`
  - Add support for SSL `cert_store`
  - Add support for SSL `verify_callback` (with some caveats for jruby, OS X, #277)
  - Add support for SSL ciphers, and choose secure ones by default
- Run tests under travis
- Several other bugfixes and test improvements
  - Convert Errno::ETIMEDOUT to RestClient::RequestTimeout
  - Handle more HTTP response codes from recent standards
  - Save raw responses to binary mode tempfile (#110)
  - Disable timeouts with :timeout => nil rather than :timeout => -1
  - Drop all Net::HTTP monkey patches

# 1.6.8

- The 1.6.x series will be the last to support Ruby 1.8.7
- Pin mime-types to < 2.0 to maintain Ruby 1.8.7 support
- Add Gemfile, AUTHORS, add license to gemspec
- Point homepage at https://github.com/rest-client/rest-client
- Clean up and fix various tests and ruby warnings
- Backport `ssl_verify_callback` functionality from 1.7.0
2015-03-13 17:36:10 +00:00
taca
8ff71ca17d Note update of www/ruby-rack-test package to 0.6.3. 2015-03-13 17:33:13 +00:00
taca
f384fb95cc Update ruby-rack-test to 0.6.3.
== 0.6.3 / 2015-01-09

* Minor enhancements

  * Expose an env helper for persistently configuring the env as needed
    (Darío Javier Cravero #80)
  * Expose the tempfile of UploadedFile (Sytse Sijbrandij #67)

* Bug fixes

  * Improve support for arrays of hashes in multipart forms (Murray Steele #69)
  * Improve test for query strings (Paul Grayson #66)
2015-03-13 17:32:49 +00:00
taca
b43d775f74 Note update of www/ruby-rack-ssl package to 1.4.1. 2015-03-13 17:32:15 +00:00
taca
5dc1476069 Update ruby-rack-ssl to 1.4.1.
* As per spec, don't include STS header in non-https responses
* Handle bad URIs gracefully.

  Some adapters (i.e. jruby-rack) will pass through bad URIs, then display
  the resulting exception. This creates an attack vector for XSS attacks.

* Added more installation/usage instructions into the README

* Return 400 instead of 404 in case of InvalidURIError

* Include Content-Type in 400 response.
  To stay compatible with old Rack versions.

* Skip URI parsing Request#url
  URI may fail to parse some legit URL paths.
2015-03-13 17:31:37 +00:00
taca
d24fce7777 Note update of www/ruby-rack-rewrite package to 1.5.1. 2015-03-13 17:27:44 +00:00
taca
7a722686e2 Update ruby-rack-rewrite to 1.5.1.
== 1.5.1 / 2014-12-31
* Maintenance
  * Fix content-length being set (#66)
2015-03-13 17:27:07 +00:00
taca
d79da0f2f3 Note update of www/ruby-rack-protection package to 1.5.3. 2015-03-13 17:26:32 +00:00
taca
e000f4c1bd Update ruby-rack-protection to 1.5.3.
* Discard invalid Referer header.
  If an invalid Referer header such as "http://example.com/bad|uri" is
  provided, ignore the value of it and skip using the Host header fallback.
* refactor instantiation.
* fix typoed header name.
* clarify reaction warning, test it.
2015-03-13 17:26:00 +00:00
tnn
b92ee13a8a needs yacc(1) tool 2015-03-13 17:25:52 +00:00
taca
c214842a3e Note update of www/ruby-rack-contrib package to 1.2.0. 2015-03-13 17:23:41 +00:00
taca
52e340951a Update ruby-rack-contrib to 1.2.0.
No exact changes are available.
2015-03-13 17:23:04 +00:00
taca
9b0a4ed336 Note update of www/ruby-rack package to 1.6.0. 2015-03-13 17:21:44 +00:00
taca
1501882ded Update ruby-rack to 1.6.0.
No exact changes are available.
2015-03-13 17:21:19 +00:00
taca
63211e2dcc Note update of www/ruby-pygments.rb package to 0.6.2. 2015-03-13 17:18:36 +00:00
taca
9e6a8c65d0 Update ruby-pygments.rb to 0.6.2.
No exact changes are available.
2015-03-13 17:18:02 +00:00
tnn
088a2e4328 needs groff
(package is only for NetBSD so this is a no-op dependency annotation)
2015-03-13 17:17:11 +00:00
taca
01f3916300 Note update of www/ruby-patron package to 0.4.20. 2015-03-13 17:14:49 +00:00
taca
ceebe9adcf Update ruby-patronto 0.4.20.
* fix base url concatenation

* Adds instantiation settings via block or hash.
  Fixes .downcase being called on symbols.

  Cleaned up

  Cleans up hash setter. Adds block support

  Adds tests for hash and block instantiation

  Undoes string fix for patron/request.rb to keep with scope.

* Handle two failing specs

  One is failing due to no OS support for SSLv2. This is reasonable,
  so I just removed SSLv2 from the list of SSL versions to test. This
  doesn't change the meaning of the test at all.

  I could not find the root cause of the other spec failure, though
  I suspect it is a setup problem. I have disabled the spec for now
  and will revisit it later on.

* Add doc comment
* Add a way to get the Request object

* Revert request action to be a symbol, but still allow upcase and
  downcase strings.
2015-03-13 17:14:02 +00:00
tnn
f2b51d7c2a - g/c url2pkg marker
- needs gettext-lib as gettext support is enabled
2015-03-13 17:13:26 +00:00
tnn
4d41d87a11 needs libiconv 2015-03-13 17:08:14 +00:00
taca
e222141788 Note ruby-padrino consisting packages to 0.12.5.
www/ruby-padrino-support
	www/ruby-padrino-helpers
	www/ruby-padrino-helpers
	www/ruby-padrino-cache
	www/ruby-padrino-gen
	www/ruby-padrino-admin
	www/ruby-padrino-mailer
	www/ruby-padrino
2015-03-13 17:07:29 +00:00
manu
0af533107a Calendar extension for PHP 5.3 and PHP 5.4
Add calendar options to lang/php53 and lang/php54 to build the
calendar extension. Complete documentation on this extension can
be found here: http://php.net/manual/en/book.calendar.php
2015-03-13 17:05:22 +00:00
taca
fc740cfdb9 Update Ruby Padrino related pacakges to 0.12.5.
0.12.5 (February 22nd 2015)

* FIX #1794 inheritance of global prereqs (@ujifgc)
* FIX #1798 handling non-array `with` statement for params (@ujifgc)
* FIX Russian translation for password (@harrykiselev)
* FIX Prevent Padrino from overriding cache settings (@dariocravero)
* FIX sequence of execution for configuration methods in application
  (@namusyaka)
* FIX translations for admin for cs (@ortiga)
* FIX exception raised when running the controller generator (@namusyaka)
* FIX #1875 lock down rack to < 1.6.0 because of sinatra conflict (@ujifgc)
2015-03-13 17:04:49 +00:00
tnn
ab0b142ed2 honour PKGMANDIR 2015-03-13 17:02:31 +00:00
taca
a63e0cd35c Note update of www/ruby-jquery-rails package to 3.1.2. 2015-03-13 16:55:10 +00:00
taca
be34d25e07 Update ruby-jquery-rails to 3.1.2.
## 3.1.2 (1 September 2014)

  - Updated to jquery-ujs 1.0.1

## 3.1.1 (23 June 2014)

  - Updated to jQuery 1.11.1
  - Updated to jquery-ujs 1.0.0
2015-03-13 16:54:35 +00:00
tnn
672d2c1235 needs ncurses 2015-03-13 16:53:40 +00:00
taca
28abf35a15 Note update of www/ruby-jekyll package to 2.5.3. 2015-03-13 16:53:37 +00:00
taca
ce659dd68b Update ruby-jekyll to 2.5.3.
* pkgsrc change: add support for pkg_alternatives.

Now ruby-jekyll are consits of sub packages.  And changes are too many to
write here.
2015-03-13 16:53:12 +00:00
tnn
5c880220f4 honour PKGMANDIR 2015-03-13 16:50:37 +00:00
taca
34b2eeafde Note addtion of these packages:
www/ruby-jekyll-coffeescript	1.0.1
	www/ruby-jekyll-gist		1.1.0
	www/ruby-jekyll-paginate	1.1.0
	www/ruby-jekyll-sass-converter	1.3.0
	www/ruby-jekyll-watch		1.2.1
2015-03-13 16:50:07 +00:00
taca
da8559df42 Add and enable these packages:
ruby-jekyll-coffeescript
	ruby-jekyll-gist
	ruby-jekyll-paginate
	ruby-jekyll-sass-converter
	ruby-jekyll-watch
2015-03-13 16:48:32 +00:00
taca
e3957cf79b Add ruby-jekyll-watch package version 1.2.1.
Rebuild your Jekyll site when a file changes with the `--watch` switch.
2015-03-13 16:47:46 +00:00