summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-09-12Update to 0.14:wiz2-6/+6
0.14 - release! 0.13_01 - Test::Builder2 support
2010-09-12Update to 0.22:wiz2-8/+6
0.22 Sep 10 2010 - fixes in English
2010-09-12Update to 0.68:wiz2-7/+6
0.68 Sat Sep 11 16:24:42 2010 [CHANGES] * Remove an optional depenency, Data::Util. This is used to make method modifiers faster, but the effect is limited to 'before' and 'after' modifiers. Rather, D::U's modifiers are slightly different from the standalone version, and sometimes the difference caused problems. 0.67 Fri Sep 10 13:56:38 2010 [BUG FIXES] * Oops! Fix a mistake of removing neccesary denepdencies 0.66 Fri Sep 10 13:30:41 2010 [BUG FIXES] * Workaround older perl's bug that caused segv in throwing errors * Fix looks_like_number portability 0.65 Thu Sep 9 13:30:33 2010 [CHANGES] * An attribute in a subclass can now override the value of "is" (Moose 1.07 feature) * Remove long deprecated methods: _create_args(), compute_all_applicable_attributes(), and clone_instance() [BUG FIXES] * Fix tests that misused test functions. This problem was revealed by Test::Builder2 * Improve C++ compatibility in Mouse::XS
2010-09-12Update to 0.71, changes undocumented.wiz2-7/+6
2010-09-12Update to 0.06:wiz2-7/+6
0.06 2010-06-11 Rhesa Rozendaal <rhesa@cpan.org> Documented the import arguments.
2010-09-12Add comment.wiz2-3/+5
2010-09-12Update to 0.46:wiz2-7/+6
0.46 Sep 10 2010 - added possibility to get big size covers; - fixed retrieving of cover for non-English movies; - fixed bug with parsing of the movie title on the search page, ticket #55739; - fixed plot parsing.
2010-09-12Sort.wiz1-2/+2
2010-09-12Bump minimum dependency (PR pkg/43867)tnn1-2/+2
2010-09-12Add a patch which I forgot to commit.taca1-0/+33
2010-09-12Add and enable ruby-activemodel, ruby-activesupport3 and ruby-railties.taca1-1/+4
2010-09-12Importing devel/ruby-railties 3.0.0.taca4-0/+359
= Railties -- Gluing the Engine to the Rails Railties is responsible to glue all frameworks together. Overall, it: * handles all the bootstrapping process for a Rails application; * manager rails command line interface; * provides Rails generators core; (This is part of Ruby on Rails 3.)
2010-09-12Importing devel/ruby-activemodel 3.0.0.taca4-0/+65
Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-ActiveRecord models, for example. Active Model also helps building custom ORMs for use outside of the Rails framework. (This is part of Ruby on Rails 3.)
2010-09-12Importing devel/ruby-activesupport3 3.0.0.taca4-0/+232
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. (This is part of Ruby on Rails 3.)
2010-09-12Add and enable ruby-i18n and ruby-thor.taca1-1/+3
2010-09-12Importing devel/ruby-thor 0.14.0.taca5-0/+110
Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the [Rake](http://github.com/jimweirich/rake) build tool. The syntax is Rake-like, so it should be familiar to most Rake users.
2010-09-12Importing devel/ruby-i18n 0.4.1.taca5-0/+104
Ruby I18n Ruby Internationalization and localization solution. Features: * translation and localization * interpolation of values to translations (Ruby 1.9 compatible syntax) * pluralization (CLDR compatible) * customizable transliteration to ASCII * flexible defaults * bulk lookup * lambdas as translation data * custom key/scope separator * custom exception handlers * extensible architecture with a swappable backend Pluggable features: * Cache * Pluralization: lambda pluralizers stored as translation data * Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation) * Gettext support * Translation metadata Alternative backends: * Chain * ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs) * KeyValue (uses active_support/json and cannot store procs)
2010-09-12Update ruby-racc package to 1.4.6.taca4-38/+60
* Add LICENSE. * Ajust new ruby package's framework. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. * Add patch to suport both ruby18 and ruby19. === 1.4.6 * Bugfixes * bin/racc -g option renamed to -t * racc/compiler.rb is removed * '|' is allowed with meta rules * Ruby 1.8.7 compatibility fixes * Ruby 1.9 compatibility fixes
2010-09-12Add and enable these packages:taca1-1/+6
ruby-debug-extra ruby-little-plugger ruby-lockfile ruby-subexec ruby-test-unit
2010-09-12Importing devel/ruby-test-unit 2.1.1.taca5-0/+182
Test::Unit 2.x - Improved version of Test::Unit bundled in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (Test::Unit 2.x) will be improved actively. == FEATURES * Test::Unit 1.2.3 is the original Test::Unit, taken straight from the ruby distribution. It is being distributed as a gem to allow tool builders to use it as a stand-alone package. (The test framework in ruby is going to radically change very soon). * Test::Unit 2.x will be improved actively and may break compatiblity with Test::Unit 1.2.3. (We will not hope it if it isn't needed.) * Some features exist as separated gems like GUI test runner. (Tk, GTK+ and Fox) test-unit-full gem package provides for installing all Test::Unit related gems easily.
2010-09-12Importing devel/ruby-subexec 0.0.4.taca4-0/+24
Subexec spawns an external command with a timeout.
2010-09-12Importing devel/ruby-lockfile 1.4.3.taca6-0/+73
Ruby library for creating NFS safe lockfiles and command line tool which uses this library to create lockfiles and to run arbitrary commands while holding them.
2010-09-12Importing ruby-little-plugger 1.1.2.taca4-0/+31
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
2010-09-12Importing ruby-debug-extra 0.10.3.taca5-0/+115
Emacs support and the Reference Manual for ruby-debug.
2010-09-11Add and enable ruby-uuidtools.taca1-1/+2
2010-09-11Importing ruby-uuidtools 2.1.1.taca4-0/+45
UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible.
2010-09-11Add and enable ruby-extlib.taca1-1/+2
2010-09-11Importing devel/ruby-extlib 0.9.15.taca4-0/+97
Support library for DataMapper and Merb.
2010-09-10Update devel/ruby-logging to 1.4.3.taca3-27/+43
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Changes are too many to write here, please refer History.txt.
2010-09-10Update devel/rubyforge to 2.0.4.taca3-11/+14
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. === 2.0.4 / 2010-02-28 * Stubbed out login and logout commands to print a warning and return
2010-09-10Update devel/ruby2ruby to 1.2.5.taca3-13/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Update dependency according to gemspec. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. === 1.2.5 / 2010-09-01 * 4 minor enhancements: * Added braces to hash args surrounded if in a binary method call. * Added rewrite_resbody to double check structure and freak if necessary. * Added stress task * rewrite_rescue now detects rescue with multiple arguments. * 2 bug fixes: * Fixed dstr/dregex/d* roundtripping problem * Fixed up call arg processing to be more correct and to work with the new sexp form
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-21/+4
* Correct LICENSE. * Ajust new ruby package's framework; no need to patch rakefile.rb.
2010-09-10Update devel/ruby-thrift_client to 0.4.6taca3-13/+11
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. v0.4.6 Add support for oneway methods. v0.4.5. Fix broken retries. v0.4.4. Default to 0 retries rather than the number of servers.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10Update devel/ruby-test-spec to 0.10.0.taca2-11/+9
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are unknown.
2010-09-10Update devel/ruby-termcolor to 1.2.1.taca3-14/+12
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are unknown.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca4-24/+19
* Ajust new ruby package's framework.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Add LICENSE (unknown). * Remove default value of GEM_BUILD.
2010-09-10Update devel/ruby-sexp-processor to 3.0.5.taca3-12/+10
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. === 3.0.5 / 2010-09-01 * 2 minor enhancements: * Added in_context to clean up code. * optimize inspect to avoid needlessly caching @line === 3.0.4 / 2010-03-27 * 1 minor enhancement: * Added line number to pretty_print output if $VERBOSE
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-9/+8
* Update MASTER_SITES. * Add LICENSE. * Remove default value of GEM_BUILD. == 3.4.1 (2005-11-20) * [CHANGE] do not apply *.rb filter for lib/**. * [CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default). * [fix] --shebang option did not work. * [fix] --without-ext option did not work. * [fix] default --rubypath value should include file extension. (Thanks U.Nakamura) * [fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.
2010-09-10Update devel/ruby-rspec to 1.3.0.taca3-204/+212
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec. * Add CONFLICTS since it will install the same name commands both Changes are too may to write here, please refer: http://rspec.info/documentation/changes-rspec.html
2010-09-10Update devel/ruby-rgl pacakge to 0.4.0.taca3-12/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2008-08-28 01:36 javanthropus * ChangeLog (tags: REL_0_4_0): pre-tag commit 2008-08-28 01:36 javanthropus * Rakefile (tags: REL_0_4_0): Update rdoc2rf task to use rsync and more generic remote path specification 2008-08-27 23:30 javanthropus * lib/rgl/base.rb (tags: REL_0_4_0): Preparing for 0.4.0 release 2008-08-26 20:07 javanthropus * lib/rgl/dot.rb, lib/rgl/rdot.rb, tests/TestRdot.rb: Move the DOT module into the RGL module * This eliminates a class conflict with the DOT module from rdoc when building RGL's documentation * Also remove the superfluous DOT prefixes from class names in the DOT module 2008-08-24 06:16 javanthropus * Rakefile: Remove some comments I accidentally left in while testing rdoc functionality 2008-08-24 06:03 javanthropus * Rakefile, lib/rgl/transitiv_closure.rb, lib/rgl/transitivity.rb, tests/TestTransitiveClosure.rb, tests/TestTransitivity.rb: Feature 21641: Added transitive reduction functionality * Updated the gem description to announce this functionality * Moved the transitive closure functionality into the transitivity.rb file along with the transitive reduction funtionality * Modifed the transitiv_closure.rb file to simply load the transitivity.rb file for backward compatibility * Moved all transitivity tests into TestTransitivity.rb 2008-08-23 15:45 javanthropus * lib/rgl/condensation.rb, lib/rgl/transitiv_closure.rb, tests/TestTransitiveClosure.rb: Defect 21630: Fixed transitive closure * The fix is based on the algorithm described in the documentation for the implementation of transitive closure in Boost * Along with the fix, performance is improved to O(|V||E|) * This implementation needs graph condensation, so that function was added as well * More tests were added to cover more corner cases 2008-08-23 05:40 javanthropus * tests/TestGraph.rb: Update basic graph tests to account for graphs with edgeless vertices Also clean up some minor formatting and assertion issues 2008-08-23 05:37 javanthropus * lib/rgl/adjacency.rb: Defect 21609: Fix the to_adjacency method to preserve edgeless vertices 2008-03-18 15:03 javanthropus * lib/rgl/rdot.rb, tests/TestRdot.rb: More reliably detect and handle newlines embedded within IDs and labels
2010-09-10* Add LICENSE.taca1-1/+2
2010-09-10Add a patch to support both ruby18 and ruby19.taca2-1/+69
No functional change.
2010-09-10Update devel/ruby-rcov to 0.9.8.taca5-62/+69
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are too may to write here, but it seems to support Ruby 1.9 as well.
2010-09-10Update devel/ruby-rbtree to 0.3.0.taca2-9/+8
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 2009-11-14 OZAWA Takuma * version 0.3.0 released. 2009-11-10 OZAWA Takuma * rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and Nobu Nakada. Thanks. http://redmine.ruby-lang.org/issues/show/2348 * test.rb: ditto. * extconf.rb: ditto. * extconf.rb: remove options for only gcc. * test.rb (test_inspect): correct recursion tests. * rbtree.c (rbtree_to_s_recursive): should return if recursive. * test.rb (test_to_s): add recursion tests.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+4
* Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10Update devel/ruby-polyglot to 0.3.1.taca2-11/+8
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. No change are available.
2010-09-10Update devel/ruby-pathname2 to 1.6.3.taca3-14/+17
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec. == 1.6.3 - 2-Oct-2009 * Updated Windows platform handling code to include mingw and cygwin. * Added the :gem rake task. * Minor gemspec updates. * Some minor test suite updates. == 1.6.2 - 4-Aug-2009 * Now compatible with Ruby 1.9.x. * License changed to Artistic 2.0. * Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd). * Modified Pathname#dirname so that you can specify a level that indicates how many levels up you want to retrieve. For example, if your path was '/usr/local/bin', then path.dirname(2) would return '/usr'. * Now compatible with Ruby 1.9.x. * Bumped required version of the facade library to 1.0.4.
2010-09-10Update devel/ruby-parsetree to 3.0.6.taca3-11/+10
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update dependency according to gemspec. === 3.0.6 / 2010-09-01 * 1 bug fix: * fixed requires (e-tobi) === 3.0.5 / 2010-03-27 * 1 bug fix: * Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)