mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.
This commit is contained in:
parent
9a27501579
commit
3455ccce0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75192
@ -378,7 +378,10 @@ RUN_DEPENDS+= ${DEPEND_RUBY}
|
||||
.if defined(USE_RUBY_FEATURES)
|
||||
shim= ${USE_RUBY_FEATURES:Mbenchmark} \
|
||||
${USE_RUBY_FEATURES:Mdl} \
|
||||
${USE_RUBY_FEATURES:Merb} \
|
||||
${USE_RUBY_FEATURES:Mfileutils} \
|
||||
${USE_RUBY_FEATURES:Mipaddr} \
|
||||
${USE_RUBY_FEATURES:Mopen-uri} \
|
||||
${USE_RUBY_FEATURES:Moptparse} \
|
||||
${USE_RUBY_FEATURES:Mpp} \
|
||||
${USE_RUBY_FEATURES:Mracc-runtime} \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user