diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/ruby-amstd/DESCR | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/ruby-amstd/DESCR')
-rw-r--r-- | devel/ruby-amstd/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/ruby-amstd/DESCR b/devel/ruby-amstd/DESCR new file mode 100644 index 00000000000..8d3218e6797 --- /dev/null +++ b/devel/ruby-amstd/DESCR @@ -0,0 +1,17 @@ +This is the AMbicious STanDard library, available under GPL2. + +It is a collection of miscellaneous Ruby modules by Minero Aoki. +Several modules of his are using those modules. + +bench.rb: very simple benchmark packing.rb: makes package (.tar.gz) +bug.rb: 'bug!' method pipeline.rb: filter file +dispatch.rb: "event handler" method rbparams.rb: parameters related ruby +errutil.rb: protects exception recycle.rb: recycles objects +extmod.rb: abstract/property methods rubyemu.rb: ruby emuration +futils.rb: file utilities strquote.rb: String#quoted +gconst.rb: defines global constant timer.rb: timer class +getdep.rb: gets file dependency to_s.rb: _name2str, _type2str +inst.rb: helps installation version.rb: VersionNumber class +must.rb: must/must_have/must_be methods + +Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> |