diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 06:09:37 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 06:09:37 +0000 |
commit | 30ee4b7cb0911c57bb8d49637ec2d1915abdd32a (patch) | |
tree | ba3f6a1d9af8c0ceb377c65d4bf40a5d28859ca3 /devel/Makefile | |
parent | 470b18ae56a119af5388a33ff9731ee450340048 (diff) |
Facets is a large collection of core extension methods and module
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
Notes:
svn path=/head/; revision=196245
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 457d8fb758ce..3c68cd54af6a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2072,6 +2072,7 @@ SUBDIR += rubygem-builder SUBDIR += rubygem-daemons SUBDIR += rubygem-eventmachine + SUBDIR += rubygem-facets SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastthread SUBDIR += rubygem-gem_plugin |