summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02Added geography/opencpn-plugin-weather_routing version 20150201bouyer1-1/+2
2015-02-02Add opencpn-plugin-weather_routingbouyer1-1/+2
2015-02-02Add opencpn-plugin-weather_routing version 20150201bouyer4-0/+67
This plugin creates optimized weather routes using isochrone method and predictive grib data or averaged gridded Climate data based upon constraint settings, start and finish information, and boat performance calculated using boat specs or polar data
2015-02-02Updated databases/sqlite3-{docs,tcl} to 3.8.8.2adam1-1/+3
2015-02-02Changes 3.8.8.2:adam5-15/+16
* Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.
2015-02-02Updated databases/sqlite3 to 3.8.8.2wiz1-1/+2
2015-02-02Update to 3.8.8.2:wiz2-7/+7
Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.
2015-02-02Updated devel/p5-File-DesktopEntry to 0.08mef1-1/+2
2015-02-02Update 0.05 to 0.08 (again, the commit log is the same as done in 01/31)mef2-8/+6
http://mail-index.netbsd.org/pkgsrc-changes/2015/01/31/msg117991.html Except removing the PERL5_MODULE_TYPE= Module::Build Thanks obache and wiz
2015-02-02Note update of devel/ruby2ruby package to 2.1.3.taca1-1/+2
2015-02-02Update ruby2ruby to 2.1.3.taca2-6/+6
=== 2.1.3 / 2014-09-26 * 1 bug fix: * Fixed handling of kwargs. (joenas) === 2.1.2 / 2014-08-28 * 1 bug fix: * Fixed readme to point out that deep_clone may be needed. (heathd) === 2.1.1 / 2014-06-09 * 1 bug fix: * Moved Regexp::CODES out of guard on ::ENC_NONE. (presidentbeef) === 2.1.0 / 2014-04-23 * 4 minor enhancements: * Don't indent defn body extra if it has a top-level rescue. * Don't indent defn body until fully processed. * Don't use simple rescue form if resbody is a return (statement keyword). (eyberg) * Remove superfluous begin/end for top-level defn rescue. === 2.0.8 / 2014-03-24 * 1 bug fix: * 2.0/2.1: Fixed support for **kwsplat. (troessner)
2015-02-02Note update of devel/ruby-uuidtools package to 2.1.5.taca1-1/+2
2015-02-02Update ruby-uuidtools to 2.1.5.taca3-8/+7
== UUIDTools 2.1.5 * fixed issue with ip command vs ifconfig * dumped RubyForge related cruft * updated to modern RSpec syntax
2015-02-02Note update of devel/ruby-uglifier package to 2.7.0.taca1-1/+2
2015-02-02Update ruby-uglifier to 2.7.0.taca3-11/+18
## 2.7.0 (8 January 2015) - copyright comment preservation also includes comments starting with a bang (!) ## 2.6.1 (1 January 2015) - update UglifyJS to 2.4.16 ## 2.6.0 (8 December 2014) - allow metadata to be appended to minified code ## 2.5.3 (18 July 2014) - no changes ## 2.5.2 (18 July 2014) - update UglifyJS to 2.4.15 ## 2.5.1 (13 June 2014) - update UglifyJS to 2.4.14 ## 2.5.0 (15 March 2014) - update UglifyJS to 2.4.13 - process Angular @ngInject annotations - add keep_fargs option - change `ascii_only` default to true ## 2.4.0 (19 December 2013) - update UglifyJS to 2.4.8 - add drop_console compress option ## 2.3.3 (12 December 2013) - update UglifyJS to 2.4.7 ## 2.3.2 (1 December 2013) - update UglifyJS to 2.4.6 - document missing mangler and output options ## 2.3.1 (8 November 2013) - update UglifyJS to 2.4.3 ## 2.3.0 (26 October 2013) - use JSON gem instead of multi_json - update UglifyJS to 2.4.1 - fix issues with some Unicode JS identifiers (#47, #58) ## 2.2.1 (28 August 2013) - fix IE8 compatibility ## 2.2.0 (25 August 2013) - update UglifyJS to 2.4.0 - add `negate_iife` compressor option - escape null characters as \x00, so that null followed by number isn't interpreted as octal (#47) ## 2.1.2 (7 July 2013) - update UglifyJS to 2.3.6 ## 2.1.1 (18 May 2013) - fix JScript compatibility - update UglifyJS to 2.3.4 ## 2.1.0 (8 May 2013) - update to UglifyJS 2.3.0 - add enclose and screw_ie8 options ## 2.0.1 (6 April 2013) - fix compatibility with Sprockets 2.9.0 ## 2.0.0 (6 April 2013) This release is backwards incompatible for JS compressor options. - update UglifyJS to 2.2.5 - change compressor arguments to align with UglifyJS2 - `compile_with_map`: generate source maps for minified code
2015-02-02Note update of devel/ruby-turn package to 0.9.7.taca1-1/+2
2015-02-02Updated www/apache24 to 2.4.12adam2-3/+3
2015-02-02Update ruby-turn to 0.9.7.taca3-10/+11
=== 0.9.7 / 2014-03-14 * Fix -n option for running named tests (#78) * Change default output mode to 'pretty' * Add option to print top 10 longest running tests * Fix home directory lookup
2015-02-02Note update of devel/ruby-tins package to 1.3.3.taca1-1/+2
2015-02-02Update ruby-tins to 1.3.3.taca3-17/+15
* Add json support. * Avoid conflict with Rails.
2015-02-02Ensure BUILDLINK_{INCDIRS,LIBDIRS}.curses are always definedpho1-16/+15
These variables are for packages where populating -I/-L flags into {C,CPP,LD}FLAGS is not enough and need to know accurate paths to header and library directories. This is particularly important for ncurses because its headers sometimes reside in "${BUILDLINK_PREFIX.ncurses}/include/ncurses" and sometimes in "${BUILDLINK_PREFIX.ncurses}/include" while no pkg-config .pc files are available. The same goes for ncursesw.
2015-02-02Updated devel/p5-MooX-Options to 4.016wen1-1/+2
2015-02-02Note update of devel/ruby-test-unit package to 3.0.9.taca1-1/+2
2015-02-02Update ruby-test-unit to 3.0.9.taca3-16/+21
Changes are too many to write here, please refer doc/text/news.md.
2015-02-02Note update of devel/ruby-stomp package to 1.3.4.taca1-1/+2
2015-02-02Update ruby-stomp to 1.3.4.taca3-7/+9
== 1.3.4 20141202 * Change :start_timeout default to 0 (might break some clients) (#98). * Allow user set of SSLContext options (#105). * Allow user set of parm in SSLContext.new(parm) (#105). == 1.3.3 20140810 * Do not attempt to write empty message bodies. * Explicity close ssl socket on connection timeout. * Fix incorrect behavior for empty header keys (#93) * Do not override explicit :reliable => false. * Fix client fail-over fails (#98)
2015-02-02Update to 4.016wen2-7/+7
Update DEPENDS Upstream changes: 4.016 2015-01-24 12:30:10 GMT * Feature #470 : Add "hidden" attribute, and doc (Celogeek San) * Feature #471 : Added a better error message for isa check failures (Celogeek San) 4.015 2015-01-13 16:06:52 GMT * Bug #466 : Term::Any::Size should be recommanded but optional (Celogeek San) fix eval 4.014 2015-01-13 15:51:32 GMT * Bug #464 : warning generated when missing required params (Celogeek San) * Bug #466 : Term::Any::Size should be recommanded but optional (Celogeek San) 4.013 2014-11-22 07:43:13 GMT * Feature #462 : Autorange (Celogeek San)
2015-02-02Note update of devel/ruby-simplecov package to 0.9.1.taca1-1/+2
2015-02-02Update ruby-simplecov to 0.9.1.taca3-10/+8
0.9.1, 2014-09-21 ([changes](https://github.com/colszowka/simplecov/compare/v0.9.0...v0.9.1)) ==================== ## Bugfixes * In 0.9.0, we introduced a regression that made SimpleCov no-op mode fail on Ruby 1.8, while dropping 1.8 support altogether is announced only for v1.0. This has been fixed. See [#333](https://github.com/colszowka/simplecov/issues/333) (thanks (@sferik) 0.9.0, 2014-07-17 ([changes](https://github.com/colszowka/simplecov/compare/v0.8.2...v0.9.0)) ==================== **A warm welcome and big thank you to the new contributors [@xaviershay](https://github.com/xaviershay), [@sferik](https://github.com/sferik) and especially [@bf4](https://github.com/bf4) for tackling a whole lot of issues and pull requests for this release!** ## Enhancements * New interface to specify multiple formatters. See [#317](https://github.com/colszowka/simplecov/pull/317) (thanks @sferik) * Document in the README how to exclude code from coverage reports, and that the feature shouldn't be abused for skipping untested private code. See [#304](https://github.com/colszowka/simplecov/issues/304) * Clarify Ruby version support. See [#279](https://github.com/colszowka/simplecov/pull/279) (thanks @deivid-rodriguez) ## Bugfixes * Ensure calculations return Floats, not Fixnum or Rational. Fixes segfaults with mathn. See [#245](https://github.com/colszowka/simplecov/pull/245) (thanks to @bf4) * Using `Kernel.exit` instead of exit to avoid uncaught throw :IRB_EXIT when exiting irb sessions. See [#287](https://github.com/colszowka/simplecov/pull/287) (thanks @wless1) See [#285](https://github.com/colszowka/simplecov/issues/285) * Does not look for .simplecov in ~/ when $HOME is not set. See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks @lasseebert) * Exit with code only if it's Numeric > 0. See [#302](https://github.com/colszowka/simplecov/pull/303)(thanks @hajder) * Make default filter case insensitive. See [#280](https://github.com/colszowka/simplecov/pull/280) (thanks @ryanatball) * Improve regexp that matches functional tests. See [#276](https://github.com/colszowka/simplecov/pull/276) (thanks @sferik) * Fix TravisCI [#272](https://github.com/colszowka/simplecov/pull/272) [#278](https://github.com/colszowka/simplecov/pull/278), [#302](https://github.com/colszowka/simplecov/pull/302) * Fix global config load. See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks @lasseebert)
2015-02-02Note update of devel/ruby-sexp-processor package to 4.4.5.taca1-1/+2
2015-02-02Update ruby-sexp-processor to 4.4.5.taca2-6/+6
=== 4.4.5 / 2015-01-16 * 1 bug fix: * Removed shebangs in tests because of bugs (aka 'features') in RPM packaging tools. === 4.4.4 / 2014-08-14 * 1 bug fix: * MethodBasedSexpProcessor#in_klass clears out the method_stack for the duration of the block. === 4.4.3 / 2014-03-24 * 1 bug fix: * Fixed a bunch of pt_testcase entries for 1.9/2.0 wrt ruby2ruby. === 4.4.2 / 2014-03-14 * 2 minor enhancements: * Changed skipped versioned tests to return, not skip. Reduces noise so you can focus on real skips. * Extended versioned tests to include 2.0 and 2.1.
2015-02-02Updated www/moodle to 2.8.3wen1-1/+2
2015-02-02Update to 2.8.3wen2-6/+6
Upstream changes: Moodle-2.8.3 Highlights MDL-47935 - Atto Autosave message no longer covers text you are editing MDL-44560 - Pagination in glossary category works correctly when entries have multiple categories MDL-47792 - Course and Activity Completion Reports display vertical text without truncating Functional changes MDL-43386 - Lesson grade essay responses preserve HTML formatting MDL-14730 - Allow linking to pages inside a lesson MDL-47761 - Explanation is given to the users why they are unable to enrol in the course MDL-47871 - Event monitor: Teacher can duplicate System rule UI changes MDL-44907 - Better styling of admin setting validation messages in bootstrapbase MDL-48596 - Lesson editing page has correct layout used by other editing pages and does not obstruct page with blocks MDL-47166 - Atto: outdent button is shown first followed by indent button Security issues A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. Fixes and improvements MDL-48765 - Improved icon alignment on course enrolment methods page MDL-40285 - When assignment is submitted by one team member it is shown as submitted for all team members MDL-38142 - User forum posts page no longer displays error for the hidden course MDL-36877 - Final lesson page is displayed when course setting "Show gradebook to students" is set to "No" MDL-48073 - Group filter is preserved when moving to next page of enrolled users MDL-40326 - Course reset also resets lesson progress bar MDL-48383 - Cron no longer warns about disabled enrol_imsenterprise after each scheduled task MDL-48914 - Roles assignment page does not display user select if there are too many users preventing from php memory error
2015-02-02Changes 2.4.12:adam5-120/+11
* CVE-2014-3583 mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. * CVE-2014-3581 mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. * CVE-2014-8109 mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. * CVE-2013-5704 core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. * Proxy FGI and websockets improvements * Proxy capability via handler * Finer control over scoping of RewriteRules * Unix Domain Socket (UDS) support for mod_proxy backends. * Support for larger shared memory sizes for mod_socache_shmcb * mod_lua and mod_ssl enhancements * Support named groups and backreferences within the LocationMatch, DirectoryMatch, FilesMatch and ProxyMatch directives.
2015-02-02Fix build on OS X based on upstreamwiz2-1/+19
http://cgit.freedesktop.org/xcb/util-cursor/commit/?id=f03cc278c6cce0cf721adf9c3764d3c5fba63392 and PR 49627 by Youri Mouton.
2015-02-02Note update of devel/ruby-rspec-rails package to 3.1.0.taca1-1/+2
2015-02-02Update ruby-rspec-rails to 3.1.0.taca3-106/+19
Changes from 2.14.1 is too many to write here, please refer Changelog.
2015-02-02Note update of ruby-rspec related pacakges:taca1-1/+5
devel/ruby-rspec-core 3.1.7 devel/ruby-rspec-expectations 3.1.2 devel/ruby-rspec-mocks 3.1.3 devel/ruby-rspec 3.1.0
2015-02-02Update ruby-rspec to 3.1.0.taca2-9/+9
This is a meta gem (package) with rspec-core, rspec-expectations and rspec-mocks.
2015-02-02Update ruby-rspec-mocks to 3.1.3.taca3-110/+22
Changes from 2.14.6 is too many to write here, please refer Changelog.
2015-02-02Update ruby-rspec-expectations to 3.1.2.taca3-103/+21
Changes from 2.14.5 is too many to write here, please refer Changelog.
2015-02-02Update ruby-rspec-core to 3.1.7.taca4-177/+32
Changes from 2.14.8 is too many to write here, please refer Changelog. Also add support for pkg_alternatives(8) to reduce conflicts.
2015-02-02Note addition of devel/ruby-rspec-support package version 3.1.2.taca1-1/+2
2015-02-02Add and enable ruby-rspec-support.taca1-1/+2
2015-02-02Add ruby-rspec-support package version 3.1.2.taca4-0/+53
Support utilities for RSpec gems. RSpec::Support provides common functionality to RSpec::Core, RSpec::Expectations and RSpec::Mocks. It is considered suitable for internal use only at this time.
2015-02-02Note addition of www/ruby-rack15 package version 1.5.2.taca1-1/+2
2015-02-02Add and enable ruby-rack15.taca1-1/+2
2015-02-02Add ruby-rack version 1.5.2 package as ruby-rack15 package and utilizetaca5-0/+210
--format-executable option of rubygems to reduce conflicts.
2015-02-02Add USE_LANGUAGES, package requires c99 support.jperkin1-1/+2
2015-02-02cppunit is required afer alladam1-2/+2