blob: 9f3288ba90f334086c891ba5df338e1b794071d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
@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
|