summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2011-06-28devel/cppunit misses a destructor declaration for one of its classes.wiz4-2/+43
The compiler generates an implicit destructor but in certain circonstances this leads to crashes. More information is available in this bug report on Red Hat's tracker: https://bugzilla.redhat.com/show_bug.cgi?id=641350 From Francois Tigeot in PR 45104. Bump PKGREVISION.
2011-06-26Convert to user-destdir.wiz6-14/+23
2011-06-21Update to 1.04. From the changelog:schmonz2-6/+6
* Improve trust errors displayed while bootstrapping. Closes: #628234 * Allow mr register to be used with mrconfig file that does not yet exist. Closes: #629217
2011-06-19fix /usr/bin/env in bin/fatpackmspo1-1/+3
2011-06-19REPLACE_PYTHON. Depend on python. PKGREVISION -> 1.dholland1-3/+4
2011-06-19REPLACE_BASH; REPLACE_PERL. USE_TOOLS+=perl:run. PKGREVISION -> 3.dholland1-3/+18
2011-06-19Update ruby-debug-extra package to 0.10.4.taca3-14/+14
2010-09-12 01:30 Rocky Bernstein * ChangeLog, doc/home-page.html, doc/rdebug-emacs.texi, lib/ChangeLog, test/pm.rb: pm.rb: spelling mistake 2010-08-13 05:32 Rocky Bernstein * ChangeLog, cli/ruby-debug/commands/frame.rb, cli/ruby-debug/helper.rb, cli/ruby-debug/processor.rb, ext/ruby_debug.c, lib/ChangeLog: Add Debugger.inside_emacs? Environment variable EMACS for inside Emacs is deprecated in favor of INSIDE_EMACS. Rubyforge #28465. 2010-08-03 02:53 Rocky Bernstein * emacs/rdebug-breaks.el: Off by one on showing breakpoint positions 2010-08-02 19:07 Rocky Bernstein * doc/rdebug-emacs.texi: More small document changes 2010-08-02 18:03 Rocky Bernstein * doc/rdebug-emacs.texi: A couple more small emacs doc changes 2010-08-02 17:45 Rocky Bernstein * doc/rdebug-emacs.texi, emacs/INSTALL, emacs/README: More small changes to docs. 2010-08-02 12:51 Rocky Bernstein * CHANGES, ChangeLog, INSTALL.SVN, configure.ac, emacs/AUTHORS, emacs/INSTALL, emacs/Makefile.am, emacs/README, emacs/rdebug.el, lib/ChangeLog: Go over installation instructions for Emacs. Add a basic files, README, INSTALL and AUTHORS. Change version from 0.10.4vc to 0.10.4rc1 2009-11-28 22:56 Rocky Bernstein * ChangeLog, emacs/rdebug-annotate.el, emacs/rdebug-breaks.el, emacs/rdebug-core.el, emacs/rdebug-info.el, emacs/rdebug-source.el, emacs/rdebug-track.el, lib/ChangeLog: Fix problem caused by gdb-ui renamed to gdb-mi. Rubyforge tracker #27152 Remove all Emacs byte compile warning messages. Note however all of this code will eventually be phased out in favor of emacs-dbgr (on github). 2009-03-31 09:49 Rocky Bernstein * emacs/rdebug-locring.el: Comment change 2009-03-11 18:57 Rocky Bernstein * cli/ruby-debug/commands/catchpoint.rb, emacs/rdebug-core.el, emacs/rdebug-track.el, emacs/test/test-regexp.el: Update "catch" command help string. Reindent some emacs files to make tests happy. 2009-02-10 04:32 Rocky Bernstein * emacs/rdebug-core.el: Remove the annoying disappearing command window when we there's an initial error in running the Ruby program
2011-06-19Update ruby-linecache package to 0.46.taca2-6/+8
0.46 06-12-19 - A require_relative dependency snuck in. Add a rbx-require-relative to handle this.
2011-06-19Add and enable ruby-rbx-require-relative.taca1-1/+2
2011-06-19Import ruby18-rbx-require-relative pacakge version 0.0.5.taca4-0/+45
It is required by new ruby-linecache package. Ruby 1.9's relative_relative for Rubinus and MRI 1.8 Here we add in Module RequireRelative method: *require_relative*, and *abs_file*. Example: require 'rubygems'; require 'require_relative' require_relative './lib/foo' absolute_path = RequireRelative.abs_file But why *abs_file*? Well, recall that ==__FILE__== does not give an absolute path. So if you have chdir'd before using ==__FILE__==, you might not be able to retrieve the full path.
2011-06-19+ p5-Test-Approx p5-Algorithm-HowSimilarobache1-1/+3
2011-06-19Import p5-Algorithm-HowSimilar-0.01 as devel/p5-Algorithm-HowSimilar.obache3-0/+30
PR#44975 by David H. Gutteridge. This module leverages Algorithm::Diff to let you compare the degree of sameness of arrays or strings. It returns a result set that defines exactly how similar these things are.
2011-06-19Import p5-Test-Approx-0.03 as devel/p5-Test-Approx.obache3-0/+32
PR#44974 by David H. Gutteridge. This module lets you test if two things are *approximately* equal. Yes, that sounds a bit wrong at first - surely you know if they should be equal or not? But there are actually valid cases when you don't/can't know. This module is meant for those rare cases when close is good enough.
2011-06-19Not MAKE_JOBS_SAFEdholland1-1/+2
2011-06-19Fix build problem with ruby18-base. It was a kind of bootstraptaca1-1/+3
problem with rdoc itself. Noted by dholland@.
2011-06-18Update version in Makefilebsiegert1-2/+2
2011-06-18Merge bmake-20110606, regenerate catman pagebsiegert30-497/+1674
2011-06-18Import bmake-20110606. Many changes, among them:bsiegert5-10/+84
- unit-tests/modts now works on MirBSD - meta mode - ApplyModifiers: when we parse a variable which is not the entire modifier string, or not followed by ':', do not consider it as containing modifiers. - when long modifiers fail to match, check sysV style. - :hash - cheap 32bit hash of value - :localtime, :gmtime - use value as format string for strftime. - fix for use after free() in CondDoExists(). - boot-strap (TOOL_DIFF): aparently at least on linux distro formats the output of 'type' differently - so eat any "()" - correct sysV substitution handling of empty lhs and variable - correct exists() check for dir with trailing / - correct handling of modifiers for non-existant variables during evaluation of conditionals. - fix for incorrect .PARSEDIR when .OBJDIR is re-computed after makefiles have been read. - fix example of :? modifier in man page. - sigcompat.c: convert to ansi so we can use higher warning levels. - parse.c: SunOS 5.8 at least does not have MAP_FILE - use mmap(2) if available, for reading makefiles - to ensure unit-tests results match, need to control LC_ALL as well as LANG. - if stale dependency is an IMPSRC, search via .PATH - machine.sh: like os.sh, allow for uname -p producing useless drivel - boot-strap: document configure knobs for meta and filemon.
2011-06-18Import bmake-20110606. Many changes, among them:bsiegert6-3/+1609
- unit-tests/modts now works on MirBSD - meta mode - ApplyModifiers: when we parse a variable which is not the entire modifier string, or not followed by ':', do not consider it as containing modifiers. - when long modifiers fail to match, check sysV style. - :hash - cheap 32bit hash of value - :localtime, :gmtime - use value as format string for strftime. - fix for use after free() in CondDoExists(). - boot-strap (TOOL_DIFF): aparently at least on linux distro formats the output of 'type' differently - so eat any "()" - correct sysV substitution handling of empty lhs and variable - correct exists() check for dir with trailing / - correct handling of modifiers for non-existant variables during evaluation of conditionals. - fix for incorrect .PARSEDIR when .OBJDIR is re-computed after makefiles have been read. - fix example of :? modifier in man page. - sigcompat.c: convert to ansi so we can use higher warning levels. - parse.c: SunOS 5.8 at least does not have MAP_FILE - use mmap(2) if available, for reading makefiles - to ensure unit-tests results match, need to control LC_ALL as well as LANG. - if stale dependency is an IMPSRC, search via .PATH - machine.sh: like os.sh, allow for uname -p producing useless drivel - boot-strap: document configure knobs for meta and filemon.
2011-06-18Add and enable ruby-rspec-rails.taca1-2/+3
2011-06-18Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.taca4-0/+187
# rspec-rails-2 rspec-2 for rails-3 with lightweight extensions to each NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2. ## Documentation * [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0) * [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)
2011-06-18Update ruby-rspec package to 2.6.0.taca4-404/+32
This is newer major release which support Ruby on Rails 3. So, please refer its web site in detail: http://relishapp.com/rspec.
2011-06-18Add and enable ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks.taca1-1/+4
2011-06-18Importing ruby-rspec-mocks version 2.6.0, part of ruby-rspec 2.6.0.taca4-0/+129
Behaviour Driven Development for Ruby # RSpec Mocks rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations. ## Documentation * [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0) * [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)
2011-06-18Importing ruby-rspec-expectations version 2.6.0, part of ruby-rspec 2.6.0.taca4-0/+154
Behaviour Driven Development for Ruby # RSpec Expectations rspec-expectations adds `should` and `should_not` to every object and includes RSpec::Matchers, a library of standard matchers. ## Documentation * [Cucumber features](http://relishapp.com/rspec/rspec-expectations) * [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
2011-06-18Importing ruby-rspec-core version 2.6.4, part of ruby-rspec 2.6.0.taca4-0/+213
Behaviour Driven Development for Ruby # RSpec Core RSpec Core provides the structure for writing executable examples of how your code should behave. ## Documentation * [Cucumber features](http://relishapp.com/rspec/rspec-expectations) * [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
2011-06-18Small correction of dependency's pattern.taca1-2/+2
2011-06-18Remove unneeded dependency. No PKGREVISION bump with short time slot.taca1-3/+1
2011-06-18Add and enable ruby-rspec-rails1.taca1-1/+2
2011-06-18Importing ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.taca4-0/+198
This is only works with Ruby on Rails 2. RSpec is a Behaviour Driven Development framework for Ruby. It provides two frameworks for writing and executing examples of how your Ruby application should behave: * a Story Framework for describing behaviour at the application level * a Spec Framework for describing behaviour at the object level
2011-06-18Add and enable ruby-rspec1.taca1-1/+2
2011-06-18Import devel/ruby-rspec as devel/ruby-rspec1.taca4-0/+424
2011-06-18Update ruby-rspec pacakge to 1.3.2, latest 1.3.x.taca3-10/+20
=== Version 1.3.2 / 2011-04-11 * Enhancements * Raise a meaningful error when an argument-scoped stub is called with the wrong args (Alexey) * Dev: ignore .rbc files (Myron Marston) * Bug fixes * Fix regression in which an expectation should return the value from a previously defined stub of the same method (Tom Stuart) * Support heckling class methods (Dan Kubb) * Only try to pass messages to the superclass if the superclass responds to the method (Andrew Selder)
2011-06-18Update ruby-thrift_client package to 0.6.2.taca2-9/+8
v0.6.2 Remove lingering thrift v0.5.0 reference. v0.6.1 Add connect timeout. Bump thrift dependency to ~> v0.6.0. v0.6.0 Fix bug where we'd try to mark the current server down when we didn't have a current server. Upgrade to thrift 0.5. v0.5.0 Add support for wrapping exceptions, so that Thrift::Foo can become Greeter::Foo. Make server_retry_period work the way you expect. Better bookkeeping around marking servers as dead. v0.4.7 fix thrift gem dependency
2011-06-18Update ruby-thrift pacakge to 0.6.0.taca3-25/+14
* pkgsrc change: Update HOMEPAGE since priveous one isn't available. * Catch up to libthrift-0.6.1.
2011-06-18Update ruby-pathname2 package to 1.6.4.taca2-6/+6
== 1.6.4 - 20-Jan-2011 * Explicitly remove the Pathname const if it is already defined in order to avoid a superclass mismatch error. This library assumes that if you require pathname2, you want my version of the Pathname class. * Updated URI handling for Ruby 1.9.x. * Added the Pathname() method, a synonym for Pathname.new. * Some Rakefile and gemspec tweaks. * Some updates to the test suite, including some specifically for Windows 7.
2011-06-18Update ruby-parsetree package to 3.0.7.taca3-7/+8
=== 3.0.7 / 2011-02-18 * 1 bug fix: * Fixed odd error cropping up from heckle w/ attr methods (raggi)
2011-06-18Update ruby-parser package to 2.0.6.taca3-8/+9
=== 2.0.6 / 2011-02-18 * 1 minor enhancement: * Switched to hoe's racc plugin to clean up rakefile and builds * 1 bug fix: * Fixed empty =begin/end.
2011-06-18Update ruby-mocha package to 0.9.12.taca3-8/+13
= 0.9.12 () * Make Mocha's tests pass under Ruby 1.9.2 i.e. using MiniTest. One of the main issues was that we were not parsing stacktraces on MiniTest errors comprehensively enough. * Avoid 'circular require considered harmful' warning when running Mocha's tests in Ruby 1.9.2 * Make performance tests work on Ruby 1.9.2 i.e. using MiniTest. * Declare rake as a *development* dependency with newer versions of Rubygems since it's only needed to carry out developer-related tasks. = 0.9.11 (1613ed2267fef5927ea06adfdbcf512b89eadaad) * Added explicit support for minitest v1.5.0 to v2.0.2. * Make testable by rubygems-test. * Update links to my blog and make other links consistent. * Added a URI parameter matcher that ignores the order of query parameters so that tests can be independent of undefined hash ordering (patch by Paul Battley). * Include unexpected invocation in failure message and change the language slightly to make the failure message less confusing. See http://floehopper.lighthouseapp.com/projects/22289/tickets/52. * No need to create regular expression every time the BacktraceFilter#filtered method is called. See http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/66.
2011-06-17Update ruby-linecache pacakge to 0.45.taca3-11/+10
0.45 06-12-11 - Support for syntax highlighting and caching eval strings. The former is used in rb8-trepanning.
2011-06-17Update ruby-inline package to 3.9.0.taca3-10/+11
=== 3.9.0 / 2011-02-18 * 1 minor enhancement: * Added arity override option for all C builder methods.
2011-06-17Update ruby-highline package to 1.6.2.taca2-6/+6
= Change Log Below is a complete listing of changes for each revision of HighLine. == 1.6.2 * Correctly handle STDIN being closed before we receive any data (fix by mleinart). * Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve). * A fix for nil_on_handled not running the action (reported by Andrew Davey).
2011-06-17Update ruby-flexmock package to 0.9.0.taca3-29/+31
= FlexMock 0.9.0 Released FlexMock is a flexible mocking library for use in unit testing and behavior specification in Ruby. Release 0.8.5 is a minor release with a few bug fixes. == Ruby 1.9.3 Compatibility * Fixed a number of minor warnings reported by the 1.9.3 version of Ruby.
2011-06-17Update ruby-ffi package to 1.0.9.taca3-9/+23
Whole changes are unknown... == 1.0.3 / 2010-12-28 * Re-add support for ruby 1.8.x
2011-06-17Update hoe pacakge to 2.9.4.taca3-9/+9
=== 2.9.4 / 2011-04-01 * 1 minor enhancement: * check_manifest now fails when there is a diff. AKA, drbrain was lazy and it is somehow my fault. If anything, it is jbarnette's fault for not building any brains into hoe-git the way that my hoe-perforce plugin works. I mean, c'mon... how hard is it to validate the manifest before you release? I do it all the time and twice on sundays. BAH! Damn kids! Get off my lawn! === 2.9.3 / 2011-04-01 * 1 minor enhancement: * Cleanup for rubygems 1.7 deprecations === 2.9.2 / 2011-03-31 * 7 minor enhancements: * Added :none as a testlib option to let you do whatever you want. (phiggins) * Added Hoe#dependency(name, version, type = :runtime) for cleaner hoe specs. * Added NOSUDO option to `rake gem_install`. (nihildeb) * Include Rake::DSL to support future versions of rake * Multiruby now skips mri_trunk if multiruby_skip includes 1.9 * Test#make_test_cmd now sorts test files (mostly for testing) * Try using psych before syck. * 3 bug fixes: * Clean generated extension library too * Fixed a bug with sow -d or -t * Fixed plugin activation via ~/.hoerc. (ged)
2011-06-17Update ruby-rails3 related package to 3.0.9.taca4-16/+16
These are update of the version only.
2011-06-17Update ruby-test-unit pacakge to 2.3.0.taca4-12/+20
=== 2.3.0 / 2011-04-17 * 13 enhancements * improve Hash key sorting for diff. * [#28928] support any characters in declarative style description. [Daniel Berger] * add Error#location and make #backtrace deprecated. * make TestCase#passed? public. * add result finished and pass assertion notifications. * add TestSuite#passed? public. * add XML test runner. * add --output-file-descriptor option. * measure elapsed time for each test. * add --collector option. * support test driven test. [Haruka Yoshihara] * add cleanup hook it runs between after test and before teardown. * support recursive collection sort for diff. * Thanks * Daniel Berger * Haruka Yoshihara === 2.2.0 / 2011-02-14 * 22 enhancements * [#28808] accept String as delta for assert_in_delta. [Daniel Berger] * [test-unit-users-en:00035] make GC-able finished tests. [Daniel Berger] * use also COLUMNS environment variable to guess terminal width. * make delta for assert_in_delta optional. [Nobuyoshi Nakada] * add assert_not_respond_to. [Nobuyoshi Nakada] * add assert_not_match. assert_no_match is deprecated. [Nobuyoshi Nakada] * add assert_not_in_delta. [Nobuyoshi Nakada] * add assert_in_epsilon. [Nobuyoshi Nakada] * add assert_not_in_epsilon. [Nobuyoshi Nakada] * add assert_include. [Nobuyoshi Nakada] * add assert_not_include. [Nobuyoshi Nakada] * add assert_empty. [Nobuyoshi Nakada] * add assert_not_empty. [Nobuyoshi Nakada] * notify require failed paths. * validate message value for assert. * show throughputs at the last. * support not ASCII compatible string diff. * support colorized diff on encoding different string. * normalize entry order of Hash for readable diff. * add --ignore-name option. * add --ignore-testcase option. * add assert_not_send. * Thanks * Daniel Berger * Nobuyoshi Nakada
2011-06-17Update ruby-simple_uuid package to 0.1.2.taca2-6/+6
v0.1.2 add license file
2011-06-17Update ruby-uuidtools to 2.1.2.taca2-6/+6
== UUIDTools 2.1.2 * fixed issue with frozen objects * fixed issue with running specs in Ruby 1.9.2
2011-06-16Add and enable ruby-rdoc.taca1-1/+2