Upgrade Vendored rubyzip to Version 0.9.3
This commit is contained in:
parent
7c51accaab
commit
1d32d45944
34 changed files with 247 additions and 36 deletions
46
vendor/plugins/rubyzip/test/data/file1.txt
vendored
Normal file
46
vendor/plugins/rubyzip/test/data/file1.txt
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
EXTRA_DIST = test.zip
|
||||
|
||||
CXXFLAGS= -g
|
||||
|
||||
noinst_LIBRARIES = libzipios.a
|
||||
|
||||
bin_PROGRAMS = test_zip test_izipfilt test_izipstream
|
||||
# test_flist
|
||||
|
||||
libzipios_a_SOURCES = backbuffer.h fcol.cpp fcol.h \
|
||||
fcol_common.h fcolexceptions.cpp fcolexceptions.h \
|
||||
fileentry.cpp fileentry.h flist.cpp \
|
||||
flist.h flistentry.cpp flistentry.h \
|
||||
flistscanner.h ifiltstreambuf.cpp ifiltstreambuf.h \
|
||||
inflatefilt.cpp inflatefilt.h izipfilt.cpp \
|
||||
izipfilt.h izipstream.cpp izipstream.h \
|
||||
zipfile.cpp zipfile.h ziphead.cpp \
|
||||
ziphead.h flistscanner.ll
|
||||
|
||||
# test_flist_SOURCES = test_flist.cpp
|
||||
|
||||
test_izipfilt_SOURCES = test_izipfilt.cpp
|
||||
|
||||
test_izipstream_SOURCES = test_izipstream.cpp
|
||||
|
||||
test_zip_SOURCES = test_zip.cpp
|
||||
|
||||
# Notice that libzipios.a is not specified as -L. -lzipios
|
||||
# If it was, automake would not include it as a dependency.
|
||||
|
||||
# test_flist_LDADD = libzipios.a
|
||||
|
||||
test_izipfilt_LDADD = libzipios.a -lz
|
||||
|
||||
test_zip_LDADD = libzipios.a -lz
|
||||
|
||||
test_izipstream_LDADD = libzipios.a -lz
|
||||
|
||||
|
||||
|
||||
flistscanner.cc : flistscanner.ll
|
||||
$(LEX) -+ -PFListScanner -o$@ $^
|
||||
|
BIN
vendor/plugins/rubyzip/test/data/file1.txt.deflatedData
vendored
Normal file
BIN
vendor/plugins/rubyzip/test/data/file1.txt.deflatedData
vendored
Normal file
Binary file not shown.
1504
vendor/plugins/rubyzip/test/data/file2.txt
vendored
Normal file
1504
vendor/plugins/rubyzip/test/data/file2.txt
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
vendor/plugins/rubyzip/test/data/notzippedruby.rb
vendored
Executable file
7
vendor/plugins/rubyzip/test/data/notzippedruby.rb
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
class NotZippedRuby
|
||||
def returnTrue
|
||||
true
|
||||
end
|
||||
end
|
BIN
vendor/plugins/rubyzip/test/data/rubycode.zip
vendored
Normal file
BIN
vendor/plugins/rubyzip/test/data/rubycode.zip
vendored
Normal file
Binary file not shown.
BIN
vendor/plugins/rubyzip/test/data/rubycode2.zip
vendored
Normal file
BIN
vendor/plugins/rubyzip/test/data/rubycode2.zip
vendored
Normal file
Binary file not shown.
BIN
vendor/plugins/rubyzip/test/data/testDirectory.bin
vendored
Normal file
BIN
vendor/plugins/rubyzip/test/data/testDirectory.bin
vendored
Normal file
Binary file not shown.
BIN
vendor/plugins/rubyzip/test/data/zipWithDirs.zip
vendored
Normal file
BIN
vendor/plugins/rubyzip/test/data/zipWithDirs.zip
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue