diff options
author | knu <knu@FreeBSD.org> | 2002-06-09 01:24:56 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-09 01:24:56 +0800 |
commit | 87db86c730787a1b21ff7b90c4b42b4b7d49c047 (patch) | |
tree | 7723c04ddabb4026479170c2c1c1da763732640b /lang/Makefile | |
parent | 6e60d3ce7e5f791e9b0bad0c5e8f1442fab2a307 (diff) | |
download | freebsd-ports-graphics-87db86c730787a1b21ff7b90c4b42b4b7d49c047.tar.gz freebsd-ports-graphics-87db86c730787a1b21ff7b90c4b42b4b7d49c047.tar.zst freebsd-ports-graphics-87db86c730787a1b21ff7b90c4b42b4b7d49c047.zip |
Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.
Ruby Shim is a set of modules that provide the libraries and the
additional features that will appear in the next version of Ruby.
Shim between 1.6 and 1.8 includes:
features/ruby18 Hooks to support ruby 1.8 extensions
dl Interface to dynamic linker
racc-runtime Racc runtime module
stringio IO interface for String
strscan Fast string scanner
benchmark Benchmark module
fileutils File & directory manipulation
pp Pretty printer (prettier version of `p')
tsort Topological sorter
Accordingly, this port obsoletes and replaces the following ports:
devel/ruby-dl
devel/ruby-fileutils
devel/ruby-fnmatch
devel/ruby-racc-runtime
devel/ruby-strscan
They will be automatically deinstalled during the installation process
of this port.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2fd757a2949..cbb6487b097 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -168,6 +168,7 @@ SUBDIR += ruby-ri SUBDIR += ruby-tcltklib SUBDIR += ruby-usersguide + SUBDIR += ruby16-shim-ruby18 SUBDIR += ruby_r SUBDIR += ruby_r-devel SUBDIR += ruby_static |