pkgsrc/archivers/ruby-zip/PLIST
taca 0471a0304a Update rubyzip to 1.2.0.
* Don't enable JRuby objectspace #252
* Fixes an exception thrown when decoding some weird .zip files #248
* Use duck typing with IO methods #244
* Added error for empty (zero bit) zip file #242
* Accept StringIO in Zip.open_buffer #238
* Do something more expected with new file permissions #237
* Case insensitivity option for #find_entry #222
* Fixes in documentation and examples
2016-03-08 13:50:17 +00:00

107 lines
4.3 KiB
Text

@comment $NetBSD: PLIST,v 1.12 2016/03/08 13:50:17 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/lib/zip.rb
${GEM_LIBDIR}/lib/zip/central_directory.rb
${GEM_LIBDIR}/lib/zip/compressor.rb
${GEM_LIBDIR}/lib/zip/constants.rb
${GEM_LIBDIR}/lib/zip/crypto/encryption.rb
${GEM_LIBDIR}/lib/zip/crypto/null_encryption.rb
${GEM_LIBDIR}/lib/zip/crypto/traditional_encryption.rb
${GEM_LIBDIR}/lib/zip/decompressor.rb
${GEM_LIBDIR}/lib/zip/deflater.rb
${GEM_LIBDIR}/lib/zip/dos_time.rb
${GEM_LIBDIR}/lib/zip/entry.rb
${GEM_LIBDIR}/lib/zip/entry_set.rb
${GEM_LIBDIR}/lib/zip/errors.rb
${GEM_LIBDIR}/lib/zip/extra_field.rb
${GEM_LIBDIR}/lib/zip/extra_field/generic.rb
${GEM_LIBDIR}/lib/zip/extra_field/ntfs.rb
${GEM_LIBDIR}/lib/zip/extra_field/old_unix.rb
${GEM_LIBDIR}/lib/zip/extra_field/universal_time.rb
${GEM_LIBDIR}/lib/zip/extra_field/unix.rb
${GEM_LIBDIR}/lib/zip/extra_field/zip64.rb
${GEM_LIBDIR}/lib/zip/extra_field/zip64_placeholder.rb
${GEM_LIBDIR}/lib/zip/file.rb
${GEM_LIBDIR}/lib/zip/filesystem.rb
${GEM_LIBDIR}/lib/zip/inflater.rb
${GEM_LIBDIR}/lib/zip/input_stream.rb
${GEM_LIBDIR}/lib/zip/ioextras.rb
${GEM_LIBDIR}/lib/zip/ioextras/abstract_input_stream.rb
${GEM_LIBDIR}/lib/zip/ioextras/abstract_output_stream.rb
${GEM_LIBDIR}/lib/zip/null_compressor.rb
${GEM_LIBDIR}/lib/zip/null_decompressor.rb
${GEM_LIBDIR}/lib/zip/null_input_stream.rb
${GEM_LIBDIR}/lib/zip/output_stream.rb
${GEM_LIBDIR}/lib/zip/pass_thru_compressor.rb
${GEM_LIBDIR}/lib/zip/pass_thru_decompressor.rb
${GEM_LIBDIR}/lib/zip/streamable_directory.rb
${GEM_LIBDIR}/lib/zip/streamable_stream.rb
${GEM_LIBDIR}/lib/zip/version.rb
${GEM_LIBDIR}/samples/example.rb
${GEM_LIBDIR}/samples/example_filesystem.rb
${GEM_LIBDIR}/samples/example_recursive.rb
${GEM_LIBDIR}/samples/gtk_ruby_zip.rb
${GEM_LIBDIR}/samples/qtzip.rb
${GEM_LIBDIR}/samples/write_simple.rb
${GEM_LIBDIR}/samples/zipfind.rb
${GEM_LIBDIR}/test/basic_zip_file_test.rb
${GEM_LIBDIR}/test/case_sensitivity_test.rb
${GEM_LIBDIR}/test/central_directory_entry_test.rb
${GEM_LIBDIR}/test/central_directory_test.rb
${GEM_LIBDIR}/test/crypto/null_encryption_test.rb
${GEM_LIBDIR}/test/crypto/traditional_encryption_test.rb
${GEM_LIBDIR}/test/data/WarnInvalidDate.zip
${GEM_LIBDIR}/test/data/file1.txt
${GEM_LIBDIR}/test/data/file1.txt.deflatedData
${GEM_LIBDIR}/test/data/file2.txt
${GEM_LIBDIR}/test/data/globTest.zip
${GEM_LIBDIR}/test/data/globTest/foo.txt
${GEM_LIBDIR}/test/data/globTest/foo/bar/baz/foo.txt
${GEM_LIBDIR}/test/data/globTest/food.txt
${GEM_LIBDIR}/test/data/mimetype
${GEM_LIBDIR}/test/data/notzippedruby.rb
${GEM_LIBDIR}/test/data/ntfs.zip
${GEM_LIBDIR}/test/data/oddExtraField.zip
${GEM_LIBDIR}/test/data/rubycode.zip
${GEM_LIBDIR}/test/data/rubycode2.zip
${GEM_LIBDIR}/test/data/test.xls
${GEM_LIBDIR}/test/data/testDirectory.bin
${GEM_LIBDIR}/test/data/zip64-sample.zip
${GEM_LIBDIR}/test/data/zipWithDirs.zip
${GEM_LIBDIR}/test/data/zipWithEncryption.zip
${GEM_LIBDIR}/test/deflater_test.rb
${GEM_LIBDIR}/test/encryption_test.rb
${GEM_LIBDIR}/test/entry_set_test.rb
${GEM_LIBDIR}/test/entry_test.rb
${GEM_LIBDIR}/test/errors_test.rb
${GEM_LIBDIR}/test/extra_field_test.rb
${GEM_LIBDIR}/test/file_extract_directory_test.rb
${GEM_LIBDIR}/test/file_extract_test.rb
${GEM_LIBDIR}/test/file_permissions_test.rb
${GEM_LIBDIR}/test/file_split_test.rb
${GEM_LIBDIR}/test/file_test.rb
${GEM_LIBDIR}/test/filesystem/dir_iterator_test.rb
${GEM_LIBDIR}/test/filesystem/directory_test.rb
${GEM_LIBDIR}/test/filesystem/file_mutating_test.rb
${GEM_LIBDIR}/test/filesystem/file_nonmutating_test.rb
${GEM_LIBDIR}/test/filesystem/file_stat_test.rb
${GEM_LIBDIR}/test/gentestfiles.rb
${GEM_LIBDIR}/test/inflater_test.rb
${GEM_LIBDIR}/test/input_stream_test.rb
${GEM_LIBDIR}/test/ioextras/abstract_input_stream_test.rb
${GEM_LIBDIR}/test/ioextras/abstract_output_stream_test.rb
${GEM_LIBDIR}/test/ioextras/fake_io_test.rb
${GEM_LIBDIR}/test/local_entry_test.rb
${GEM_LIBDIR}/test/output_stream_test.rb
${GEM_LIBDIR}/test/pass_thru_compressor_test.rb
${GEM_LIBDIR}/test/pass_thru_decompressor_test.rb
${GEM_LIBDIR}/test/samples/example_recursive_test.rb
${GEM_LIBDIR}/test/settings_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/unicode_file_names_and_comments_test.rb
${GEM_LIBDIR}/test/zip64_full_test.rb
${GEM_LIBDIR}/test/zip64_support_test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec