shoesgem 0.1424.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +30 -0
- data/README.rdoc +31 -0
- data/lib/shoes.rb +4 -0
- data/shoes/CHANGELOG.txt +21 -0
- data/shoes/COPYING.txt +30 -0
- data/shoes/README.txt +117 -0
- data/shoes/VERSION.txt +1 -0
- data/shoes/fonts/Coolvetica.ttf +0 -0
- data/shoes/fonts/Lacuna.ttf +0 -0
- data/shoes/freetype6.dll +0 -0
- data/shoes/lib/shoes/cache.rb +54 -0
- data/shoes/lib/shoes/data.rb +39 -0
- data/shoes/lib/shoes/help.rb +421 -0
- data/shoes/lib/shoes/image.rb +25 -0
- data/shoes/lib/shoes/inspect.rb +128 -0
- data/shoes/lib/shoes/log.rb +48 -0
- data/shoes/lib/shoes/minitar.rb +986 -0
- data/shoes/lib/shoes/override.rb +38 -0
- data/shoes/lib/shoes/pack.rb +503 -0
- data/shoes/lib/shoes/search.rb +46 -0
- data/shoes/lib/shoes/setup.rb +329 -0
- data/shoes/lib/shoes/shy.rb +131 -0
- data/shoes/lib/shoes/shybuilder.rb +44 -0
- data/shoes/lib/shoes.rb +522 -0
- data/shoes/libcairo-2.dll +0 -0
- data/shoes/libeay32.dll +0 -0
- data/shoes/libexpat-1.dll +0 -0
- data/shoes/libfontconfig-1.dll +0 -0
- data/shoes/libgio-2.0-0.dll +0 -0
- data/shoes/libglib-2.0-0.dll +0 -0
- data/shoes/libgmodule-2.0-0.dll +0 -0
- data/shoes/libgobject-2.0-0.dll +0 -0
- data/shoes/libgthread-2.0-0.dll +0 -0
- data/shoes/libiconv2.dll +0 -0
- data/shoes/libjpeg-8.dll +0 -0
- data/shoes/libpango-1.0-0.dll +0 -0
- data/shoes/libpangocairo-1.0-0.dll +0 -0
- data/shoes/libpangoft2-1.0-0.dll +0 -0
- data/shoes/libpangowin32-1.0-0.dll +0 -0
- data/shoes/libpng14-14.dll +0 -0
- data/shoes/libportaudio-2.dll +0 -0
- data/shoes/libshoes.dll +0 -0
- data/shoes/libssl32.dll +0 -0
- data/shoes/libungif4.dll +0 -0
- data/shoes/msvcrt-ruby191.dll +0 -0
- data/shoes/readline5.dll +0 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/fast_xs.so +0 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/blankslate.rb +63 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/builder.rb +216 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/elements.rb +510 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/htmlinfo.rb +691 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/inspect.rb +103 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/modules.rb +40 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/parse.rb +38 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/tag.rb +202 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/tags.rb +164 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/traverse.rb +838 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot/xchar.rb +94 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot.rb +26 -0
- data/shoes/ruby/gems/1.9.1/gems/hpricot-0.8.1/lib/hpricot_scan.so +0 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/add/core.rb +135 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/add/rails.rb +58 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/common.rb +354 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext/generator.so +0 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext/parser.so +0 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/ext.rb +13 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json/version.rb +9 -0
- data/shoes/ruby/gems/1.9.1/gems/json-shoes-1.1.3/lib/json.rb +8 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/constants.rb +49 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/database.rb +721 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/driver/dl/api.rb +152 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/driver/dl/driver.rb +307 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/driver/native/driver.rb +219 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/errors.rb +68 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/pragmas.rb +271 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/resultset.rb +180 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/statement.rb +231 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/translator.rb +109 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/value.rb +57 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3/version.rb +16 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3.rb +1 -0
- data/shoes/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/sqlite3_api.so +0 -0
- data/shoes/ruby/gems/1.9.1/specifications/hpricot-0.8.1.gemspec +32 -0
- data/shoes/ruby/gems/1.9.1/specifications/json-shoes-1.1.3.gemspec +34 -0
- data/shoes/ruby/gems/1.9.1/specifications/sqlite3-ruby-1.2.5-x86-mswin32.gemspec +46 -0
- data/shoes/ruby/lib/English.rb +155 -0
- data/shoes/ruby/lib/Win32API.rb +28 -0
- data/shoes/ruby/lib/abbrev.rb +103 -0
- data/shoes/ruby/lib/base64.rb +91 -0
- data/shoes/ruby/lib/benchmark.rb +573 -0
- data/shoes/ruby/lib/bigdecimal/jacobian.rb +85 -0
- data/shoes/ruby/lib/bigdecimal/ludcmp.rb +86 -0
- data/shoes/ruby/lib/bigdecimal/math.rb +237 -0
- data/shoes/ruby/lib/bigdecimal/newton.rb +77 -0
- data/shoes/ruby/lib/bigdecimal/util.rb +53 -0
- data/shoes/ruby/lib/cgi/cookie.rb +144 -0
- data/shoes/ruby/lib/cgi/core.rb +786 -0
- data/shoes/ruby/lib/cgi/html.rb +1021 -0
- data/shoes/ruby/lib/cgi/session/pstore.rb +111 -0
- data/shoes/ruby/lib/cgi/session.rb +537 -0
- data/shoes/ruby/lib/cgi/util.rb +181 -0
- data/shoes/ruby/lib/cgi.rb +274 -0
- data/shoes/ruby/lib/cmath.rb +233 -0
- data/shoes/ruby/lib/complex.rb +24 -0
- data/shoes/ruby/lib/csv.rb +2320 -0
- data/shoes/ruby/lib/date/format.rb +1313 -0
- data/shoes/ruby/lib/date.rb +1834 -0
- data/shoes/ruby/lib/debug.rb +907 -0
- data/shoes/ruby/lib/delegate.rb +311 -0
- data/shoes/ruby/lib/digest/hmac.rb +274 -0
- data/shoes/ruby/lib/digest/sha2.rb +74 -0
- data/shoes/ruby/lib/digest.rb +50 -0
- data/shoes/ruby/lib/dl/callback.rb +69 -0
- data/shoes/ruby/lib/dl/cparser.rb +109 -0
- data/shoes/ruby/lib/dl/func.rb +153 -0
- data/shoes/ruby/lib/dl/import.rb +215 -0
- data/shoes/ruby/lib/dl/pack.rb +173 -0
- data/shoes/ruby/lib/dl/stack.rb +146 -0
- data/shoes/ruby/lib/dl/struct.rb +213 -0
- data/shoes/ruby/lib/dl/types.rb +40 -0
- data/shoes/ruby/lib/dl/value.rb +112 -0
- data/shoes/ruby/lib/drb/acl.rb +146 -0
- data/shoes/ruby/lib/drb/drb.rb +1778 -0
- data/shoes/ruby/lib/drb/eq.rb +16 -0
- data/shoes/ruby/lib/drb/extserv.rb +71 -0
- data/shoes/ruby/lib/drb/extservm.rb +85 -0
- data/shoes/ruby/lib/drb/gw.rb +122 -0
- data/shoes/ruby/lib/drb/invokemethod.rb +34 -0
- data/shoes/ruby/lib/drb/observer.rb +22 -0
- data/shoes/ruby/lib/drb/ssl.rb +190 -0
- data/shoes/ruby/lib/drb/timeridconv.rb +91 -0
- data/shoes/ruby/lib/drb/unix.rb +108 -0
- data/shoes/ruby/lib/drb.rb +2 -0
- data/shoes/ruby/lib/e2mmap.rb +172 -0
- data/shoes/ruby/lib/erb.rb +902 -0
- data/shoes/ruby/lib/fileutils.rb +1592 -0
- data/shoes/ruby/lib/find.rb +81 -0
- data/shoes/ruby/lib/forwardable.rb +270 -0
- data/shoes/ruby/lib/ftsearch/analysis/analyzer.rb +16 -0
- data/shoes/ruby/lib/ftsearch/analysis/simple_identifier_analyzer.rb +23 -0
- data/shoes/ruby/lib/ftsearch/analysis/whitespace_analyzer.rb +22 -0
- data/shoes/ruby/lib/ftsearch/document_map_reader.rb +106 -0
- data/shoes/ruby/lib/ftsearch/document_map_writer.rb +46 -0
- data/shoes/ruby/lib/ftsearch/field_infos.rb +46 -0
- data/shoes/ruby/lib/ftsearch/fragment_writer.rb +114 -0
- data/shoes/ruby/lib/ftsearch/fulltext_reader.rb +52 -0
- data/shoes/ruby/lib/ftsearch/fulltext_writer.rb +75 -0
- data/shoes/ruby/lib/ftsearch/suffix_array_reader.rb +275 -0
- data/shoes/ruby/lib/ftsearch/suffix_array_writer.rb +99 -0
- data/shoes/ruby/lib/ftsearch/util.rb +21 -0
- data/shoes/ruby/lib/getoptlong.rb +610 -0
- data/shoes/ruby/lib/gserver.rb +253 -0
- data/shoes/ruby/lib/i386-mingw32/bigdecimal.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/binject.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/bloops.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/continuation.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/coverage.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/curses.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest/bubblebabble.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest/md5.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest/rmd160.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest/sha1.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest/sha2.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/digest.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/dl.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/big5.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/cp949.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/emacs_mule.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/encdb.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/euc_jp.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/euc_kr.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/euc_tw.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/gb18030.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/gb2312.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/gbk.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_1.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_10.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_11.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_13.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_14.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_15.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_16.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_2.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_3.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_4.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_5.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_6.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_7.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_8.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/iso_8859_9.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/koi8_r.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/koi8_u.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/shift_jis.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/big5.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/chinese.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/escape.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/gb18030.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/gbk.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/iso2022.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/japanese.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/japanese_euc.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/japanese_sjis.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/korean.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/single_byte.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/transdb.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/trans/utf_16_32.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/utf_16be.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/utf_16le.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/utf_32be.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/utf_32le.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/enc/windows_1251.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/etc.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/fcntl.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/fiber.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/ftsearchrt.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/gdbm.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/iconv.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/io/wait.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/json/ext/generator.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/json/ext/parser.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/mathn/complex.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/mathn/rational.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/nkf.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/openssl.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/racc/cparse.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/rbconfig.rb +196 -0
- data/shoes/ruby/lib/i386-mingw32/readline.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/ripper.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/sdbm.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/socket.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/stringio.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/strscan.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/syck.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/win32ole.so +0 -0
- data/shoes/ruby/lib/i386-mingw32/zlib.so +0 -0
- data/shoes/ruby/lib/io/nonblock.rb +23 -0
- data/shoes/ruby/lib/ipaddr.rb +813 -0
- data/shoes/ruby/lib/irb/cmd/chws.rb +32 -0
- data/shoes/ruby/lib/irb/cmd/fork.rb +38 -0
- data/shoes/ruby/lib/irb/cmd/help.rb +36 -0
- data/shoes/ruby/lib/irb/cmd/load.rb +66 -0
- data/shoes/ruby/lib/irb/cmd/nop.rb +38 -0
- data/shoes/ruby/lib/irb/cmd/pushws.rb +38 -0
- data/shoes/ruby/lib/irb/cmd/subirb.rb +42 -0
- data/shoes/ruby/lib/irb/completion.rb +207 -0
- data/shoes/ruby/lib/irb/context.rb +255 -0
- data/shoes/ruby/lib/irb/ext/change-ws.rb +61 -0
- data/shoes/ruby/lib/irb/ext/history.rb +109 -0
- data/shoes/ruby/lib/irb/ext/loader.rb +119 -0
- data/shoes/ruby/lib/irb/ext/math-mode.rb +36 -0
- data/shoes/ruby/lib/irb/ext/multi-irb.rb +240 -0
- data/shoes/ruby/lib/irb/ext/save-history.rb +100 -0
- data/shoes/ruby/lib/irb/ext/tracer.rb +60 -0
- data/shoes/ruby/lib/irb/ext/use-loader.rb +64 -0
- data/shoes/ruby/lib/irb/ext/workspaces.rb +55 -0
- data/shoes/ruby/lib/irb/extend-command.rb +272 -0
- data/shoes/ruby/lib/irb/frame.rb +66 -0
- data/shoes/ruby/lib/irb/help.rb +35 -0
- data/shoes/ruby/lib/irb/init.rb +288 -0
- data/shoes/ruby/lib/irb/input-method.rb +142 -0
- data/shoes/ruby/lib/irb/lc/error.rb +29 -0
- data/shoes/ruby/lib/irb/lc/help-message +38 -0
- data/shoes/ruby/lib/irb/lc/ja/encoding_aliases.rb +8 -0
- data/shoes/ruby/lib/irb/lc/ja/error.rb +27 -0
- data/shoes/ruby/lib/irb/lc/ja/help-message +39 -0
- data/shoes/ruby/lib/irb/locale.rb +195 -0
- data/shoes/ruby/lib/irb/magic-file.rb +36 -0
- data/shoes/ruby/lib/irb/notifier.rb +144 -0
- data/shoes/ruby/lib/irb/output-method.rb +69 -0
- data/shoes/ruby/lib/irb/ruby-lex.rb +1188 -0
- data/shoes/ruby/lib/irb/ruby-token.rb +270 -0
- data/shoes/ruby/lib/irb/slex.rb +282 -0
- data/shoes/ruby/lib/irb/src_encoding.rb +4 -0
- data/shoes/ruby/lib/irb/version.rb +15 -0
- data/shoes/ruby/lib/irb/workspace.rb +108 -0
- data/shoes/ruby/lib/irb/ws-for-case-2.rb +14 -0
- data/shoes/ruby/lib/irb/xmp.rb +97 -0
- data/shoes/ruby/lib/irb.rb +354 -0
- data/shoes/ruby/lib/json/add/core.rb +135 -0
- data/shoes/ruby/lib/json/add/rails.rb +58 -0
- data/shoes/ruby/lib/json/common.rb +354 -0
- data/shoes/ruby/lib/json/editor.rb +1371 -0
- data/shoes/ruby/lib/json/ext.rb +15 -0
- data/shoes/ruby/lib/json/version.rb +9 -0
- data/shoes/ruby/lib/json.rb +297 -0
- data/shoes/ruby/lib/kconv.rb +282 -0
- data/shoes/ruby/lib/logger.rb +732 -0
- data/shoes/ruby/lib/mathn.rb +206 -0
- data/shoes/ruby/lib/matrix.rb +1381 -0
- data/shoes/ruby/lib/minitest/autorun.rb +9 -0
- data/shoes/ruby/lib/minitest/mock.rb +37 -0
- data/shoes/ruby/lib/minitest/spec.rb +89 -0
- data/shoes/ruby/lib/minitest/unit.rb +497 -0
- data/shoes/ruby/lib/mkmf.rb +1958 -0
- data/shoes/ruby/lib/monitor.rb +265 -0
- data/shoes/ruby/lib/mutex_m.rb +91 -0
- data/shoes/ruby/lib/net/ftp.rb +981 -0
- data/shoes/ruby/lib/net/http.rb +2399 -0
- data/shoes/ruby/lib/net/https.rb +136 -0
- data/shoes/ruby/lib/net/imap.rb +3500 -0
- data/shoes/ruby/lib/net/pop.rb +1000 -0
- data/shoes/ruby/lib/net/protocol.rb +382 -0
- data/shoes/ruby/lib/net/smtp.rb +1014 -0
- data/shoes/ruby/lib/net/telnet.rb +759 -0
- data/shoes/ruby/lib/observer.rb +193 -0
- data/shoes/ruby/lib/open-uri.rb +832 -0
- data/shoes/ruby/lib/open3.rb +98 -0
- data/shoes/ruby/lib/openssl/bn.rb +35 -0
- data/shoes/ruby/lib/openssl/buffering.rb +242 -0
- data/shoes/ruby/lib/openssl/cipher.rb +65 -0
- data/shoes/ruby/lib/openssl/digest.rb +61 -0
- data/shoes/ruby/lib/openssl/ssl.rb +178 -0
- data/shoes/ruby/lib/openssl/x509.rb +155 -0
- data/shoes/ruby/lib/openssl.rb +24 -0
- data/shoes/ruby/lib/optparse/date.rb +17 -0
- data/shoes/ruby/lib/optparse/shellwords.rb +6 -0
- data/shoes/ruby/lib/optparse/time.rb +10 -0
- data/shoes/ruby/lib/optparse/uri.rb +6 -0
- data/shoes/ruby/lib/optparse/version.rb +70 -0
- data/shoes/ruby/lib/optparse.rb +1810 -0
- data/shoes/ruby/lib/ostruct.rb +145 -0
- data/shoes/ruby/lib/pathname.rb +1099 -0
- data/shoes/ruby/lib/pp.rb +532 -0
- data/shoes/ruby/lib/prettyprint.rb +896 -0
- data/shoes/ruby/lib/prime.rb +471 -0
- data/shoes/ruby/lib/profile.rb +10 -0
- data/shoes/ruby/lib/profiler.rb +59 -0
- data/shoes/ruby/lib/pstore.rb +543 -0
- data/shoes/ruby/lib/racc/parser.rb +441 -0
- data/shoes/ruby/lib/rake/classic_namespace.rb +8 -0
- data/shoes/ruby/lib/rake/clean.rb +33 -0
- data/shoes/ruby/lib/rake/gempackagetask.rb +97 -0
- data/shoes/ruby/lib/rake/loaders/makefile.rb +35 -0
- data/shoes/ruby/lib/rake/packagetask.rb +185 -0
- data/shoes/ruby/lib/rake/rake_test_loader.rb +5 -0
- data/shoes/ruby/lib/rake/rdoctask.rb +147 -0
- data/shoes/ruby/lib/rake/runtest.rb +23 -0
- data/shoes/ruby/lib/rake/tasklib.rb +23 -0
- data/shoes/ruby/lib/rake/testtask.rb +161 -0
- data/shoes/ruby/lib/rake/win32.rb +34 -0
- data/shoes/ruby/lib/rake.rb +2465 -0
- data/shoes/ruby/lib/rational.rb +19 -0
- data/shoes/ruby/lib/rbconfig/datadir.rb +24 -0
- data/shoes/ruby/lib/rdoc/code_objects.rb +1061 -0
- data/shoes/ruby/lib/rdoc/diagram.rb +340 -0
- data/shoes/ruby/lib/rdoc/dot.rb +249 -0
- data/shoes/ruby/lib/rdoc/generator/chm/chm.rb +100 -0
- data/shoes/ruby/lib/rdoc/generator/chm.rb +113 -0
- data/shoes/ruby/lib/rdoc/generator/html/common.rb +24 -0
- data/shoes/ruby/lib/rdoc/generator/html/frameless.rb +92 -0
- data/shoes/ruby/lib/rdoc/generator/html/hefss.rb +150 -0
- data/shoes/ruby/lib/rdoc/generator/html/html.rb +769 -0
- data/shoes/ruby/lib/rdoc/generator/html/kilmer.rb +151 -0
- data/shoes/ruby/lib/rdoc/generator/html/kilmerfactory.rb +427 -0
- data/shoes/ruby/lib/rdoc/generator/html/one_page_html.rb +122 -0
- data/shoes/ruby/lib/rdoc/generator/html.rb +445 -0
- data/shoes/ruby/lib/rdoc/generator/ri.rb +226 -0
- data/shoes/ruby/lib/rdoc/generator/texinfo/class.texinfo.erb +44 -0
- data/shoes/ruby/lib/rdoc/generator/texinfo/file.texinfo.erb +6 -0
- data/shoes/ruby/lib/rdoc/generator/texinfo/method.texinfo.erb +6 -0
- data/shoes/ruby/lib/rdoc/generator/texinfo/texinfo.erb +28 -0
- data/shoes/ruby/lib/rdoc/generator/texinfo.rb +81 -0
- data/shoes/ruby/lib/rdoc/generator/xml/rdf.rb +113 -0
- data/shoes/ruby/lib/rdoc/generator/xml/xml.rb +123 -0
- data/shoes/ruby/lib/rdoc/generator/xml.rb +117 -0
- data/shoes/ruby/lib/rdoc/generator.rb +1082 -0
- data/shoes/ruby/lib/rdoc/known_classes.rb +68 -0
- data/shoes/ruby/lib/rdoc/markup/attribute_manager.rb +265 -0
- data/shoes/ruby/lib/rdoc/markup/formatter.rb +14 -0
- data/shoes/ruby/lib/rdoc/markup/fragments.rb +337 -0
- data/shoes/ruby/lib/rdoc/markup/inline.rb +101 -0
- data/shoes/ruby/lib/rdoc/markup/lines.rb +152 -0
- data/shoes/ruby/lib/rdoc/markup/preprocess.rb +75 -0
- data/shoes/ruby/lib/rdoc/markup/to_flow.rb +185 -0
- data/shoes/ruby/lib/rdoc/markup/to_html.rb +403 -0
- data/shoes/ruby/lib/rdoc/markup/to_html_crossref.rb +148 -0
- data/shoes/ruby/lib/rdoc/markup/to_latex.rb +328 -0
- data/shoes/ruby/lib/rdoc/markup/to_test.rb +50 -0
- data/shoes/ruby/lib/rdoc/markup/to_texinfo.rb +69 -0
- data/shoes/ruby/lib/rdoc/markup.rb +378 -0
- data/shoes/ruby/lib/rdoc/options.rb +638 -0
- data/shoes/ruby/lib/rdoc/parser/c.rb +661 -0
- data/shoes/ruby/lib/rdoc/parser/f95.rb +1835 -0
- data/shoes/ruby/lib/rdoc/parser/perl.rb +165 -0
- data/shoes/ruby/lib/rdoc/parser/ruby.rb +2829 -0
- data/shoes/ruby/lib/rdoc/parser/simple.rb +38 -0
- data/shoes/ruby/lib/rdoc/parser.rb +142 -0
- data/shoes/ruby/lib/rdoc/rdoc.rb +293 -0
- data/shoes/ruby/lib/rdoc/ri/cache.rb +187 -0
- data/shoes/ruby/lib/rdoc/ri/descriptions.rb +156 -0
- data/shoes/ruby/lib/rdoc/ri/display.rb +392 -0
- data/shoes/ruby/lib/rdoc/ri/driver.rb +669 -0
- data/shoes/ruby/lib/rdoc/ri/formatter.rb +616 -0
- data/shoes/ruby/lib/rdoc/ri/paths.rb +99 -0
- data/shoes/ruby/lib/rdoc/ri/reader.rb +106 -0
- data/shoes/ruby/lib/rdoc/ri/util.rb +79 -0
- data/shoes/ruby/lib/rdoc/ri/writer.rb +68 -0
- data/shoes/ruby/lib/rdoc/ri.rb +8 -0
- data/shoes/ruby/lib/rdoc/stats.rb +115 -0
- data/shoes/ruby/lib/rdoc/template.rb +64 -0
- data/shoes/ruby/lib/rdoc/tokenstream.rb +33 -0
- data/shoes/ruby/lib/rdoc.rb +395 -0
- data/shoes/ruby/lib/resolv-replace.rb +63 -0
- data/shoes/ruby/lib/resolv.rb +2262 -0
- data/shoes/ruby/lib/rexml/attlistdecl.rb +62 -0
- data/shoes/ruby/lib/rexml/attribute.rb +188 -0
- data/shoes/ruby/lib/rexml/cdata.rb +67 -0
- data/shoes/ruby/lib/rexml/child.rb +96 -0
- data/shoes/ruby/lib/rexml/comment.rb +80 -0
- data/shoes/ruby/lib/rexml/doctype.rb +270 -0
- data/shoes/ruby/lib/rexml/document.rb +231 -0
- data/shoes/ruby/lib/rexml/dtd/attlistdecl.rb +10 -0
- data/shoes/ruby/lib/rexml/dtd/dtd.rb +51 -0
- data/shoes/ruby/lib/rexml/dtd/elementdecl.rb +17 -0
- data/shoes/ruby/lib/rexml/dtd/entitydecl.rb +56 -0
- data/shoes/ruby/lib/rexml/dtd/notationdecl.rb +39 -0
- data/shoes/ruby/lib/rexml/element.rb +1246 -0
- data/shoes/ruby/lib/rexml/encoding.rb +71 -0
- data/shoes/ruby/lib/rexml/encodings/CP-1252.rb +103 -0
- data/shoes/ruby/lib/rexml/encodings/EUC-JP.rb +35 -0
- data/shoes/ruby/lib/rexml/encodings/ICONV.rb +22 -0
- data/shoes/ruby/lib/rexml/encodings/ISO-8859-1.rb +7 -0
- data/shoes/ruby/lib/rexml/encodings/ISO-8859-15.rb +72 -0
- data/shoes/ruby/lib/rexml/encodings/SHIFT-JIS.rb +37 -0
- data/shoes/ruby/lib/rexml/encodings/SHIFT_JIS.rb +1 -0
- data/shoes/ruby/lib/rexml/encodings/UNILE.rb +34 -0
- data/shoes/ruby/lib/rexml/encodings/US-ASCII.rb +30 -0
- data/shoes/ruby/lib/rexml/encodings/UTF-16.rb +35 -0
- data/shoes/ruby/lib/rexml/encodings/UTF-8.rb +18 -0
- data/shoes/ruby/lib/rexml/entity.rb +166 -0
- data/shoes/ruby/lib/rexml/formatters/default.rb +109 -0
- data/shoes/ruby/lib/rexml/formatters/pretty.rb +139 -0
- data/shoes/ruby/lib/rexml/formatters/transitive.rb +58 -0
- data/shoes/ruby/lib/rexml/functions.rb +388 -0
- data/shoes/ruby/lib/rexml/instruction.rb +70 -0
- data/shoes/ruby/lib/rexml/light/node.rb +196 -0
- data/shoes/ruby/lib/rexml/namespace.rb +47 -0
- data/shoes/ruby/lib/rexml/node.rb +75 -0
- data/shoes/ruby/lib/rexml/output.rb +24 -0
- data/shoes/ruby/lib/rexml/parent.rb +166 -0
- data/shoes/ruby/lib/rexml/parseexception.rb +51 -0
- data/shoes/ruby/lib/rexml/parsers/baseparser.rb +530 -0
- data/shoes/ruby/lib/rexml/parsers/lightparser.rb +58 -0
- data/shoes/ruby/lib/rexml/parsers/pullparser.rb +196 -0
- data/shoes/ruby/lib/rexml/parsers/sax2parser.rb +247 -0
- data/shoes/ruby/lib/rexml/parsers/streamparser.rb +46 -0
- data/shoes/ruby/lib/rexml/parsers/treeparser.rb +100 -0
- data/shoes/ruby/lib/rexml/parsers/ultralightparser.rb +56 -0
- data/shoes/ruby/lib/rexml/parsers/xpathparser.rb +698 -0
- data/shoes/ruby/lib/rexml/quickpath.rb +263 -0
- data/shoes/ruby/lib/rexml/rexml.rb +31 -0
- data/shoes/ruby/lib/rexml/sax2listener.rb +97 -0
- data/shoes/ruby/lib/rexml/source.rb +258 -0
- data/shoes/ruby/lib/rexml/streamlistener.rb +92 -0
- data/shoes/ruby/lib/rexml/syncenumerator.rb +32 -0
- data/shoes/ruby/lib/rexml/text.rb +404 -0
- data/shoes/ruby/lib/rexml/undefinednamespaceexception.rb +8 -0
- data/shoes/ruby/lib/rexml/validation/relaxng.rb +559 -0
- data/shoes/ruby/lib/rexml/validation/validation.rb +155 -0
- data/shoes/ruby/lib/rexml/validation/validationexception.rb +9 -0
- data/shoes/ruby/lib/rexml/xmldecl.rb +119 -0
- data/shoes/ruby/lib/rexml/xmltokens.rb +18 -0
- data/shoes/ruby/lib/rexml/xpath.rb +77 -0
- data/shoes/ruby/lib/rexml/xpath_parser.rb +792 -0
- data/shoes/ruby/lib/rinda/rinda.rb +283 -0
- data/shoes/ruby/lib/rinda/ring.rb +271 -0
- data/shoes/ruby/lib/rinda/tuplespace.rb +642 -0
- data/shoes/ruby/lib/ripper/core.rb +70 -0
- data/shoes/ruby/lib/ripper/filter.rb +70 -0
- data/shoes/ruby/lib/ripper/lexer.rb +179 -0
- data/shoes/ruby/lib/ripper/sexp.rb +99 -0
- data/shoes/ruby/lib/ripper.rb +4 -0
- data/shoes/ruby/lib/rss/0.9.rb +427 -0
- data/shoes/ruby/lib/rss/1.0.rb +452 -0
- data/shoes/ruby/lib/rss/2.0.rb +111 -0
- data/shoes/ruby/lib/rss/atom.rb +748 -0
- data/shoes/ruby/lib/rss/content/1.0.rb +10 -0
- data/shoes/ruby/lib/rss/content/2.0.rb +12 -0
- data/shoes/ruby/lib/rss/content.rb +31 -0
- data/shoes/ruby/lib/rss/converter.rb +170 -0
- data/shoes/ruby/lib/rss/dublincore/1.0.rb +13 -0
- data/shoes/ruby/lib/rss/dublincore/2.0.rb +13 -0
- data/shoes/ruby/lib/rss/dublincore/atom.rb +17 -0
- data/shoes/ruby/lib/rss/dublincore.rb +161 -0
- data/shoes/ruby/lib/rss/image.rb +193 -0
- data/shoes/ruby/lib/rss/itunes.rb +410 -0
- data/shoes/ruby/lib/rss/maker/0.9.rb +467 -0
- data/shoes/ruby/lib/rss/maker/1.0.rb +434 -0
- data/shoes/ruby/lib/rss/maker/2.0.rb +223 -0
- data/shoes/ruby/lib/rss/maker/atom.rb +172 -0
- data/shoes/ruby/lib/rss/maker/base.rb +880 -0
- data/shoes/ruby/lib/rss/maker/content.rb +21 -0
- data/shoes/ruby/lib/rss/maker/dublincore.rb +124 -0
- data/shoes/ruby/lib/rss/maker/entry.rb +163 -0
- data/shoes/ruby/lib/rss/maker/feed.rb +430 -0
- data/shoes/ruby/lib/rss/maker/image.rb +111 -0
- data/shoes/ruby/lib/rss/maker/itunes.rb +242 -0
- data/shoes/ruby/lib/rss/maker/slash.rb +33 -0
- data/shoes/ruby/lib/rss/maker/syndication.rb +18 -0
- data/shoes/ruby/lib/rss/maker/taxonomy.rb +118 -0
- data/shoes/ruby/lib/rss/maker/trackback.rb +61 -0
- data/shoes/ruby/lib/rss/maker.rb +44 -0
- data/shoes/ruby/lib/rss/parser.rb +568 -0
- data/shoes/ruby/lib/rss/rexmlparser.rb +54 -0
- data/shoes/ruby/lib/rss/rss.rb +1313 -0
- data/shoes/ruby/lib/rss/slash.rb +49 -0
- data/shoes/ruby/lib/rss/syndication.rb +67 -0
- data/shoes/ruby/lib/rss/taxonomy.rb +145 -0
- data/shoes/ruby/lib/rss/trackback.rb +288 -0
- data/shoes/ruby/lib/rss/utils.rb +111 -0
- data/shoes/ruby/lib/rss/xml-stylesheet.rb +105 -0
- data/shoes/ruby/lib/rss/xml.rb +71 -0
- data/shoes/ruby/lib/rss/xmlparser.rb +93 -0
- data/shoes/ruby/lib/rss/xmlscanner.rb +121 -0
- data/shoes/ruby/lib/rss.rb +19 -0
- data/shoes/ruby/lib/rubygems/builder.rb +88 -0
- data/shoes/ruby/lib/rubygems/command.rb +406 -0
- data/shoes/ruby/lib/rubygems/command_manager.rb +146 -0
- data/shoes/ruby/lib/rubygems/commands/build_command.rb +53 -0
- data/shoes/ruby/lib/rubygems/commands/cert_command.rb +86 -0
- data/shoes/ruby/lib/rubygems/commands/check_command.rb +75 -0
- data/shoes/ruby/lib/rubygems/commands/cleanup_command.rb +91 -0
- data/shoes/ruby/lib/rubygems/commands/contents_command.rb +74 -0
- data/shoes/ruby/lib/rubygems/commands/dependency_command.rb +188 -0
- data/shoes/ruby/lib/rubygems/commands/environment_command.rb +128 -0
- data/shoes/ruby/lib/rubygems/commands/fetch_command.rb +62 -0
- data/shoes/ruby/lib/rubygems/commands/generate_index_command.rb +57 -0
- data/shoes/ruby/lib/rubygems/commands/help_command.rb +172 -0
- data/shoes/ruby/lib/rubygems/commands/install_command.rb +148 -0
- data/shoes/ruby/lib/rubygems/commands/list_command.rb +35 -0
- data/shoes/ruby/lib/rubygems/commands/lock_command.rb +110 -0
- data/shoes/ruby/lib/rubygems/commands/mirror_command.rb +111 -0
- data/shoes/ruby/lib/rubygems/commands/outdated_command.rb +33 -0
- data/shoes/ruby/lib/rubygems/commands/pristine_command.rb +93 -0
- data/shoes/ruby/lib/rubygems/commands/query_command.rb +233 -0
- data/shoes/ruby/lib/rubygems/commands/rdoc_command.rb +82 -0
- data/shoes/ruby/lib/rubygems/commands/search_command.rb +37 -0
- data/shoes/ruby/lib/rubygems/commands/server_command.rb +48 -0
- data/shoes/ruby/lib/rubygems/commands/sources_command.rb +152 -0
- data/shoes/ruby/lib/rubygems/commands/specification_command.rb +77 -0
- data/shoes/ruby/lib/rubygems/commands/stale_command.rb +27 -0
- data/shoes/ruby/lib/rubygems/commands/uninstall_command.rb +73 -0
- data/shoes/ruby/lib/rubygems/commands/unpack_command.rb +95 -0
- data/shoes/ruby/lib/rubygems/commands/update_command.rb +181 -0
- data/shoes/ruby/lib/rubygems/commands/which_command.rb +87 -0
- data/shoes/ruby/lib/rubygems/config_file.rb +266 -0
- data/shoes/ruby/lib/rubygems/custom_require.rb +46 -0
- data/shoes/ruby/lib/rubygems/defaults.rb +89 -0
- data/shoes/ruby/lib/rubygems/dependency.rb +119 -0
- data/shoes/ruby/lib/rubygems/dependency_installer.rb +258 -0
- data/shoes/ruby/lib/rubygems/dependency_list.rb +165 -0
- data/shoes/ruby/lib/rubygems/digest/digest_adapter.rb +40 -0
- data/shoes/ruby/lib/rubygems/digest/md5.rb +23 -0
- data/shoes/ruby/lib/rubygems/digest/sha1.rb +17 -0
- data/shoes/ruby/lib/rubygems/digest/sha2.rb +17 -0
- data/shoes/ruby/lib/rubygems/doc_manager.rb +214 -0
- data/shoes/ruby/lib/rubygems/exceptions.rb +84 -0
- data/shoes/ruby/lib/rubygems/ext/builder.rb +56 -0
- data/shoes/ruby/lib/rubygems/ext/configure_builder.rb +24 -0
- data/shoes/ruby/lib/rubygems/ext/ext_conf_builder.rb +23 -0
- data/shoes/ruby/lib/rubygems/ext/rake_builder.rb +27 -0
- data/shoes/ruby/lib/rubygems/ext.rb +18 -0
- data/shoes/ruby/lib/rubygems/format.rb +87 -0
- data/shoes/ruby/lib/rubygems/gem_openssl.rb +83 -0
- data/shoes/ruby/lib/rubygems/gem_path_searcher.rb +100 -0
- data/shoes/ruby/lib/rubygems/gem_runner.rb +58 -0
- data/shoes/ruby/lib/rubygems/indexer/abstract_index_builder.rb +88 -0
- data/shoes/ruby/lib/rubygems/indexer/latest_index_builder.rb +35 -0
- data/shoes/ruby/lib/rubygems/indexer/marshal_index_builder.rb +17 -0
- data/shoes/ruby/lib/rubygems/indexer/master_index_builder.rb +54 -0
- data/shoes/ruby/lib/rubygems/indexer/quick_index_builder.rb +50 -0
- data/shoes/ruby/lib/rubygems/indexer.rb +370 -0
- data/shoes/ruby/lib/rubygems/install_update_options.rb +113 -0
- data/shoes/ruby/lib/rubygems/installer.rb +578 -0
- data/shoes/ruby/lib/rubygems/local_remote_options.rb +134 -0
- data/shoes/ruby/lib/rubygems/old_format.rb +148 -0
- data/shoes/ruby/lib/rubygems/package/f_sync_dir.rb +24 -0
- data/shoes/ruby/lib/rubygems/package/tar_header.rb +245 -0
- data/shoes/ruby/lib/rubygems/package/tar_input.rb +219 -0
- data/shoes/ruby/lib/rubygems/package/tar_output.rb +143 -0
- data/shoes/ruby/lib/rubygems/package/tar_reader/entry.rb +99 -0
- data/shoes/ruby/lib/rubygems/package/tar_reader.rb +86 -0
- data/shoes/ruby/lib/rubygems/package/tar_writer.rb +180 -0
- data/shoes/ruby/lib/rubygems/package.rb +95 -0
- data/shoes/ruby/lib/rubygems/platform.rb +178 -0
- data/shoes/ruby/lib/rubygems/remote_fetcher.rb +344 -0
- data/shoes/ruby/lib/rubygems/require_paths_builder.rb +15 -0
- data/shoes/ruby/lib/rubygems/requirement.rb +163 -0
- data/shoes/ruby/lib/rubygems/rubygems_version.rb +6 -0
- data/shoes/ruby/lib/rubygems/security.rb +786 -0
- data/shoes/ruby/lib/rubygems/server.rb +629 -0
- data/shoes/ruby/lib/rubygems/source_index.rb +559 -0
- data/shoes/ruby/lib/rubygems/source_info_cache.rb +393 -0
- data/shoes/ruby/lib/rubygems/source_info_cache_entry.rb +56 -0
- data/shoes/ruby/lib/rubygems/spec_fetcher.rb +249 -0
- data/shoes/ruby/lib/rubygems/specification.rb +1262 -0
- data/shoes/ruby/lib/rubygems/test_utilities.rb +131 -0
- data/shoes/ruby/lib/rubygems/timer.rb +25 -0
- data/shoes/ruby/lib/rubygems/uninstaller.rb +242 -0
- data/shoes/ruby/lib/rubygems/user_interaction.rb +360 -0
- data/shoes/ruby/lib/rubygems/validator.rb +208 -0
- data/shoes/ruby/lib/rubygems/version.rb +167 -0
- data/shoes/ruby/lib/rubygems/version_option.rb +48 -0
- data/shoes/ruby/lib/rubygems.rb +888 -0
- data/shoes/ruby/lib/scanf.rb +703 -0
- data/shoes/ruby/lib/securerandom.rb +182 -0
- data/shoes/ruby/lib/set.rb +1274 -0
- data/shoes/ruby/lib/shell/builtin-command.rb +160 -0
- data/shoes/ruby/lib/shell/command-processor.rb +593 -0
- data/shoes/ruby/lib/shell/error.rb +25 -0
- data/shoes/ruby/lib/shell/filter.rb +109 -0
- data/shoes/ruby/lib/shell/process-controller.rb +319 -0
- data/shoes/ruby/lib/shell/system-command.rb +159 -0
- data/shoes/ruby/lib/shell/version.rb +15 -0
- data/shoes/ruby/lib/shell.rb +300 -0
- data/shoes/ruby/lib/shellwords.rb +156 -0
- data/shoes/ruby/lib/singleton.rb +313 -0
- data/shoes/ruby/lib/sync.rb +307 -0
- data/shoes/ruby/lib/tempfile.rb +218 -0
- data/shoes/ruby/lib/test/unit/assertions.rb +122 -0
- data/shoes/ruby/lib/test/unit/testcase.rb +12 -0
- data/shoes/ruby/lib/test/unit.rb +66 -0
- data/shoes/ruby/lib/thread.rb +367 -0
- data/shoes/ruby/lib/thwait.rb +168 -0
- data/shoes/ruby/lib/time.rb +869 -0
- data/shoes/ruby/lib/timeout.rb +108 -0
- data/shoes/ruby/lib/tmpdir.rb +138 -0
- data/shoes/ruby/lib/tracer.rb +166 -0
- data/shoes/ruby/lib/tsort.rb +290 -0
- data/shoes/ruby/lib/ubygems.rb +10 -0
- data/shoes/ruby/lib/un.rb +304 -0
- data/shoes/ruby/lib/uri/common.rb +727 -0
- data/shoes/ruby/lib/uri/ftp.rb +198 -0
- data/shoes/ruby/lib/uri/generic.rb +1128 -0
- data/shoes/ruby/lib/uri/http.rb +100 -0
- data/shoes/ruby/lib/uri/https.rb +20 -0
- data/shoes/ruby/lib/uri/ldap.rb +190 -0
- data/shoes/ruby/lib/uri/ldaps.rb +12 -0
- data/shoes/ruby/lib/uri/mailto.rb +266 -0
- data/shoes/ruby/lib/uri.rb +29 -0
- data/shoes/ruby/lib/weakref.rb +80 -0
- data/shoes/ruby/lib/webrick/accesslog.rb +75 -0
- data/shoes/ruby/lib/webrick/cgi.rb +260 -0
- data/shoes/ruby/lib/webrick/compat.rb +15 -0
- data/shoes/ruby/lib/webrick/config.rb +100 -0
- data/shoes/ruby/lib/webrick/cookie.rb +110 -0
- data/shoes/ruby/lib/webrick/htmlutils.rb +25 -0
- data/shoes/ruby/lib/webrick/httpauth/authenticator.rb +79 -0
- data/shoes/ruby/lib/webrick/httpauth/basicauth.rb +65 -0
- data/shoes/ruby/lib/webrick/httpauth/digestauth.rb +344 -0
- data/shoes/ruby/lib/webrick/httpauth/htdigest.rb +91 -0
- data/shoes/ruby/lib/webrick/httpauth/htgroup.rb +61 -0
- data/shoes/ruby/lib/webrick/httpauth/htpasswd.rb +83 -0
- data/shoes/ruby/lib/webrick/httpauth/userdb.rb +29 -0
- data/shoes/ruby/lib/webrick/httpauth.rb +45 -0
- data/shoes/ruby/lib/webrick/httpproxy.rb +288 -0
- data/shoes/ruby/lib/webrick/httprequest.rb +402 -0
- data/shoes/ruby/lib/webrick/httpresponse.rb +326 -0
- data/shoes/ruby/lib/webrick/https.rb +63 -0
- data/shoes/ruby/lib/webrick/httpserver.rb +217 -0
- data/shoes/ruby/lib/webrick/httpservlet/abstract.rb +70 -0
- data/shoes/ruby/lib/webrick/httpservlet/cgi_runner.rb +47 -0
- data/shoes/ruby/lib/webrick/httpservlet/cgihandler.rb +110 -0
- data/shoes/ruby/lib/webrick/httpservlet/erbhandler.rb +54 -0
- data/shoes/ruby/lib/webrick/httpservlet/filehandler.rb +435 -0
- data/shoes/ruby/lib/webrick/httpservlet/prochandler.rb +33 -0
- data/shoes/ruby/lib/webrick/httpservlet.rb +22 -0
- data/shoes/ruby/lib/webrick/httpstatus.rb +132 -0
- data/shoes/ruby/lib/webrick/httputils.rb +392 -0
- data/shoes/ruby/lib/webrick/httpversion.rb +49 -0
- data/shoes/ruby/lib/webrick/log.rb +88 -0
- data/shoes/ruby/lib/webrick/server.rb +210 -0
- data/shoes/ruby/lib/webrick/ssl.rb +126 -0
- data/shoes/ruby/lib/webrick/utils.rb +175 -0
- data/shoes/ruby/lib/webrick/version.rb +13 -0
- data/shoes/ruby/lib/webrick.rb +29 -0
- data/shoes/ruby/lib/win32/registry.rb +832 -0
- data/shoes/ruby/lib/win32/resolv.rb +370 -0
- data/shoes/ruby/lib/win32/sspi.rb +330 -0
- data/shoes/ruby/lib/win32ole/property.rb +16 -0
- data/shoes/ruby/lib/xmlrpc/base64.rb +81 -0
- data/shoes/ruby/lib/xmlrpc/client.rb +625 -0
- data/shoes/ruby/lib/xmlrpc/config.rb +40 -0
- data/shoes/ruby/lib/xmlrpc/create.rb +290 -0
- data/shoes/ruby/lib/xmlrpc/datetime.rb +142 -0
- data/shoes/ruby/lib/xmlrpc/httpserver.rb +178 -0
- data/shoes/ruby/lib/xmlrpc/marshal.rb +76 -0
- data/shoes/ruby/lib/xmlrpc/parser.rb +813 -0
- data/shoes/ruby/lib/xmlrpc/server.rb +778 -0
- data/shoes/ruby/lib/xmlrpc/utils.rb +165 -0
- data/shoes/ruby/lib/yaml/baseemitter.rb +242 -0
- data/shoes/ruby/lib/yaml/basenode.rb +216 -0
- data/shoes/ruby/lib/yaml/constants.rb +45 -0
- data/shoes/ruby/lib/yaml/dbm.rb +111 -0
- data/shoes/ruby/lib/yaml/encoding.rb +33 -0
- data/shoes/ruby/lib/yaml/error.rb +34 -0
- data/shoes/ruby/lib/yaml/loader.rb +14 -0
- data/shoes/ruby/lib/yaml/rubytypes.rb +446 -0
- data/shoes/ruby/lib/yaml/store.rb +43 -0
- data/shoes/ruby/lib/yaml/stream.rb +40 -0
- data/shoes/ruby/lib/yaml/stringio.rb +83 -0
- data/shoes/ruby/lib/yaml/syck.rb +19 -0
- data/shoes/ruby/lib/yaml/tag.rb +91 -0
- data/shoes/ruby/lib/yaml/types.rb +192 -0
- data/shoes/ruby/lib/yaml/yamlnode.rb +54 -0
- data/shoes/ruby/lib/yaml/ypath.rb +52 -0
- data/shoes/ruby/lib/yaml.rb +440 -0
- data/shoes/samples/class-book.rb +43 -0
- data/shoes/samples/class-book.yaml +387 -0
- data/shoes/samples/expert-definr.rb +23 -0
- data/shoes/samples/expert-funnies.rb +51 -0
- data/shoes/samples/expert-irb.rb +112 -0
- data/shoes/samples/expert-minesweeper.rb +267 -0
- data/shoes/samples/expert-othello.rb +319 -0
- data/shoes/samples/expert-pong.rb +62 -0
- data/shoes/samples/expert-tankspank.rb +385 -0
- data/shoes/samples/good-arc.rb +37 -0
- data/shoes/samples/good-clock.rb +51 -0
- data/shoes/samples/good-follow.rb +26 -0
- data/shoes/samples/good-reminder.rb +174 -0
- data/shoes/samples/good-vjot.rb +56 -0
- data/shoes/samples/simple-accordion.rb +75 -0
- data/shoes/samples/simple-anim-shapes.rb +17 -0
- data/shoes/samples/simple-anim-text.rb +13 -0
- data/shoes/samples/simple-arc.rb +23 -0
- data/shoes/samples/simple-bounce.rb +24 -0
- data/shoes/samples/simple-calc.rb +70 -0
- data/shoes/samples/simple-control-sizes.rb +24 -0
- data/shoes/samples/simple-curve.rb +26 -0
- data/shoes/samples/simple-dialogs.rb +29 -0
- data/shoes/samples/simple-downloader.rb +27 -0
- data/shoes/samples/simple-draw.rb +13 -0
- data/shoes/samples/simple-editor.rb +28 -0
- data/shoes/samples/simple-form.rb +28 -0
- data/shoes/samples/simple-form.shy +0 -0
- data/shoes/samples/simple-mask.rb +21 -0
- data/shoes/samples/simple-menu.rb +31 -0
- data/shoes/samples/simple-menu1.rb +35 -0
- data/shoes/samples/simple-rubygems.rb +29 -0
- data/shoes/samples/simple-slide.rb +45 -0
- data/shoes/samples/simple-sphere.rb +28 -0
- data/shoes/samples/simple-timer.rb +13 -0
- data/shoes/samples/simple-video.rb +13 -0
- data/shoes/shoes +21 -0
- data/shoes/shoes.exe +0 -0
- data/shoes/shoes.exe.manifest +17 -0
- data/shoes/sqlite3.dll +0 -0
- data/shoes/static/Shoes.icns +0 -0
- data/shoes/static/Thumbs.db +0 -0
- data/shoes/static/app-icon.png +0 -0
- data/shoes/static/avatar.png +0 -0
- data/shoes/static/code_highlighter.js +188 -0
- data/shoes/static/code_highlighter_ruby.js +26 -0
- data/shoes/static/icon-debug.png +0 -0
- data/shoes/static/icon-error.png +0 -0
- data/shoes/static/icon-info.png +0 -0
- data/shoes/static/icon-warn.png +0 -0
- data/shoes/static/listbox_button1.png +0 -0
- data/shoes/static/listbox_button2.png +0 -0
- data/shoes/static/man-app.png +0 -0
- data/shoes/static/man-builds.png +0 -0
- data/shoes/static/man-editor-notepad.png +0 -0
- data/shoes/static/man-editor-osx.png +0 -0
- data/shoes/static/man-ele-background.png +0 -0
- data/shoes/static/man-ele-border.png +0 -0
- data/shoes/static/man-ele-button.png +0 -0
- data/shoes/static/man-ele-check.png +0 -0
- data/shoes/static/man-ele-editbox.png +0 -0
- data/shoes/static/man-ele-editline.png +0 -0
- data/shoes/static/man-ele-image.png +0 -0
- data/shoes/static/man-ele-listbox.png +0 -0
- data/shoes/static/man-ele-progress.png +0 -0
- data/shoes/static/man-ele-radio.png +0 -0
- data/shoes/static/man-ele-shape.png +0 -0
- data/shoes/static/man-ele-textblock.png +0 -0
- data/shoes/static/man-ele-video.png +0 -0
- data/shoes/static/man-intro-dmg.png +0 -0
- data/shoes/static/man-intro-exe.png +0 -0
- data/shoes/static/man-look-tiger.png +0 -0
- data/shoes/static/man-look-ubuntu.png +0 -0
- data/shoes/static/man-look-vista.png +0 -0
- data/shoes/static/man-run-osx.png +0 -0
- data/shoes/static/man-run-vista.png +0 -0
- data/shoes/static/man-run-xp.png +0 -0
- data/shoes/static/man-shot1.png +0 -0
- data/shoes/static/manual-en.txt +2783 -0
- data/shoes/static/manual-ja.txt +2780 -0
- data/shoes/static/manual.css +167 -0
- data/shoes/static/menu-corner1.png +0 -0
- data/shoes/static/menu-corner2.png +0 -0
- data/shoes/static/menu-gray.png +0 -0
- data/shoes/static/menu-left.png +0 -0
- data/shoes/static/menu-right.png +0 -0
- data/shoes/static/menu-top.png +0 -0
- data/shoes/static/shoes-dmg.jpg +0 -0
- data/shoes/static/shoes-icon-blue.png +0 -0
- data/shoes/static/shoes-icon.png +0 -0
- data/shoes/static/shoes-manual-apps.gif +0 -0
- data/shoes/static/stripe.png +0 -0
- data/shoes/static/stubs/blank.exe +0 -0
- data/shoes/static/stubs/blank.hfz +0 -0
- data/shoes/static/stubs/blank.run +375 -0
- data/shoes/static/stubs/cocoa-install +0 -0
- data/shoes/static/stubs/sh-install +48 -0
- data/shoes/static/tutor-back.png +0 -0
- data/shoes/zlib.dll +0 -0
- data/shoes/zlib1.dll +0 -0
- metadata +887 -0
@@ -0,0 +1,986 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
#--
|
3
|
+
# Archive::Tar::Minitar 0.5.1
|
4
|
+
# Copyright � 2004 Mauricio Julio Fern�ndez Pradier and Austin Ziegler
|
5
|
+
#
|
6
|
+
# This program is based on and incorporates parts of RPA::Package from
|
7
|
+
# rpa-base (lib/rpa/package.rb and lib/rpa/util.rb) by Mauricio and has been
|
8
|
+
# adapted to be more generic by Austin.
|
9
|
+
#
|
10
|
+
# It is licensed under the GNU General Public Licence or Ruby's licence.
|
11
|
+
#
|
12
|
+
# $Id: minitar.rb,v 1.3 2004/09/22 17:47:43 austin Exp $
|
13
|
+
#++
|
14
|
+
|
15
|
+
module Archive; end
|
16
|
+
module Archive::Tar; end
|
17
|
+
|
18
|
+
# = Archive::Tar::PosixHeader
|
19
|
+
# Implements the POSIX tar header as a Ruby class. The structure of
|
20
|
+
# the POSIX tar header is:
|
21
|
+
#
|
22
|
+
# struct tarfile_entry_posix
|
23
|
+
# { // pack/unpack
|
24
|
+
# char name[100]; // ASCII (+ Z unless filled) a100/Z100
|
25
|
+
# char mode[8]; // 0 padded, octal, null a8 /A8
|
26
|
+
# char uid[8]; // ditto a8 /A8
|
27
|
+
# char gid[8]; // ditto a8 /A8
|
28
|
+
# char size[12]; // 0 padded, octal, null a12 /A12
|
29
|
+
# char mtime[12]; // 0 padded, octal, null a12 /A12
|
30
|
+
# char checksum[8]; // 0 padded, octal, null, space a8 /A8
|
31
|
+
# char typeflag[1]; // see below a /a
|
32
|
+
# char linkname[100]; // ASCII + (Z unless filled) a100/Z100
|
33
|
+
# char magic[6]; // "ustar\0" a6 /A6
|
34
|
+
# char version[2]; // "00" a2 /A2
|
35
|
+
# char uname[32]; // ASCIIZ a32 /Z32
|
36
|
+
# char gname[32]; // ASCIIZ a32 /Z32
|
37
|
+
# char devmajor[8]; // 0 padded, octal, null a8 /A8
|
38
|
+
# char devminor[8]; // 0 padded, octal, null a8 /A8
|
39
|
+
# char prefix[155]; // ASCII (+ Z unless filled) a155/Z155
|
40
|
+
# };
|
41
|
+
#
|
42
|
+
# The +typeflag+ may be one of the following known values:
|
43
|
+
#
|
44
|
+
# <tt>"0"</tt>:: Regular file. NULL should be treated as a synonym, for
|
45
|
+
# compatibility purposes.
|
46
|
+
# <tt>"1"</tt>:: Hard link.
|
47
|
+
# <tt>"2"</tt>:: Symbolic link.
|
48
|
+
# <tt>"3"</tt>:: Character device node.
|
49
|
+
# <tt>"4"</tt>:: Block device node.
|
50
|
+
# <tt>"5"</tt>:: Directory.
|
51
|
+
# <tt>"6"</tt>:: FIFO node.
|
52
|
+
# <tt>"7"</tt>:: Reserved.
|
53
|
+
#
|
54
|
+
# POSIX indicates that "A POSIX-compliant implementation must treat any
|
55
|
+
# unrecognized typeflag value as a regular file."
|
56
|
+
class Archive::Tar::PosixHeader
|
57
|
+
FIELDS = %w(name mode uid gid size mtime checksum typeflag linkname) +
|
58
|
+
%w(magic version uname gname devmajor devminor prefix)
|
59
|
+
|
60
|
+
FIELDS.each { |field| attr_reader field.intern }
|
61
|
+
|
62
|
+
HEADER_PACK_FORMAT = "a100a8a8a8a12a12a7aaa100a6a2a32a32a8a8a155"
|
63
|
+
HEADER_UNPACK_FORMAT = "Z100A8A8A8A12A12A8aZ100A6A2Z32Z32A8A8Z155"
|
64
|
+
|
65
|
+
# Creates a new PosixHeader from a data stream.
|
66
|
+
def self.new_from_stream(stream)
|
67
|
+
data = stream.read(512)
|
68
|
+
fields = data.unpack(HEADER_UNPACK_FORMAT)
|
69
|
+
name = fields.shift
|
70
|
+
mode = fields.shift.oct
|
71
|
+
uid = fields.shift.oct
|
72
|
+
gid = fields.shift.oct
|
73
|
+
size = fields.shift.oct
|
74
|
+
mtime = fields.shift.oct
|
75
|
+
checksum = fields.shift.oct
|
76
|
+
typeflag = fields.shift
|
77
|
+
linkname = fields.shift
|
78
|
+
magic = fields.shift
|
79
|
+
version = fields.shift.oct
|
80
|
+
uname = fields.shift
|
81
|
+
gname = fields.shift
|
82
|
+
devmajor = fields.shift.oct
|
83
|
+
devminor = fields.shift.oct
|
84
|
+
prefix = fields.shift
|
85
|
+
|
86
|
+
empty = (data == "\0" * 512)
|
87
|
+
|
88
|
+
new(:name => name, :mode => mode, :uid => uid, :gid => gid,
|
89
|
+
:size => size, :mtime => mtime, :checksum => checksum,
|
90
|
+
:typeflag => typeflag, :magic => magic, :version => version,
|
91
|
+
:uname => uname, :gname => gname, :devmajor => devmajor,
|
92
|
+
:devminor => devminor, :prefix => prefix, :empty => empty)
|
93
|
+
end
|
94
|
+
|
95
|
+
# Creates a new PosixHeader. A PosixHeader cannot be created unless the
|
96
|
+
# #name, #size, #prefix, and #mode are provided.
|
97
|
+
def initialize(vals)
|
98
|
+
unless vals[:name] && vals[:size] && vals[:prefix] && vals[:mode]
|
99
|
+
raise ArgumentError
|
100
|
+
end
|
101
|
+
|
102
|
+
vals[:mtime] ||= 0
|
103
|
+
vals[:checksum] ||= ""
|
104
|
+
vals[:typeflag] ||= "0"
|
105
|
+
vals[:magic] ||= "ustar"
|
106
|
+
vals[:version] ||= "00"
|
107
|
+
|
108
|
+
FIELDS.each do |field|
|
109
|
+
instance_variable_set("@#{field}", vals[field.intern])
|
110
|
+
end
|
111
|
+
@empty = vals[:empty]
|
112
|
+
end
|
113
|
+
|
114
|
+
def empty?
|
115
|
+
@empty
|
116
|
+
end
|
117
|
+
|
118
|
+
def to_s
|
119
|
+
update_checksum
|
120
|
+
header(@checksum)
|
121
|
+
end
|
122
|
+
|
123
|
+
# Update the checksum field.
|
124
|
+
def update_checksum
|
125
|
+
hh = header(" " * 8)
|
126
|
+
@checksum = oct(calculate_checksum(hh), 6)
|
127
|
+
end
|
128
|
+
|
129
|
+
private
|
130
|
+
def oct(num, len)
|
131
|
+
if num.nil?
|
132
|
+
"\0" * (len + 1)
|
133
|
+
else
|
134
|
+
"%0#{len}o" % num
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
def calculate_checksum(hdr)
|
139
|
+
hdr.unpack("C*").inject { |aa, bb| aa + bb }
|
140
|
+
end
|
141
|
+
|
142
|
+
def header(chksum)
|
143
|
+
arr = [name, oct(mode, 7), oct(uid, 7), oct(gid, 7), oct(size, 11),
|
144
|
+
oct(mtime, 11), chksum, " ", typeflag, linkname, magic, version,
|
145
|
+
uname, gname, oct(devmajor, 7), oct(devminor, 7), prefix]
|
146
|
+
str = arr.pack(HEADER_PACK_FORMAT)
|
147
|
+
str + "\0" * ((512 - str.size) % 512)
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
require 'fileutils'
|
152
|
+
require 'find'
|
153
|
+
|
154
|
+
# = Archive::Tar::Minitar 0.5.1
|
155
|
+
# Archive::Tar::Minitar is a pure-Ruby library and command-line
|
156
|
+
# utility that provides the ability to deal with POSIX tar(1) archive
|
157
|
+
# files. The implementation is based heavily on Mauricio Fern�ndez's
|
158
|
+
# implementation in rpa-base, but has been reorganised to promote
|
159
|
+
# reuse in other projects.
|
160
|
+
#
|
161
|
+
# This tar class performs a subset of all tar (POSIX tape archive)
|
162
|
+
# operations. We can only deal with typeflags 0, 1, 2, and 5 (see
|
163
|
+
# Archive::Tar::PosixHeader). All other typeflags will be treated as
|
164
|
+
# normal files.
|
165
|
+
#
|
166
|
+
# NOTE::: support for typeflags 1 and 2 is not yet implemented in this
|
167
|
+
# version.
|
168
|
+
#
|
169
|
+
# This release is version 0.5.1. The library can only handle files and
|
170
|
+
# directories at this point. A future version will be expanded to
|
171
|
+
# handle symbolic links and hard links in a portable manner. The
|
172
|
+
# command line utility, minitar, can only create archives, extract
|
173
|
+
# from archives, and list archive contents.
|
174
|
+
#
|
175
|
+
# == Synopsis
|
176
|
+
# Using this library is easy. The simplest case is:
|
177
|
+
#
|
178
|
+
# require 'zlib'
|
179
|
+
# require 'archive/tar/minitar'
|
180
|
+
# include Archive::Tar
|
181
|
+
#
|
182
|
+
# # Packs everything that matches Find.find('tests')
|
183
|
+
# File.open('test.tar', 'wb') { |tar| Minitar.pack('tests', tar) }
|
184
|
+
# # Unpacks 'test.tar' to 'x', creating 'x' if necessary.
|
185
|
+
# Minitar.unpack('test.tar', 'x')
|
186
|
+
#
|
187
|
+
# A gzipped tar can be written with:
|
188
|
+
#
|
189
|
+
# tgz = Zlib::GzipWriter.new(File.open('test.tgz', 'wb'))
|
190
|
+
# # Warning: tgz will be closed!
|
191
|
+
# Minitar.pack('tests', tgz)
|
192
|
+
#
|
193
|
+
# tgz = Zlib::GzipReader.new(File.open('test.tgz', 'rb'))
|
194
|
+
# # Warning: tgz will be closed!
|
195
|
+
# Minitar.unpack(tgz, 'x')
|
196
|
+
#
|
197
|
+
# As the case above shows, one need not write to a file. However, it
|
198
|
+
# will sometimes require that one dive a little deeper into the API,
|
199
|
+
# as in the case of StringIO objects. Note that I'm not providing a
|
200
|
+
# block with Minitar::Output, as Minitar::Output#close automatically
|
201
|
+
# closes both the Output object and the wrapped data stream object.
|
202
|
+
#
|
203
|
+
# begin
|
204
|
+
# sgz = Zlib::GzipWriter.new(StringIO.new(""))
|
205
|
+
# tar = Output.new(sgz)
|
206
|
+
# Find.find('tests') do |entry|
|
207
|
+
# Minitar.pack_file(entry, tar)
|
208
|
+
# end
|
209
|
+
# ensure
|
210
|
+
# # Closes both tar and sgz.
|
211
|
+
# tar.close
|
212
|
+
# end
|
213
|
+
#
|
214
|
+
# == Copyright
|
215
|
+
# Copyright 2004 Mauricio Julio Fern�ndez Pradier and Austin Ziegler
|
216
|
+
#
|
217
|
+
# This program is based on and incorporates parts of RPA::Package from
|
218
|
+
# rpa-base (lib/rpa/package.rb and lib/rpa/util.rb) by Mauricio and
|
219
|
+
# has been adapted to be more generic by Austin.
|
220
|
+
#
|
221
|
+
# 'minitar' contains an adaptation of Ruby/ProgressBar by Satoru
|
222
|
+
# Takabayashi <satoru@namazu.org>, copyright � 2001 - 2004.
|
223
|
+
#
|
224
|
+
# This program is free software. It may be redistributed and/or
|
225
|
+
# modified under the terms of the GPL version 2 (or later) or Ruby's
|
226
|
+
# licence.
|
227
|
+
module Archive::Tar::Minitar
|
228
|
+
VERSION = "0.5.1"
|
229
|
+
|
230
|
+
# The exception raised when a wrapped data stream class is expected to
|
231
|
+
# respond to #rewind or #pos but does not.
|
232
|
+
class NonSeekableStream < StandardError; end
|
233
|
+
# The exception raised when a block is required for proper operation of
|
234
|
+
# the method.
|
235
|
+
class BlockRequired < ArgumentError; end
|
236
|
+
# The exception raised when operations are performed on a stream that has
|
237
|
+
# previously been closed.
|
238
|
+
class ClosedStream < StandardError; end
|
239
|
+
# The exception raised when a filename exceeds 256 bytes in length,
|
240
|
+
# the maximum supported by the standard Tar format.
|
241
|
+
class FileNameTooLong < StandardError; end
|
242
|
+
# The exception raised when a data stream ends before the amount of data
|
243
|
+
# expected in the archive's PosixHeader.
|
244
|
+
class UnexpectedEOF < StandardError; end
|
245
|
+
|
246
|
+
# The class that writes a tar format archive to a data stream.
|
247
|
+
class Writer
|
248
|
+
# A stream wrapper that can only be written to. Any attempt to read
|
249
|
+
# from this restricted stream will result in a NameError being thrown.
|
250
|
+
class RestrictedStream
|
251
|
+
def initialize(anIO)
|
252
|
+
@io = anIO
|
253
|
+
end
|
254
|
+
|
255
|
+
def write(data)
|
256
|
+
@io.write(data)
|
257
|
+
end
|
258
|
+
end
|
259
|
+
|
260
|
+
# A RestrictedStream that also has a size limit.
|
261
|
+
class BoundedStream < Archive::Tar::Minitar::Writer::RestrictedStream
|
262
|
+
# The exception raised when the user attempts to write more data to
|
263
|
+
# a BoundedStream than has been allocated.
|
264
|
+
class FileOverflow < RuntimeError; end
|
265
|
+
|
266
|
+
# The maximum number of bytes that may be written to this data
|
267
|
+
# stream.
|
268
|
+
attr_reader :limit
|
269
|
+
# The current total number of bytes written to this data stream.
|
270
|
+
attr_reader :written
|
271
|
+
|
272
|
+
def initialize(io, limit)
|
273
|
+
@io = io
|
274
|
+
@limit = limit
|
275
|
+
@written = 0
|
276
|
+
end
|
277
|
+
|
278
|
+
def write(data)
|
279
|
+
raise FileOverflow if (data.size + @written) > @limit
|
280
|
+
@io.write(data)
|
281
|
+
@written += data.size
|
282
|
+
data.size
|
283
|
+
end
|
284
|
+
end
|
285
|
+
|
286
|
+
# With no associated block, +Writer::open+ is a synonym for
|
287
|
+
# +Writer::new+. If the optional code block is given, it will be
|
288
|
+
# passed the new _writer_ as an argument and the Writer object will
|
289
|
+
# automatically be closed when the block terminates. In this instance,
|
290
|
+
# +Writer::open+ returns the value of the block.
|
291
|
+
def self.open(anIO)
|
292
|
+
writer = Writer.new(anIO)
|
293
|
+
|
294
|
+
return writer unless block_given?
|
295
|
+
|
296
|
+
begin
|
297
|
+
res = yield writer
|
298
|
+
ensure
|
299
|
+
writer.close
|
300
|
+
end
|
301
|
+
|
302
|
+
res
|
303
|
+
end
|
304
|
+
|
305
|
+
# Creates and returns a new Writer object.
|
306
|
+
def initialize(anIO)
|
307
|
+
@io = anIO
|
308
|
+
@closed = false
|
309
|
+
end
|
310
|
+
|
311
|
+
# Adds a file to the archive as +name+. +opts+ must contain the
|
312
|
+
# following values:
|
313
|
+
#
|
314
|
+
# <tt>:mode</tt>:: The Unix file permissions mode value.
|
315
|
+
# <tt>:size</tt>:: The size, in bytes.
|
316
|
+
#
|
317
|
+
# +opts+ may contain the following values:
|
318
|
+
#
|
319
|
+
# <tt>:uid</tt>: The Unix file owner user ID number.
|
320
|
+
# <tt>:gid</tt>: The Unix file owner group ID number.
|
321
|
+
# <tt>:mtime</tt>:: The *integer* modification time value.
|
322
|
+
#
|
323
|
+
# It will not be possible to add more than <tt>opts[:size]</tt> bytes
|
324
|
+
# to the file.
|
325
|
+
def add_file_simple(name, opts = {}) # :yields BoundedStream:
|
326
|
+
raise Archive::Tar::Minitar::BlockRequired unless block_given?
|
327
|
+
raise Archive::Tar::ClosedStream if @closed
|
328
|
+
|
329
|
+
name, prefix = split_name(name)
|
330
|
+
|
331
|
+
header = { :name => name, :mode => opts[:mode], :mtime => opts[:mtime],
|
332
|
+
:size => opts[:size], :gid => opts[:gid], :uid => opts[:uid],
|
333
|
+
:prefix => prefix }
|
334
|
+
header = Archive::Tar::PosixHeader.new(header).to_s
|
335
|
+
@io.write(header)
|
336
|
+
|
337
|
+
os = BoundedStream.new(@io, opts[:size])
|
338
|
+
yield os
|
339
|
+
# FIXME: what if an exception is raised in the block?
|
340
|
+
|
341
|
+
min_padding = opts[:size] - os.written
|
342
|
+
@io.write("\0" * min_padding)
|
343
|
+
remainder = (512 - (opts[:size] % 512)) % 512
|
344
|
+
@io.write("\0" * remainder)
|
345
|
+
end
|
346
|
+
|
347
|
+
# Adds a file to the archive as +name+. +opts+ must contain the
|
348
|
+
# following value:
|
349
|
+
#
|
350
|
+
# <tt>:mode</tt>:: The Unix file permissions mode value.
|
351
|
+
#
|
352
|
+
# +opts+ may contain the following values:
|
353
|
+
#
|
354
|
+
# <tt>:uid</tt>: The Unix file owner user ID number.
|
355
|
+
# <tt>:gid</tt>: The Unix file owner group ID number.
|
356
|
+
# <tt>:mtime</tt>:: The *integer* modification time value.
|
357
|
+
#
|
358
|
+
# The file's size will be determined from the amount of data written
|
359
|
+
# to the stream.
|
360
|
+
#
|
361
|
+
# For #add_file to be used, the Archive::Tar::Minitar::Writer must be
|
362
|
+
# wrapping a stream object that is seekable (e.g., it responds to
|
363
|
+
# #pos=). Otherwise, #add_file_simple must be used.
|
364
|
+
#
|
365
|
+
# +opts+ may be modified during the writing to the stream.
|
366
|
+
def add_file(name, opts = {}) # :yields RestrictedStream, +opts+:
|
367
|
+
raise Archive::Tar::Minitar::BlockRequired unless block_given?
|
368
|
+
raise Archive::Tar::Minitar::ClosedStream if @closed
|
369
|
+
raise Archive::Tar::Minitar::NonSeekableStream unless @io.respond_to?(:pos=)
|
370
|
+
|
371
|
+
name, prefix = split_name(name)
|
372
|
+
init_pos = @io.pos
|
373
|
+
@io.write("\0" * 512) # placeholder for the header
|
374
|
+
|
375
|
+
yield RestrictedStream.new(@io), opts
|
376
|
+
# FIXME: what if an exception is raised in the block?
|
377
|
+
|
378
|
+
size = @io.pos - (init_pos + 512)
|
379
|
+
remainder = (512 - (size % 512)) % 512
|
380
|
+
@io.write("\0" * remainder)
|
381
|
+
|
382
|
+
final_pos = @io.pos
|
383
|
+
@io.pos = init_pos
|
384
|
+
|
385
|
+
header = { :name => name, :mode => opts[:mode], :mtime => opts[:mtime],
|
386
|
+
:size => size, :gid => opts[:gid], :uid => opts[:uid],
|
387
|
+
:prefix => prefix }
|
388
|
+
header = Archive::Tar::PosixHeader.new(header).to_s
|
389
|
+
@io.write(header)
|
390
|
+
@io.pos = final_pos
|
391
|
+
end
|
392
|
+
|
393
|
+
# Creates a directory in the tar.
|
394
|
+
def mkdir(name, opts = {})
|
395
|
+
raise ClosedStream if @closed
|
396
|
+
name, prefix = split_name(name)
|
397
|
+
header = { :name => name, :mode => opts[:mode], :typeflag => "5",
|
398
|
+
:size => 0, :gid => opts[:gid], :uid => opts[:uid],
|
399
|
+
:mtime => opts[:mtime], :prefix => prefix }
|
400
|
+
header = Archive::Tar::PosixHeader.new(header).to_s
|
401
|
+
@io.write(header)
|
402
|
+
nil
|
403
|
+
end
|
404
|
+
|
405
|
+
# Passes the #flush method to the wrapped stream, used for buffered
|
406
|
+
# streams.
|
407
|
+
def flush
|
408
|
+
raise ClosedStream if @closed
|
409
|
+
@io.flush if @io.respond_to?(:flush)
|
410
|
+
end
|
411
|
+
|
412
|
+
# Closes the Writer.
|
413
|
+
def close
|
414
|
+
return if @closed
|
415
|
+
@io.write("\0" * 1024)
|
416
|
+
@closed = true
|
417
|
+
end
|
418
|
+
|
419
|
+
private
|
420
|
+
def split_name(name)
|
421
|
+
raise FileNameTooLong if name.size > 256
|
422
|
+
if name.size <= 100
|
423
|
+
prefix = ""
|
424
|
+
else
|
425
|
+
parts = name.split(/\//)
|
426
|
+
newname = parts.pop
|
427
|
+
|
428
|
+
nxt = ""
|
429
|
+
|
430
|
+
loop do
|
431
|
+
nxt = parts.pop
|
432
|
+
break if newname.size + 1 + nxt.size > 100
|
433
|
+
newname = "#{nxt}/#{newname}"
|
434
|
+
end
|
435
|
+
|
436
|
+
prefix = (parts + [nxt]).join("/")
|
437
|
+
|
438
|
+
name = newname
|
439
|
+
|
440
|
+
raise FileNameTooLong if name.size > 100 || prefix.size > 155
|
441
|
+
end
|
442
|
+
return name, prefix
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
446
|
+
# The class that reads a tar format archive from a data stream. The data
|
447
|
+
# stream may be sequential or random access, but certain features only work
|
448
|
+
# with random access data streams.
|
449
|
+
class Reader
|
450
|
+
# This marks the EntryStream closed for reading without closing the
|
451
|
+
# actual data stream.
|
452
|
+
module InvalidEntryStream
|
453
|
+
def read(len = nil); raise ClosedStream; end
|
454
|
+
def getc; raise ClosedStream; end
|
455
|
+
def rewind; raise ClosedStream; end
|
456
|
+
end
|
457
|
+
|
458
|
+
# EntryStreams are pseudo-streams on top of the main data stream.
|
459
|
+
class EntryStream
|
460
|
+
Archive::Tar::PosixHeader::FIELDS.each do |field|
|
461
|
+
attr_reader field.intern
|
462
|
+
end
|
463
|
+
|
464
|
+
def initialize(header, anIO)
|
465
|
+
@io = anIO
|
466
|
+
@name = header.name
|
467
|
+
@mode = header.mode
|
468
|
+
@uid = header.uid
|
469
|
+
@gid = header.gid
|
470
|
+
@size = header.size
|
471
|
+
@mtime = header.mtime
|
472
|
+
@checksum = header.checksum
|
473
|
+
@typeflag = header.typeflag
|
474
|
+
@linkname = header.linkname
|
475
|
+
@magic = header.magic
|
476
|
+
@version = header.version
|
477
|
+
@uname = header.uname
|
478
|
+
@gname = header.gname
|
479
|
+
@devmajor = header.devmajor
|
480
|
+
@devminor = header.devminor
|
481
|
+
@prefix = header.prefix
|
482
|
+
@read = 0
|
483
|
+
@orig_pos = @io.pos
|
484
|
+
end
|
485
|
+
|
486
|
+
# Reads +len+ bytes (or all remaining data) from the entry. Returns
|
487
|
+
# +nil+ if there is no more data to read.
|
488
|
+
def read(len = nil)
|
489
|
+
return nil if @read >= @size
|
490
|
+
len ||= @size - @read
|
491
|
+
max_read = [len, @size - @read].min
|
492
|
+
ret = @io.read(max_read)
|
493
|
+
@read += ret.size
|
494
|
+
ret
|
495
|
+
end
|
496
|
+
|
497
|
+
# Reads one byte from the entry. Returns +nil+ if there is no more data
|
498
|
+
# to read.
|
499
|
+
def getc
|
500
|
+
return nil if @read >= @size
|
501
|
+
ret = @io.getc
|
502
|
+
@read += 1 if ret
|
503
|
+
ret
|
504
|
+
end
|
505
|
+
|
506
|
+
# Returns +true+ if the entry represents a directory.
|
507
|
+
def directory?
|
508
|
+
@typeflag == "5"
|
509
|
+
end
|
510
|
+
alias_method :directory, :directory?
|
511
|
+
|
512
|
+
# Returns +true+ if the entry represents a plain file.
|
513
|
+
def file?
|
514
|
+
@typeflag == "0"
|
515
|
+
end
|
516
|
+
alias_method :file, :file?
|
517
|
+
|
518
|
+
# Returns +true+ if the current read pointer is at the end of the
|
519
|
+
# EntryStream data.
|
520
|
+
def eof?
|
521
|
+
@read >= @size
|
522
|
+
end
|
523
|
+
|
524
|
+
# Returns the current read pointer in the EntryStream.
|
525
|
+
def pos
|
526
|
+
@read
|
527
|
+
end
|
528
|
+
|
529
|
+
# Sets the current read pointer to the beginning of the EntryStream.
|
530
|
+
def rewind
|
531
|
+
raise NonSeekableStream unless @io.respond_to?(:pos=)
|
532
|
+
@io.pos = @orig_pos
|
533
|
+
@read = 0
|
534
|
+
end
|
535
|
+
|
536
|
+
def orig_pos
|
537
|
+
@orig_pos
|
538
|
+
end
|
539
|
+
|
540
|
+
def bytes_read
|
541
|
+
@read
|
542
|
+
end
|
543
|
+
|
544
|
+
# Returns the full and proper name of the entry.
|
545
|
+
def full_name
|
546
|
+
if @prefix != ""
|
547
|
+
File.join(@prefix, @name)
|
548
|
+
else
|
549
|
+
@name
|
550
|
+
end
|
551
|
+
end
|
552
|
+
|
553
|
+
# Closes the entry.
|
554
|
+
def close
|
555
|
+
invalidate
|
556
|
+
end
|
557
|
+
|
558
|
+
private
|
559
|
+
def invalidate
|
560
|
+
extend InvalidEntryStream
|
561
|
+
end
|
562
|
+
end
|
563
|
+
|
564
|
+
# With no associated block, +Reader::open+ is a synonym for
|
565
|
+
# +Reader::new+. If the optional code block is given, it will be passed
|
566
|
+
# the new _writer_ as an argument and the Reader object will
|
567
|
+
# automatically be closed when the block terminates. In this instance,
|
568
|
+
# +Reader::open+ returns the value of the block.
|
569
|
+
def self.open(anIO)
|
570
|
+
reader = Reader.new(anIO)
|
571
|
+
|
572
|
+
return reader unless block_given?
|
573
|
+
|
574
|
+
begin
|
575
|
+
res = yield reader
|
576
|
+
ensure
|
577
|
+
reader.close
|
578
|
+
end
|
579
|
+
|
580
|
+
res
|
581
|
+
end
|
582
|
+
|
583
|
+
# Creates and returns a new Reader object.
|
584
|
+
def initialize(anIO)
|
585
|
+
@io = anIO
|
586
|
+
@init_pos = anIO.pos
|
587
|
+
end
|
588
|
+
|
589
|
+
# Iterates through each entry in the data stream.
|
590
|
+
def each(&block)
|
591
|
+
each_entry(&block)
|
592
|
+
end
|
593
|
+
|
594
|
+
# Resets the read pointer to the beginning of data stream. Do not call
|
595
|
+
# this during a #each or #each_entry iteration. This only works with
|
596
|
+
# random access data streams that respond to #rewind and #pos.
|
597
|
+
def rewind
|
598
|
+
if @init_pos == 0
|
599
|
+
raise NonSeekableStream unless @io.respond_to?(:rewind)
|
600
|
+
@io.rewind
|
601
|
+
else
|
602
|
+
raise NonSeekableStream unless @io.respond_to?(:pos=)
|
603
|
+
@io.pos = @init_pos
|
604
|
+
end
|
605
|
+
end
|
606
|
+
|
607
|
+
# Iterates through each entry in the data stream.
|
608
|
+
def each_entry
|
609
|
+
loop do
|
610
|
+
return if @io.eof?
|
611
|
+
|
612
|
+
header = Archive::Tar::PosixHeader.new_from_stream(@io)
|
613
|
+
return if header.empty?
|
614
|
+
|
615
|
+
entry = EntryStream.new(header, @io)
|
616
|
+
size = entry.size
|
617
|
+
|
618
|
+
yield entry
|
619
|
+
|
620
|
+
skip = (512 - (size % 512)) % 512
|
621
|
+
|
622
|
+
if @io.respond_to?(:seek)
|
623
|
+
# avoid reading...
|
624
|
+
@io.seek(size - entry.bytes_read, IO::SEEK_CUR)
|
625
|
+
else
|
626
|
+
pending = size - entry.bytes_read
|
627
|
+
while pending > 0
|
628
|
+
bread = @io.read([pending, 4096].min).size
|
629
|
+
raise UnexpectedEOF if @io.eof?
|
630
|
+
pending -= bread
|
631
|
+
end
|
632
|
+
end
|
633
|
+
@io.read(skip) # discard trailing zeros
|
634
|
+
# make sure nobody can use #read, #getc or #rewind anymore
|
635
|
+
entry.close
|
636
|
+
end
|
637
|
+
end
|
638
|
+
|
639
|
+
def close
|
640
|
+
end
|
641
|
+
end
|
642
|
+
|
643
|
+
# Wraps a Archive::Tar::Minitar::Reader with convenience methods and
|
644
|
+
# wrapped stream management; Input only works with random access data
|
645
|
+
# streams. See Input::new for details.
|
646
|
+
class Input
|
647
|
+
include Enumerable
|
648
|
+
|
649
|
+
# With no associated block, +Input::open+ is a synonym for
|
650
|
+
# +Input::new+. If the optional code block is given, it will be passed
|
651
|
+
# the new _writer_ as an argument and the Input object will
|
652
|
+
# automatically be closed when the block terminates. In this instance,
|
653
|
+
# +Input::open+ returns the value of the block.
|
654
|
+
def self.open(input)
|
655
|
+
stream = Input.new(input)
|
656
|
+
return stream unless block_given?
|
657
|
+
|
658
|
+
begin
|
659
|
+
res = yield stream
|
660
|
+
ensure
|
661
|
+
stream.close
|
662
|
+
end
|
663
|
+
|
664
|
+
res
|
665
|
+
end
|
666
|
+
|
667
|
+
# Creates a new Input object. If +input+ is a stream object that responds
|
668
|
+
# to #read), then it will simply be wrapped. Otherwise, one will be
|
669
|
+
# created and opened using Kernel#open. When Input#close is called, the
|
670
|
+
# stream object wrapped will be closed.
|
671
|
+
def initialize(input)
|
672
|
+
if input.respond_to?(:read)
|
673
|
+
@io = input
|
674
|
+
else
|
675
|
+
@io = open(input, "rb")
|
676
|
+
end
|
677
|
+
@tarreader = Archive::Tar::Minitar::Reader.new(@io)
|
678
|
+
end
|
679
|
+
|
680
|
+
# Iterates through each entry and rewinds to the beginning of the stream
|
681
|
+
# when finished.
|
682
|
+
def each(&block)
|
683
|
+
@tarreader.each { |entry| yield entry }
|
684
|
+
ensure
|
685
|
+
@tarreader.rewind
|
686
|
+
end
|
687
|
+
|
688
|
+
# Extracts the current +entry+ to +destdir+. If a block is provided, it
|
689
|
+
# yields an +action+ Symbol, the full name of the file being extracted
|
690
|
+
# (+name+), and a Hash of statistical information (+stats+).
|
691
|
+
#
|
692
|
+
# The +action+ will be one of:
|
693
|
+
# <tt>:dir</tt>:: The +entry+ is a directory.
|
694
|
+
# <tt>:file_start</tt>:: The +entry+ is a file; the extract of the
|
695
|
+
# file is just beginning.
|
696
|
+
# <tt>:file_progress</tt>:: Yielded every 4096 bytes during the extract
|
697
|
+
# of the +entry+.
|
698
|
+
# <tt>:file_done</tt>:: Yielded when the +entry+ is completed.
|
699
|
+
#
|
700
|
+
# The +stats+ hash contains the following keys:
|
701
|
+
# <tt>:current</tt>:: The current total number of bytes read in the
|
702
|
+
# +entry+.
|
703
|
+
# <tt>:currinc</tt>:: The current number of bytes read in this read
|
704
|
+
# cycle.
|
705
|
+
# <tt>:entry</tt>:: The entry being extracted; this is a
|
706
|
+
# Reader::EntryStream, with all methods thereof.
|
707
|
+
def extract_entry(destdir, entry) # :yields action, name, stats:
|
708
|
+
stats = {
|
709
|
+
:current => 0,
|
710
|
+
:currinc => 0,
|
711
|
+
:entry => entry
|
712
|
+
}
|
713
|
+
|
714
|
+
if entry.directory?
|
715
|
+
dest = File.join(destdir, entry.full_name)
|
716
|
+
|
717
|
+
yield :dir, entry.full_name, stats if block_given?
|
718
|
+
|
719
|
+
if Archive::Tar::Minitar.dir?(dest)
|
720
|
+
begin
|
721
|
+
FileUtils.chmod(entry.mode, dest)
|
722
|
+
rescue Exception
|
723
|
+
nil
|
724
|
+
end
|
725
|
+
else
|
726
|
+
FileUtils.mkdir_p(dest, :mode => entry.mode)
|
727
|
+
FileUtils.chmod(entry.mode, dest)
|
728
|
+
end
|
729
|
+
|
730
|
+
fsync_dir(dest)
|
731
|
+
fsync_dir(File.join(dest, ".."))
|
732
|
+
return
|
733
|
+
else # it's a file
|
734
|
+
destdir = File.join(destdir, File.dirname(entry.full_name))
|
735
|
+
FileUtils.mkdir_p(destdir, :mode => 0755)
|
736
|
+
|
737
|
+
destfile = File.join(destdir, File.basename(entry.full_name))
|
738
|
+
FileUtils.chmod(0600, destfile) rescue nil # Errno::ENOENT
|
739
|
+
|
740
|
+
yield :file_start, entry.full_name, stats if block_given?
|
741
|
+
|
742
|
+
File.open(destfile, "wb", entry.mode) do |os|
|
743
|
+
loop do
|
744
|
+
data = entry.read(4096)
|
745
|
+
break unless data
|
746
|
+
|
747
|
+
stats[:currinc] = os.write(data)
|
748
|
+
stats[:current] += stats[:currinc]
|
749
|
+
|
750
|
+
yield :file_progress, entry.full_name, stats if block_given?
|
751
|
+
end
|
752
|
+
os.fsync
|
753
|
+
end
|
754
|
+
|
755
|
+
FileUtils.chmod(entry.mode, destfile)
|
756
|
+
fsync_dir(File.dirname(destfile))
|
757
|
+
fsync_dir(File.join(File.dirname(destfile), ".."))
|
758
|
+
|
759
|
+
yield :file_done, entry.full_name, stats if block_given?
|
760
|
+
end
|
761
|
+
end
|
762
|
+
|
763
|
+
# Returns the Reader object for direct access.
|
764
|
+
def tar
|
765
|
+
@tarreader
|
766
|
+
end
|
767
|
+
|
768
|
+
# Closes the Reader object and the wrapped data stream.
|
769
|
+
def close
|
770
|
+
@io.close
|
771
|
+
@tarreader.close
|
772
|
+
end
|
773
|
+
|
774
|
+
private
|
775
|
+
def fsync_dir(dirname)
|
776
|
+
# make sure this hits the disc
|
777
|
+
dir = open(dirname, 'rb')
|
778
|
+
dir.fsync
|
779
|
+
rescue # ignore IOError if it's an unpatched (old) Ruby
|
780
|
+
nil
|
781
|
+
ensure
|
782
|
+
dir.close if dir rescue nil
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
786
|
+
# Wraps a Archive::Tar::Minitar::Writer with convenience methods and
|
787
|
+
# wrapped stream management; Output only works with random access data
|
788
|
+
# streams. See Output::new for details.
|
789
|
+
class Output
|
790
|
+
# With no associated block, +Output::open+ is a synonym for
|
791
|
+
# +Output::new+. If the optional code block is given, it will be passed
|
792
|
+
# the new _writer_ as an argument and the Output object will
|
793
|
+
# automatically be closed when the block terminates. In this instance,
|
794
|
+
# +Output::open+ returns the value of the block.
|
795
|
+
def self.open(output)
|
796
|
+
stream = Output.new(output)
|
797
|
+
return stream unless block_given?
|
798
|
+
|
799
|
+
begin
|
800
|
+
res = yield stream
|
801
|
+
ensure
|
802
|
+
stream.close
|
803
|
+
end
|
804
|
+
|
805
|
+
res
|
806
|
+
end
|
807
|
+
|
808
|
+
# Creates a new Output object. If +output+ is a stream object that
|
809
|
+
# responds to #read), then it will simply be wrapped. Otherwise, one will
|
810
|
+
# be created and opened using Kernel#open. When Output#close is called,
|
811
|
+
# the stream object wrapped will be closed.
|
812
|
+
def initialize(output)
|
813
|
+
if output.respond_to?(:write)
|
814
|
+
@io = output
|
815
|
+
else
|
816
|
+
@io = ::File.open(output, "wb")
|
817
|
+
end
|
818
|
+
@tarwriter = Archive::Tar::Minitar::Writer.new(@io)
|
819
|
+
end
|
820
|
+
|
821
|
+
# Returns the Writer object for direct access.
|
822
|
+
def tar
|
823
|
+
@tarwriter
|
824
|
+
end
|
825
|
+
|
826
|
+
# Closes the Writer object and the wrapped data stream.
|
827
|
+
def close
|
828
|
+
@tarwriter.close
|
829
|
+
@io.close
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
class << self
|
834
|
+
# Tests if +path+ refers to a directory. Fixes an apparently
|
835
|
+
# corrupted <tt>stat()</tt> call on Windows.
|
836
|
+
def dir?(path)
|
837
|
+
File.directory?((path[-1] == ?/) ? path : "#{path}/")
|
838
|
+
end
|
839
|
+
|
840
|
+
# A convenience method for wrapping Archive::Tar::Minitar::Input.open
|
841
|
+
# (mode +r+) and Archive::Tar::Minitar::Output.open (mode +w+). No other
|
842
|
+
# modes are currently supported.
|
843
|
+
def open(dest, mode = "r", &block)
|
844
|
+
case mode
|
845
|
+
when "r"
|
846
|
+
Input.open(dest, &block)
|
847
|
+
when "w"
|
848
|
+
Output.open(dest, &block)
|
849
|
+
else
|
850
|
+
raise "Unknown open mode for Archive::Tar::Minitar.open."
|
851
|
+
end
|
852
|
+
end
|
853
|
+
|
854
|
+
# A convenience method to packs the file provided. +entry+ may either be
|
855
|
+
# a filename (in which case various values for the file (see below) will
|
856
|
+
# be obtained from <tt>File#stat(entry)</tt> or a Hash with the fields:
|
857
|
+
#
|
858
|
+
# <tt>:name</tt>:: The filename to be packed into the tarchive.
|
859
|
+
# *REQUIRED*.
|
860
|
+
# <tt>:mode</tt>:: The mode to be applied.
|
861
|
+
# <tt>:uid</tt>:: The user owner of the file. (Ignored on Windows.)
|
862
|
+
# <tt>:gid</tt>:: The group owner of the file. (Ignored on Windows.)
|
863
|
+
# <tt>:mtime</tt>:: The modification Time of the file.
|
864
|
+
#
|
865
|
+
# During packing, if a block is provided, #pack_file yields an +action+
|
866
|
+
# Symol, the full name of the file being packed, and a Hash of
|
867
|
+
# statistical information, just as with
|
868
|
+
# Archive::Tar::Minitar::Input#extract_entry.
|
869
|
+
#
|
870
|
+
# The +action+ will be one of:
|
871
|
+
# <tt>:dir</tt>:: The +entry+ is a directory.
|
872
|
+
# <tt>:file_start</tt>:: The +entry+ is a file; the extract of the
|
873
|
+
# file is just beginning.
|
874
|
+
# <tt>:file_progress</tt>:: Yielded every 4096 bytes during the extract
|
875
|
+
# of the +entry+.
|
876
|
+
# <tt>:file_done</tt>:: Yielded when the +entry+ is completed.
|
877
|
+
#
|
878
|
+
# The +stats+ hash contains the following keys:
|
879
|
+
# <tt>:current</tt>:: The current total number of bytes read in the
|
880
|
+
# +entry+.
|
881
|
+
# <tt>:currinc</tt>:: The current number of bytes read in this read
|
882
|
+
# cycle.
|
883
|
+
# <tt>:name</tt>:: The filename to be packed into the tarchive.
|
884
|
+
# *REQUIRED*.
|
885
|
+
# <tt>:mode</tt>:: The mode to be applied.
|
886
|
+
# <tt>:uid</tt>:: The user owner of the file. (+nil+ on Windows.)
|
887
|
+
# <tt>:gid</tt>:: The group owner of the file. (+nil+ on Windows.)
|
888
|
+
# <tt>:mtime</tt>:: The modification Time of the file.
|
889
|
+
def pack_file(entry, outputter) #:yields action, name, stats:
|
890
|
+
outputter = outputter.tar if outputter.kind_of?(Archive::Tar::Minitar::Output)
|
891
|
+
|
892
|
+
stats = {}
|
893
|
+
|
894
|
+
if entry.kind_of?(Hash)
|
895
|
+
name = entry[:name]
|
896
|
+
|
897
|
+
entry.each { |kk, vv| stats[kk] = vv unless vv.nil? }
|
898
|
+
else
|
899
|
+
name = entry
|
900
|
+
end
|
901
|
+
|
902
|
+
name = name.sub(%r{\./}, '')
|
903
|
+
stat = File.stat(name)
|
904
|
+
stats[:mode] ||= stat.mode
|
905
|
+
stats[:mtime] ||= stat.mtime
|
906
|
+
stats[:size] = stat.size
|
907
|
+
if name == "sh-install" # an ugly shoes-specific hack, to
|
908
|
+
stats[:mode] = 0755 # get the file to be 0755 on windows
|
909
|
+
end
|
910
|
+
|
911
|
+
if RUBY_PLATFORM =~ /win32/
|
912
|
+
stats[:uid] = nil
|
913
|
+
stats[:gid] = nil
|
914
|
+
else
|
915
|
+
stats[:uid] ||= stat.uid
|
916
|
+
stats[:gid] ||= stat.gid
|
917
|
+
end
|
918
|
+
|
919
|
+
case
|
920
|
+
when File.file?(name)
|
921
|
+
outputter.add_file_simple(name, stats) do |os|
|
922
|
+
stats[:current] = 0
|
923
|
+
yield :file_start, name, stats if block_given?
|
924
|
+
File.open(name, "rb") do |ff|
|
925
|
+
until ff.eof?
|
926
|
+
stats[:currinc] = os.write(ff.read(4096))
|
927
|
+
stats[:current] += stats[:currinc]
|
928
|
+
yield :file_progress, name, stats if block_given?
|
929
|
+
end
|
930
|
+
end
|
931
|
+
yield :file_done, name, stats if block_given?
|
932
|
+
end
|
933
|
+
when dir?(name)
|
934
|
+
yield :dir, name, stats if block_given?
|
935
|
+
outputter.mkdir(name, stats)
|
936
|
+
else
|
937
|
+
raise "Don't yet know how to pack this type of file."
|
938
|
+
end
|
939
|
+
end
|
940
|
+
|
941
|
+
# A convenience method to pack files specified by +src+ into +dest+. If
|
942
|
+
# +src+ is an Array, then each file detailed therein will be packed into
|
943
|
+
# the resulting Archive::Tar::Minitar::Output stream; if +recurse_dirs+
|
944
|
+
# is true, then directories will be recursed.
|
945
|
+
#
|
946
|
+
# If +src+ is an Array, it will be treated as the argument to Find.find;
|
947
|
+
# all files matching will be packed.
|
948
|
+
def pack(src, dest, recurse_dirs = true, &block)
|
949
|
+
Output.open(dest) do |outp|
|
950
|
+
if src.kind_of?(Array)
|
951
|
+
src.each do |entry|
|
952
|
+
pack_file(entry, outp, &block)
|
953
|
+
if dir?(entry) and recurse_dirs
|
954
|
+
Dir["#{entry}/**/**"].each do |ee|
|
955
|
+
pack_file(ee, outp, &block)
|
956
|
+
end
|
957
|
+
end
|
958
|
+
end
|
959
|
+
else
|
960
|
+
Find.find(src) do |entry|
|
961
|
+
pack_file(entry, outp, &block)
|
962
|
+
end
|
963
|
+
end
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
# A convenience method to unpack files from +src+ into the directory
|
968
|
+
# specified by +dest+. Only those files named explicitly in +files+
|
969
|
+
# will be extracted.
|
970
|
+
def unpack(src, dest, files = [], &block)
|
971
|
+
Input.open(src) do |inp|
|
972
|
+
if File.exist?(dest) and (not dir?(dest))
|
973
|
+
raise "Can't unpack to a non-directory."
|
974
|
+
elsif not File.exist?(dest)
|
975
|
+
FileUtils.mkdir_p(dest)
|
976
|
+
end
|
977
|
+
|
978
|
+
inp.each do |entry|
|
979
|
+
if files.empty? or files.include?(entry.full_name)
|
980
|
+
inp.extract_entry(dest, entry, &block)
|
981
|
+
end
|
982
|
+
end
|
983
|
+
end
|
984
|
+
end
|
985
|
+
end
|
986
|
+
end
|