summaryrefslogtreecommitdiff
path: root/devel/rubygem-facets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* Facets is a large collection of core extension methods and moduleCheng-Lung Sung2007-07-254-0/+5225
additions for the Ruby programming language. The core extensions are unique by virtue of thier atomicity. Methods are stored in their own files, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a full-blown SI Units system. WWW: http://Facets.RubyForge.org/ PR: ports/114877 Submitted by: Yarema <yds at CoolRat.org> Notes: svn path=/head/; revision=196245