diff options
author | knu <knu@FreeBSD.org> | 2003-02-09 17:38:39 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-09 17:38:39 +0000 |
commit | 8b738d06d9c05dbbfddb82d42e69c484e13df020 (patch) | |
tree | 5188feba308103def670ad3d4e029154720470db /lang | |
parent | 68ded8f66f4f2c32a68818784ee8469c57e2ea7c (diff) | |
download | FreeBSD-ports-8b738d06d9c05dbbfddb82d42e69c484e13df020.zip FreeBSD-ports-8b738d06d9c05dbbfddb82d42e69c484e13df020.tar.gz |
lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16-shim-ruby18/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby16-shim-ruby18/pkg-descr b/lang/ruby16-shim-ruby18/pkg-descr index d0f02fc..888455e 100644 --- a/lang/ruby16-shim-ruby18/pkg-descr +++ b/lang/ruby16-shim-ruby18/pkg-descr @@ -5,11 +5,14 @@ Shim between 1.6 and 1.8 includes: features/ruby18 Hooks to support ruby 1.8 extensions dl Interface to dynamic linker + erb Tiny eRuby implementation racc-runtime Racc runtime module stringio IO interface for String strscan Fast string scanner benchmark Benchmark module fileutils File & directory manipulation + ipaddr Manipulates an IP address + open-uri An easy-to-use wrapper for net/http and net/ftp optparse Advanced command line option parser pp Pretty printer (prettier version of `p') set Set class |