node-liblzma 1.0.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/History.md +5 -0
- package/README.md +65 -37
- package/binding.gyp +655 -49
- package/lib/lzma.js +326 -319
- package/package.json +36 -24
- package/prebuilds/darwin-x64/node.napi.node +0 -0
- package/prebuilds/linux-x64/node.napi.node +0 -0
- package/prebuilds/win32-x64/node.napi.node +0 -0
- package/scripts/download_extract_deps.py +29 -0
- package/scripts/prebuildify.py +13 -0
- package/scripts/walk_sources.py +7 -0
- package/.npmignore +0 -1
- package/.travis.yml +0 -35
- package/build/Makefile +0 -329
- package/build/Release/.deps/Release/node-liblzma.node.d +0 -1
- package/build/Release/.deps/Release/obj.target/action_after_build.stamp.d +0 -1
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/module.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o.d +0 -89
- package/build/Release/.deps/Release/obj.target/node-liblzma.node.d +0 -1
- package/build/Release/.deps/home/o2/dev/node-liblzma/build/node-liblzma.node.d +0 -1
- package/build/Release/node-liblzma.node +0 -0
- package/build/Release/obj.target/action_after_build.stamp +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/module.o +0 -0
- package/build/Release/obj.target/node-liblzma/src/bindings/node-liblzma.o +0 -0
- package/build/Release/obj.target/node-liblzma.node +0 -0
- package/build/action_after_build.target.mk +0 -32
- package/build/binding.Makefile +0 -6
- package/build/config.gypi +0 -143
- package/build/node-liblzma.node +0 -0
- package/build/node-liblzma.target.mk +0 -144
- package/build.yml +0 -65
- package/deps/xz/ABOUT-NLS +0 -1327
- package/deps/xz/AUTHORS +0 -27
- package/deps/xz/COPYING +0 -65
- package/deps/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/COPYING.GPLv3 +0 -674
- package/deps/xz/COPYING.LGPLv2.1 +0 -502
- package/deps/xz/ChangeLog +0 -14953
- package/deps/xz/Doxyfile +0 -1234
- package/deps/xz/Doxyfile.in +0 -1234
- package/deps/xz/INSTALL +0 -554
- package/deps/xz/INSTALL.generic +0 -365
- package/deps/xz/Makefile +0 -1067
- package/deps/xz/Makefile.am +0 -109
- package/deps/xz/Makefile.in +0 -1067
- package/deps/xz/NEWS +0 -505
- package/deps/xz/PACKAGERS +0 -231
- package/deps/xz/README +0 -308
- package/deps/xz/THANKS +0 -116
- package/deps/xz/TODO +0 -111
- package/deps/xz/aclocal.m4 +0 -1225
- package/deps/xz/autogen.sh +0 -22
- package/deps/xz/autom4te.cache/output.0 +0 -21751
- package/deps/xz/autom4te.cache/output.1 +0 -21751
- package/deps/xz/autom4te.cache/requests +0 -415
- package/deps/xz/autom4te.cache/traces.0 +0 -6996
- package/deps/xz/autom4te.cache/traces.1 +0 -1783
- package/deps/xz/build-aux/compile +0 -347
- package/deps/xz/build-aux/config.guess +0 -1558
- package/deps/xz/build-aux/config.rpath +0 -672
- package/deps/xz/build-aux/config.sub +0 -1791
- package/deps/xz/build-aux/depcomp +0 -791
- package/deps/xz/build-aux/install-sh +0 -527
- package/deps/xz/build-aux/ltmain.sh +0 -9661
- package/deps/xz/build-aux/manconv.sh +0 -58
- package/deps/xz/build-aux/missing +0 -215
- package/deps/xz/build-aux/version.sh +0 -24
- package/deps/xz/config.h +0 -487
- package/deps/xz/config.h.in +0 -486
- package/deps/xz/config.h.in~ +0 -485
- package/deps/xz/config.log +0 -5446
- package/deps/xz/config.status +0 -2587
- package/deps/xz/configure +0 -21751
- package/deps/xz/configure.ac +0 -842
- package/deps/xz/debug/.deps/crc32.Po +0 -1
- package/deps/xz/debug/.deps/full_flush.Po +0 -1
- package/deps/xz/debug/.deps/hex2bin.Po +0 -1
- package/deps/xz/debug/.deps/known_sizes.Po +0 -1
- package/deps/xz/debug/.deps/memusage.Po +0 -1
- package/deps/xz/debug/.deps/repeat.Po +0 -1
- package/deps/xz/debug/.deps/sync_flush.Po +0 -1
- package/deps/xz/debug/Makefile +0 -691
- package/deps/xz/debug/Makefile.am +0 -30
- package/deps/xz/debug/Makefile.in +0 -691
- package/deps/xz/debug/README +0 -17
- package/deps/xz/debug/crc32.c +0 -39
- package/deps/xz/debug/full_flush.c +0 -103
- package/deps/xz/debug/hex2bin.c +0 -53
- package/deps/xz/debug/known_sizes.c +0 -129
- package/deps/xz/debug/memusage.c +0 -51
- package/deps/xz/debug/repeat.c +0 -36
- package/deps/xz/debug/sync_flush.c +0 -125
- package/deps/xz/debug/translation.bash +0 -100
- package/deps/xz/doc/examples/00_README.txt +0 -31
- package/deps/xz/doc/examples/01_compress_easy.c +0 -297
- package/deps/xz/doc/examples/02_decompress.c +0 -287
- package/deps/xz/doc/examples/03_compress_custom.c +0 -193
- package/deps/xz/doc/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/doc/examples/Makefile +0 -24
- package/deps/xz/doc/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/doc/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/doc/faq.txt +0 -224
- package/deps/xz/doc/history.txt +0 -150
- package/deps/xz/doc/lzma-file-format.txt +0 -166
- package/deps/xz/doc/man/pdf-a4/lzmainfo-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xz-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdec-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzdiff-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzgrep-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzless-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-a4/xzmore-a4.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/lzmainfo-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xz-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdec-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzdiff-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzgrep-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzless-letter.pdf +0 -0
- package/deps/xz/doc/man/pdf-letter/xzmore-letter.pdf +0 -0
- package/deps/xz/doc/man/txt/lzmainfo.txt +0 -40
- package/deps/xz/doc/man/txt/xz.txt +0 -1483
- package/deps/xz/doc/man/txt/xzdec.txt +0 -80
- package/deps/xz/doc/man/txt/xzdiff.txt +0 -36
- package/deps/xz/doc/man/txt/xzgrep.txt +0 -39
- package/deps/xz/doc/man/txt/xzless.txt +0 -39
- package/deps/xz/doc/man/txt/xzmore.txt +0 -34
- package/deps/xz/doc/xz-file-format.txt +0 -1150
- package/deps/xz/dos/INSTALL.txt +0 -79
- package/deps/xz/dos/Makefile +0 -147
- package/deps/xz/dos/README.txt +0 -123
- package/deps/xz/dos/config.h +0 -130
- package/deps/xz/extra/7z2lzma/7z2lzma.bash +0 -115
- package/deps/xz/extra/scanlzma/scanlzma.c +0 -84
- package/deps/xz/include/lzma/base.h +0 -654
- package/deps/xz/include/lzma/bcj.h +0 -90
- package/deps/xz/include/lzma/block.h +0 -581
- package/deps/xz/include/lzma/check.h +0 -150
- package/deps/xz/include/lzma/container.h +0 -619
- package/deps/xz/include/lzma/delta.h +0 -77
- package/deps/xz/include/lzma/filter.h +0 -425
- package/deps/xz/include/lzma/hardware.h +0 -64
- package/deps/xz/include/lzma/index.h +0 -682
- package/deps/xz/include/lzma/index_hash.h +0 -107
- package/deps/xz/include/lzma/lzma12.h +0 -420
- package/deps/xz/include/lzma/stream_flags.h +0 -223
- package/deps/xz/include/lzma/version.h +0 -121
- package/deps/xz/include/lzma/vli.h +0 -166
- package/deps/xz/include/lzma.h +0 -321
- package/deps/xz/lib/.deps/getopt.Po +0 -1
- package/deps/xz/lib/.deps/getopt1.Po +0 -1
- package/deps/xz/lib/Makefile +0 -566
- package/deps/xz/lib/Makefile.am +0 -32
- package/deps/xz/lib/Makefile.in +0 -566
- package/deps/xz/lib/getopt.c +0 -1197
- package/deps/xz/lib/getopt.in.h +0 -226
- package/deps/xz/lib/getopt1.c +0 -171
- package/deps/xz/lib/getopt_int.h +0 -131
- package/deps/xz/lib/liblzma.a +0 -0
- package/deps/xz/lib/liblzma.la +0 -41
- package/deps/xz/lib/pkgconfig/liblzma.pc +0 -19
- package/deps/xz/libtool +0 -10221
- package/deps/xz/m4/ax_pthread.m4 +0 -332
- package/deps/xz/m4/codeset.m4 +0 -21
- package/deps/xz/m4/fcntl-o.m4 +0 -81
- package/deps/xz/m4/getopt.m4 +0 -71
- package/deps/xz/m4/gettext.m4 +0 -383
- package/deps/xz/m4/glibc2.m4 +0 -30
- package/deps/xz/m4/glibc21.m4 +0 -30
- package/deps/xz/m4/iconv.m4 +0 -199
- package/deps/xz/m4/intdiv0.m4 +0 -84
- package/deps/xz/m4/intl.m4 +0 -294
- package/deps/xz/m4/intldir.m4 +0 -19
- package/deps/xz/m4/intlmacosx.m4 +0 -51
- package/deps/xz/m4/intmax.m4 +0 -33
- package/deps/xz/m4/inttypes-pri.m4 +0 -36
- package/deps/xz/m4/inttypes_h.m4 +0 -26
- package/deps/xz/m4/lcmessage.m4 +0 -31
- package/deps/xz/m4/lib-ld.m4 +0 -110
- package/deps/xz/m4/lib-link.m4 +0 -774
- package/deps/xz/m4/lib-prefix.m4 +0 -224
- package/deps/xz/m4/libtool.m4 +0 -7997
- package/deps/xz/m4/lock.m4 +0 -37
- package/deps/xz/m4/longlong.m4 +0 -106
- package/deps/xz/m4/ltoptions.m4 +0 -384
- package/deps/xz/m4/ltsugar.m4 +0 -123
- package/deps/xz/m4/ltversion.m4 +0 -23
- package/deps/xz/m4/lt~obsolete.m4 +0 -98
- package/deps/xz/m4/nls.m4 +0 -32
- package/deps/xz/m4/po.m4 +0 -449
- package/deps/xz/m4/posix-shell.m4 +0 -63
- package/deps/xz/m4/printf-posix.m4 +0 -45
- package/deps/xz/m4/progtest.m4 +0 -92
- package/deps/xz/m4/size_max.m4 +0 -75
- package/deps/xz/m4/stdint_h.m4 +0 -26
- package/deps/xz/m4/threadlib.m4 +0 -347
- package/deps/xz/m4/tuklib_common.m4 +0 -22
- package/deps/xz/m4/tuklib_cpucores.m4 +0 -148
- package/deps/xz/m4/tuklib_integer.m4 +0 -74
- package/deps/xz/m4/tuklib_mbstr.m4 +0 -30
- package/deps/xz/m4/tuklib_physmem.m4 +0 -212
- package/deps/xz/m4/tuklib_progname.m4 +0 -25
- package/deps/xz/m4/uintmax_t.m4 +0 -30
- package/deps/xz/m4/visibility.m4 +0 -74
- package/deps/xz/m4/wchar_t.m4 +0 -20
- package/deps/xz/m4/wint_t.m4 +0 -28
- package/deps/xz/m4/xsize.m4 +0 -13
- package/deps/xz/macosx/build.sh +0 -113
- package/deps/xz/po/LINGUAS +0 -6
- package/deps/xz/po/Makefile +0 -549
- package/deps/xz/po/Makefile.in +0 -444
- package/deps/xz/po/Makefile.in.in +0 -444
- package/deps/xz/po/Makevars +0 -46
- package/deps/xz/po/Makevars.template +0 -41
- package/deps/xz/po/POTFILES +0 -12
- package/deps/xz/po/POTFILES.in +0 -13
- package/deps/xz/po/Rules-quot +0 -47
- package/deps/xz/po/boldquot.sed +0 -10
- package/deps/xz/po/cs.gmo +0 -0
- package/deps/xz/po/cs.po +0 -989
- package/deps/xz/po/de.gmo +0 -0
- package/deps/xz/po/de.po +0 -990
- package/deps/xz/po/en@boldquot.header +0 -25
- package/deps/xz/po/en@quot.header +0 -22
- package/deps/xz/po/fr.gmo +0 -0
- package/deps/xz/po/fr.po +0 -974
- package/deps/xz/po/insert-header.sin +0 -23
- package/deps/xz/po/it.gmo +0 -0
- package/deps/xz/po/it.po +0 -975
- package/deps/xz/po/pl.gmo +0 -0
- package/deps/xz/po/pl.po +0 -964
- package/deps/xz/po/quot.sed +0 -6
- package/deps/xz/po/remove-potcdate.sin +0 -19
- package/deps/xz/po/stamp-po +0 -1
- package/deps/xz/po/vi.gmo +0 -0
- package/deps/xz/po/vi.po +0 -970
- package/deps/xz/po/xz.pot +0 -854
- package/deps/xz/share/doc/xz/AUTHORS +0 -27
- package/deps/xz/share/doc/xz/COPYING +0 -65
- package/deps/xz/share/doc/xz/COPYING.GPLv2 +0 -339
- package/deps/xz/share/doc/xz/NEWS +0 -505
- package/deps/xz/share/doc/xz/README +0 -308
- package/deps/xz/share/doc/xz/THANKS +0 -116
- package/deps/xz/share/doc/xz/TODO +0 -111
- package/deps/xz/share/doc/xz/examples/00_README.txt +0 -31
- package/deps/xz/share/doc/xz/examples/01_compress_easy.c +0 -297
- package/deps/xz/share/doc/xz/examples/02_decompress.c +0 -287
- package/deps/xz/share/doc/xz/examples/03_compress_custom.c +0 -193
- package/deps/xz/share/doc/xz/examples/04_compress_easy_mt.c +0 -206
- package/deps/xz/share/doc/xz/examples/Makefile +0 -24
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_comp.c +0 -127
- package/deps/xz/share/doc/xz/examples_old/xz_pipe_decomp.c +0 -123
- package/deps/xz/share/doc/xz/faq.txt +0 -224
- package/deps/xz/share/doc/xz/history.txt +0 -150
- package/deps/xz/share/doc/xz/lzma-file-format.txt +0 -166
- package/deps/xz/share/doc/xz/xz-file-format.txt +0 -1150
- package/deps/xz/share/locale/cs/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/de/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/fr/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/it/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/pl/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/share/locale/vi/LC_MESSAGES/xz.mo +0 -0
- package/deps/xz/src/Makefile +0 -674
- package/deps/xz/src/Makefile.am +0 -42
- package/deps/xz/src/Makefile.in +0 -674
- package/deps/xz/src/common/common_w32res.rc +0 -50
- package/deps/xz/src/common/mythread.h +0 -521
- package/deps/xz/src/common/sysdefs.h +0 -202
- package/deps/xz/src/common/tuklib_common.h +0 -71
- package/deps/xz/src/common/tuklib_config.h +0 -7
- package/deps/xz/src/common/tuklib_cpucores.c +0 -91
- package/deps/xz/src/common/tuklib_cpucores.h +0 -23
- package/deps/xz/src/common/tuklib_exit.c +0 -57
- package/deps/xz/src/common/tuklib_exit.h +0 -25
- package/deps/xz/src/common/tuklib_gettext.h +0 -44
- package/deps/xz/src/common/tuklib_integer.h +0 -523
- package/deps/xz/src/common/tuklib_mbstr.h +0 -66
- package/deps/xz/src/common/tuklib_mbstr_fw.c +0 -31
- package/deps/xz/src/common/tuklib_mbstr_width.c +0 -64
- package/deps/xz/src/common/tuklib_open_stdxxx.c +0 -57
- package/deps/xz/src/common/tuklib_open_stdxxx.h +0 -23
- package/deps/xz/src/common/tuklib_physmem.c +0 -215
- package/deps/xz/src/common/tuklib_physmem.h +0 -28
- package/deps/xz/src/common/tuklib_progname.c +0 -50
- package/deps/xz/src/common/tuklib_progname.h +0 -32
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_decoder.Plo +0 -269
- package/deps/xz/src/liblzma/.deps/liblzma_la-alone_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-arm.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-armthumb.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-auto_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_buffer_encoder.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_decoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_header_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-block_util.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-check.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-common.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc32_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_fast.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_small.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_table.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-crc64_x86.Plo +0 -1
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_common.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_decoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-delta_encoder.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_decoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_encoder_memusage.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-easy_preset.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-fastpos_table.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_decoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_encoder.Plo +0 -283
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-filter_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_cputhreads.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-hardware_physmem.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-ia64.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-index.Plo +0 -262
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-index_hash.Plo +0 -265
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lz_encoder_mf.Plo +0 -286
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_decoder.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma2_encoder.Plo +0 -268
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_decoder.Plo +0 -274
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder.Plo +0 -285
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_fast.Plo +0 -300
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_optimum_normal.Plo +0 -303
- package/deps/xz/src/liblzma/.deps/liblzma_la-lzma_encoder_presets.Plo +0 -259
- package/deps/xz/src/liblzma/.deps/liblzma_la-outqueue.Plo +0 -260
- package/deps/xz/src/liblzma/.deps/liblzma_la-powerpc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-price_table.Plo +0 -266
- package/deps/xz/src/liblzma/.deps/liblzma_la-sha256.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_coder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-simple_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-sparc.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_buffer_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_decoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder.Plo +0 -263
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_encoder_mt.Plo +0 -273
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_common.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_decoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-stream_flags_encoder.Plo +0 -261
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_cpucores.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-tuklib_physmem.Plo +0 -170
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_decoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_encoder.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-vli_size.Plo +0 -258
- package/deps/xz/src/liblzma/.deps/liblzma_la-x86.Plo +0 -263
- package/deps/xz/src/liblzma/.libs/liblzma.a +0 -0
- package/deps/xz/src/liblzma/.libs/liblzma.lai +0 -41
- package/deps/xz/src/liblzma/Makefile +0 -1858
- package/deps/xz/src/liblzma/Makefile.am +0 -122
- package/deps/xz/src/liblzma/Makefile.in +0 -1858
- package/deps/xz/src/liblzma/api/Makefile +0 -608
- package/deps/xz/src/liblzma/api/Makefile.am +0 -23
- package/deps/xz/src/liblzma/api/Makefile.in +0 -608
- package/deps/xz/src/liblzma/api/lzma/base.h +0 -654
- package/deps/xz/src/liblzma/api/lzma/bcj.h +0 -90
- package/deps/xz/src/liblzma/api/lzma/block.h +0 -581
- package/deps/xz/src/liblzma/api/lzma/check.h +0 -150
- package/deps/xz/src/liblzma/api/lzma/container.h +0 -619
- package/deps/xz/src/liblzma/api/lzma/delta.h +0 -77
- package/deps/xz/src/liblzma/api/lzma/filter.h +0 -425
- package/deps/xz/src/liblzma/api/lzma/hardware.h +0 -64
- package/deps/xz/src/liblzma/api/lzma/index.h +0 -682
- package/deps/xz/src/liblzma/api/lzma/index_hash.h +0 -107
- package/deps/xz/src/liblzma/api/lzma/lzma12.h +0 -420
- package/deps/xz/src/liblzma/api/lzma/stream_flags.h +0 -223
- package/deps/xz/src/liblzma/api/lzma/version.h +0 -121
- package/deps/xz/src/liblzma/api/lzma/vli.h +0 -166
- package/deps/xz/src/liblzma/api/lzma.h +0 -321
- package/deps/xz/src/liblzma/check/Makefile.inc +0 -53
- package/deps/xz/src/liblzma/check/check.c +0 -174
- package/deps/xz/src/liblzma/check/check.h +0 -162
- package/deps/xz/src/liblzma/check/crc32_fast.c +0 -82
- package/deps/xz/src/liblzma/check/crc32_small.c +0 -61
- package/deps/xz/src/liblzma/check/crc32_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc32_table_be.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_table_le.h +0 -525
- package/deps/xz/src/liblzma/check/crc32_tablegen.c +0 -117
- package/deps/xz/src/liblzma/check/crc32_x86.S +0 -304
- package/deps/xz/src/liblzma/check/crc64_fast.c +0 -72
- package/deps/xz/src/liblzma/check/crc64_small.c +0 -53
- package/deps/xz/src/liblzma/check/crc64_table.c +0 -19
- package/deps/xz/src/liblzma/check/crc64_table_be.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_table_le.h +0 -521
- package/deps/xz/src/liblzma/check/crc64_tablegen.c +0 -88
- package/deps/xz/src/liblzma/check/crc64_x86.S +0 -287
- package/deps/xz/src/liblzma/check/crc_macros.h +0 -30
- package/deps/xz/src/liblzma/check/sha256.c +0 -196
- package/deps/xz/src/liblzma/common/Makefile.inc +0 -76
- package/deps/xz/src/liblzma/common/alone_decoder.c +0 -238
- package/deps/xz/src/liblzma/common/alone_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/alone_encoder.c +0 -157
- package/deps/xz/src/liblzma/common/auto_decoder.c +0 -186
- package/deps/xz/src/liblzma/common/block_buffer_decoder.c +0 -80
- package/deps/xz/src/liblzma/common/block_buffer_encoder.c +0 -337
- package/deps/xz/src/liblzma/common/block_buffer_encoder.h +0 -24
- package/deps/xz/src/liblzma/common/block_decoder.c +0 -252
- package/deps/xz/src/liblzma/common/block_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/block_encoder.c +0 -217
- package/deps/xz/src/liblzma/common/block_encoder.h +0 -47
- package/deps/xz/src/liblzma/common/block_header_decoder.c +0 -124
- package/deps/xz/src/liblzma/common/block_header_encoder.c +0 -132
- package/deps/xz/src/liblzma/common/block_util.c +0 -90
- package/deps/xz/src/liblzma/common/common.c +0 -443
- package/deps/xz/src/liblzma/common/common.h +0 -318
- package/deps/xz/src/liblzma/common/easy_buffer_encoder.c +0 -27
- package/deps/xz/src/liblzma/common/easy_decoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder.c +0 -24
- package/deps/xz/src/liblzma/common/easy_encoder_memusage.c +0 -24
- package/deps/xz/src/liblzma/common/easy_preset.c +0 -27
- package/deps/xz/src/liblzma/common/easy_preset.h +0 -32
- package/deps/xz/src/liblzma/common/filter_buffer_decoder.c +0 -88
- package/deps/xz/src/liblzma/common/filter_buffer_encoder.c +0 -55
- package/deps/xz/src/liblzma/common/filter_common.c +0 -337
- package/deps/xz/src/liblzma/common/filter_common.h +0 -48
- package/deps/xz/src/liblzma/common/filter_decoder.c +0 -184
- package/deps/xz/src/liblzma/common/filter_decoder.h +0 -23
- package/deps/xz/src/liblzma/common/filter_encoder.c +0 -286
- package/deps/xz/src/liblzma/common/filter_encoder.h +0 -27
- package/deps/xz/src/liblzma/common/filter_flags_decoder.c +0 -46
- package/deps/xz/src/liblzma/common/filter_flags_encoder.c +0 -56
- package/deps/xz/src/liblzma/common/hardware_cputhreads.c +0 -22
- package/deps/xz/src/liblzma/common/hardware_physmem.c +0 -25
- package/deps/xz/src/liblzma/common/index.c +0 -1246
- package/deps/xz/src/liblzma/common/index.h +0 -73
- package/deps/xz/src/liblzma/common/index_decoder.c +0 -345
- package/deps/xz/src/liblzma/common/index_encoder.c +0 -254
- package/deps/xz/src/liblzma/common/index_encoder.h +0 -23
- package/deps/xz/src/liblzma/common/index_hash.c +0 -334
- package/deps/xz/src/liblzma/common/memcmplen.h +0 -175
- package/deps/xz/src/liblzma/common/outqueue.c +0 -184
- package/deps/xz/src/liblzma/common/outqueue.h +0 -156
- package/deps/xz/src/liblzma/common/stream_buffer_decoder.c +0 -91
- package/deps/xz/src/liblzma/common/stream_buffer_encoder.c +0 -141
- package/deps/xz/src/liblzma/common/stream_decoder.c +0 -462
- package/deps/xz/src/liblzma/common/stream_decoder.h +0 -22
- package/deps/xz/src/liblzma/common/stream_encoder.c +0 -332
- package/deps/xz/src/liblzma/common/stream_encoder_mt.c +0 -1131
- package/deps/xz/src/liblzma/common/stream_flags_common.c +0 -47
- package/deps/xz/src/liblzma/common/stream_flags_common.h +0 -33
- package/deps/xz/src/liblzma/common/stream_flags_decoder.c +0 -82
- package/deps/xz/src/liblzma/common/stream_flags_encoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_decoder.c +0 -86
- package/deps/xz/src/liblzma/common/vli_encoder.c +0 -69
- package/deps/xz/src/liblzma/common/vli_size.c +0 -30
- package/deps/xz/src/liblzma/delta/Makefile.inc +0 -23
- package/deps/xz/src/liblzma/delta/delta_common.c +0 -70
- package/deps/xz/src/liblzma/delta/delta_common.h +0 -20
- package/deps/xz/src/liblzma/delta/delta_decoder.c +0 -76
- package/deps/xz/src/liblzma/delta/delta_decoder.h +0 -26
- package/deps/xz/src/liblzma/delta/delta_encoder.c +0 -121
- package/deps/xz/src/liblzma/delta/delta_encoder.h +0 -24
- package/deps/xz/src/liblzma/delta/delta_private.h +0 -37
- package/deps/xz/src/liblzma/liblzma.la +0 -41
- package/deps/xz/src/liblzma/liblzma.map +0 -108
- package/deps/xz/src/liblzma/liblzma.pc +0 -19
- package/deps/xz/src/liblzma/liblzma.pc.in +0 -19
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-alone_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-arm.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-arm.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-armthumb.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-armthumb.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-auto_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_header_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-block_util.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-block_util.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-check.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-check.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc32_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-crc64_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-delta_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_decoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_encoder_memusage.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-easy_preset.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-fastpos_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-filter_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_cputhreads.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-hardware_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-ia64.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-ia64.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-index_hash.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-index_hash.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lz_encoder_mf.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma2_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_fast.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_optimum_normal.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-lzma_encoder_presets.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-outqueue.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-outqueue.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-powerpc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-powerpc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-price_table.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-price_table.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sha256.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sha256.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_coder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-simple_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-sparc.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-sparc.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_buffer_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_encoder_mt.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_common.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-stream_flags_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_cpucores.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-tuklib_physmem.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_decoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_encoder.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-vli_size.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-vli_size.o +0 -0
- package/deps/xz/src/liblzma/liblzma_la-x86.lo +0 -12
- package/deps/xz/src/liblzma/liblzma_la-x86.o +0 -0
- package/deps/xz/src/liblzma/liblzma_w32res.rc +0 -12
- package/deps/xz/src/liblzma/lz/Makefile.inc +0 -22
- package/deps/xz/src/liblzma/lz/lz_decoder.c +0 -300
- package/deps/xz/src/liblzma/lz/lz_decoder.h +0 -235
- package/deps/xz/src/liblzma/lz/lz_encoder.c +0 -605
- package/deps/xz/src/liblzma/lz/lz_encoder.h +0 -328
- package/deps/xz/src/liblzma/lz/lz_encoder_hash.h +0 -108
- package/deps/xz/src/liblzma/lz/lz_encoder_hash_table.h +0 -68
- package/deps/xz/src/liblzma/lz/lz_encoder_mf.c +0 -744
- package/deps/xz/src/liblzma/lzma/Makefile.inc +0 -43
- package/deps/xz/src/liblzma/lzma/fastpos.h +0 -141
- package/deps/xz/src/liblzma/lzma/fastpos_table.c +0 -519
- package/deps/xz/src/liblzma/lzma/fastpos_tablegen.c +0 -56
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.c +0 -304
- package/deps/xz/src/liblzma/lzma/lzma2_decoder.h +0 -29
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.c +0 -403
- package/deps/xz/src/liblzma/lzma/lzma2_encoder.h +0 -43
- package/deps/xz/src/liblzma/lzma/lzma_common.h +0 -224
- package/deps/xz/src/liblzma/lzma/lzma_decoder.c +0 -1061
- package/deps/xz/src/liblzma/lzma/lzma_decoder.h +0 -53
- package/deps/xz/src/liblzma/lzma/lzma_encoder.c +0 -676
- package/deps/xz/src/liblzma/lzma/lzma_encoder.h +0 -55
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c +0 -169
- package/deps/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c +0 -854
- package/deps/xz/src/liblzma/lzma/lzma_encoder_presets.c +0 -63
- package/deps/xz/src/liblzma/lzma/lzma_encoder_private.h +0 -148
- package/deps/xz/src/liblzma/rangecoder/Makefile.inc +0 -21
- package/deps/xz/src/liblzma/rangecoder/price.h +0 -92
- package/deps/xz/src/liblzma/rangecoder/price_table.c +0 -22
- package/deps/xz/src/liblzma/rangecoder/price_tablegen.c +0 -87
- package/deps/xz/src/liblzma/rangecoder/range_common.h +0 -73
- package/deps/xz/src/liblzma/rangecoder/range_decoder.h +0 -185
- package/deps/xz/src/liblzma/rangecoder/range_encoder.h +0 -231
- package/deps/xz/src/liblzma/simple/Makefile.inc +0 -47
- package/deps/xz/src/liblzma/simple/arm.c +0 -71
- package/deps/xz/src/liblzma/simple/armthumb.c +0 -76
- package/deps/xz/src/liblzma/simple/ia64.c +0 -112
- package/deps/xz/src/liblzma/simple/powerpc.c +0 -75
- package/deps/xz/src/liblzma/simple/simple_coder.c +0 -277
- package/deps/xz/src/liblzma/simple/simple_coder.h +0 -72
- package/deps/xz/src/liblzma/simple/simple_decoder.c +0 -40
- package/deps/xz/src/liblzma/simple/simple_decoder.h +0 -22
- package/deps/xz/src/liblzma/simple/simple_encoder.c +0 -38
- package/deps/xz/src/liblzma/simple/simple_encoder.h +0 -23
- package/deps/xz/src/liblzma/simple/simple_private.h +0 -76
- package/deps/xz/src/liblzma/simple/sparc.c +0 -83
- package/deps/xz/src/liblzma/simple/x86.c +0 -156
- package/deps/xz/src/liblzma/validate_map.sh +0 -68
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-lzmainfo.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_exit.Po +0 -1
- package/deps/xz/src/lzmainfo/.deps/lzmainfo-tuklib_progname.Po +0 -1
- package/deps/xz/src/lzmainfo/Makefile +0 -802
- package/deps/xz/src/lzmainfo/Makefile.am +0 -39
- package/deps/xz/src/lzmainfo/Makefile.in +0 -802
- package/deps/xz/src/lzmainfo/lzmainfo.1 +0 -60
- package/deps/xz/src/lzmainfo/lzmainfo.c +0 -219
- package/deps/xz/src/lzmainfo/lzmainfo_w32res.rc +0 -12
- package/deps/xz/src/scripts/Makefile +0 -642
- package/deps/xz/src/scripts/Makefile.am +0 -55
- package/deps/xz/src/scripts/Makefile.in +0 -642
- package/deps/xz/src/scripts/xzdiff +0 -200
- package/deps/xz/src/scripts/xzdiff.1 +0 -77
- package/deps/xz/src/scripts/xzdiff.in +0 -200
- package/deps/xz/src/scripts/xzgrep +0 -215
- package/deps/xz/src/scripts/xzgrep.1 +0 -98
- package/deps/xz/src/scripts/xzgrep.in +0 -215
- package/deps/xz/src/scripts/xzless +0 -58
- package/deps/xz/src/scripts/xzless.1 +0 -69
- package/deps/xz/src/scripts/xzless.in +0 -58
- package/deps/xz/src/scripts/xzmore +0 -78
- package/deps/xz/src/scripts/xzmore.1 +0 -55
- package/deps/xz/src/scripts/xzmore.in +0 -78
- package/deps/xz/src/xz/.deps/xz-args.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-coder.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-file_io.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-hardware.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-list.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-main.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-message.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-mytime.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-options.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-signals.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-suffix.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_exit.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_fw.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_mbstr_width.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_open_stdxxx.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-tuklib_progname.Po +0 -1
- package/deps/xz/src/xz/.deps/xz-util.Po +0 -1
- package/deps/xz/src/xz/Makefile +0 -1066
- package/deps/xz/src/xz/Makefile.am +0 -107
- package/deps/xz/src/xz/Makefile.in +0 -1066
- package/deps/xz/src/xz/args.c +0 -684
- package/deps/xz/src/xz/args.h +0 -44
- package/deps/xz/src/xz/coder.c +0 -919
- package/deps/xz/src/xz/coder.h +0 -76
- package/deps/xz/src/xz/file_io.c +0 -1184
- package/deps/xz/src/xz/file_io.h +0 -150
- package/deps/xz/src/xz/hardware.c +0 -150
- package/deps/xz/src/xz/hardware.h +0 -37
- package/deps/xz/src/xz/list.c +0 -1186
- package/deps/xz/src/xz/list.h +0 -18
- package/deps/xz/src/xz/main.c +0 -307
- package/deps/xz/src/xz/main.h +0 -30
- package/deps/xz/src/xz/message.c +0 -1258
- package/deps/xz/src/xz/message.h +0 -167
- package/deps/xz/src/xz/mytime.c +0 -89
- package/deps/xz/src/xz/mytime.h +0 -47
- package/deps/xz/src/xz/options.c +0 -363
- package/deps/xz/src/xz/options.h +0 -31
- package/deps/xz/src/xz/private.h +0 -59
- package/deps/xz/src/xz/signals.c +0 -209
- package/deps/xz/src/xz/signals.h +0 -43
- package/deps/xz/src/xz/suffix.c +0 -399
- package/deps/xz/src/xz/suffix.h +0 -28
- package/deps/xz/src/xz/util.c +0 -288
- package/deps/xz/src/xz/util.h +0 -123
- package/deps/xz/src/xz/xz.1 +0 -2786
- package/deps/xz/src/xz/xz_w32res.rc +0 -12
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/lzmadec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_exit.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-tuklib_progname.Po +0 -1
- package/deps/xz/src/xzdec/.deps/xzdec-xzdec.Po +0 -1
- package/deps/xz/src/xzdec/Makefile +0 -901
- package/deps/xz/src/xzdec/Makefile.am +0 -82
- package/deps/xz/src/xzdec/Makefile.in +0 -901
- package/deps/xz/src/xzdec/lzmadec_w32res.rc +0 -12
- package/deps/xz/src/xzdec/xzdec.1 +0 -146
- package/deps/xz/src/xzdec/xzdec.c +0 -323
- package/deps/xz/src/xzdec/xzdec_w32res.rc +0 -12
- package/deps/xz/stamp-h1 +0 -1
- package/deps/xz/tests/.deps/create_compress_files.Po +0 -1
- package/deps/xz/tests/.deps/test_bcj_exact_size.Po +0 -1
- package/deps/xz/tests/.deps/test_block_header.Po +0 -1
- package/deps/xz/tests/.deps/test_check.Po +0 -1
- package/deps/xz/tests/.deps/test_filter_flags.Po +0 -1
- package/deps/xz/tests/.deps/test_index.Po +0 -1
- package/deps/xz/tests/.deps/test_stream_flags.Po +0 -1
- package/deps/xz/tests/Makefile +0 -832
- package/deps/xz/tests/Makefile.am +0 -57
- package/deps/xz/tests/Makefile.in +0 -832
- package/deps/xz/tests/bcj_test.c +0 -65
- package/deps/xz/tests/compress_prepared_bcj_sparc +0 -0
- package/deps/xz/tests/compress_prepared_bcj_x86 +0 -0
- package/deps/xz/tests/create_compress_files.c +0 -158
- package/deps/xz/tests/files/README +0 -240
- package/deps/xz/tests/files/bad-0-backward_size.xz +0 -0
- package/deps/xz/tests/files/bad-0-empty-truncated.xz +0 -0
- package/deps/xz/tests/files/bad-0-footer_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0-nonempty_index.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-alone.xz +0 -0
- package/deps/xz/tests/files/bad-0cat-header_magic.xz +0 -0
- package/deps/xz/tests/files/bad-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-block_header-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/bad-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-6.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-7.xz +0 -0
- package/deps/xz/tests/files/bad-1-lzma2-8.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-2.xz +0 -0
- package/deps/xz/tests/files/bad-1-stream_flags-3.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-1.xz +0 -0
- package/deps/xz/tests/files/bad-1-vli-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-compressed_data_padding.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-1.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-2.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-3.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-4.xz +0 -0
- package/deps/xz/tests/files/bad-2-index-5.xz +0 -0
- package/deps/xz/tests/files/good-0-empty.xz +0 -0
- package/deps/xz/tests/files/good-0cat-empty.xz +0 -0
- package/deps/xz/tests/files/good-0catpad-empty.xz +0 -0
- package/deps/xz/tests/files/good-0pad-empty.xz +0 -0
- package/deps/xz/tests/files/good-1-3delta-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-1.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-2.xz +0 -0
- package/deps/xz/tests/files/good-1-block_header-3.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc32.xz +0 -0
- package/deps/xz/tests/files/good-1-check-crc64.xz +0 -0
- package/deps/xz/tests/files/good-1-check-none.xz +0 -0
- package/deps/xz/tests/files/good-1-check-sha256.xz +0 -0
- package/deps/xz/tests/files/good-1-delta-lzma2.tiff.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-1.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-2.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-3.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-4.xz +0 -0
- package/deps/xz/tests/files/good-1-lzma2-5.xz +0 -0
- package/deps/xz/tests/files/good-1-sparc-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-1-x86-lzma2.xz +0 -0
- package/deps/xz/tests/files/good-2-lzma2.xz +0 -0
- package/deps/xz/tests/files/unsupported-block_header.xz +0 -0
- package/deps/xz/tests/files/unsupported-check.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-1.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-2.xz +0 -0
- package/deps/xz/tests/files/unsupported-filter_flags-3.xz +0 -0
- package/deps/xz/tests/test_bcj_exact_size.c +0 -113
- package/deps/xz/tests/test_block_header.c +0 -240
- package/deps/xz/tests/test_check.c +0 -83
- package/deps/xz/tests/test_compress.sh +0 -142
- package/deps/xz/tests/test_files.sh +0 -57
- package/deps/xz/tests/test_filter_flags.c +0 -258
- package/deps/xz/tests/test_index.c +0 -659
- package/deps/xz/tests/test_scripts.sh +0 -76
- package/deps/xz/tests/test_stream_flags.c +0 -180
- package/deps/xz/tests/tests.h +0 -124
- package/deps/xz/tests/xzgrep_expected_output +0 -39
- package/deps/xz/windows/INSTALL-MSVC.txt +0 -47
- package/deps/xz/windows/INSTALL-MinGW.txt +0 -138
- package/deps/xz/windows/README-Windows.txt +0 -122
- package/deps/xz/windows/build.bash +0 -203
- package/deps/xz/windows/config.h +0 -142
- package/deps/xz/windows/liblzma.vcxproj +0 -354
- package/deps/xz/windows/liblzma_dll.vcxproj +0 -383
- package/deps/xz/windows/xz_win.sln +0 -48
- package/node_modules/node-pre-gyp/CHANGELOG.md +0 -319
- package/node_modules/node-pre-gyp/LICENSE +0 -27
- package/node_modules/node-pre-gyp/README.md +0 -570
- package/node_modules/node-pre-gyp/appveyor.yml +0 -30
- package/node_modules/node-pre-gyp/bin/node-pre-gyp +0 -131
- package/node_modules/node-pre-gyp/bin/node-pre-gyp.cmd +0 -2
- package/node_modules/node-pre-gyp/lib/build.js +0 -43
- package/node_modules/node-pre-gyp/lib/clean.js +0 -23
- package/node_modules/node-pre-gyp/lib/configure.js +0 -48
- package/node_modules/node-pre-gyp/lib/info.js +0 -40
- package/node_modules/node-pre-gyp/lib/install.js +0 -215
- package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +0 -192
- package/node_modules/node-pre-gyp/lib/package.js +0 -46
- package/node_modules/node-pre-gyp/lib/pre-binding.js +0 -25
- package/node_modules/node-pre-gyp/lib/publish.js +0 -77
- package/node_modules/node-pre-gyp/lib/rebuild.js +0 -13
- package/node_modules/node-pre-gyp/lib/reinstall.js +0 -13
- package/node_modules/node-pre-gyp/lib/reveal.js +0 -31
- package/node_modules/node-pre-gyp/lib/testbinary.js +0 -73
- package/node_modules/node-pre-gyp/lib/testpackage.js +0 -49
- package/node_modules/node-pre-gyp/lib/unpublish.js +0 -41
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +0 -1222
- package/node_modules/node-pre-gyp/lib/util/compile.js +0 -87
- package/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js +0 -94
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html +0 -26
- package/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/package.json +0 -9
- package/node_modules/node-pre-gyp/lib/util/s3_setup.js +0 -27
- package/node_modules/node-pre-gyp/lib/util/versioning.js +0 -308
- package/node_modules/node-pre-gyp/package.json +0 -136
- package/src/bindings/module.cpp +0 -107
- package/src/bindings/node-liblzma.cpp +0 -320
- package/src/bindings/node-liblzma.hpp +0 -115
- package/src/lzma.coffee +0 -339
package/deps/xz/PACKAGERS
DELETED
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Information to packagers of XZ Utils
|
|
3
|
-
====================================
|
|
4
|
-
|
|
5
|
-
0. Preface
|
|
6
|
-
1. Package naming
|
|
7
|
-
2. Package description
|
|
8
|
-
3. License
|
|
9
|
-
4. configure options
|
|
10
|
-
5. Additional documentation
|
|
11
|
-
6. Extra files
|
|
12
|
-
7. Installing XZ Utils and LZMA Utils in parallel
|
|
13
|
-
8. Example
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
0. Preface
|
|
17
|
-
----------
|
|
18
|
-
|
|
19
|
-
This document is meant for people who create and maintain XZ Utils
|
|
20
|
-
packages for operating system distributions. The focus is on GNU/Linux
|
|
21
|
-
systems, but most things apply to other systems too.
|
|
22
|
-
|
|
23
|
-
While the standard "configure && make DESTDIR=$PKG install" should
|
|
24
|
-
give a pretty good package, there are some details which packagers
|
|
25
|
-
may want to tweak.
|
|
26
|
-
|
|
27
|
-
Packagers should also read the INSTALL file.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
1. Package naming
|
|
31
|
-
-----------------
|
|
32
|
-
|
|
33
|
-
The preferred name for the XZ Utils package is "xz", because that's
|
|
34
|
-
the name of the upstream tarball. Naturally you may have good reasons
|
|
35
|
-
to use some other name; I won't get angry about it. ;-) It's just nice
|
|
36
|
-
to be able to point people to the correct package name without asking
|
|
37
|
-
what distro they have.
|
|
38
|
-
|
|
39
|
-
If your distro policy is to split things into small pieces, here is
|
|
40
|
-
one suggestion:
|
|
41
|
-
|
|
42
|
-
xz xz, xzdec, scripts (xzdiff, xzgrep, etc.), docs
|
|
43
|
-
xz-lzma lzma, unlzma, lzcat, lzgrep etc. symlinks and
|
|
44
|
-
lzmadec binary for compatibility with LZMA Utils
|
|
45
|
-
liblzma liblzma.so.*
|
|
46
|
-
liblzma-devel liblzma.so, liblzma.a, API headers
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
2. Package description
|
|
50
|
-
----------------------
|
|
51
|
-
|
|
52
|
-
Here is a suggestion which you may use as the package description.
|
|
53
|
-
If you can use only one-line description, pick only the first line.
|
|
54
|
-
Naturally, feel free to use some other description if you find it
|
|
55
|
-
better, and maybe send it to me too.
|
|
56
|
-
|
|
57
|
-
Library and command line tools for XZ and LZMA compressed files
|
|
58
|
-
|
|
59
|
-
XZ Utils provide a general purpose data compression library
|
|
60
|
-
and command line tools. The native file format is the .xz
|
|
61
|
-
format, but also the legacy .lzma format is supported. The .xz
|
|
62
|
-
format supports multiple compression algorithms, of which LZMA2
|
|
63
|
-
is currently the primary algorithm. With typical files, XZ Utils
|
|
64
|
-
create about 30 % smaller files than gzip.
|
|
65
|
-
|
|
66
|
-
If you are splitting XZ Utils into multiple packages, here are some
|
|
67
|
-
suggestions for package descriptions:
|
|
68
|
-
|
|
69
|
-
xz:
|
|
70
|
-
|
|
71
|
-
Command line tools for XZ and LZMA compressed files
|
|
72
|
-
|
|
73
|
-
This package includes the xz compression tool and other command
|
|
74
|
-
line tools from XZ Utils. xz has command line syntax similar to
|
|
75
|
-
that of gzip. The native file format is the .xz format, but also
|
|
76
|
-
the legacy .lzma format is supported. The .xz format supports
|
|
77
|
-
multiple compression algorithms, of which LZMA2 is currently the
|
|
78
|
-
primary algorithm. With typical files, XZ Utils create about 30 %
|
|
79
|
-
smaller files than gzip.
|
|
80
|
-
|
|
81
|
-
Note that this package doesn't include the files needed for
|
|
82
|
-
LZMA Utils 4.32.x compatibility. Install also the xz-lzma
|
|
83
|
-
package to make XZ Utils emulate LZMA Utils 4.32.x.
|
|
84
|
-
|
|
85
|
-
xz-lzma:
|
|
86
|
-
|
|
87
|
-
LZMA Utils emulation with XZ Utils
|
|
88
|
-
|
|
89
|
-
This package includes executables and symlinks to make
|
|
90
|
-
XZ Utils emulate lzma, unlzma, lzcat, and other command
|
|
91
|
-
line tools found from the legacy LZMA Utils 4.32.x package.
|
|
92
|
-
|
|
93
|
-
liblzma:
|
|
94
|
-
|
|
95
|
-
Library for XZ and LZMA compressed files
|
|
96
|
-
|
|
97
|
-
liblzma is a general purpose data compression library with
|
|
98
|
-
an API similar to that of zlib. liblzma supports multiple
|
|
99
|
-
algorithms, of which LZMA2 is currently the primary algorithm.
|
|
100
|
-
The native file format is .xz, but also the legacy .lzma
|
|
101
|
-
format and raw streams (no headers at all) are supported.
|
|
102
|
-
|
|
103
|
-
This package includes the shared library.
|
|
104
|
-
|
|
105
|
-
liblzma-devel:
|
|
106
|
-
|
|
107
|
-
Library for XZ and LZMA compressed files
|
|
108
|
-
|
|
109
|
-
This package includes the API headers, static library, and
|
|
110
|
-
other development files related to liblzma.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
3. License
|
|
114
|
-
----------
|
|
115
|
-
|
|
116
|
-
If the package manager supports a license field, you probably should
|
|
117
|
-
put GPLv2+ there (GNU GPL v2 or later). The interesting parts of
|
|
118
|
-
XZ Utils are in the public domain, but some less important files
|
|
119
|
-
ending up into the binary package are under GPLv2+. So it is simplest
|
|
120
|
-
to just say GPLv2+ if you cannot specify "public domain and GPLv2+".
|
|
121
|
-
|
|
122
|
-
If you split XZ Utils into multiple packages as described earlier
|
|
123
|
-
in this file, liblzma and liblzma-dev packages will contain only
|
|
124
|
-
public domain code (from XZ Utils at least; compiler or linker may
|
|
125
|
-
add some third-party code, which may be copyrighted).
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
4. configure options
|
|
129
|
-
--------------------
|
|
130
|
-
|
|
131
|
-
Unless you are building a package for a distribution that is meant
|
|
132
|
-
only for embedded systems, don't use the following configure options:
|
|
133
|
-
|
|
134
|
-
--enable-debug
|
|
135
|
-
--enable-encoders (*)
|
|
136
|
-
--enable-decoders
|
|
137
|
-
--enable-match-finders
|
|
138
|
-
--enable-checks
|
|
139
|
-
--enable-small (*)
|
|
140
|
-
--disable-threads (*)
|
|
141
|
-
|
|
142
|
-
(*) These are OK when building xzdec and lzmadec as described
|
|
143
|
-
in INSTALL.
|
|
144
|
-
|
|
145
|
-
xzdec and lzmadec don't provide any functionality that isn't already
|
|
146
|
-
available in the xz tool. Shipping xzdec and lzmadec without size
|
|
147
|
-
optimization and statically-linked liblzma isn't very useful. Doing
|
|
148
|
-
that would give users the xzdec man page, which may make it easier
|
|
149
|
-
for people to find out that such tools exists, but the executables
|
|
150
|
-
wouldn't have any advantage over the full-featured xz.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
5. Additional documentation
|
|
154
|
-
---------------------------
|
|
155
|
-
|
|
156
|
-
"make install" copies some additional documentation to $docdir
|
|
157
|
-
(--docdir in configure). There is a copy of the GNU GPL v2, which
|
|
158
|
-
can be replaced with a symlink if your distro ships with shared
|
|
159
|
-
copies of the common license texts.
|
|
160
|
-
|
|
161
|
-
liblzma API is currently only documented using Doxygen tags in the
|
|
162
|
-
API headers. It hasn't been tested much how good results Doxygen
|
|
163
|
-
is able to make from the tags (e.g. Doxyfile might need tweaking,
|
|
164
|
-
the tagging may need to be improved etc.), so it might be simpler
|
|
165
|
-
to just let people read docs directly from the .h files for now,
|
|
166
|
-
and also save quite a bit in package size at the same time.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
6. Extra files
|
|
170
|
-
--------------
|
|
171
|
-
|
|
172
|
-
The "extra" directory contains some small extra tools or other files.
|
|
173
|
-
The exact set of extra files can vary between XZ Utils releases. The
|
|
174
|
-
extra files have only limited use or they are too dangerous to be
|
|
175
|
-
put directly to $bindir (7z2lzma.sh is a good example, since it can
|
|
176
|
-
silently create corrupt output if certain conditions are not met).
|
|
177
|
-
|
|
178
|
-
If you feel like it, you may copy the extra directory under the doc
|
|
179
|
-
directory (e.g. /usr/share/doc/xz/extra). Maybe some people will find
|
|
180
|
-
them useful. However, most people needing these tools probably are
|
|
181
|
-
able to find them from the source package too.
|
|
182
|
-
|
|
183
|
-
The "debug" directory contains some tools that are useful only when
|
|
184
|
-
hacking on XZ Utils. Don't package these tools.
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
7. Installing XZ Utils and LZMA Utils in parallel
|
|
188
|
-
-------------------------------------------------
|
|
189
|
-
|
|
190
|
-
XZ Utils and LZMA Utils 4.32.x can be installed in parallel by
|
|
191
|
-
omitting the compatibility symlinks (lzma, unlzma, lzcat, lzgrep etc.)
|
|
192
|
-
from the XZ Utils package. It's probably a good idea to still package
|
|
193
|
-
the symlinks into a separate package so that users may choose if they
|
|
194
|
-
want to use XZ Utils or LZMA Utils for handling .lzma files.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
8. Example
|
|
198
|
-
----------
|
|
199
|
-
|
|
200
|
-
Here is an example for i686 GNU/Linux that
|
|
201
|
-
- links xz and lzmainfo against shared liblzma;
|
|
202
|
-
- links size-optimized xzdec and lzmadec against static liblzma
|
|
203
|
-
while avoiding libpthread dependency;
|
|
204
|
-
- includes only shared liblzma in the final package; and
|
|
205
|
-
- copies also the "extra" directory to the package.
|
|
206
|
-
|
|
207
|
-
PKG=/tmp/xz-pkg
|
|
208
|
-
tar xf xz-x.y.z.tar.gz
|
|
209
|
-
cd xz-x.y.z
|
|
210
|
-
./configure \
|
|
211
|
-
--prefix=/usr \
|
|
212
|
-
--disable-static \
|
|
213
|
-
--disable-xzdec \
|
|
214
|
-
--disable-lzmadec \
|
|
215
|
-
CFLAGS='-march=i686 -mtune=generic -O2'
|
|
216
|
-
make
|
|
217
|
-
make DESTDIR=$PKG install-strip
|
|
218
|
-
make clean
|
|
219
|
-
./configure \
|
|
220
|
-
--prefix=/usr \
|
|
221
|
-
--disable-shared \
|
|
222
|
-
--disable-nls \
|
|
223
|
-
--disable-encoders \
|
|
224
|
-
--enable-small \
|
|
225
|
-
--disable-threads \
|
|
226
|
-
CFLAGS='-march=i686 -mtune=generic -Os'
|
|
227
|
-
make -C src/liblzma
|
|
228
|
-
make -C src/xzdec
|
|
229
|
-
make -C src/xzdec DESTDIR=$PKG install-strip
|
|
230
|
-
cp -a extra $PKG/usr/share/doc/xz
|
|
231
|
-
|
package/deps/xz/README
DELETED
|
@@ -1,308 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
XZ Utils
|
|
3
|
-
========
|
|
4
|
-
|
|
5
|
-
0. Overview
|
|
6
|
-
1. Documentation
|
|
7
|
-
1.1. Overall documentation
|
|
8
|
-
1.2. Documentation for command-line tools
|
|
9
|
-
1.3. Documentation for liblzma
|
|
10
|
-
2. Version numbering
|
|
11
|
-
3. Reporting bugs
|
|
12
|
-
4. Translating the xz tool
|
|
13
|
-
5. Other implementations of the .xz format
|
|
14
|
-
6. Contact information
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
0. Overview
|
|
18
|
-
-----------
|
|
19
|
-
|
|
20
|
-
XZ Utils provide a general-purpose data-compression library plus
|
|
21
|
-
command-line tools. The native file format is the .xz format, but
|
|
22
|
-
also the legacy .lzma format is supported. The .xz format supports
|
|
23
|
-
multiple compression algorithms, which are called "filters" in the
|
|
24
|
-
context of XZ Utils. The primary filter is currently LZMA2. With
|
|
25
|
-
typical files, XZ Utils create about 30 % smaller files than gzip.
|
|
26
|
-
|
|
27
|
-
To ease adapting support for the .xz format into existing applications
|
|
28
|
-
and scripts, the API of liblzma is somewhat similar to the API of the
|
|
29
|
-
popular zlib library. For the same reason, the command-line tool xz
|
|
30
|
-
has a command-line syntax similar to that of gzip.
|
|
31
|
-
|
|
32
|
-
When aiming for the highest compression ratio, the LZMA2 encoder uses
|
|
33
|
-
a lot of CPU time and may use, depending on the settings, even
|
|
34
|
-
hundreds of megabytes of RAM. However, in fast modes, the LZMA2 encoder
|
|
35
|
-
competes with bzip2 in compression speed, RAM usage, and compression
|
|
36
|
-
ratio.
|
|
37
|
-
|
|
38
|
-
LZMA2 is reasonably fast to decompress. It is a little slower than
|
|
39
|
-
gzip, but a lot faster than bzip2. Being fast to decompress means
|
|
40
|
-
that the .xz format is especially nice when the same file will be
|
|
41
|
-
decompressed very many times (usually on different computers), which
|
|
42
|
-
is the case e.g. when distributing software packages. In such
|
|
43
|
-
situations, it's not too bad if the compression takes some time,
|
|
44
|
-
since that needs to be done only once to benefit many people.
|
|
45
|
-
|
|
46
|
-
With some file types, combining (or "chaining") LZMA2 with an
|
|
47
|
-
additional filter can improve the compression ratio. A filter chain may
|
|
48
|
-
contain up to four filters, although usually only one or two are used.
|
|
49
|
-
For example, putting a BCJ (Branch/Call/Jump) filter before LZMA2
|
|
50
|
-
in the filter chain can improve compression ratio of executable files.
|
|
51
|
-
|
|
52
|
-
Since the .xz format allows adding new filter IDs, it is possible that
|
|
53
|
-
some day there will be a filter that is, for example, much faster to
|
|
54
|
-
compress than LZMA2 (but probably with worse compression ratio).
|
|
55
|
-
Similarly, it is possible that some day there is a filter that will
|
|
56
|
-
compress better than LZMA2.
|
|
57
|
-
|
|
58
|
-
XZ Utils doesn't support multithreaded compression or decompression
|
|
59
|
-
yet. It has been planned though and taken into account when designing
|
|
60
|
-
the .xz file format.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
1. Documentation
|
|
64
|
-
----------------
|
|
65
|
-
|
|
66
|
-
1.1. Overall documentation
|
|
67
|
-
|
|
68
|
-
README This file
|
|
69
|
-
|
|
70
|
-
INSTALL.generic Generic install instructions for those not familiar
|
|
71
|
-
with packages using GNU Autotools
|
|
72
|
-
INSTALL Installation instructions specific to XZ Utils
|
|
73
|
-
PACKAGERS Information to packagers of XZ Utils
|
|
74
|
-
|
|
75
|
-
COPYING XZ Utils copyright and license information
|
|
76
|
-
COPYING.GPLv2 GNU General Public License version 2
|
|
77
|
-
COPYING.GPLv3 GNU General Public License version 3
|
|
78
|
-
COPYING.LGPLv2.1 GNU Lesser General Public License version 2.1
|
|
79
|
-
|
|
80
|
-
AUTHORS The main authors of XZ Utils
|
|
81
|
-
THANKS Incomplete list of people who have helped making
|
|
82
|
-
this software
|
|
83
|
-
NEWS User-visible changes between XZ Utils releases
|
|
84
|
-
ChangeLog Detailed list of changes (commit log)
|
|
85
|
-
TODO Known bugs and some sort of to-do list
|
|
86
|
-
|
|
87
|
-
Note that only some of the above files are included in binary
|
|
88
|
-
packages.
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
1.2. Documentation for command-line tools
|
|
92
|
-
|
|
93
|
-
The command-line tools are documented as man pages. In source code
|
|
94
|
-
releases (and possibly also in some binary packages), the man pages
|
|
95
|
-
are also provided in plain text (ASCII only) and PDF formats in the
|
|
96
|
-
directory "doc/man" to make the man pages more accessible to those
|
|
97
|
-
whose operating system doesn't provide an easy way to view man pages.
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
1.3. Documentation for liblzma
|
|
101
|
-
|
|
102
|
-
The liblzma API headers include short docs about each function
|
|
103
|
-
and data type as Doxygen tags. These docs should be quite OK as
|
|
104
|
-
a quick reference.
|
|
105
|
-
|
|
106
|
-
I have planned to write a bunch of very well documented example
|
|
107
|
-
programs, which (due to comments) should work as a tutorial to
|
|
108
|
-
various features of liblzma. No such example programs have been
|
|
109
|
-
written yet.
|
|
110
|
-
|
|
111
|
-
For now, if you have never used liblzma, libbzip2, or zlib, I
|
|
112
|
-
recommend learning the *basics* of the zlib API. Once you know that,
|
|
113
|
-
it should be easier to learn liblzma.
|
|
114
|
-
|
|
115
|
-
http://zlib.net/manual.html
|
|
116
|
-
http://zlib.net/zlib_how.html
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
2. Version numbering
|
|
120
|
-
--------------------
|
|
121
|
-
|
|
122
|
-
The version number format of XZ Utils is X.Y.ZS:
|
|
123
|
-
|
|
124
|
-
- X is the major version. When this is incremented, the library
|
|
125
|
-
API and ABI break.
|
|
126
|
-
|
|
127
|
-
- Y is the minor version. It is incremented when new features
|
|
128
|
-
are added without breaking the existing API or ABI. An even Y
|
|
129
|
-
indicates a stable release and an odd Y indicates unstable
|
|
130
|
-
(alpha or beta version).
|
|
131
|
-
|
|
132
|
-
- Z is the revision. This has a different meaning for stable and
|
|
133
|
-
unstable releases:
|
|
134
|
-
|
|
135
|
-
* Stable: Z is incremented when bugs get fixed without adding
|
|
136
|
-
any new features. This is intended to be convenient for
|
|
137
|
-
downstream distributors that want bug fixes but don't want
|
|
138
|
-
any new features to minimize the risk of introducing new bugs.
|
|
139
|
-
|
|
140
|
-
* Unstable: Z is just a counter. API or ABI of features added
|
|
141
|
-
in earlier unstable releases having the same X.Y may break.
|
|
142
|
-
|
|
143
|
-
- S indicates stability of the release. It is missing from the
|
|
144
|
-
stable releases, where Y is an even number. When Y is odd, S
|
|
145
|
-
is either "alpha" or "beta" to make it very clear that such
|
|
146
|
-
versions are not stable releases. The same X.Y.Z combination is
|
|
147
|
-
not used for more than one stability level, i.e. after X.Y.Zalpha,
|
|
148
|
-
the next version can be X.Y.(Z+1)beta but not X.Y.Zbeta.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
3. Reporting bugs
|
|
152
|
-
-----------------
|
|
153
|
-
|
|
154
|
-
Naturally it is easiest for me if you already know what causes the
|
|
155
|
-
unexpected behavior. Even better if you have a patch to propose.
|
|
156
|
-
However, quite often the reason for unexpected behavior is unknown,
|
|
157
|
-
so here are a few things to do before sending a bug report:
|
|
158
|
-
|
|
159
|
-
1. Try to create a small example how to reproduce the issue.
|
|
160
|
-
|
|
161
|
-
2. Compile XZ Utils with debugging code using configure switches
|
|
162
|
-
--enable-debug and, if possible, --disable-shared. If you are
|
|
163
|
-
using GCC, use CFLAGS='-O0 -ggdb3'. Don't strip the resulting
|
|
164
|
-
binaries.
|
|
165
|
-
|
|
166
|
-
3. Turn on core dumps. The exact command depends on your shell;
|
|
167
|
-
for example in GNU bash it is done with "ulimit -c unlimited",
|
|
168
|
-
and in tcsh with "limit coredumpsize unlimited".
|
|
169
|
-
|
|
170
|
-
4. Try to reproduce the suspected bug. If you get "assertion failed"
|
|
171
|
-
message, be sure to include the complete message in your bug
|
|
172
|
-
report. If the application leaves a coredump, get a backtrace
|
|
173
|
-
using gdb:
|
|
174
|
-
$ gdb /path/to/app-binary # Load the app to the debugger.
|
|
175
|
-
(gdb) core core # Open the coredump.
|
|
176
|
-
(gdb) bt # Print the backtrace. Copy & paste to bug report.
|
|
177
|
-
(gdb) quit # Quit gdb.
|
|
178
|
-
|
|
179
|
-
Report your bug via email or IRC (see Contact information below).
|
|
180
|
-
Don't send core dump files or any executables. If you have a small
|
|
181
|
-
example file(s) (total size less than 256 KiB), please include
|
|
182
|
-
it/them as an attachment. If you have bigger test files, put them
|
|
183
|
-
online somewhere and include a URL to the file(s) in the bug report.
|
|
184
|
-
|
|
185
|
-
Always include the exact version number of XZ Utils in the bug report.
|
|
186
|
-
If you are using a snapshot from the git repository, use "git describe"
|
|
187
|
-
to get the exact snapshot version. If you are using XZ Utils shipped
|
|
188
|
-
in an operating system distribution, mention the distribution name,
|
|
189
|
-
distribution version, and exact xz package version; if you cannot
|
|
190
|
-
repeat the bug with the code compiled from unpatched source code,
|
|
191
|
-
you probably need to report a bug to your distribution's bug tracking
|
|
192
|
-
system.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
4. Translating the xz tool
|
|
196
|
-
--------------------------
|
|
197
|
-
|
|
198
|
-
The messages from the xz tool have been translated into a few
|
|
199
|
-
languages. Before starting to translate into a new language, ask
|
|
200
|
-
the author whether someone else hasn't already started working on it.
|
|
201
|
-
|
|
202
|
-
Test your translation. Testing includes comparing the translated
|
|
203
|
-
output to the original English version by running the same commands
|
|
204
|
-
in both your target locale and with LC_ALL=C. Ask someone to
|
|
205
|
-
proof-read and test the translation.
|
|
206
|
-
|
|
207
|
-
Testing can be done e.g. by installing xz into a temporary directory:
|
|
208
|
-
|
|
209
|
-
./configure --disable-shared --prefix=/tmp/xz-test
|
|
210
|
-
# <Edit the .po file in the po directory.>
|
|
211
|
-
make -C po update-po
|
|
212
|
-
make install
|
|
213
|
-
bash debug/translation.bash | less
|
|
214
|
-
bash debug/translation.bash | less -S # For --list outputs
|
|
215
|
-
|
|
216
|
-
Repeat the above as needed (no need to re-run configure though).
|
|
217
|
-
|
|
218
|
-
Note especially the following:
|
|
219
|
-
|
|
220
|
-
- The output of --help and --long-help must look nice on
|
|
221
|
-
an 80-column terminal. It's OK to add extra lines if needed.
|
|
222
|
-
|
|
223
|
-
- In contrast, don't add extra lines to error messages and such.
|
|
224
|
-
They are often preceded with e.g. a filename on the same line,
|
|
225
|
-
so you have no way to predict where to put a \n. Let the terminal
|
|
226
|
-
do the wrapping even if it looks ugly. Adding new lines will be
|
|
227
|
-
even uglier in the generic case even if it looks nice in a few
|
|
228
|
-
limited examples.
|
|
229
|
-
|
|
230
|
-
- Be careful with column alignment in tables and table-like output
|
|
231
|
-
(--list, --list --verbose --verbose, --info-memory, --help, and
|
|
232
|
-
--long-help):
|
|
233
|
-
|
|
234
|
-
* All descriptions of options in --help should start in the
|
|
235
|
-
same column (but it doesn't need to be the same column as
|
|
236
|
-
in the English messages; just be consistent if you change it).
|
|
237
|
-
Check that both --help and --long-help look OK, since they
|
|
238
|
-
share several strings.
|
|
239
|
-
|
|
240
|
-
* --list --verbose and --info-memory print lines that have
|
|
241
|
-
the format "Description: %s". If you need a longer
|
|
242
|
-
description, you can put extra space between the colon
|
|
243
|
-
and %s. Then you may need to add extra space to other
|
|
244
|
-
strings too so that the result as a whole looks good (all
|
|
245
|
-
values start at the same column).
|
|
246
|
-
|
|
247
|
-
* The columns of the actual tables in --list --verbose --verbose
|
|
248
|
-
should be aligned properly. Abbreviate if necessary. It might
|
|
249
|
-
be good to keep at least 2 or 3 spaces between column headings
|
|
250
|
-
and avoid spaces in the headings so that the columns stand out
|
|
251
|
-
better, but this is a matter of opinion. Do what you think
|
|
252
|
-
looks best.
|
|
253
|
-
|
|
254
|
-
- Be careful to put a period at the end of a sentence when the
|
|
255
|
-
original version has it, and don't put it when the original
|
|
256
|
-
doesn't have it. Similarly, be careful with \n characters
|
|
257
|
-
at the beginning and end of the strings.
|
|
258
|
-
|
|
259
|
-
- Read the TRANSLATORS comments that have been extracted from the
|
|
260
|
-
source code and included in xz.pot. If they suggest testing the
|
|
261
|
-
translation with some type of command, do it. If testing needs
|
|
262
|
-
input files, use e.g. tests/files/good-*.xz.
|
|
263
|
-
|
|
264
|
-
- When updating the translation, read the fuzzy (modified) strings
|
|
265
|
-
carefully, and don't mark them as updated before you actually
|
|
266
|
-
have updated them. Reading through the unchanged messages can be
|
|
267
|
-
good too; sometimes you may find a better wording for them.
|
|
268
|
-
|
|
269
|
-
- If you find language problems in the original English strings,
|
|
270
|
-
feel free to suggest improvements. Ask if something is unclear.
|
|
271
|
-
|
|
272
|
-
- The translated messages should be understandable (sometimes this
|
|
273
|
-
may be a problem with the original English messages too). Don't
|
|
274
|
-
make a direct word-by-word translation from English especially if
|
|
275
|
-
the result doesn't sound good in your language.
|
|
276
|
-
|
|
277
|
-
In short, take your time and pay attention to the details. Making
|
|
278
|
-
a good translation is not a quick and trivial thing to do. The
|
|
279
|
-
translated xz should look as polished as the English version.
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
5. Other implementations of the .xz format
|
|
283
|
-
------------------------------------------
|
|
284
|
-
|
|
285
|
-
7-Zip and the p7zip port of 7-Zip support the .xz format starting
|
|
286
|
-
from the version 9.00alpha.
|
|
287
|
-
|
|
288
|
-
http://7-zip.org/
|
|
289
|
-
http://p7zip.sourceforge.net/
|
|
290
|
-
|
|
291
|
-
XZ Embedded is a limited implementation written for use in the Linux
|
|
292
|
-
kernel, but it is also suitable for other embedded use.
|
|
293
|
-
|
|
294
|
-
http://tukaani.org/xz/embedded.html
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
6. Contact information
|
|
298
|
-
----------------------
|
|
299
|
-
|
|
300
|
-
If you have questions, bug reports, patches etc. related to XZ Utils,
|
|
301
|
-
contact Lasse Collin <lasse.collin@tukaani.org> (in Finnish or English).
|
|
302
|
-
I'm sometimes slow at replying. If you haven't got a reply within two
|
|
303
|
-
weeks, assume that your email has got lost and resend it or use IRC.
|
|
304
|
-
|
|
305
|
-
You can find me also from #tukaani on Freenode; my nick is Larhzu.
|
|
306
|
-
The channel tends to be pretty quiet, so just ask your question and
|
|
307
|
-
someone may wake up.
|
|
308
|
-
|
package/deps/xz/THANKS
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Thanks
|
|
3
|
-
======
|
|
4
|
-
|
|
5
|
-
Some people have helped more, some less, but nevertheless everyone's help
|
|
6
|
-
has been important. :-) In alphabetical order:
|
|
7
|
-
- Mark Adler
|
|
8
|
-
- H. Peter Anvin
|
|
9
|
-
- Jeff Bastian
|
|
10
|
-
- Nelson H. F. Beebe
|
|
11
|
-
- Karl Berry
|
|
12
|
-
- Anders F. Björklund
|
|
13
|
-
- Emmanuel Blot
|
|
14
|
-
- Martin Blumenstingl
|
|
15
|
-
- Jakub Bogusz
|
|
16
|
-
- Maarten Bosmans
|
|
17
|
-
- Trent W. Buck
|
|
18
|
-
- James Buren
|
|
19
|
-
- David Burklund
|
|
20
|
-
- Daniel Mealha Cabrita
|
|
21
|
-
- Milo Casagrande
|
|
22
|
-
- Marek Černocký
|
|
23
|
-
- Tomer Chachamu
|
|
24
|
-
- Gabi Davar
|
|
25
|
-
- Chris Donawa
|
|
26
|
-
- Andrew Dudman
|
|
27
|
-
- Markus Duft
|
|
28
|
-
- İsmail Dönmez
|
|
29
|
-
- Robert Elz
|
|
30
|
-
- Gilles Espinasse
|
|
31
|
-
- Denis Excoffier
|
|
32
|
-
- Michael Felt
|
|
33
|
-
- Michael Fox
|
|
34
|
-
- Mike Frysinger
|
|
35
|
-
- Daniel Richard G.
|
|
36
|
-
- Bill Glessner
|
|
37
|
-
- Jason Gorski
|
|
38
|
-
- Juan Manuel Guerrero
|
|
39
|
-
- Diederik de Haas
|
|
40
|
-
- Joachim Henke
|
|
41
|
-
- Christian Hesse
|
|
42
|
-
- Vincenzo Innocente
|
|
43
|
-
- Peter Ivanov
|
|
44
|
-
- Jouk Jansen
|
|
45
|
-
- Jun I Jin
|
|
46
|
-
- Per Øyvind Karlsen
|
|
47
|
-
- Thomas Klausner
|
|
48
|
-
- Richard Koch
|
|
49
|
-
- Ville Koskinen
|
|
50
|
-
- Jan Kratochvil
|
|
51
|
-
- Christian Kujau
|
|
52
|
-
- Stephan Kulow
|
|
53
|
-
- Peter Lawler
|
|
54
|
-
- James M Leddy
|
|
55
|
-
- Hin-Tak Leung
|
|
56
|
-
- Andraž 'ruskie' Levstik
|
|
57
|
-
- Cary Lewis
|
|
58
|
-
- Wim Lewis
|
|
59
|
-
- Lorenzo De Liso
|
|
60
|
-
- Bela Lubkin
|
|
61
|
-
- Gregory Margo
|
|
62
|
-
- Jim Meyering
|
|
63
|
-
- Arkadiusz Miskiewicz
|
|
64
|
-
- Conley Moorhous
|
|
65
|
-
- Rafał Mużyło
|
|
66
|
-
- Adrien Nader
|
|
67
|
-
- Hongbo Ni
|
|
68
|
-
- Jonathan Nieder
|
|
69
|
-
- Andre Noll
|
|
70
|
-
- Peter O'Gorman
|
|
71
|
-
- Peter Pallinger
|
|
72
|
-
- Rui Paulo
|
|
73
|
-
- Igor Pavlov
|
|
74
|
-
- Diego Elio Pettenò
|
|
75
|
-
- Elbert Pol
|
|
76
|
-
- Mikko Pouru
|
|
77
|
-
- Trần Ngọc Quân
|
|
78
|
-
- Pavel Raiskup
|
|
79
|
-
- Ole André Vadla Ravnås
|
|
80
|
-
- Robert Readman
|
|
81
|
-
- Bernhard Reutner-Fischer
|
|
82
|
-
- Eric S. Raymond
|
|
83
|
-
- Cristian Rodríguez
|
|
84
|
-
- Christian von Roques
|
|
85
|
-
- Torsten Rupp
|
|
86
|
-
- Jukka Salmi
|
|
87
|
-
- Alexandre Sauvé
|
|
88
|
-
- Benno Schulenberg
|
|
89
|
-
- Andreas Schwab
|
|
90
|
-
- Dan Shechter
|
|
91
|
-
- Stuart Shelton
|
|
92
|
-
- Brad Smith
|
|
93
|
-
- Jonathan Stott
|
|
94
|
-
- Dan Stromberg
|
|
95
|
-
- Vincent Torri
|
|
96
|
-
- Paul Townsend
|
|
97
|
-
- Mohammed Adnène Trojette
|
|
98
|
-
- Alexey Tourbin
|
|
99
|
-
- Patrick J. Volkerding
|
|
100
|
-
- Martin Väth
|
|
101
|
-
- Adam Walling
|
|
102
|
-
- Christian Weisgerber
|
|
103
|
-
- Bert Wesarg
|
|
104
|
-
- Fredrik Wikstrom
|
|
105
|
-
- Ralf Wildenhues
|
|
106
|
-
- Charles Wilson
|
|
107
|
-
- Lars Wirzenius
|
|
108
|
-
- Pilorz Wojciech
|
|
109
|
-
- Ryan Young
|
|
110
|
-
- Andreas Zieringer
|
|
111
|
-
|
|
112
|
-
Also thanks to all the people who have participated in the Tukaani project.
|
|
113
|
-
|
|
114
|
-
I have probably forgot to add some names to the above list. Sorry about
|
|
115
|
-
that and thanks for your help.
|
|
116
|
-
|