pkgsrc/archivers/ruby-zip/PLIST
taca 51ab3b85b8 Update ruby-zip to 1.1.7.
1.1.7

* Fix UTF-8 support for comments
* Zip.sort_entries working for zip output
* Prevent tempfile path from being unlinked by garbage collection
* NTFS Extra Field (0x000a) support
* Use String#tr instead of String#gsub
* Ability to not show warning about incorrect date
* Be smarter about handling buffer file modes.
* Support for Traditional Encryption (ZipCrypto)
2015-02-03 13:37:45 +00:00

103 lines
4.1 KiB
Text

@comment $NetBSD: PLIST,v 1.11 2015/02/03 13:37:45 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/gtkRubyzip.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/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/rubycode.zip
${GEM_LIBDIR}/test/data/rubycode2.zip
${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/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_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/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