diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9e98a0569955..c24435c8e6a3 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -1,16874 +1,16878 @@ # # $FreeBSD$ # # This file lists old files (OLD_FILES), libraries (OLD_LIBS, MOVED_LIBS) # and directories (OLD_DIRS) which should get removed after an update. # Recently removed entries should be listed first (with the date as a # comment). OLD_LIBS and MOVED_LIBS should only list dynamic libraries. # Static libraries, links to dynamic libraries (lib*.so), and linker scripts # should be listed in OLD_FILES. OLD_LIBS and MOVED_LIBS are removed by the # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the # delete-old target. This separation allows users to avoid deleting old # dynamic libraries still required by existing binaries. # # MOVED_LIBS should be used instead of OLD_LIBS when a library is moved # from usr/lib to lib or vice versa. This avoids removing libraries for # alternate ABIs (such as lib32) which store all libraries in a single # directory (e.g. usr/lib32). # # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* # and delete-old* targets will also delete associated debug symbols from # usr/lib/debug. # # In case of a complete directory hierarchy the sorting is in depth first # order. # # Files that are installed or removed depending on some build option # should be listed in /usr/src/tools/build/mk/OptionalObsoleteFiles.inc # instead of in this file. # # Before you commit changes to this file please check if any entries in # tools/build/mk/OptionalObsoleteFiles.inc can be removed. The following # command tells which files are listed more than once regardless of some # architecture specific conditionals, so you can not blindly trust the # output: # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ # sort | uniq -d # # To find regular duplicates not dependent on optional components, you can # also use something that will not give you false positives, e.g.: # for t in `make -V TARGETS universe`; do # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \ # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ # xargs -n1 | sort | uniq -d; # done # # For optional components, you can use the following to see if some entries # in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc # for o in tools/build/options/WITH*; do # __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ # xargs -n1 | sort | uniq -d; # done +# 20221213: remove sync serial drivers and utilities +OLD_FILES+=usr/share/man/man4/ce.4 +OLD_FILES+=usr/share/man/man4/cp.4 + # 20221202: remove trpt(8) OLD_FILES+=usr/sbin/trpt OLD_FILES+=usr/share/man/man8/trpt.8.gz # 20221117: remove typo'd man page link OLD_FILES+=usr/share/man/man9/vm_map_wire_mapped.9.gz # 20221114: remove othermta OLD_FILES+=etc/rc.d/othermta # 20221109: remove rc.sendmail(8) OLD_FILES+=etc/rc.sendmail OLD_FILES+=usr/share/man/man8/rc.sendmail.8.gz # 20221015: update the ithread(9) man page OLD_FILES+=usr/share/man/man9/ithread.9.gz OLD_FILES+=usr/share/man/man9/ithread_add_handler.9.gz OLD_FILES+=usr/share/man/man9/ithread_create.9.gz OLD_FILES+=usr/share/man/man9/ithread_destroy.9.gz OLD_FILES+=usr/share/man/man9/ithread_priority.9.gz OLD_FILES+=usr/share/man/man9/ithread_remove_handler.9.gz OLD_FILES+=usr/share/man/man9/ithread_schedule.9.gz # 20221012: remove nls support from sort OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat # 20221003: ip6protosw.h removed OLD_FILES+=usr/include/netinet6/ip6protosw.h # 20221001: deorbit opie OLD_FILES+=etc/opieaccess OLD_FILES+=etc/opiekeys OLD_FILES+=usr/bin/opieinfo OLD_FILES+=usr/bin/opiekey OLD_FILES+=usr/bin/opiepasswd OLD_FILES+=usr/bin/otp-md4 OLD_FILES+=usr/bin/otp-md5 OLD_FILES+=usr/bin/otp-sha1 OLD_FILES+=usr/lib/libopie.a OLD_FILES+=usr/lib/libopie.so OLD_LIBS+=usr/lib/libopie.so.8 OLD_FILES+=usr/lib/libopie_p.a OLD_FILES+=usr/lib/pam_opie.so OLD_LIBS+=usr/lib/pam_opie.so.6 OLD_FILES+=usr/lib/pam_opieaccess.so OLD_LIBS+=usr/lib/pam_opieaccess.so.6 OLD_FILES+=usr/share/man/man1/opieinfo.1.gz OLD_FILES+=usr/share/man/man1/opiekey.1.gz OLD_FILES+=usr/share/man/man1/opiepasswd.1.gz OLD_FILES+=usr/share/man/man1/otp-md4.1.gz OLD_FILES+=usr/share/man/man1/otp-md5.1.gz OLD_FILES+=usr/share/man/man1/otp-sha1.1.gz OLD_FILES+=usr/share/man/man4/opie.4.gz OLD_FILES+=usr/share/man/man5/opieaccess.5.gz OLD_FILES+=usr/share/man/man5/opiekeys.5.gz OLD_FILES+=usr/share/man/man8/pam_opie.8.gz OLD_FILES+=usr/share/man/man8/pam_opieaccess.8.gz # 20220928: telnetd(8) removed OLD_FILES+=etc/pam.d/telnetd OLD_FILES+=usr/libexec/telnetd OLD_FILES+=usr/share/man/man8/telnetd.8.gz # 20220914: domain(9) updated OLD_FILES+=usr/share/man/man9/domain_init.9.gz OLD_FILES+=usr/share/man/man9/pfctlinput.9.gz OLD_FILES+=usr/share/man/man9/pffinddomain.9.gz OLD_FILES+=usr/share/man/man9/pffindproto.9.gz OLD_FILES+=usr/share/man/man9/pffindtype.9.gz # 20220825: awk tests moved to subdirs OLD_FILES+=usr/tests/usr.bin/awk/awk_test OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.awk OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.in OLD_FILES+=usr/tests/usr.bin/awk/d_assign_NF.out OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.awk OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.in OLD_FILES+=usr/tests/usr.bin/awk/d_big_regexp.out OLD_FILES+=usr/tests/usr.bin/awk/d_end1.awk OLD_FILES+=usr/tests/usr.bin/awk/d_end1.in OLD_FILES+=usr/tests/usr.bin/awk/d_end1.out OLD_FILES+=usr/tests/usr.bin/awk/d_end2.awk OLD_FILES+=usr/tests/usr.bin/awk/d_end2.in OLD_FILES+=usr/tests/usr.bin/awk/d_end2.out OLD_FILES+=usr/tests/usr.bin/awk/d_period.awk OLD_FILES+=usr/tests/usr.bin/awk/d_period.in OLD_FILES+=usr/tests/usr.bin/awk/d_period.out OLD_FILES+=usr/tests/usr.bin/awk/d_string1.awk OLD_FILES+=usr/tests/usr.bin/awk/d_string1.out OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.awk OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.in OLD_FILES+=usr/tests/usr.bin/awk/d_tolower.out OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.awk OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.in OLD_FILES+=usr/tests/usr.bin/awk/d_toupper.out # 20220820: remove knlist_init_rw_reader() OLD_FILES+=usr/share/man/man9/knlist_init_rw_reader.9.gz # 20220813: minigzip(1) removed in favor of gzip(1) OLD_FILES+=usr/bin/minigzip OLD_FILES+=usr/share/man/man1/minigzip.1.gz # 20220811: new iconv encoder trait added OLD_LIBS+=usr/lib/i18n/libBIG5.so.4 OLD_LIBS+=usr/lib/i18n/libDECHanyu.so.4 OLD_LIBS+=usr/lib/i18n/libEUC.so.4 OLD_LIBS+=usr/lib/i18n/libEUCTW.so.4 OLD_LIBS+=usr/lib/i18n/libGBK2K.so.4 OLD_LIBS+=usr/lib/i18n/libHZ.so.4 OLD_LIBS+=usr/lib/i18n/libISO2022.so.4 OLD_LIBS+=usr/lib/i18n/libJOHAB.so.4 OLD_LIBS+=usr/lib/i18n/libMSKanji.so.4 OLD_LIBS+=usr/lib/i18n/libUES.so.4 OLD_LIBS+=usr/lib/i18n/libUTF1632.so.4 OLD_LIBS+=usr/lib/i18n/libUTF7.so.4 OLD_LIBS+=usr/lib/i18n/libUTF8.so.4 OLD_LIBS+=usr/lib/i18n/libVIQR.so.4 OLD_LIBS+=usr/lib/i18n/libZW.so.4 OLD_LIBS+=usr/lib/i18n/libiconv_none.so.4 OLD_LIBS+=usr/lib/i18n/libiconv_std.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_646.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_none.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_parallel.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_serial.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_std.so.4 OLD_LIBS+=usr/lib/i18n/libmapper_zone.so.4 # 20220811: raw socket layer removed OLD_FILES+=usr/include/net/raw_cb.h # 20220721: libnv version bumps OLD_LIBS+=lib/libnv.so.0 # 20220624: unix_passfd_test -> unix_passfd_stream/unix_passfd_dgram OLD_FILES+=usr/tests/sys/kern/unix_passfd_test # 20220621: ISA sound card drivers removed OLD_FILES+=usr/share/man/man4/snd_ad1816.4.gz OLD_FILES+=usr/share/man/man4/snd_ess.4.gz OLD_FILES+=usr/share/man/man4/snd_gusc.4.gz OLD_FILES+=usr/share/man/man4/snd_mss.4.gz OLD_FILES+=usr/share/man/man4/snd_sb16.4.gz OLD_FILES+=usr/share/man/man4/snd_sb8.4.gz OLD_FILES+=usr/share/man/man4/snd_sbc.4.gz # 20220612: new clang import which bumps version from 14.0.4 to 14.0.5 OLD_FILES+=usr/lib/clang/14.0.4/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/14.0.4/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/14.0.4/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/14.0.4/include/cuda_wrappers OLD_FILES+=usr/lib/clang/14.0.4/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/14.0.4/include/fuzzer OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/complex_cmath.h OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/14.0.4/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/14.0.4/include/openmp_wrappers OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/14.0.4/include/ppc_wrappers OLD_FILES+=usr/lib/clang/14.0.4/include/profile/InstrProfData.inc OLD_FILES+=usr/lib/clang/14.0.4/include/profile/MemProfData.inc OLD_DIRS+=usr/lib/clang/14.0.4/include/profile OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/memprof_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/14.0.4/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/14.0.4/include/sanitizer OLD_FILES+=usr/lib/clang/14.0.4/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/14.0.4/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/14.0.4/include/xray OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_cuda_texture_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_hip_cmath.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/14.0.4/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/14.0.4/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/14.0.4/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/14.0.4/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/14.0.4/include/adxintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/altivec.h OLD_FILES+=usr/lib/clang/14.0.4/include/ammintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/amxintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm64intr.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_acle.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_bf16.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_cde.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_cmse.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_fp16.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_mve.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_neon.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_neon_sve_bridge.h OLD_FILES+=usr/lib/clang/14.0.4/include/arm_sve.h OLD_FILES+=usr/lib/clang/14.0.4/include/armintr.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx2intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512fp16intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlfp16intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avxintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/avxvnniintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/bmiintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/builtins.h OLD_FILES+=usr/lib/clang/14.0.4/include/cet.h OLD_FILES+=usr/lib/clang/14.0.4/include/cetintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/clwbintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/clzerointrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/cpuid.h OLD_FILES+=usr/lib/clang/14.0.4/include/crc32intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/emmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/f16cintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/float.h OLD_FILES+=usr/lib/clang/14.0.4/include/fma4intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/fmaintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/gfniintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/hexagon_circ_brev_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.4/include/hexagon_protos.h OLD_FILES+=usr/lib/clang/14.0.4/include/hexagon_types.h OLD_FILES+=usr/lib/clang/14.0.4/include/hresetintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/htmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/hvx_hexagon_protos.h OLD_FILES+=usr/lib/clang/14.0.4/include/ia32intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/immintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/inttypes.h OLD_FILES+=usr/lib/clang/14.0.4/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/iso646.h OLD_FILES+=usr/lib/clang/14.0.4/include/keylockerintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/limits.h OLD_FILES+=usr/lib/clang/14.0.4/include/lwpintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/mm3dnow.h OLD_FILES+=usr/lib/clang/14.0.4/include/mm_malloc.h OLD_FILES+=usr/lib/clang/14.0.4/include/mmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/module.modulemap OLD_FILES+=usr/lib/clang/14.0.4/include/movdirintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/msa.h OLD_FILES+=usr/lib/clang/14.0.4/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/nmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/omp-tools.h OLD_FILES+=usr/lib/clang/14.0.4/include/omp.h OLD_FILES+=usr/lib/clang/14.0.4/include/ompt.h OLD_FILES+=usr/lib/clang/14.0.4/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/14.0.4/include/opencl-c.h OLD_FILES+=usr/lib/clang/14.0.4/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/pkuintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/pmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/popcntintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/riscv_vector.h OLD_FILES+=usr/lib/clang/14.0.4/include/rtmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/s390intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/serializeintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/sgxintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/shaintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/smmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdalign.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdarg.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdatomic.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdbool.h OLD_FILES+=usr/lib/clang/14.0.4/include/stddef.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdint.h OLD_FILES+=usr/lib/clang/14.0.4/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/14.0.4/include/tbmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/tgmath.h OLD_FILES+=usr/lib/clang/14.0.4/include/tmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/uintrintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/unwind.h OLD_FILES+=usr/lib/clang/14.0.4/include/vadefs.h OLD_FILES+=usr/lib/clang/14.0.4/include/vaesintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/varargs.h OLD_FILES+=usr/lib/clang/14.0.4/include/vecintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/14.0.4/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/wmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/x86gprintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/x86intrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xmmintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xopintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/14.0.4/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/14.0.4/include OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_static-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.asan_static-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.fuzzer_interceptors-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/14.0.4/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/14.0.4/lib/freebsd OLD_DIRS+=usr/lib/clang/14.0.4/lib/share OLD_DIRS+=usr/lib/clang/14.0.4/lib OLD_FILES+=usr/lib/clang/14.0.4/share/asan_ignorelist.txt OLD_FILES+=usr/lib/clang/14.0.4/share/cfi_ignorelist.txt OLD_FILES+=usr/lib/clang/14.0.4/share/msan_ignorelist.txt OLD_DIRS+=usr/lib/clang/14.0.4/share OLD_DIRS+=usr/lib/clang/14.0.4 # 20220605: new clang import which bumps version from 14.0.3 to 14.0.4 OLD_FILES+=usr/lib/clang/14.0.3/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/14.0.3/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/14.0.3/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/14.0.3/include/cuda_wrappers OLD_FILES+=usr/lib/clang/14.0.3/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/14.0.3/include/fuzzer OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/complex_cmath.h OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/14.0.3/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/14.0.3/include/openmp_wrappers OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/14.0.3/include/ppc_wrappers OLD_FILES+=usr/lib/clang/14.0.3/include/profile/InstrProfData.inc OLD_FILES+=usr/lib/clang/14.0.3/include/profile/MemProfData.inc OLD_DIRS+=usr/lib/clang/14.0.3/include/profile OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/memprof_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/14.0.3/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/14.0.3/include/sanitizer OLD_FILES+=usr/lib/clang/14.0.3/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/14.0.3/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/14.0.3/include/xray OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_cuda_texture_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_hip_cmath.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/14.0.3/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/14.0.3/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/14.0.3/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/14.0.3/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/14.0.3/include/adxintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/altivec.h OLD_FILES+=usr/lib/clang/14.0.3/include/ammintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/amxintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm64intr.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_acle.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_bf16.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_cde.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_cmse.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_fp16.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_mve.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_neon.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_neon_sve_bridge.h OLD_FILES+=usr/lib/clang/14.0.3/include/arm_sve.h OLD_FILES+=usr/lib/clang/14.0.3/include/armintr.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx2intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512fp16intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlfp16intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avxintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/avxvnniintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/bmiintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/builtins.h OLD_FILES+=usr/lib/clang/14.0.3/include/cet.h OLD_FILES+=usr/lib/clang/14.0.3/include/cetintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/clwbintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/clzerointrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/cpuid.h OLD_FILES+=usr/lib/clang/14.0.3/include/crc32intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/emmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/f16cintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/float.h OLD_FILES+=usr/lib/clang/14.0.3/include/fma4intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/fmaintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/gfniintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/hexagon_circ_brev_intrinsics.h OLD_FILES+=usr/lib/clang/14.0.3/include/hexagon_protos.h OLD_FILES+=usr/lib/clang/14.0.3/include/hexagon_types.h OLD_FILES+=usr/lib/clang/14.0.3/include/hresetintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/htmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/hvx_hexagon_protos.h OLD_FILES+=usr/lib/clang/14.0.3/include/ia32intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/immintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/inttypes.h OLD_FILES+=usr/lib/clang/14.0.3/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/iso646.h OLD_FILES+=usr/lib/clang/14.0.3/include/keylockerintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/limits.h OLD_FILES+=usr/lib/clang/14.0.3/include/lwpintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/mm3dnow.h OLD_FILES+=usr/lib/clang/14.0.3/include/mm_malloc.h OLD_FILES+=usr/lib/clang/14.0.3/include/mmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/module.modulemap OLD_FILES+=usr/lib/clang/14.0.3/include/movdirintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/msa.h OLD_FILES+=usr/lib/clang/14.0.3/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/nmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/omp-tools.h OLD_FILES+=usr/lib/clang/14.0.3/include/omp.h OLD_FILES+=usr/lib/clang/14.0.3/include/ompt.h OLD_FILES+=usr/lib/clang/14.0.3/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/14.0.3/include/opencl-c.h OLD_FILES+=usr/lib/clang/14.0.3/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/pkuintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/pmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/popcntintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/riscv_vector.h OLD_FILES+=usr/lib/clang/14.0.3/include/rtmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/s390intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/serializeintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/sgxintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/shaintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/smmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdalign.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdarg.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdatomic.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdbool.h OLD_FILES+=usr/lib/clang/14.0.3/include/stddef.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdint.h OLD_FILES+=usr/lib/clang/14.0.3/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/14.0.3/include/tbmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/tgmath.h OLD_FILES+=usr/lib/clang/14.0.3/include/tmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/uintrintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/unwind.h OLD_FILES+=usr/lib/clang/14.0.3/include/vadefs.h OLD_FILES+=usr/lib/clang/14.0.3/include/vaesintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/varargs.h OLD_FILES+=usr/lib/clang/14.0.3/include/vecintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/14.0.3/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/wmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/x86gprintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/x86intrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xmmintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xopintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/14.0.3/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/14.0.3/include OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_static-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.asan_static-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.fuzzer_interceptors-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/14.0.3/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/14.0.3/lib/freebsd OLD_DIRS+=usr/lib/clang/14.0.3/lib/share OLD_DIRS+=usr/lib/clang/14.0.3/lib OLD_FILES+=usr/lib/clang/14.0.3/share/asan_ignorelist.txt OLD_FILES+=usr/lib/clang/14.0.3/share/cfi_ignorelist.txt OLD_FILES+=usr/lib/clang/14.0.3/share/msan_ignorelist.txt OLD_DIRS+=usr/lib/clang/14.0.3/share OLD_DIRS+=usr/lib/clang/14.0.3 # 20220524: libkqueue test updates OLD_FILES+=usr/tests/sys/kqueue/libkqueue/kqtest # 20220514: new clang import which bumps version from 13.0.0 to 14.0.3 OLD_FILES+=usr/lib/clang/13.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/13.0.0/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/13.0.0/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/13.0.0/include/cuda_wrappers OLD_FILES+=usr/lib/clang/13.0.0/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/13.0.0/include/fuzzer OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/complex_cmath.h OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/13.0.0/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/13.0.0/include/openmp_wrappers OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/13.0.0/include/ppc_wrappers OLD_FILES+=usr/lib/clang/13.0.0/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/13.0.0/include/profile OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/13.0.0/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/13.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/13.0.0/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/13.0.0/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/13.0.0/include/xray OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_hip_cmath.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/13.0.0/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/13.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/13.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/13.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/13.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/13.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/amxintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_bf16.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_cde.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_cmse.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_mve.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/13.0.0/include/arm_sve.h OLD_FILES+=usr/lib/clang/13.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/avxvnniintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/builtins.h OLD_FILES+=usr/lib/clang/13.0.0/include/cet.h OLD_FILES+=usr/lib/clang/13.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/13.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/float.h OLD_FILES+=usr/lib/clang/13.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/hexagon_circ_brev_intrinsics.h OLD_FILES+=usr/lib/clang/13.0.0/include/hexagon_protos.h OLD_FILES+=usr/lib/clang/13.0.0/include/hexagon_types.h OLD_FILES+=usr/lib/clang/13.0.0/include/hresetintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/hvx_hexagon_protos.h OLD_FILES+=usr/lib/clang/13.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/inttypes.h OLD_FILES+=usr/lib/clang/13.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/iso646.h OLD_FILES+=usr/lib/clang/13.0.0/include/keylockerintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/limits.h OLD_FILES+=usr/lib/clang/13.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/13.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/13.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/13.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/msa.h OLD_FILES+=usr/lib/clang/13.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/omp-tools.h OLD_FILES+=usr/lib/clang/13.0.0/include/omp.h OLD_FILES+=usr/lib/clang/13.0.0/include/ompt.h OLD_FILES+=usr/lib/clang/13.0.0/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/13.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/13.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/riscv_vector.h OLD_FILES+=usr/lib/clang/13.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/serializeintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdalign.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdarg.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdatomic.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdbool.h OLD_FILES+=usr/lib/clang/13.0.0/include/stddef.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdint.h OLD_FILES+=usr/lib/clang/13.0.0/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/13.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/tgmath.h OLD_FILES+=usr/lib/clang/13.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/uintrintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/unwind.h OLD_FILES+=usr/lib/clang/13.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/13.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/varargs.h OLD_FILES+=usr/lib/clang/13.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/13.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/x86gprintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/13.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/13.0.0/include OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/13.0.0/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/13.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/13.0.0/lib OLD_DIRS+=usr/lib/clang/13.0.0 # 20220514: new libc++ import which bumps version from 13.0.0 to 14.0.3 OLD_FILES+=usr/include/c++/v1/__function_like.h OLD_FILES+=usr/include/c++/v1/__memory/pointer_safety.h OLD_FILES+=usr/include/c++/v1/__utility/__decay_copy.h # 20220418: uudecode merged into uuencode and renamed to bintrans OLD_FILES+=usr/lib/debug/usr/bin/uuencode.debug OLD_FILES+=usr/lib/debug/usr/bin/uudecode.debug OLD_FILES+=usr/tests/usr.bin/uuencode/Kyuafile OLD_FILES+=usr/tests/usr.bin/uuencode/legacy_test OLD_FILES+=usr/tests/usr.bin/uuencode/regress.base64.in OLD_FILES+=usr/tests/usr.bin/uuencode/regress.traditional.out OLD_FILES+=usr/tests/usr.bin/uuencode/regress.traditional.in OLD_FILES+=usr/tests/usr.bin/uuencode/regress.out OLD_FILES+=usr/tests/usr.bin/uuencode/regress.sh OLD_FILES+=usr/tests/usr.bin/uuencode/regress.in OLD_FILES+=usr/tests/usr.bin/uuencode/regress.153276.in OLD_FILES+=usr/tests/usr.bin/uuencode/regress.base64.out OLD_FILES+=usr/tests/usr.bin/uuencode/regress.153276.out OLD_FILES+=usr/tests/usr.bin/uudecode/regress.base64.in OLD_FILES+=usr/tests/usr.bin/uudecode/Kyuafile OLD_FILES+=usr/tests/usr.bin/uudecode/regress.out OLD_FILES+=usr/tests/usr.bin/uudecode/regress.sh OLD_FILES+=usr/tests/usr.bin/uudecode/regress.153276.out OLD_FILES+=usr/tests/usr.bin/uudecode/regress.traditional.in OLD_FILES+=usr/tests/usr.bin/uudecode/legacy_test OLD_FILES+=usr/tests/usr.bin/uudecode/regress.153276.in OLD_DIRS+=usr/tests/usr.bin/uuencode OLD_DIRS+=usr/tests/usr.bin/uudecode # 20220318: snd_ds1 and snd_maestro drivers removed OLD_FILES+=usr/share/man/man4/snd_ds1.4.gz OLD_FILES+=usr/share/man/man4/snd_maestro.4.gz # 20220307: remove 330.news OLD_FILES+=etc/periodic/daily/330.news # 20220210: unwind.h moved to /usr/include OLD_FILES+=usr/include/c++/v1/unwind-arm.h OLD_FILES+=usr/include/c++/v1/unwind-itanium.h OLD_FILES+=usr/include/c++/v1/unwind.h # 20220128: mips pmc events removed OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz # 20220127: terasic_mtl.4 removed OLD_FILES+=usr/share/man/man4/terasic_mtl.4.gz # 20211229: libc++ moved to /lib MOVED_LIBS+=usr/lib/libc++.so.1 # 20211221: efi_set_variables_supported.3 should be efi_variables_supported.3 OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz # 20211218: meteor.4 removed, see also 20200301 entry below OLD_FILES+=usr/share/man/man4/meteor.4.gz # 20211125: Old SCSI drivers removed OLD_FILES+=usr/share/man/man4/amr.4.gz OLD_FILES+=usr/share/man/man4/esp.4.gz OLD_FILES+=usr/share/man/man4/iir.4.gz OLD_FILES+=usr/share/man/man4/mly.4.gz OLD_FILES+=usr/share/man/man4/twa.4.gz # 20211120: kernel_vmount function removed OLD_FILES+=usr/share/man/man9/kernel_vmount.9.gz # 20211115: vm_page busy functions removed OLD_FILES+=share/man/man9/vm_page_sbusy.9.gz OLD_FILES+=share/man/man9/vm_page_xbusy.9.gz OLD_FILES+=share/man/man9/vm_page_sleep_if_busy.9.gz # 20211113: new clang import which bumps version from 12.0.1 to 13.0.0 OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/12.0.1/include/cuda_wrappers OLD_FILES+=usr/lib/clang/12.0.1/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/12.0.1/include/fuzzer OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/complex_cmath.h OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/12.0.1/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/12.0.1/include/openmp_wrappers OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/12.0.1/include/ppc_wrappers OLD_FILES+=usr/lib/clang/12.0.1/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/12.0.1/include/profile OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/12.0.1/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/12.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/12.0.1/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/12.0.1/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/12.0.1/include/xray OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_hip_cmath.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/12.0.1/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/12.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/12.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/12.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/12.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/12.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/amxintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_bf16.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_cde.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_cmse.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_mve.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/12.0.1/include/arm_sve.h OLD_FILES+=usr/lib/clang/12.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/avxvnniintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/cet.h OLD_FILES+=usr/lib/clang/12.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/12.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/float.h OLD_FILES+=usr/lib/clang/12.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/hresetintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/inttypes.h OLD_FILES+=usr/lib/clang/12.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/iso646.h OLD_FILES+=usr/lib/clang/12.0.1/include/keylockerintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/limits.h OLD_FILES+=usr/lib/clang/12.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/12.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/12.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/12.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/msa.h OLD_FILES+=usr/lib/clang/12.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/omp-tools.h OLD_FILES+=usr/lib/clang/12.0.1/include/omp.h OLD_FILES+=usr/lib/clang/12.0.1/include/ompt.h OLD_FILES+=usr/lib/clang/12.0.1/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/12.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/12.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/serializeintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdalign.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdarg.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdatomic.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdbool.h OLD_FILES+=usr/lib/clang/12.0.1/include/stddef.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdint.h OLD_FILES+=usr/lib/clang/12.0.1/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/12.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/tgmath.h OLD_FILES+=usr/lib/clang/12.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/uintrintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/unwind.h OLD_FILES+=usr/lib/clang/12.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/12.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/varargs.h OLD_FILES+=usr/lib/clang/12.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/12.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/x86gprintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/12.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/12.0.1/include OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/12.0.1/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/12.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/12.0.1/lib OLD_DIRS+=usr/lib/clang/12.0.1 # 20211113: new libc++ import which bumps version from 12.0.1 to 13.0.0 OLD_FILES+=usr/include/c++/v1/__functional_03 OLD_FILES+=usr/include/c++/v1/__functional_base_03 OLD_FILES+=usr/include/c++/v1/__memory/base.h OLD_FILES+=usr/include/c++/v1/__memory/utilities.h OLD_FILES+=usr/include/c++/v1/__sso_allocator OLD_FILES+=usr/include/c++/v1/tr1/__availability OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference OLD_FILES+=usr/include/c++/v1/tr1/__bits OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_defaults.h OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_fallbacks.h OLD_FILES+=usr/include/c++/v1/tr1/__config OLD_FILES+=usr/include/c++/v1/tr1/__debug OLD_FILES+=usr/include/c++/v1/tr1/__errc OLD_FILES+=usr/include/c++/v1/tr1/__functional_03 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03 OLD_FILES+=usr/include/c++/v1/tr1/__hash_table OLD_FILES+=usr/include/c++/v1/tr1/__libcpp_version OLD_FILES+=usr/include/c++/v1/tr1/__locale OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base OLD_FILES+=usr/include/c++/v1/tr1/__node_handle OLD_FILES+=usr/include/c++/v1/tr1/__nullptr OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator OLD_FILES+=usr/include/c++/v1/tr1/__std_stream OLD_FILES+=usr/include/c++/v1/tr1/__string OLD_FILES+=usr/include/c++/v1/tr1/__threading_support OLD_FILES+=usr/include/c++/v1/tr1/__tree OLD_FILES+=usr/include/c++/v1/tr1/__tuple OLD_FILES+=usr/include/c++/v1/tr1/__undef_macros OLD_FILES+=usr/include/c++/v1/tr1/algorithm OLD_FILES+=usr/include/c++/v1/tr1/any OLD_FILES+=usr/include/c++/v1/tr1/array OLD_FILES+=usr/include/c++/v1/tr1/atomic OLD_FILES+=usr/include/c++/v1/tr1/barrier OLD_FILES+=usr/include/c++/v1/tr1/bit OLD_FILES+=usr/include/c++/v1/tr1/bitset OLD_FILES+=usr/include/c++/v1/tr1/cassert OLD_FILES+=usr/include/c++/v1/tr1/ccomplex OLD_FILES+=usr/include/c++/v1/tr1/cctype OLD_FILES+=usr/include/c++/v1/tr1/cerrno OLD_FILES+=usr/include/c++/v1/tr1/cfenv OLD_FILES+=usr/include/c++/v1/tr1/cfloat OLD_FILES+=usr/include/c++/v1/tr1/charconv OLD_FILES+=usr/include/c++/v1/tr1/chrono OLD_FILES+=usr/include/c++/v1/tr1/cinttypes OLD_FILES+=usr/include/c++/v1/tr1/ciso646 OLD_FILES+=usr/include/c++/v1/tr1/climits OLD_FILES+=usr/include/c++/v1/tr1/clocale OLD_FILES+=usr/include/c++/v1/tr1/cmath OLD_FILES+=usr/include/c++/v1/tr1/codecvt OLD_FILES+=usr/include/c++/v1/tr1/compare OLD_FILES+=usr/include/c++/v1/tr1/complex OLD_FILES+=usr/include/c++/v1/tr1/complex.h OLD_FILES+=usr/include/c++/v1/tr1/concepts OLD_FILES+=usr/include/c++/v1/tr1/condition_variable OLD_FILES+=usr/include/c++/v1/tr1/csetjmp OLD_FILES+=usr/include/c++/v1/tr1/csignal OLD_FILES+=usr/include/c++/v1/tr1/cstdarg OLD_FILES+=usr/include/c++/v1/tr1/cstdbool OLD_FILES+=usr/include/c++/v1/tr1/cstddef OLD_FILES+=usr/include/c++/v1/tr1/cstdint OLD_FILES+=usr/include/c++/v1/tr1/cstdio OLD_FILES+=usr/include/c++/v1/tr1/cstdlib OLD_FILES+=usr/include/c++/v1/tr1/cstring OLD_FILES+=usr/include/c++/v1/tr1/ctgmath OLD_FILES+=usr/include/c++/v1/tr1/ctime OLD_FILES+=usr/include/c++/v1/tr1/ctype.h OLD_FILES+=usr/include/c++/v1/tr1/cwchar OLD_FILES+=usr/include/c++/v1/tr1/cwctype OLD_FILES+=usr/include/c++/v1/tr1/deque OLD_FILES+=usr/include/c++/v1/tr1/errno.h OLD_FILES+=usr/include/c++/v1/tr1/exception OLD_FILES+=usr/include/c++/v1/tr1/execution OLD_FILES+=usr/include/c++/v1/tr1/fenv.h OLD_FILES+=usr/include/c++/v1/tr1/filesystem OLD_FILES+=usr/include/c++/v1/tr1/float.h OLD_FILES+=usr/include/c++/v1/tr1/forward_list OLD_FILES+=usr/include/c++/v1/tr1/fstream OLD_FILES+=usr/include/c++/v1/tr1/functional OLD_FILES+=usr/include/c++/v1/tr1/future OLD_FILES+=usr/include/c++/v1/tr1/initializer_list OLD_FILES+=usr/include/c++/v1/tr1/inttypes.h OLD_FILES+=usr/include/c++/v1/tr1/iomanip OLD_FILES+=usr/include/c++/v1/tr1/ios OLD_FILES+=usr/include/c++/v1/tr1/iosfwd OLD_FILES+=usr/include/c++/v1/tr1/iostream OLD_FILES+=usr/include/c++/v1/tr1/istream OLD_FILES+=usr/include/c++/v1/tr1/iterator OLD_FILES+=usr/include/c++/v1/tr1/latch OLD_FILES+=usr/include/c++/v1/tr1/limits OLD_FILES+=usr/include/c++/v1/tr1/limits.h OLD_FILES+=usr/include/c++/v1/tr1/list OLD_FILES+=usr/include/c++/v1/tr1/locale OLD_FILES+=usr/include/c++/v1/tr1/locale.h OLD_FILES+=usr/include/c++/v1/tr1/map OLD_FILES+=usr/include/c++/v1/tr1/math.h OLD_FILES+=usr/include/c++/v1/tr1/memory OLD_FILES+=usr/include/c++/v1/tr1/mutex OLD_FILES+=usr/include/c++/v1/tr1/new OLD_FILES+=usr/include/c++/v1/tr1/numbers OLD_FILES+=usr/include/c++/v1/tr1/numeric OLD_FILES+=usr/include/c++/v1/tr1/optional OLD_FILES+=usr/include/c++/v1/tr1/ostream OLD_FILES+=usr/include/c++/v1/tr1/queue OLD_FILES+=usr/include/c++/v1/tr1/random OLD_FILES+=usr/include/c++/v1/tr1/ratio OLD_FILES+=usr/include/c++/v1/tr1/regex OLD_FILES+=usr/include/c++/v1/tr1/scoped_allocator OLD_FILES+=usr/include/c++/v1/tr1/semaphore OLD_FILES+=usr/include/c++/v1/tr1/set OLD_FILES+=usr/include/c++/v1/tr1/setjmp.h OLD_FILES+=usr/include/c++/v1/tr1/shared_mutex OLD_FILES+=usr/include/c++/v1/tr1/span OLD_FILES+=usr/include/c++/v1/tr1/sstream OLD_FILES+=usr/include/c++/v1/tr1/stack OLD_FILES+=usr/include/c++/v1/tr1/stdbool.h OLD_FILES+=usr/include/c++/v1/tr1/stddef.h OLD_FILES+=usr/include/c++/v1/tr1/stdexcept OLD_FILES+=usr/include/c++/v1/tr1/stdint.h OLD_FILES+=usr/include/c++/v1/tr1/stdio.h OLD_FILES+=usr/include/c++/v1/tr1/stdlib.h OLD_FILES+=usr/include/c++/v1/tr1/streambuf OLD_FILES+=usr/include/c++/v1/tr1/string OLD_FILES+=usr/include/c++/v1/tr1/string.h OLD_FILES+=usr/include/c++/v1/tr1/string_view OLD_FILES+=usr/include/c++/v1/tr1/strstream OLD_FILES+=usr/include/c++/v1/tr1/system_error OLD_FILES+=usr/include/c++/v1/tr1/tgmath.h OLD_FILES+=usr/include/c++/v1/tr1/thread OLD_FILES+=usr/include/c++/v1/tr1/tuple OLD_FILES+=usr/include/c++/v1/tr1/type_traits OLD_FILES+=usr/include/c++/v1/tr1/typeindex OLD_FILES+=usr/include/c++/v1/tr1/typeinfo OLD_FILES+=usr/include/c++/v1/tr1/unordered_map OLD_FILES+=usr/include/c++/v1/tr1/unordered_set OLD_FILES+=usr/include/c++/v1/tr1/utility OLD_FILES+=usr/include/c++/v1/tr1/valarray OLD_FILES+=usr/include/c++/v1/tr1/variant OLD_FILES+=usr/include/c++/v1/tr1/vector OLD_FILES+=usr/include/c++/v1/tr1/version OLD_FILES+=usr/include/c++/v1/tr1/wchar.h OLD_FILES+=usr/include/c++/v1/tr1/wctype.h OLD_DIRS+=usr/include/c++/v1/tr1 # 20211027: libdialog shlib bumped to version 10 for dialog 1.3 OLD_LIBS+=usr/lib/libdialog.so.9 OLD_LIBS+=usr/lib/libdpv.so.2 # 20211026: retire obsolete iscsi initiator OLD_FILES+=sbin/iscontrol OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz OLD_FILES+=usr/share/man/man8/iscontrol.8.gz # 20211022 OLD_FILES+=etc/rc.d/sppp OLD_FILES+=rescue/spppcontrol OLD_FILES+=sbin/spppcontrol .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/cserial.h .endif OLD_FILES+=usr/include/net/if_sppp.h OLD_FILES+=usr/include/netgraph/ng_sppp.h OLD_FILES+=usr/share/man/man4/ng_sppp.4.gz OLD_FILES+=usr/share/man/man4/sppp.4.gz OLD_FILES+=usr/share/man/man8/spppcontrol.8.gz # 20211004: Removed sparc64 tests for lastcomm/sa OLD_FILES+=usr/tests/usr.bin/lastcomm/v1-sparc64-acct.in OLD_FILES+=usr/tests/usr.bin/lastcomm/v1-sparc64.out OLD_FILES+=usr/tests/usr.bin/lastcomm/v2-sparc64-acct.in OLD_FILES+=usr/tests/usr.bin/lastcomm/v2-sparc64.out OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.in OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-sav.out OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-u.out OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.in OLD_FILES+=usr/tests/usr.sbin/sa/v1-sparc64-usr.out OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-sav.in OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-u.out OLD_FILES+=usr/tests/usr.sbin/sa/v2-sparc64-usr.in # 20210929: OLD_FILES+=usr/sbin/hcseriald OLD_FILES+=usr/share/man/man8/hcseriald.8.gz # 20210929: Remove ng_h4 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h OLD_FILES+=usr/share/man/man4/ng_h4.4.gz # 20210923: rename boot(9) to kern_reboot(9) OLD_FILES+=usr/share/man/man9/boot.9.gz # 20210921: remove cloudabi OLD_FILES+=usr/share/man/man4/cloudabi.4.gz OLD_FILES+=usr/share/man/man4/cloudabi32.4.gz OLD_FILES+=usr/share/man/man4/cloudabi64.4.gz # 20210906: stop installing {llvm,clang,lldb}-tblgen OLD_FILES+=usr/bin/llvm-tblgen OLD_FILES+=usr/bin/clang-tblgen OLD_FILES+=usr/bin/lldb-tblgen OLD_FILES+=usr/share/man/man1/llvm-tblgen.1.gz # 20210810: remove Pentium-related man pages and references OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz # 20210805: C.UTF-8 installed to the wrong location OLD_FILES+=usr/share/C.UTF-8.LC_CTYPE # 20210619: new clang import which bumps version from 12.0.0 to 12.0.1 OLD_FILES+=usr/lib/clang/12.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/12.0.0/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/12.0.0/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/12.0.0/include/cuda_wrappers OLD_FILES+=usr/lib/clang/12.0.0/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/12.0.0/include/fuzzer OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/complex_cmath.h OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/12.0.0/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/12.0.0/include/openmp_wrappers OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/12.0.0/include/ppc_wrappers OLD_FILES+=usr/lib/clang/12.0.0/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/12.0.0/include/profile OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/12.0.0/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/12.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/12.0.0/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/12.0.0/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/12.0.0/include/xray OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_hip_cmath.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/12.0.0/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/12.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/12.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/12.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/12.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/12.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/amxintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_bf16.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_cde.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_cmse.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_mve.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/12.0.0/include/arm_sve.h OLD_FILES+=usr/lib/clang/12.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/avxvnniintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/cet.h OLD_FILES+=usr/lib/clang/12.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/12.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/float.h OLD_FILES+=usr/lib/clang/12.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/hresetintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/inttypes.h OLD_FILES+=usr/lib/clang/12.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/iso646.h OLD_FILES+=usr/lib/clang/12.0.0/include/keylockerintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/limits.h OLD_FILES+=usr/lib/clang/12.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/12.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/12.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/12.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/msa.h OLD_FILES+=usr/lib/clang/12.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/omp-tools.h OLD_FILES+=usr/lib/clang/12.0.0/include/omp.h OLD_FILES+=usr/lib/clang/12.0.0/include/ompt.h OLD_FILES+=usr/lib/clang/12.0.0/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/12.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/12.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/serializeintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdalign.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdarg.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdatomic.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdbool.h OLD_FILES+=usr/lib/clang/12.0.0/include/stddef.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdint.h OLD_FILES+=usr/lib/clang/12.0.0/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/12.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/tgmath.h OLD_FILES+=usr/lib/clang/12.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/uintrintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/unwind.h OLD_FILES+=usr/lib/clang/12.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/12.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/varargs.h OLD_FILES+=usr/lib/clang/12.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/12.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/x86gprintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/12.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/12.0.0/include OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/12.0.0/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/12.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/12.0.0/lib OLD_DIRS+=usr/lib/clang/12.0.0 # 20210616: Remove crypto_cursor_seg{base,len} OLD_FILES+=usr/share/man/man9/crypto_cursor_segbase.9.gz OLD_FILES+=usr/share/man/man9/crypto_cursor_seglen.9.gz # 20210618: rename of usr/share/certs/blacklisted OLD_FILES+=usr/share/certs/blacklisted/AddTrust_External_Root.pem OLD_FILES+=usr/share/certs/blacklisted/AddTrust_Low-Value_Services_Root.pem OLD_FILES+=usr/share/certs/blacklisted/Camerfirma_Chambers_of_Commerce_Root.pem OLD_FILES+=usr/share/certs/blacklisted/Camerfirma_Global_Chambersign_Root.pem OLD_FILES+=usr/share/certs/blacklisted/Certum_Root_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Chambers_of_Commerce_Root_-_2008.pem OLD_FILES+=usr/share/certs/blacklisted/D-TRUST_Root_CA_3_2013.pem OLD_FILES+=usr/share/certs/blacklisted/EC-ACC.pem OLD_FILES+=usr/share/certs/blacklisted/EE_Certification_Centre_Root_CA.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Global_CA.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Primary_Certification_Authority_-_G2.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Primary_Certification_Authority_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Primary_Certification_Authority.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Universal_CA_2.pem OLD_FILES+=usr/share/certs/blacklisted/GeoTrust_Universal_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Global_Chambersign_Root_-_2008.pem OLD_FILES+=usr/share/certs/blacklisted/LuxTrust_Global_Root_2.pem OLD_FILES+=usr/share/certs/blacklisted/OISTE_WISeKey_Global_Root_GA_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Staat_der_Nederlanden_Root_CA_-_G2.pem OLD_FILES+=usr/share/certs/blacklisted/Staat_der_Nederlanden_Root_CA_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/SwissSign_Platinum_CA_-_G2.pem OLD_FILES+=usr/share/certs/blacklisted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G4.pem OLD_FILES+=usr/share/certs/blacklisted/Symantec_Class_1_Public_Primary_Certification_Authority_-_G6.pem OLD_FILES+=usr/share/certs/blacklisted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G4.pem OLD_FILES+=usr/share/certs/blacklisted/Symantec_Class_2_Public_Primary_Certification_Authority_-_G6.pem OLD_FILES+=usr/share/certs/blacklisted/Taiwan_GRCA.pem OLD_FILES+=usr/share/certs/blacklisted/thawte_Primary_Root_CA_-_G2.pem OLD_FILES+=usr/share/certs/blacklisted/thawte_Primary_Root_CA_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/thawte_Primary_Root_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Trustis_FPS_Root_CA.pem OLD_FILES+=usr/share/certs/blacklisted/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem OLD_FILES+=usr/share/certs/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem OLD_FILES+=usr/share/certs/blacklisted/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem OLD_FILES+=usr/share/certs/blacklisted/VeriSign_Universal_Root_Certification_Authority.pem OLD_DIRS+=usr/share/certs/blacklisted # 20210613: new clang import which bumps version from 11.0.1 to 12.0.0 OLD_FILES+=usr/lib/clang/11.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/11.0.1/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/11.0.1/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/11.0.1/include/cuda_wrappers OLD_FILES+=usr/lib/clang/11.0.1/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/11.0.1/include/fuzzer OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/11.0.1/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/11.0.1/include/openmp_wrappers OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/11.0.1/include/ppc_wrappers OLD_FILES+=usr/lib/clang/11.0.1/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/11.0.1/include/profile OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/11.0.1/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/11.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/11.0.1/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/11.0.1/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/11.0.1/include/xray OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/11.0.1/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/11.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/11.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/11.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/11.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/11.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/amxintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_bf16.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_cde.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_cmse.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_mve.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/11.0.1/include/arm_sve.h OLD_FILES+=usr/lib/clang/11.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/cet.h OLD_FILES+=usr/lib/clang/11.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/11.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/float.h OLD_FILES+=usr/lib/clang/11.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/inttypes.h OLD_FILES+=usr/lib/clang/11.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/iso646.h OLD_FILES+=usr/lib/clang/11.0.1/include/limits.h OLD_FILES+=usr/lib/clang/11.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/11.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/11.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/11.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/msa.h OLD_FILES+=usr/lib/clang/11.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/omp-tools.h OLD_FILES+=usr/lib/clang/11.0.1/include/omp.h OLD_FILES+=usr/lib/clang/11.0.1/include/ompt.h OLD_FILES+=usr/lib/clang/11.0.1/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/11.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/11.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/serializeintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdalign.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdarg.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdatomic.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdbool.h OLD_FILES+=usr/lib/clang/11.0.1/include/stddef.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdint.h OLD_FILES+=usr/lib/clang/11.0.1/include/stdnoreturn.h OLD_FILES+=usr/lib/clang/11.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/tgmath.h OLD_FILES+=usr/lib/clang/11.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/unwind.h OLD_FILES+=usr/lib/clang/11.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/11.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/varargs.h OLD_FILES+=usr/lib/clang/11.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/11.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/11.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/11.0.1/include OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/11.0.1/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/11.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/11.0.1/lib OLD_DIRS+=usr/lib/clang/11.0.1 # 20210613: Rename OpenZFS manual pages OLD_FILES+=usr/share/man/man5/spl-module-parameters.5.gz OLD_FILES+=usr/share/man/man5/zfs-events.5.gz OLD_FILES+=usr/share/man/man5/zfs-module-parameters.5.gz OLD_FILES+=usr/share/man/man8/zfsconcepts.8.gz OLD_FILES+=usr/share/man/man8/zfsprops.8.gz OLD_FILES+=usr/share/man/man5/zpool-features.5.gz OLD_FILES+=usr/share/man/man8/zpoolconcepts.8.gz OLD_FILES+=usr/share/man/man8/zpoolprops.8.gz # 20210611: Remove svn and svnlite OLD_FILES+=usr/bin/svn OLD_FILES+=usr/bin/svnadmin OLD_FILES+=usr/bin/svnbench OLD_FILES+=usr/bin/svndumpfilter OLD_FILES+=usr/bin/svnfsfs OLD_FILES+=usr/bin/svnlite OLD_FILES+=usr/bin/svnliteadmin OLD_FILES+=usr/bin/svnlitebench OLD_FILES+=usr/bin/svnlitedumpfilter OLD_FILES+=usr/bin/svnlitefsfs OLD_FILES+=usr/bin/svnlitelook OLD_FILES+=usr/bin/svnlitemucc OLD_FILES+=usr/bin/svnliterdump OLD_FILES+=usr/bin/svnliteserve OLD_FILES+=usr/bin/svnlitesync OLD_FILES+=usr/bin/svnliteversion OLD_FILES+=usr/bin/svnlook OLD_FILES+=usr/bin/svnmucc OLD_FILES+=usr/bin/svnrdump OLD_FILES+=usr/bin/svnserve OLD_FILES+=usr/bin/svnsync OLD_FILES+=usr/bin/svnversion OLD_FILES+=usr/share/man/man1/svnlite.1.gz # 20210607: remove ancontrol(8) related programs OLD_FILES+=usr/sbin/ancontrol OLD_FILES+=usr/share/man/man8/ancontrol.8.gz # 20210607: remove an(4) OLD_FILES+=usr/include/dev/an/if_aironet_ieee.h OLD_FILES+=usr/include/dev/an/if_anreg.h OLD_FILES+=usr/share/man/man4/an.4.gz # 20210426: remove unused libexec/rc.d/addswap OLD_FILES+=etc/rc.d/addswap # 20210413: Remove pfctlinput2 OLD_FILES+=usr/share/man/man9/pfctlinput2.9.gz # 20210412: Remove kernel asymmetric crypto OLD_FILES+=usr/share/man/man9/crypto_asym.9.gz OLD_FILES+=usr/share/man/man9/crypto_kdispatch.9.gz OLD_FILES+=usr/share/man/man9/crypto_kdone.9.gz OLD_FILES+=usr/share/man/man9/crypto_kregister.9.gz OLD_FILES+=usr/share/man/man9/CRYPTODEV_KPROCESS.9.gz # 20210410: remove unused libexec/rc.d/archdep OLD_FILES+=etc/rc.d/archdep # 20210408: remove tcp_hostcache.h OLD_FILES+=usr/include/netinet/tcp_hostcache.h # 20210403: remove kgmon(8) OLD_FILES+=usr/sbin/kgmon OLD_FILES+=usr/share/man/man8/kgmon.8.gz # 20210401: remove bt(4) man page OLD_FILES+=usr/share/man/man4/bt.4.gz # 20210322: retire mn(4) sync serial driver OLD_FILES+=usr/share/man/man4/if_mn.4.gz OLD_FILES+=usr/share/man/man4/mn.4.gz # 20210318: remove the terminfo database OLD_FILES+=usr/share/terminfo/1/1178 OLD_FILES+=usr/share/terminfo/1/1730-lm OLD_DIRS+=usr/share/terminfo/1 OLD_FILES+=usr/share/terminfo/2/2621 OLD_FILES+=usr/share/terminfo/2/2621-wl OLD_FILES+=usr/share/terminfo/2/2621A OLD_FILES+=usr/share/terminfo/2/2621a OLD_DIRS+=usr/share/terminfo/2/ OLD_FILES+=usr/share/terminfo/3/386at OLD_FILES+=usr/share/terminfo/3/3b1 OLD_DIRS+=usr/share/terminfo/3/ OLD_FILES+=usr/share/terminfo/4/4025ex OLD_FILES+=usr/share/terminfo/4/4027ex OLD_FILES+=usr/share/terminfo/4/4410-w OLD_DIRS+=usr/share/terminfo/4/ OLD_FILES+=usr/share/terminfo/5/5051 OLD_FILES+=usr/share/terminfo/5/5410-w OLD_FILES+=usr/share/terminfo/5/5620 OLD_FILES+=usr/share/terminfo/5/5630-24 OLD_FILES+=usr/share/terminfo/5/5630DMD-24 OLD_DIRS+=usr/share/terminfo/5/ OLD_FILES+=usr/share/terminfo/6/6053 OLD_FILES+=usr/share/terminfo/6/6053-dg OLD_FILES+=usr/share/terminfo/6/605x OLD_FILES+=usr/share/terminfo/6/605x-dg OLD_FILES+=usr/share/terminfo/6/630-lm OLD_FILES+=usr/share/terminfo/6/630MTG-24 OLD_DIRS+=usr/share/terminfo/6/ OLD_FILES+=usr/share/terminfo/7/730MTG-24 OLD_FILES+=usr/share/terminfo/7/730MTG-41 OLD_FILES+=usr/share/terminfo/7/730MTG-41r OLD_FILES+=usr/share/terminfo/7/730MTGr OLD_FILES+=usr/share/terminfo/7/730MTGr-24 OLD_DIRS+=usr/share/terminfo/7/ OLD_FILES+=usr/share/terminfo/8/8510 OLD_DIRS+=usr/share/terminfo/8/ OLD_FILES+=usr/share/terminfo/9/955-hb OLD_FILES+=usr/share/terminfo/9/955-w OLD_FILES+=usr/share/terminfo/9/9term OLD_DIRS+=usr/share/terminfo/9/ OLD_FILES+=usr/share/terminfo/A/Apple_Terminal OLD_DIRS+=usr/share/terminfo/A/ OLD_FILES+=usr/share/terminfo/E/Eterm OLD_FILES+=usr/share/terminfo/E/Eterm-256color OLD_FILES+=usr/share/terminfo/E/Eterm-88color OLD_FILES+=usr/share/terminfo/E/Eterm-color OLD_DIRS+=usr/share/terminfo/E/ OLD_FILES+=usr/share/terminfo/L/LFT-PC850 OLD_DIRS+=usr/share/terminfo/L/ OLD_FILES+=usr/share/terminfo/M/MtxOrb OLD_FILES+=usr/share/terminfo/M/MtxOrb162 OLD_FILES+=usr/share/terminfo/M/MtxOrb204 OLD_DIRS+=usr/share/terminfo/M/ OLD_FILES+=usr/share/terminfo/N/NCR260VT300WPP OLD_FILES+=usr/share/terminfo/N/NCRVT100WPP OLD_DIRS+=usr/share/terminfo/N/ OLD_FILES+=usr/share/terminfo/P/P12 OLD_FILES+=usr/share/terminfo/P/P12-M OLD_FILES+=usr/share/terminfo/P/P12-M-W OLD_FILES+=usr/share/terminfo/P/P12-W OLD_FILES+=usr/share/terminfo/P/P14 OLD_FILES+=usr/share/terminfo/P/P14-M OLD_FILES+=usr/share/terminfo/P/P14-M-W OLD_FILES+=usr/share/terminfo/P/P14-W OLD_FILES+=usr/share/terminfo/P/P4 OLD_FILES+=usr/share/terminfo/P/P5 OLD_FILES+=usr/share/terminfo/P/P7 OLD_FILES+=usr/share/terminfo/P/P8 OLD_FILES+=usr/share/terminfo/P/P8-W OLD_FILES+=usr/share/terminfo/P/P9 OLD_FILES+=usr/share/terminfo/P/P9-8 OLD_FILES+=usr/share/terminfo/P/P9-8-W OLD_FILES+=usr/share/terminfo/P/P9-W OLD_DIRS+=usr/share/terminfo/P/ OLD_FILES+=usr/share/terminfo/Q/Q306-8-pc OLD_FILES+=usr/share/terminfo/Q/Q310-vip-H OLD_FILES+=usr/share/terminfo/Q/Q310-vip-H-am OLD_FILES+=usr/share/terminfo/Q/Q310-vip-Hw OLD_FILES+=usr/share/terminfo/Q/Q310-vip-w OLD_FILES+=usr/share/terminfo/Q/Q310-vip-w-am OLD_DIRS+=usr/share/terminfo/Q/ OLD_FILES+=usr/share/terminfo/X/X-hpterm OLD_DIRS+=usr/share/terminfo/X/ OLD_FILES+=usr/share/terminfo/a/a210 OLD_FILES+=usr/share/terminfo/a/a80 OLD_FILES+=usr/share/terminfo/a/a980 OLD_FILES+=usr/share/terminfo/a/aa4080 OLD_FILES+=usr/share/terminfo/a/aaa OLD_FILES+=usr/share/terminfo/a/aaa+dec OLD_FILES+=usr/share/terminfo/a/aaa+rv OLD_FILES+=usr/share/terminfo/a/aaa+unk OLD_FILES+=usr/share/terminfo/a/aaa-18 OLD_FILES+=usr/share/terminfo/a/aaa-18-rv OLD_FILES+=usr/share/terminfo/a/aaa-20 OLD_FILES+=usr/share/terminfo/a/aaa-22 OLD_FILES+=usr/share/terminfo/a/aaa-24 OLD_FILES+=usr/share/terminfo/a/aaa-24-rv OLD_FILES+=usr/share/terminfo/a/aaa-26 OLD_FILES+=usr/share/terminfo/a/aaa-28 OLD_FILES+=usr/share/terminfo/a/aaa-30 OLD_FILES+=usr/share/terminfo/a/aaa-30-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-30-rv OLD_FILES+=usr/share/terminfo/a/aaa-30-rv-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-30-s OLD_FILES+=usr/share/terminfo/a/aaa-30-s-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-30-s-rv OLD_FILES+=usr/share/terminfo/a/aaa-30-s-rv-ct OLD_FILES+=usr/share/terminfo/a/aaa-36 OLD_FILES+=usr/share/terminfo/a/aaa-36-rv OLD_FILES+=usr/share/terminfo/a/aaa-40 OLD_FILES+=usr/share/terminfo/a/aaa-40-rv OLD_FILES+=usr/share/terminfo/a/aaa-48 OLD_FILES+=usr/share/terminfo/a/aaa-48-rv OLD_FILES+=usr/share/terminfo/a/aaa-60 OLD_FILES+=usr/share/terminfo/a/aaa-60-dec-rv OLD_FILES+=usr/share/terminfo/a/aaa-60-rv OLD_FILES+=usr/share/terminfo/a/aaa-60-s OLD_FILES+=usr/share/terminfo/a/aaa-60-s-rv OLD_FILES+=usr/share/terminfo/a/aaa-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-db OLD_FILES+=usr/share/terminfo/a/aaa-rv OLD_FILES+=usr/share/terminfo/a/aaa-rv-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-rv-unk OLD_FILES+=usr/share/terminfo/a/aaa-s OLD_FILES+=usr/share/terminfo/a/aaa-s-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-s-rv OLD_FILES+=usr/share/terminfo/a/aaa-s-rv-ctxt OLD_FILES+=usr/share/terminfo/a/aaa-unk OLD_FILES+=usr/share/terminfo/a/aas1901 OLD_FILES+=usr/share/terminfo/a/abm80 OLD_FILES+=usr/share/terminfo/a/abm85 OLD_FILES+=usr/share/terminfo/a/abm85e OLD_FILES+=usr/share/terminfo/a/abm85h OLD_FILES+=usr/share/terminfo/a/abm85h-old OLD_FILES+=usr/share/terminfo/a/absolute OLD_FILES+=usr/share/terminfo/a/act4 OLD_FILES+=usr/share/terminfo/a/act5 OLD_FILES+=usr/share/terminfo/a/addrinfo OLD_FILES+=usr/share/terminfo/a/adds200 OLD_FILES+=usr/share/terminfo/a/adds980 OLD_FILES+=usr/share/terminfo/a/addsviewpoint OLD_FILES+=usr/share/terminfo/a/addsvp60 OLD_FILES+=usr/share/terminfo/a/adm+sgr OLD_FILES+=usr/share/terminfo/a/adm1 OLD_FILES+=usr/share/terminfo/a/adm11 OLD_FILES+=usr/share/terminfo/a/adm1178 OLD_FILES+=usr/share/terminfo/a/adm12 OLD_FILES+=usr/share/terminfo/a/adm1a OLD_FILES+=usr/share/terminfo/a/adm2 OLD_FILES+=usr/share/terminfo/a/adm20 OLD_FILES+=usr/share/terminfo/a/adm21 OLD_FILES+=usr/share/terminfo/a/adm22 OLD_FILES+=usr/share/terminfo/a/adm3 OLD_FILES+=usr/share/terminfo/a/adm31 OLD_FILES+=usr/share/terminfo/a/adm31-old OLD_FILES+=usr/share/terminfo/a/adm36 OLD_FILES+=usr/share/terminfo/a/adm3a OLD_FILES+=usr/share/terminfo/a/adm3a+ OLD_FILES+=usr/share/terminfo/a/adm42 OLD_FILES+=usr/share/terminfo/a/adm42-ns OLD_FILES+=usr/share/terminfo/a/adm5 OLD_FILES+=usr/share/terminfo/a/aepro OLD_FILES+=usr/share/terminfo/a/aixterm OLD_FILES+=usr/share/terminfo/a/aixterm-16color OLD_FILES+=usr/share/terminfo/a/aixterm-m OLD_FILES+=usr/share/terminfo/a/aixterm-m-old OLD_FILES+=usr/share/terminfo/a/aj OLD_FILES+=usr/share/terminfo/a/aj510 OLD_FILES+=usr/share/terminfo/a/aj830 OLD_FILES+=usr/share/terminfo/a/aj832 OLD_FILES+=usr/share/terminfo/a/alacritty OLD_FILES+=usr/share/terminfo/a/alacritty+common OLD_FILES+=usr/share/terminfo/a/alacritty-direct OLD_FILES+=usr/share/terminfo/a/alt2 OLD_FILES+=usr/share/terminfo/a/alt3 OLD_FILES+=usr/share/terminfo/a/alt4 OLD_FILES+=usr/share/terminfo/a/alt5 OLD_FILES+=usr/share/terminfo/a/alt7 OLD_FILES+=usr/share/terminfo/a/alt7pc OLD_FILES+=usr/share/terminfo/a/alto-h19 OLD_FILES+=usr/share/terminfo/a/alto-heath OLD_FILES+=usr/share/terminfo/a/altoh19 OLD_FILES+=usr/share/terminfo/a/altoheath OLD_FILES+=usr/share/terminfo/a/altos-2 OLD_FILES+=usr/share/terminfo/a/altos-3 OLD_FILES+=usr/share/terminfo/a/altos-4 OLD_FILES+=usr/share/terminfo/a/altos-5 OLD_FILES+=usr/share/terminfo/a/altos2 OLD_FILES+=usr/share/terminfo/a/altos3 OLD_FILES+=usr/share/terminfo/a/altos4 OLD_FILES+=usr/share/terminfo/a/altos5 OLD_FILES+=usr/share/terminfo/a/altos7 OLD_FILES+=usr/share/terminfo/a/altos7pc OLD_FILES+=usr/share/terminfo/a/ambas OLD_FILES+=usr/share/terminfo/a/ambassador OLD_FILES+=usr/share/terminfo/a/amiga OLD_FILES+=usr/share/terminfo/a/amiga-8bit OLD_FILES+=usr/share/terminfo/a/amiga-h OLD_FILES+=usr/share/terminfo/a/amiga-vnc OLD_FILES+=usr/share/terminfo/a/amp219 OLD_FILES+=usr/share/terminfo/a/amp219w OLD_FILES+=usr/share/terminfo/a/ampex-219 OLD_FILES+=usr/share/terminfo/a/ampex-219w OLD_FILES+=usr/share/terminfo/a/ampex-232 OLD_FILES+=usr/share/terminfo/a/ampex175 OLD_FILES+=usr/share/terminfo/a/ampex175-b OLD_FILES+=usr/share/terminfo/a/ampex210 OLD_FILES+=usr/share/terminfo/a/ampex219 OLD_FILES+=usr/share/terminfo/a/ampex219w OLD_FILES+=usr/share/terminfo/a/ampex232 OLD_FILES+=usr/share/terminfo/a/ampex232w OLD_FILES+=usr/share/terminfo/a/ampex80 OLD_FILES+=usr/share/terminfo/a/annarbor4080 OLD_FILES+=usr/share/terminfo/a/ansi OLD_FILES+=usr/share/terminfo/a/ansi+arrows OLD_FILES+=usr/share/terminfo/a/ansi+csr OLD_FILES+=usr/share/terminfo/a/ansi+cup OLD_FILES+=usr/share/terminfo/a/ansi+enq OLD_FILES+=usr/share/terminfo/a/ansi+erase OLD_FILES+=usr/share/terminfo/a/ansi+idc OLD_FILES+=usr/share/terminfo/a/ansi+idc1 OLD_FILES+=usr/share/terminfo/a/ansi+idl OLD_FILES+=usr/share/terminfo/a/ansi+idl1 OLD_FILES+=usr/share/terminfo/a/ansi+inittabs OLD_FILES+=usr/share/terminfo/a/ansi+local OLD_FILES+=usr/share/terminfo/a/ansi+local1 OLD_FILES+=usr/share/terminfo/a/ansi+pp OLD_FILES+=usr/share/terminfo/a/ansi+rca OLD_FILES+=usr/share/terminfo/a/ansi+rep OLD_FILES+=usr/share/terminfo/a/ansi+sgr OLD_FILES+=usr/share/terminfo/a/ansi+sgrbold OLD_FILES+=usr/share/terminfo/a/ansi+sgrdim OLD_FILES+=usr/share/terminfo/a/ansi+sgrso OLD_FILES+=usr/share/terminfo/a/ansi+sgrul OLD_FILES+=usr/share/terminfo/a/ansi+tabs OLD_FILES+=usr/share/terminfo/a/ansi-color-2-emx OLD_FILES+=usr/share/terminfo/a/ansi-color-3-emx OLD_FILES+=usr/share/terminfo/a/ansi-emx OLD_FILES+=usr/share/terminfo/a/ansi-generic OLD_FILES+=usr/share/terminfo/a/ansi-m OLD_FILES+=usr/share/terminfo/a/ansi-mini OLD_FILES+=usr/share/terminfo/a/ansi-mono OLD_FILES+=usr/share/terminfo/a/ansi-mr OLD_FILES+=usr/share/terminfo/a/ansi-mtabs OLD_FILES+=usr/share/terminfo/a/ansi-nt OLD_FILES+=usr/share/terminfo/a/ansi.sys OLD_FILES+=usr/share/terminfo/a/ansi.sys-old OLD_FILES+=usr/share/terminfo/a/ansi.sysk OLD_FILES+=usr/share/terminfo/a/ansi43m OLD_FILES+=usr/share/terminfo/a/ansi77 OLD_FILES+=usr/share/terminfo/a/ansi80x25 OLD_FILES+=usr/share/terminfo/a/ansi80x25-mono OLD_FILES+=usr/share/terminfo/a/ansi80x25-raw OLD_FILES+=usr/share/terminfo/a/ansi80x30 OLD_FILES+=usr/share/terminfo/a/ansi80x30-mono OLD_FILES+=usr/share/terminfo/a/ansi80x43 OLD_FILES+=usr/share/terminfo/a/ansi80x43-mono OLD_FILES+=usr/share/terminfo/a/ansi80x50 OLD_FILES+=usr/share/terminfo/a/ansi80x50-mono OLD_FILES+=usr/share/terminfo/a/ansi80x60 OLD_FILES+=usr/share/terminfo/a/ansi80x60-mono OLD_FILES+=usr/share/terminfo/a/ansil OLD_FILES+=usr/share/terminfo/a/ansil-mono OLD_FILES+=usr/share/terminfo/a/ansis OLD_FILES+=usr/share/terminfo/a/ansis-mono OLD_FILES+=usr/share/terminfo/a/ansisysk OLD_FILES+=usr/share/terminfo/a/ansiterm OLD_FILES+=usr/share/terminfo/a/ansiw OLD_FILES+=usr/share/terminfo/a/ap-vm80 OLD_FILES+=usr/share/terminfo/a/apl OLD_FILES+=usr/share/terminfo/a/apollo OLD_FILES+=usr/share/terminfo/a/apollo_15P OLD_FILES+=usr/share/terminfo/a/apollo_19L OLD_FILES+=usr/share/terminfo/a/apollo_color OLD_FILES+=usr/share/terminfo/a/apple-80 OLD_FILES+=usr/share/terminfo/a/apple-ae OLD_FILES+=usr/share/terminfo/a/apple-soroc OLD_FILES+=usr/share/terminfo/a/apple-uterm OLD_FILES+=usr/share/terminfo/a/apple-uterm-vb OLD_FILES+=usr/share/terminfo/a/apple-videx OLD_FILES+=usr/share/terminfo/a/apple-videx2 OLD_FILES+=usr/share/terminfo/a/apple-videx3 OLD_FILES+=usr/share/terminfo/a/apple-vm80 OLD_FILES+=usr/share/terminfo/a/apple2e OLD_FILES+=usr/share/terminfo/a/apple2e-p OLD_FILES+=usr/share/terminfo/a/apple80p OLD_FILES+=usr/share/terminfo/a/appleII OLD_FILES+=usr/share/terminfo/a/appleIIc OLD_FILES+=usr/share/terminfo/a/appleIIe OLD_FILES+=usr/share/terminfo/a/appleIIgs OLD_FILES+=usr/share/terminfo/a/arm100 OLD_FILES+=usr/share/terminfo/a/arm100-am OLD_FILES+=usr/share/terminfo/a/arm100-w OLD_FILES+=usr/share/terminfo/a/arm100-wam OLD_FILES+=usr/share/terminfo/a/at OLD_FILES+=usr/share/terminfo/a/at-color OLD_FILES+=usr/share/terminfo/a/at-m OLD_FILES+=usr/share/terminfo/a/at386 OLD_FILES+=usr/share/terminfo/a/atari OLD_FILES+=usr/share/terminfo/a/atari-color OLD_FILES+=usr/share/terminfo/a/atari-m OLD_FILES+=usr/share/terminfo/a/atari-old OLD_FILES+=usr/share/terminfo/a/atari_st OLD_FILES+=usr/share/terminfo/a/atari_st-color OLD_FILES+=usr/share/terminfo/a/atarist-m OLD_FILES+=usr/share/terminfo/a/aterm OLD_FILES+=usr/share/terminfo/a/att2300 OLD_FILES+=usr/share/terminfo/a/att2350 OLD_FILES+=usr/share/terminfo/a/att4410 OLD_FILES+=usr/share/terminfo/a/att4410-w OLD_FILES+=usr/share/terminfo/a/att4410v1 OLD_FILES+=usr/share/terminfo/a/att4410v1-w OLD_FILES+=usr/share/terminfo/a/att4415 OLD_FILES+=usr/share/terminfo/a/att4415+nl OLD_FILES+=usr/share/terminfo/a/att4415-nl OLD_FILES+=usr/share/terminfo/a/att4415-rv OLD_FILES+=usr/share/terminfo/a/att4415-rv-nl OLD_FILES+=usr/share/terminfo/a/att4415-w OLD_FILES+=usr/share/terminfo/a/att4415-w-nl OLD_FILES+=usr/share/terminfo/a/att4415-w-rv OLD_FILES+=usr/share/terminfo/a/att4415-w-rv-n OLD_FILES+=usr/share/terminfo/a/att4418 OLD_FILES+=usr/share/terminfo/a/att4418-w OLD_FILES+=usr/share/terminfo/a/att4420 OLD_FILES+=usr/share/terminfo/a/att4424 OLD_FILES+=usr/share/terminfo/a/att4424-1 OLD_FILES+=usr/share/terminfo/a/att4424m OLD_FILES+=usr/share/terminfo/a/att4425 OLD_FILES+=usr/share/terminfo/a/att4425-nl OLD_FILES+=usr/share/terminfo/a/att4425-w OLD_FILES+=usr/share/terminfo/a/att4426 OLD_FILES+=usr/share/terminfo/a/att500 OLD_FILES+=usr/share/terminfo/a/att505 OLD_FILES+=usr/share/terminfo/a/att505-24 OLD_FILES+=usr/share/terminfo/a/att510a OLD_FILES+=usr/share/terminfo/a/att510d OLD_FILES+=usr/share/terminfo/a/att513 OLD_FILES+=usr/share/terminfo/a/att5310 OLD_FILES+=usr/share/terminfo/a/att5320 OLD_FILES+=usr/share/terminfo/a/att5410 OLD_FILES+=usr/share/terminfo/a/att5410-w OLD_FILES+=usr/share/terminfo/a/att5410v1 OLD_FILES+=usr/share/terminfo/a/att5410v1-w OLD_FILES+=usr/share/terminfo/a/att5418 OLD_FILES+=usr/share/terminfo/a/att5418-w OLD_FILES+=usr/share/terminfo/a/att5420 OLD_FILES+=usr/share/terminfo/a/att5420+nl OLD_FILES+=usr/share/terminfo/a/att5420-nl OLD_FILES+=usr/share/terminfo/a/att5420-rv OLD_FILES+=usr/share/terminfo/a/att5420-rv-nl OLD_FILES+=usr/share/terminfo/a/att5420-w OLD_FILES+=usr/share/terminfo/a/att5420-w-nl OLD_FILES+=usr/share/terminfo/a/att5420-w-rv OLD_FILES+=usr/share/terminfo/a/att5420-w-rv-n OLD_FILES+=usr/share/terminfo/a/att5420_2 OLD_FILES+=usr/share/terminfo/a/att5420_2-w OLD_FILES+=usr/share/terminfo/a/att5425 OLD_FILES+=usr/share/terminfo/a/att5425-nl OLD_FILES+=usr/share/terminfo/a/att5425-w OLD_FILES+=usr/share/terminfo/a/att5430 OLD_FILES+=usr/share/terminfo/a/att5620 OLD_FILES+=usr/share/terminfo/a/att5620-1 OLD_FILES+=usr/share/terminfo/a/att5620-24 OLD_FILES+=usr/share/terminfo/a/att5620-34 OLD_FILES+=usr/share/terminfo/a/att5620-s OLD_FILES+=usr/share/terminfo/a/att605 OLD_FILES+=usr/share/terminfo/a/att605-pc OLD_FILES+=usr/share/terminfo/a/att605-w OLD_FILES+=usr/share/terminfo/a/att610 OLD_FILES+=usr/share/terminfo/a/att610+cvis OLD_FILES+=usr/share/terminfo/a/att610+cvis0 OLD_FILES+=usr/share/terminfo/a/att610-103k OLD_FILES+=usr/share/terminfo/a/att610-103k-w OLD_FILES+=usr/share/terminfo/a/att610-w OLD_FILES+=usr/share/terminfo/a/att615 OLD_FILES+=usr/share/terminfo/a/att615-103k OLD_FILES+=usr/share/terminfo/a/att615-103k-w OLD_FILES+=usr/share/terminfo/a/att615-w OLD_FILES+=usr/share/terminfo/a/att620 OLD_FILES+=usr/share/terminfo/a/att620-103k OLD_FILES+=usr/share/terminfo/a/att620-103k-w OLD_FILES+=usr/share/terminfo/a/att620-w OLD_FILES+=usr/share/terminfo/a/att630 OLD_FILES+=usr/share/terminfo/a/att630-24 OLD_FILES+=usr/share/terminfo/a/att6386 OLD_FILES+=usr/share/terminfo/a/att700 OLD_FILES+=usr/share/terminfo/a/att730 OLD_FILES+=usr/share/terminfo/a/att730-24 OLD_FILES+=usr/share/terminfo/a/att730-41 OLD_FILES+=usr/share/terminfo/a/att7300 OLD_FILES+=usr/share/terminfo/a/att730r OLD_FILES+=usr/share/terminfo/a/att730r-24 OLD_FILES+=usr/share/terminfo/a/att730r-41 OLD_FILES+=usr/share/terminfo/a/avatar OLD_FILES+=usr/share/terminfo/a/avatar0 OLD_FILES+=usr/share/terminfo/a/avatar0+ OLD_FILES+=usr/share/terminfo/a/avatar1 OLD_FILES+=usr/share/terminfo/a/avt OLD_FILES+=usr/share/terminfo/a/avt+s OLD_FILES+=usr/share/terminfo/a/avt-ns OLD_FILES+=usr/share/terminfo/a/avt-rv OLD_FILES+=usr/share/terminfo/a/avt-rv-ns OLD_FILES+=usr/share/terminfo/a/avt-rv-s OLD_FILES+=usr/share/terminfo/a/avt-s OLD_FILES+=usr/share/terminfo/a/avt-w OLD_FILES+=usr/share/terminfo/a/avt-w-ns OLD_FILES+=usr/share/terminfo/a/avt-w-rv OLD_FILES+=usr/share/terminfo/a/avt-w-rv-ns OLD_FILES+=usr/share/terminfo/a/avt-w-rv-s OLD_FILES+=usr/share/terminfo/a/avt-w-s OLD_FILES+=usr/share/terminfo/a/aws OLD_FILES+=usr/share/terminfo/a/awsc OLD_DIRS+=usr/share/terminfo/a/ OLD_FILES+=usr/share/terminfo/b/b-128 OLD_FILES+=usr/share/terminfo/b/bantam OLD_FILES+=usr/share/terminfo/b/basic4 OLD_FILES+=usr/share/terminfo/b/basis OLD_FILES+=usr/share/terminfo/b/bct510a OLD_FILES+=usr/share/terminfo/b/bct510d OLD_FILES+=usr/share/terminfo/b/beacon OLD_FILES+=usr/share/terminfo/b/bee OLD_FILES+=usr/share/terminfo/b/beehive OLD_FILES+=usr/share/terminfo/b/beehive3 OLD_FILES+=usr/share/terminfo/b/beehive4 OLD_FILES+=usr/share/terminfo/b/beehiveIIIm OLD_FILES+=usr/share/terminfo/b/beterm OLD_FILES+=usr/share/terminfo/b/bg1.25 OLD_FILES+=usr/share/terminfo/b/bg1.25nv OLD_FILES+=usr/share/terminfo/b/bg1.25rv OLD_FILES+=usr/share/terminfo/b/bg2.0 OLD_FILES+=usr/share/terminfo/b/bg2.0nv OLD_FILES+=usr/share/terminfo/b/bg2.0rv OLD_FILES+=usr/share/terminfo/b/bg3.10 OLD_FILES+=usr/share/terminfo/b/bg3.10nv OLD_FILES+=usr/share/terminfo/b/bg3.10rv OLD_FILES+=usr/share/terminfo/b/bh3m OLD_FILES+=usr/share/terminfo/b/bh4 OLD_FILES+=usr/share/terminfo/b/bitgraph OLD_FILES+=usr/share/terminfo/b/blit OLD_FILES+=usr/share/terminfo/b/bobcat OLD_FILES+=usr/share/terminfo/b/bq300 OLD_FILES+=usr/share/terminfo/b/bq300-8 OLD_FILES+=usr/share/terminfo/b/bq300-8-pc OLD_FILES+=usr/share/terminfo/b/bq300-8-pc-rv OLD_FILES+=usr/share/terminfo/b/bq300-8-pc-w OLD_FILES+=usr/share/terminfo/b/bq300-8-pc-w-rv OLD_FILES+=usr/share/terminfo/b/bq300-8rv OLD_FILES+=usr/share/terminfo/b/bq300-8w OLD_FILES+=usr/share/terminfo/b/bq300-pc OLD_FILES+=usr/share/terminfo/b/bq300-pc-rv OLD_FILES+=usr/share/terminfo/b/bq300-pc-w OLD_FILES+=usr/share/terminfo/b/bq300-pc-w-rv OLD_FILES+=usr/share/terminfo/b/bq300-rv OLD_FILES+=usr/share/terminfo/b/bq300-w OLD_FILES+=usr/share/terminfo/b/bq300-w-8rv OLD_FILES+=usr/share/terminfo/b/bq300-w-rv OLD_FILES+=usr/share/terminfo/b/bsdos-pc OLD_FILES+=usr/share/terminfo/b/bsdos-pc-m OLD_FILES+=usr/share/terminfo/b/bsdos-pc-mono OLD_FILES+=usr/share/terminfo/b/bsdos-pc-nobold OLD_FILES+=usr/share/terminfo/b/bsdos-ppc OLD_FILES+=usr/share/terminfo/b/bsdos-sparc OLD_FILES+=usr/share/terminfo/b/bterm OLD_DIRS+=usr/share/terminfo/b/ OLD_FILES+=usr/share/terminfo/c/c100 OLD_FILES+=usr/share/terminfo/c/c100-1p OLD_FILES+=usr/share/terminfo/c/c100-4p OLD_FILES+=usr/share/terminfo/c/c100-rv OLD_FILES+=usr/share/terminfo/c/c100-rv-4p OLD_FILES+=usr/share/terminfo/c/c104 OLD_FILES+=usr/share/terminfo/c/c108 OLD_FILES+=usr/share/terminfo/c/c108-4p OLD_FILES+=usr/share/terminfo/c/c108-8p OLD_FILES+=usr/share/terminfo/c/c108-rv OLD_FILES+=usr/share/terminfo/c/c108-rv-4p OLD_FILES+=usr/share/terminfo/c/c108-rv-8p OLD_FILES+=usr/share/terminfo/c/c108-w OLD_FILES+=usr/share/terminfo/c/c108-w-8p OLD_FILES+=usr/share/terminfo/c/c300 OLD_FILES+=usr/share/terminfo/c/c301 OLD_FILES+=usr/share/terminfo/c/c321 OLD_FILES+=usr/share/terminfo/c/ca22851 OLD_FILES+=usr/share/terminfo/c/cad68-2 OLD_FILES+=usr/share/terminfo/c/cad68-3 OLD_FILES+=usr/share/terminfo/c/cbblit OLD_FILES+=usr/share/terminfo/c/cbunix OLD_FILES+=usr/share/terminfo/c/cci OLD_FILES+=usr/share/terminfo/c/cci1 OLD_FILES+=usr/share/terminfo/c/cdc456 OLD_FILES+=usr/share/terminfo/c/cdc721 OLD_FILES+=usr/share/terminfo/c/cdc721-esc OLD_FILES+=usr/share/terminfo/c/cdc721ll OLD_FILES+=usr/share/terminfo/c/cdc752 OLD_FILES+=usr/share/terminfo/c/cdc756 OLD_FILES+=usr/share/terminfo/c/cg7900 OLD_FILES+=usr/share/terminfo/c/cgc2 OLD_FILES+=usr/share/terminfo/c/cgc3 OLD_FILES+=usr/share/terminfo/c/chromatics OLD_FILES+=usr/share/terminfo/c/ci8510 OLD_FILES+=usr/share/terminfo/c/cit-80 OLD_FILES+=usr/share/terminfo/c/cit101 OLD_FILES+=usr/share/terminfo/c/cit101e OLD_FILES+=usr/share/terminfo/c/cit101e-132 OLD_FILES+=usr/share/terminfo/c/cit101e-n OLD_FILES+=usr/share/terminfo/c/cit101e-n132 OLD_FILES+=usr/share/terminfo/c/cit101e-rv OLD_FILES+=usr/share/terminfo/c/cit500 OLD_FILES+=usr/share/terminfo/c/cit80 OLD_FILES+=usr/share/terminfo/c/citc OLD_FILES+=usr/share/terminfo/c/citoh OLD_FILES+=usr/share/terminfo/c/citoh-6lpi OLD_FILES+=usr/share/terminfo/c/citoh-8lpi OLD_FILES+=usr/share/terminfo/c/citoh-comp OLD_FILES+=usr/share/terminfo/c/citoh-elite OLD_FILES+=usr/share/terminfo/c/citoh-pica OLD_FILES+=usr/share/terminfo/c/citoh-prop OLD_FILES+=usr/share/terminfo/c/citoh-ps OLD_FILES+=usr/share/terminfo/c/coco3 OLD_FILES+=usr/share/terminfo/c/coherent OLD_FILES+=usr/share/terminfo/c/color_xterm OLD_FILES+=usr/share/terminfo/c/colorscan OLD_FILES+=usr/share/terminfo/c/commodore OLD_FILES+=usr/share/terminfo/c/concept OLD_FILES+=usr/share/terminfo/c/concept-avt OLD_FILES+=usr/share/terminfo/c/concept100 OLD_FILES+=usr/share/terminfo/c/concept100-rv OLD_FILES+=usr/share/terminfo/c/concept108 OLD_FILES+=usr/share/terminfo/c/concept108-4p OLD_FILES+=usr/share/terminfo/c/concept108-8p OLD_FILES+=usr/share/terminfo/c/concept108-w-8 OLD_FILES+=usr/share/terminfo/c/concept108-w8p OLD_FILES+=usr/share/terminfo/c/concept108rv4p OLD_FILES+=usr/share/terminfo/c/cons25 OLD_FILES+=usr/share/terminfo/c/cons25-debian OLD_FILES+=usr/share/terminfo/c/cons25-iso-m OLD_FILES+=usr/share/terminfo/c/cons25-iso8859 OLD_FILES+=usr/share/terminfo/c/cons25-koi8-r OLD_FILES+=usr/share/terminfo/c/cons25-koi8r-m OLD_FILES+=usr/share/terminfo/c/cons25-m OLD_FILES+=usr/share/terminfo/c/cons25l1 OLD_FILES+=usr/share/terminfo/c/cons25l1-m OLD_FILES+=usr/share/terminfo/c/cons25r OLD_FILES+=usr/share/terminfo/c/cons25r-m OLD_FILES+=usr/share/terminfo/c/cons25w OLD_FILES+=usr/share/terminfo/c/cons30 OLD_FILES+=usr/share/terminfo/c/cons30-m OLD_FILES+=usr/share/terminfo/c/cons43 OLD_FILES+=usr/share/terminfo/c/cons43-m OLD_FILES+=usr/share/terminfo/c/cons50 OLD_FILES+=usr/share/terminfo/c/cons50-iso-m OLD_FILES+=usr/share/terminfo/c/cons50-iso8859 OLD_FILES+=usr/share/terminfo/c/cons50-koi8r OLD_FILES+=usr/share/terminfo/c/cons50-koi8r-m OLD_FILES+=usr/share/terminfo/c/cons50-m OLD_FILES+=usr/share/terminfo/c/cons50l1 OLD_FILES+=usr/share/terminfo/c/cons50l1-m OLD_FILES+=usr/share/terminfo/c/cons50r OLD_FILES+=usr/share/terminfo/c/cons50r-m OLD_FILES+=usr/share/terminfo/c/cons60 OLD_FILES+=usr/share/terminfo/c/cons60-iso OLD_FILES+=usr/share/terminfo/c/cons60-iso-m OLD_FILES+=usr/share/terminfo/c/cons60-koi8r OLD_FILES+=usr/share/terminfo/c/cons60-koi8r-m OLD_FILES+=usr/share/terminfo/c/cons60-m OLD_FILES+=usr/share/terminfo/c/cons60l1 OLD_FILES+=usr/share/terminfo/c/cons60l1-m OLD_FILES+=usr/share/terminfo/c/cons60r OLD_FILES+=usr/share/terminfo/c/cons60r-m OLD_FILES+=usr/share/terminfo/c/contel300 OLD_FILES+=usr/share/terminfo/c/contel301 OLD_FILES+=usr/share/terminfo/c/contel320 OLD_FILES+=usr/share/terminfo/c/contel321 OLD_FILES+=usr/share/terminfo/c/cops OLD_FILES+=usr/share/terminfo/c/cops-10 OLD_FILES+=usr/share/terminfo/c/cops10 OLD_FILES+=usr/share/terminfo/c/crt OLD_FILES+=usr/share/terminfo/c/crt-vt220 OLD_FILES+=usr/share/terminfo/c/cs10 OLD_FILES+=usr/share/terminfo/c/cs10-w OLD_FILES+=usr/share/terminfo/c/ct82 OLD_FILES+=usr/share/terminfo/c/ct8500 OLD_FILES+=usr/share/terminfo/c/ctrm OLD_FILES+=usr/share/terminfo/c/cx OLD_FILES+=usr/share/terminfo/c/cx100 OLD_FILES+=usr/share/terminfo/c/cyb110 OLD_FILES+=usr/share/terminfo/c/cyb83 OLD_FILES+=usr/share/terminfo/c/cygwin OLD_FILES+=usr/share/terminfo/c/cygwinB19 OLD_FILES+=usr/share/terminfo/c/cygwinDBG OLD_DIRS+=usr/share/terminfo/c/ OLD_FILES+=usr/share/terminfo/d/d132 OLD_FILES+=usr/share/terminfo/d/d2 OLD_FILES+=usr/share/terminfo/d/d2-dg OLD_FILES+=usr/share/terminfo/d/d200 OLD_FILES+=usr/share/terminfo/d/d200-dg OLD_FILES+=usr/share/terminfo/d/d210 OLD_FILES+=usr/share/terminfo/d/d210-dg OLD_FILES+=usr/share/terminfo/d/d211 OLD_FILES+=usr/share/terminfo/d/d211-7b OLD_FILES+=usr/share/terminfo/d/d211-dg OLD_FILES+=usr/share/terminfo/d/d214 OLD_FILES+=usr/share/terminfo/d/d214-dg OLD_FILES+=usr/share/terminfo/d/d215 OLD_FILES+=usr/share/terminfo/d/d215-7b OLD_FILES+=usr/share/terminfo/d/d215-dg OLD_FILES+=usr/share/terminfo/d/d216+ OLD_FILES+=usr/share/terminfo/d/d216+25 OLD_FILES+=usr/share/terminfo/d/d216+dg OLD_FILES+=usr/share/terminfo/d/d216-dg OLD_FILES+=usr/share/terminfo/d/d216-unix OLD_FILES+=usr/share/terminfo/d/d216-unix-25 OLD_FILES+=usr/share/terminfo/d/d216e+ OLD_FILES+=usr/share/terminfo/d/d216e+dg OLD_FILES+=usr/share/terminfo/d/d216e-dg OLD_FILES+=usr/share/terminfo/d/d216e-unix OLD_FILES+=usr/share/terminfo/d/d217-dg OLD_FILES+=usr/share/terminfo/d/d217-unix OLD_FILES+=usr/share/terminfo/d/d217-unix-25 OLD_FILES+=usr/share/terminfo/d/d220 OLD_FILES+=usr/share/terminfo/d/d220-7b OLD_FILES+=usr/share/terminfo/d/d220-dg OLD_FILES+=usr/share/terminfo/d/d230 OLD_FILES+=usr/share/terminfo/d/d230-dg OLD_FILES+=usr/share/terminfo/d/d230c OLD_FILES+=usr/share/terminfo/d/d230c-dg OLD_FILES+=usr/share/terminfo/d/d400 OLD_FILES+=usr/share/terminfo/d/d400-dg OLD_FILES+=usr/share/terminfo/d/d410 OLD_FILES+=usr/share/terminfo/d/d410-7b OLD_FILES+=usr/share/terminfo/d/d410-7b-w OLD_FILES+=usr/share/terminfo/d/d410-dg OLD_FILES+=usr/share/terminfo/d/d410-w OLD_FILES+=usr/share/terminfo/d/d411 OLD_FILES+=usr/share/terminfo/d/d411-7b OLD_FILES+=usr/share/terminfo/d/d411-7b-w OLD_FILES+=usr/share/terminfo/d/d411-dg OLD_FILES+=usr/share/terminfo/d/d411-w OLD_FILES+=usr/share/terminfo/d/d412+ OLD_FILES+=usr/share/terminfo/d/d412+25 OLD_FILES+=usr/share/terminfo/d/d412+dg OLD_FILES+=usr/share/terminfo/d/d412+s OLD_FILES+=usr/share/terminfo/d/d412+sr OLD_FILES+=usr/share/terminfo/d/d412+w OLD_FILES+=usr/share/terminfo/d/d412-dg OLD_FILES+=usr/share/terminfo/d/d412-unix OLD_FILES+=usr/share/terminfo/d/d412-unix-25 OLD_FILES+=usr/share/terminfo/d/d412-unix-s OLD_FILES+=usr/share/terminfo/d/d412-unix-sr OLD_FILES+=usr/share/terminfo/d/d412-unix-w OLD_FILES+=usr/share/terminfo/d/d413-dg OLD_FILES+=usr/share/terminfo/d/d413-unix OLD_FILES+=usr/share/terminfo/d/d413-unix-25 OLD_FILES+=usr/share/terminfo/d/d413-unix-s OLD_FILES+=usr/share/terminfo/d/d413-unix-sr OLD_FILES+=usr/share/terminfo/d/d413-unix-w OLD_FILES+=usr/share/terminfo/d/d414-unix OLD_FILES+=usr/share/terminfo/d/d414-unix-25 OLD_FILES+=usr/share/terminfo/d/d414-unix-s OLD_FILES+=usr/share/terminfo/d/d414-unix-sr OLD_FILES+=usr/share/terminfo/d/d414-unix-w OLD_FILES+=usr/share/terminfo/d/d430-dg OLD_FILES+=usr/share/terminfo/d/d430-dg-ccc OLD_FILES+=usr/share/terminfo/d/d430-unix OLD_FILES+=usr/share/terminfo/d/d430-unix-25 OLD_FILES+=usr/share/terminfo/d/d430-unix-25-ccc OLD_FILES+=usr/share/terminfo/d/d430-unix-ccc OLD_FILES+=usr/share/terminfo/d/d430-unix-s OLD_FILES+=usr/share/terminfo/d/d430-unix-s-ccc OLD_FILES+=usr/share/terminfo/d/d430-unix-sr OLD_FILES+=usr/share/terminfo/d/d430-unix-sr-ccc OLD_FILES+=usr/share/terminfo/d/d430-unix-w OLD_FILES+=usr/share/terminfo/d/d430-unix-w-ccc OLD_FILES+=usr/share/terminfo/d/d430c-dg OLD_FILES+=usr/share/terminfo/d/d430c-dg-ccc OLD_FILES+=usr/share/terminfo/d/d430c-unix OLD_FILES+=usr/share/terminfo/d/d430c-unix-25 OLD_FILES+=usr/share/terminfo/d/d430c-unix-25-ccc OLD_FILES+=usr/share/terminfo/d/d430c-unix-ccc OLD_FILES+=usr/share/terminfo/d/d430c-unix-s OLD_FILES+=usr/share/terminfo/d/d430c-unix-s-ccc OLD_FILES+=usr/share/terminfo/d/d430c-unix-sr OLD_FILES+=usr/share/terminfo/d/d430c-unix-sr-ccc OLD_FILES+=usr/share/terminfo/d/d430c-unix-w OLD_FILES+=usr/share/terminfo/d/d430c-unix-w-ccc OLD_FILES+=usr/share/terminfo/d/d450 OLD_FILES+=usr/share/terminfo/d/d450-dg OLD_FILES+=usr/share/terminfo/d/d460 OLD_FILES+=usr/share/terminfo/d/d460-7b OLD_FILES+=usr/share/terminfo/d/d460-7b-w OLD_FILES+=usr/share/terminfo/d/d460-dg OLD_FILES+=usr/share/terminfo/d/d460-w OLD_FILES+=usr/share/terminfo/d/d461 OLD_FILES+=usr/share/terminfo/d/d461-7b OLD_FILES+=usr/share/terminfo/d/d461-7b-w OLD_FILES+=usr/share/terminfo/d/d461-dg OLD_FILES+=usr/share/terminfo/d/d461-w OLD_FILES+=usr/share/terminfo/d/d462+ OLD_FILES+=usr/share/terminfo/d/d462+25 OLD_FILES+=usr/share/terminfo/d/d462+dg OLD_FILES+=usr/share/terminfo/d/d462+s OLD_FILES+=usr/share/terminfo/d/d462+sr OLD_FILES+=usr/share/terminfo/d/d462+w OLD_FILES+=usr/share/terminfo/d/d462-dg OLD_FILES+=usr/share/terminfo/d/d462-unix OLD_FILES+=usr/share/terminfo/d/d462-unix-25 OLD_FILES+=usr/share/terminfo/d/d462-unix-s OLD_FILES+=usr/share/terminfo/d/d462-unix-sr OLD_FILES+=usr/share/terminfo/d/d462-unix-w OLD_FILES+=usr/share/terminfo/d/d462e-dg OLD_FILES+=usr/share/terminfo/d/d463-dg OLD_FILES+=usr/share/terminfo/d/d463-unix OLD_FILES+=usr/share/terminfo/d/d463-unix-25 OLD_FILES+=usr/share/terminfo/d/d463-unix-s OLD_FILES+=usr/share/terminfo/d/d463-unix-sr OLD_FILES+=usr/share/terminfo/d/d463-unix-w OLD_FILES+=usr/share/terminfo/d/d464-unix OLD_FILES+=usr/share/terminfo/d/d464-unix-25 OLD_FILES+=usr/share/terminfo/d/d464-unix-s OLD_FILES+=usr/share/terminfo/d/d464-unix-sr OLD_FILES+=usr/share/terminfo/d/d464-unix-w OLD_FILES+=usr/share/terminfo/d/d470 OLD_FILES+=usr/share/terminfo/d/d470-7b OLD_FILES+=usr/share/terminfo/d/d470-dg OLD_FILES+=usr/share/terminfo/d/d470c OLD_FILES+=usr/share/terminfo/d/d470c-7b OLD_FILES+=usr/share/terminfo/d/d470c-dg OLD_FILES+=usr/share/terminfo/d/d555 OLD_FILES+=usr/share/terminfo/d/d555-7b OLD_FILES+=usr/share/terminfo/d/d555-7b-w OLD_FILES+=usr/share/terminfo/d/d555-dg OLD_FILES+=usr/share/terminfo/d/d555-w OLD_FILES+=usr/share/terminfo/d/d577 OLD_FILES+=usr/share/terminfo/d/d577-7b OLD_FILES+=usr/share/terminfo/d/d577-7b-w OLD_FILES+=usr/share/terminfo/d/d577-dg OLD_FILES+=usr/share/terminfo/d/d577-w OLD_FILES+=usr/share/terminfo/d/d578 OLD_FILES+=usr/share/terminfo/d/d578-7b OLD_FILES+=usr/share/terminfo/d/d578-dg OLD_FILES+=usr/share/terminfo/d/d80 OLD_FILES+=usr/share/terminfo/d/d800 OLD_FILES+=usr/share/terminfo/d/darwin OLD_FILES+=usr/share/terminfo/d/darwin-100x37 OLD_FILES+=usr/share/terminfo/d/darwin-100x37-m OLD_FILES+=usr/share/terminfo/d/darwin-112x37 OLD_FILES+=usr/share/terminfo/d/darwin-112x37-m OLD_FILES+=usr/share/terminfo/d/darwin-128x40 OLD_FILES+=usr/share/terminfo/d/darwin-128x40-m OLD_FILES+=usr/share/terminfo/d/darwin-128x48 OLD_FILES+=usr/share/terminfo/d/darwin-128x48-m OLD_FILES+=usr/share/terminfo/d/darwin-144x48 OLD_FILES+=usr/share/terminfo/d/darwin-144x48-m OLD_FILES+=usr/share/terminfo/d/darwin-160x64 OLD_FILES+=usr/share/terminfo/d/darwin-160x64-m OLD_FILES+=usr/share/terminfo/d/darwin-200x64 OLD_FILES+=usr/share/terminfo/d/darwin-200x64-m OLD_FILES+=usr/share/terminfo/d/darwin-200x75 OLD_FILES+=usr/share/terminfo/d/darwin-200x75-m OLD_FILES+=usr/share/terminfo/d/darwin-256x96 OLD_FILES+=usr/share/terminfo/d/darwin-256x96-m OLD_FILES+=usr/share/terminfo/d/darwin-80x25 OLD_FILES+=usr/share/terminfo/d/darwin-80x25-m OLD_FILES+=usr/share/terminfo/d/darwin-80x30 OLD_FILES+=usr/share/terminfo/d/darwin-80x30-m OLD_FILES+=usr/share/terminfo/d/darwin-90x30 OLD_FILES+=usr/share/terminfo/d/darwin-90x30-m OLD_FILES+=usr/share/terminfo/d/darwin-b OLD_FILES+=usr/share/terminfo/d/darwin-f OLD_FILES+=usr/share/terminfo/d/darwin-f2 OLD_FILES+=usr/share/terminfo/d/darwin-m OLD_FILES+=usr/share/terminfo/d/darwin-m-b OLD_FILES+=usr/share/terminfo/d/darwin-m-f OLD_FILES+=usr/share/terminfo/d/darwin-m-f2 OLD_FILES+=usr/share/terminfo/d/datagraphix OLD_FILES+=usr/share/terminfo/d/datamedia2500 OLD_FILES+=usr/share/terminfo/d/datapoint OLD_FILES+=usr/share/terminfo/d/dataspeed40 OLD_FILES+=usr/share/terminfo/d/dd5000 OLD_FILES+=usr/share/terminfo/d/ddr OLD_FILES+=usr/share/terminfo/d/ddr3180 OLD_FILES+=usr/share/terminfo/d/dec+pp OLD_FILES+=usr/share/terminfo/d/dec+sl OLD_FILES+=usr/share/terminfo/d/dec-vt100 OLD_FILES+=usr/share/terminfo/d/dec-vt220 OLD_FILES+=usr/share/terminfo/d/dec-vt330 OLD_FILES+=usr/share/terminfo/d/dec-vt340 OLD_FILES+=usr/share/terminfo/d/dec-vt400 OLD_FILES+=usr/share/terminfo/d/decansi OLD_FILES+=usr/share/terminfo/d/decpro OLD_FILES+=usr/share/terminfo/d/decwriter OLD_FILES+=usr/share/terminfo/d/delta OLD_FILES+=usr/share/terminfo/d/dg+ccc OLD_FILES+=usr/share/terminfo/d/dg+color OLD_FILES+=usr/share/terminfo/d/dg+color8 OLD_FILES+=usr/share/terminfo/d/dg+fixed OLD_FILES+=usr/share/terminfo/d/dg-ansi OLD_FILES+=usr/share/terminfo/d/dg-generic OLD_FILES+=usr/share/terminfo/d/dg100 OLD_FILES+=usr/share/terminfo/d/dg200 OLD_FILES+=usr/share/terminfo/d/dg210 OLD_FILES+=usr/share/terminfo/d/dg211 OLD_FILES+=usr/share/terminfo/d/dg450 OLD_FILES+=usr/share/terminfo/d/dg460-ansi OLD_FILES+=usr/share/terminfo/d/dg6053 OLD_FILES+=usr/share/terminfo/d/dg6053-old OLD_FILES+=usr/share/terminfo/d/dg605x OLD_FILES+=usr/share/terminfo/d/dg6134 OLD_FILES+=usr/share/terminfo/d/dgkeys+11 OLD_FILES+=usr/share/terminfo/d/dgkeys+15 OLD_FILES+=usr/share/terminfo/d/dgkeys+7b OLD_FILES+=usr/share/terminfo/d/dgkeys+8b OLD_FILES+=usr/share/terminfo/d/dgmode+color OLD_FILES+=usr/share/terminfo/d/dgmode+color8 OLD_FILES+=usr/share/terminfo/d/dgunix+ccc OLD_FILES+=usr/share/terminfo/d/dgunix+fixed OLD_FILES+=usr/share/terminfo/d/diablo OLD_FILES+=usr/share/terminfo/d/diablo-lm OLD_FILES+=usr/share/terminfo/d/diablo1620 OLD_FILES+=usr/share/terminfo/d/diablo1620-m8 OLD_FILES+=usr/share/terminfo/d/diablo1640 OLD_FILES+=usr/share/terminfo/d/diablo1640-lm OLD_FILES+=usr/share/terminfo/d/diablo1640-m8 OLD_FILES+=usr/share/terminfo/d/diablo1720 OLD_FILES+=usr/share/terminfo/d/diablo1730 OLD_FILES+=usr/share/terminfo/d/diablo1740 OLD_FILES+=usr/share/terminfo/d/diablo1740-lm OLD_FILES+=usr/share/terminfo/d/diablo450 OLD_FILES+=usr/share/terminfo/d/diablo630 OLD_FILES+=usr/share/terminfo/d/dialogue OLD_FILES+=usr/share/terminfo/d/dialogue80 OLD_FILES+=usr/share/terminfo/d/digilog OLD_FILES+=usr/share/terminfo/d/djgpp OLD_FILES+=usr/share/terminfo/d/djgpp203 OLD_FILES+=usr/share/terminfo/d/djgpp204 OLD_FILES+=usr/share/terminfo/d/dku7003 OLD_FILES+=usr/share/terminfo/d/dku7003-dumb OLD_FILES+=usr/share/terminfo/d/dku7102 OLD_FILES+=usr/share/terminfo/d/dku7102-old OLD_FILES+=usr/share/terminfo/d/dku7102-sna OLD_FILES+=usr/share/terminfo/d/dku7103-sna OLD_FILES+=usr/share/terminfo/d/dku7202 OLD_FILES+=usr/share/terminfo/d/dm1520 OLD_FILES+=usr/share/terminfo/d/dm1521 OLD_FILES+=usr/share/terminfo/d/dm2500 OLD_FILES+=usr/share/terminfo/d/dm3025 OLD_FILES+=usr/share/terminfo/d/dm3045 OLD_FILES+=usr/share/terminfo/d/dm80 OLD_FILES+=usr/share/terminfo/d/dm80w OLD_FILES+=usr/share/terminfo/d/dmchat OLD_FILES+=usr/share/terminfo/d/dmd OLD_FILES+=usr/share/terminfo/d/dmd-24 OLD_FILES+=usr/share/terminfo/d/dmd-34 OLD_FILES+=usr/share/terminfo/d/dmd1 OLD_FILES+=usr/share/terminfo/d/dmdt80 OLD_FILES+=usr/share/terminfo/d/dmdt80w OLD_FILES+=usr/share/terminfo/d/dmterm OLD_FILES+=usr/share/terminfo/d/domterm OLD_FILES+=usr/share/terminfo/d/dp3360 OLD_FILES+=usr/share/terminfo/d/dp8242 OLD_FILES+=usr/share/terminfo/d/ds40 OLD_FILES+=usr/share/terminfo/d/ds40-2 OLD_FILES+=usr/share/terminfo/d/dt-100 OLD_FILES+=usr/share/terminfo/d/dt-100w OLD_FILES+=usr/share/terminfo/d/dt100 OLD_FILES+=usr/share/terminfo/d/dt100w OLD_FILES+=usr/share/terminfo/d/dt110 OLD_FILES+=usr/share/terminfo/d/dt80 OLD_FILES+=usr/share/terminfo/d/dt80-sas OLD_FILES+=usr/share/terminfo/d/dt80w OLD_FILES+=usr/share/terminfo/d/dtc300s OLD_FILES+=usr/share/terminfo/d/dtc382 OLD_FILES+=usr/share/terminfo/d/dtterm OLD_FILES+=usr/share/terminfo/d/dumb OLD_FILES+=usr/share/terminfo/d/dumb-emacs-ansi OLD_FILES+=usr/share/terminfo/d/dvtm OLD_FILES+=usr/share/terminfo/d/dvtm-256color OLD_FILES+=usr/share/terminfo/d/dw OLD_FILES+=usr/share/terminfo/d/dw1 OLD_FILES+=usr/share/terminfo/d/dw2 OLD_FILES+=usr/share/terminfo/d/dw3 OLD_FILES+=usr/share/terminfo/d/dw4 OLD_FILES+=usr/share/terminfo/d/dwk OLD_FILES+=usr/share/terminfo/d/dwk-vt OLD_DIRS+=usr/share/terminfo/d/ OLD_FILES+=usr/share/terminfo/e/ecma+color OLD_FILES+=usr/share/terminfo/e/ecma+index OLD_FILES+=usr/share/terminfo/e/ecma+italics OLD_FILES+=usr/share/terminfo/e/ecma+sgr OLD_FILES+=usr/share/terminfo/e/ecma+strikeout OLD_FILES+=usr/share/terminfo/e/elks OLD_FILES+=usr/share/terminfo/e/elks-ansi OLD_FILES+=usr/share/terminfo/e/elks-glasstty OLD_FILES+=usr/share/terminfo/e/elks-vt52 OLD_FILES+=usr/share/terminfo/e/emots OLD_FILES+=usr/share/terminfo/e/emu OLD_FILES+=usr/share/terminfo/e/emu-220 OLD_FILES+=usr/share/terminfo/e/emx-base OLD_FILES+=usr/share/terminfo/e/env230 OLD_FILES+=usr/share/terminfo/e/envision230 OLD_FILES+=usr/share/terminfo/e/ep40 OLD_FILES+=usr/share/terminfo/e/ep4000 OLD_FILES+=usr/share/terminfo/e/ep4080 OLD_FILES+=usr/share/terminfo/e/ep48 OLD_FILES+=usr/share/terminfo/e/ergo4000 OLD_FILES+=usr/share/terminfo/e/esprit OLD_FILES+=usr/share/terminfo/e/esprit-am OLD_FILES+=usr/share/terminfo/e/eterm OLD_FILES+=usr/share/terminfo/e/eterm-color OLD_FILES+=usr/share/terminfo/e/ex155 OLD_FILES+=usr/share/terminfo/e/excel62 OLD_FILES+=usr/share/terminfo/e/excel62-rv OLD_FILES+=usr/share/terminfo/e/excel62-w OLD_FILES+=usr/share/terminfo/e/excel64 OLD_FILES+=usr/share/terminfo/e/excel64-rv OLD_FILES+=usr/share/terminfo/e/excel64-w OLD_FILES+=usr/share/terminfo/e/exec80 OLD_DIRS+=usr/share/terminfo/e/ OLD_FILES+=usr/share/terminfo/f/f100 OLD_FILES+=usr/share/terminfo/f/f100-rv OLD_FILES+=usr/share/terminfo/f/f110 OLD_FILES+=usr/share/terminfo/f/f110-14 OLD_FILES+=usr/share/terminfo/f/f110-14w OLD_FILES+=usr/share/terminfo/f/f110-w OLD_FILES+=usr/share/terminfo/f/f1720 OLD_FILES+=usr/share/terminfo/f/f1720a OLD_FILES+=usr/share/terminfo/f/f200 OLD_FILES+=usr/share/terminfo/f/f200-w OLD_FILES+=usr/share/terminfo/f/f200vi OLD_FILES+=usr/share/terminfo/f/f200vi-w OLD_FILES+=usr/share/terminfo/f/falco OLD_FILES+=usr/share/terminfo/f/falco-p OLD_FILES+=usr/share/terminfo/f/fbterm OLD_FILES+=usr/share/terminfo/f/fenix OLD_FILES+=usr/share/terminfo/f/fenixw OLD_FILES+=usr/share/terminfo/f/fixterm OLD_FILES+=usr/share/terminfo/f/fortune OLD_FILES+=usr/share/terminfo/f/fos OLD_FILES+=usr/share/terminfo/f/fox OLD_FILES+=usr/share/terminfo/f/freedom OLD_FILES+=usr/share/terminfo/f/freedom-rv OLD_FILES+=usr/share/terminfo/f/freedom100 OLD_FILES+=usr/share/terminfo/f/freedom110 OLD_FILES+=usr/share/terminfo/f/freedom200 OLD_DIRS+=usr/share/terminfo/f/ OLD_FILES+=usr/share/terminfo/g/gator OLD_FILES+=usr/share/terminfo/g/gator-52 OLD_FILES+=usr/share/terminfo/g/gator-52t OLD_FILES+=usr/share/terminfo/g/gator-t OLD_FILES+=usr/share/terminfo/g/gigi OLD_FILES+=usr/share/terminfo/g/glasstty OLD_FILES+=usr/share/terminfo/g/gnome OLD_FILES+=usr/share/terminfo/g/gnome+pcfkeys OLD_FILES+=usr/share/terminfo/g/gnome-2007 OLD_FILES+=usr/share/terminfo/g/gnome-2008 OLD_FILES+=usr/share/terminfo/g/gnome-2012 OLD_FILES+=usr/share/terminfo/g/gnome-256color OLD_FILES+=usr/share/terminfo/g/gnome-fc5 OLD_FILES+=usr/share/terminfo/g/gnome-rh62 OLD_FILES+=usr/share/terminfo/g/gnome-rh72 OLD_FILES+=usr/share/terminfo/g/gnome-rh80 OLD_FILES+=usr/share/terminfo/g/gnome-rh90 OLD_FILES+=usr/share/terminfo/g/go-225 OLD_FILES+=usr/share/terminfo/g/go140 OLD_FILES+=usr/share/terminfo/g/go140w OLD_FILES+=usr/share/terminfo/g/go225 OLD_FILES+=usr/share/terminfo/g/graphos OLD_FILES+=usr/share/terminfo/g/graphos-30 OLD_FILES+=usr/share/terminfo/g/gs5430 OLD_FILES+=usr/share/terminfo/g/gs5430-22 OLD_FILES+=usr/share/terminfo/g/gs5430-24 OLD_FILES+=usr/share/terminfo/g/gs6300 OLD_FILES+=usr/share/terminfo/g/gsi OLD_FILES+=usr/share/terminfo/g/gt100 OLD_FILES+=usr/share/terminfo/g/gt100a OLD_FILES+=usr/share/terminfo/g/gt40 OLD_FILES+=usr/share/terminfo/g/gt42 OLD_FILES+=usr/share/terminfo/g/guru OLD_FILES+=usr/share/terminfo/g/guru+rv OLD_FILES+=usr/share/terminfo/g/guru+s OLD_FILES+=usr/share/terminfo/g/guru+unk OLD_FILES+=usr/share/terminfo/g/guru-24 OLD_FILES+=usr/share/terminfo/g/guru-33 OLD_FILES+=usr/share/terminfo/g/guru-33-rv OLD_FILES+=usr/share/terminfo/g/guru-33-s OLD_FILES+=usr/share/terminfo/g/guru-44 OLD_FILES+=usr/share/terminfo/g/guru-44-s OLD_FILES+=usr/share/terminfo/g/guru-76 OLD_FILES+=usr/share/terminfo/g/guru-76-lp OLD_FILES+=usr/share/terminfo/g/guru-76-s OLD_FILES+=usr/share/terminfo/g/guru-76-w OLD_FILES+=usr/share/terminfo/g/guru-76-w-s OLD_FILES+=usr/share/terminfo/g/guru-76-wm OLD_FILES+=usr/share/terminfo/g/guru-lp OLD_FILES+=usr/share/terminfo/g/guru-nctxt OLD_FILES+=usr/share/terminfo/g/guru-rv OLD_FILES+=usr/share/terminfo/g/guru-s OLD_DIRS+=usr/share/terminfo/g/ OLD_FILES+=usr/share/terminfo/h/h-100 OLD_FILES+=usr/share/terminfo/h/h-100bw OLD_FILES+=usr/share/terminfo/h/h100 OLD_FILES+=usr/share/terminfo/h/h100bw OLD_FILES+=usr/share/terminfo/h/h19 OLD_FILES+=usr/share/terminfo/h/h19-a OLD_FILES+=usr/share/terminfo/h/h19-b OLD_FILES+=usr/share/terminfo/h/h19-bs OLD_FILES+=usr/share/terminfo/h/h19-g OLD_FILES+=usr/share/terminfo/h/h19-smul OLD_FILES+=usr/share/terminfo/h/h19-u OLD_FILES+=usr/share/terminfo/h/h19-us OLD_FILES+=usr/share/terminfo/h/h19a OLD_FILES+=usr/share/terminfo/h/h19g OLD_FILES+=usr/share/terminfo/h/h19k OLD_FILES+=usr/share/terminfo/h/h19kermit OLD_FILES+=usr/share/terminfo/h/h19us OLD_FILES+=usr/share/terminfo/h/h29a-kc-bc OLD_FILES+=usr/share/terminfo/h/h29a-kc-uc OLD_FILES+=usr/share/terminfo/h/h29a-nkc-bc OLD_FILES+=usr/share/terminfo/h/h29a-nkc-uc OLD_FILES+=usr/share/terminfo/h/h80 OLD_FILES+=usr/share/terminfo/h/ha8675 OLD_FILES+=usr/share/terminfo/h/ha8686 OLD_FILES+=usr/share/terminfo/h/hazel OLD_FILES+=usr/share/terminfo/h/hds200 OLD_FILES+=usr/share/terminfo/h/he80 OLD_FILES+=usr/share/terminfo/h/heath OLD_FILES+=usr/share/terminfo/h/heath-19 OLD_FILES+=usr/share/terminfo/h/heath-ansi OLD_FILES+=usr/share/terminfo/h/heathkit OLD_FILES+=usr/share/terminfo/h/heathkit-a OLD_FILES+=usr/share/terminfo/h/hft OLD_FILES+=usr/share/terminfo/h/hft-c OLD_FILES+=usr/share/terminfo/h/hft-c-old OLD_FILES+=usr/share/terminfo/h/hft-old OLD_FILES+=usr/share/terminfo/h/hirez100 OLD_FILES+=usr/share/terminfo/h/hirez100-w OLD_FILES+=usr/share/terminfo/h/hmod1 OLD_FILES+=usr/share/terminfo/h/hp OLD_FILES+=usr/share/terminfo/h/hp+arrows OLD_FILES+=usr/share/terminfo/h/hp+color OLD_FILES+=usr/share/terminfo/h/hp+labels OLD_FILES+=usr/share/terminfo/h/hp+pfk+arrows OLD_FILES+=usr/share/terminfo/h/hp+pfk+cr OLD_FILES+=usr/share/terminfo/h/hp+pfk-cr OLD_FILES+=usr/share/terminfo/h/hp+printer OLD_FILES+=usr/share/terminfo/h/hp110 OLD_FILES+=usr/share/terminfo/h/hp150 OLD_FILES+=usr/share/terminfo/h/hp2 OLD_FILES+=usr/share/terminfo/h/hp236 OLD_FILES+=usr/share/terminfo/h/hp2382 OLD_FILES+=usr/share/terminfo/h/hp2382a OLD_FILES+=usr/share/terminfo/h/hp2392 OLD_FILES+=usr/share/terminfo/h/hp2397 OLD_FILES+=usr/share/terminfo/h/hp2397a OLD_FILES+=usr/share/terminfo/h/hp2621 OLD_FILES+=usr/share/terminfo/h/hp2621-48 OLD_FILES+=usr/share/terminfo/h/hp2621-a OLD_FILES+=usr/share/terminfo/h/hp2621-ba OLD_FILES+=usr/share/terminfo/h/hp2621-fl OLD_FILES+=usr/share/terminfo/h/hp2621-k45 OLD_FILES+=usr/share/terminfo/h/hp2621-nl OLD_FILES+=usr/share/terminfo/h/hp2621-nt OLD_FILES+=usr/share/terminfo/h/hp2621-wl OLD_FILES+=usr/share/terminfo/h/hp2621A OLD_FILES+=usr/share/terminfo/h/hp2621a OLD_FILES+=usr/share/terminfo/h/hp2621a-a OLD_FILES+=usr/share/terminfo/h/hp2621b OLD_FILES+=usr/share/terminfo/h/hp2621b-kx OLD_FILES+=usr/share/terminfo/h/hp2621b-kx-p OLD_FILES+=usr/share/terminfo/h/hp2621b-p OLD_FILES+=usr/share/terminfo/h/hp2621k45 OLD_FILES+=usr/share/terminfo/h/hp2621p OLD_FILES+=usr/share/terminfo/h/hp2621p-a OLD_FILES+=usr/share/terminfo/h/hp2622 OLD_FILES+=usr/share/terminfo/h/hp2622a OLD_FILES+=usr/share/terminfo/h/hp2623 OLD_FILES+=usr/share/terminfo/h/hp2623a OLD_FILES+=usr/share/terminfo/h/hp2624 OLD_FILES+=usr/share/terminfo/h/hp2624-10p OLD_FILES+=usr/share/terminfo/h/hp2624a OLD_FILES+=usr/share/terminfo/h/hp2624a-10p OLD_FILES+=usr/share/terminfo/h/hp2624b OLD_FILES+=usr/share/terminfo/h/hp2624b-10p OLD_FILES+=usr/share/terminfo/h/hp2624b-10p-p OLD_FILES+=usr/share/terminfo/h/hp2624b-4p OLD_FILES+=usr/share/terminfo/h/hp2624b-4p-p OLD_FILES+=usr/share/terminfo/h/hp2624b-p OLD_FILES+=usr/share/terminfo/h/hp2626 OLD_FILES+=usr/share/terminfo/h/hp2626-12 OLD_FILES+=usr/share/terminfo/h/hp2626-12-s OLD_FILES+=usr/share/terminfo/h/hp2626-12x40 OLD_FILES+=usr/share/terminfo/h/hp2626-ns OLD_FILES+=usr/share/terminfo/h/hp2626-s OLD_FILES+=usr/share/terminfo/h/hp2626-x40 OLD_FILES+=usr/share/terminfo/h/hp2626a OLD_FILES+=usr/share/terminfo/h/hp2626p OLD_FILES+=usr/share/terminfo/h/hp2627a OLD_FILES+=usr/share/terminfo/h/hp2627a-rev OLD_FILES+=usr/share/terminfo/h/hp2627c OLD_FILES+=usr/share/terminfo/h/hp262x OLD_FILES+=usr/share/terminfo/h/hp2640a OLD_FILES+=usr/share/terminfo/h/hp2640b OLD_FILES+=usr/share/terminfo/h/hp2641a OLD_FILES+=usr/share/terminfo/h/hp2644a OLD_FILES+=usr/share/terminfo/h/hp2645 OLD_FILES+=usr/share/terminfo/h/hp2645a OLD_FILES+=usr/share/terminfo/h/hp2647a OLD_FILES+=usr/share/terminfo/h/hp2648 OLD_FILES+=usr/share/terminfo/h/hp2648a OLD_FILES+=usr/share/terminfo/h/hp300h OLD_FILES+=usr/share/terminfo/h/hp45 OLD_FILES+=usr/share/terminfo/h/hp700 OLD_FILES+=usr/share/terminfo/h/hp700-wy OLD_FILES+=usr/share/terminfo/h/hp70092 OLD_FILES+=usr/share/terminfo/h/hp70092A OLD_FILES+=usr/share/terminfo/h/hp70092a OLD_FILES+=usr/share/terminfo/h/hp9837 OLD_FILES+=usr/share/terminfo/h/hp9845 OLD_FILES+=usr/share/terminfo/h/hp98550 OLD_FILES+=usr/share/terminfo/h/hp98550a OLD_FILES+=usr/share/terminfo/h/hp98720 OLD_FILES+=usr/share/terminfo/h/hp98721 OLD_FILES+=usr/share/terminfo/h/hpansi OLD_FILES+=usr/share/terminfo/h/hpex OLD_FILES+=usr/share/terminfo/h/hpex2 OLD_FILES+=usr/share/terminfo/h/hpgeneric OLD_FILES+=usr/share/terminfo/h/hpsub OLD_FILES+=usr/share/terminfo/h/hpterm OLD_FILES+=usr/share/terminfo/h/hpterm-color OLD_FILES+=usr/share/terminfo/h/htx11 OLD_FILES+=usr/share/terminfo/h/hurd OLD_FILES+=usr/share/terminfo/h/hz1000 OLD_FILES+=usr/share/terminfo/h/hz1420 OLD_FILES+=usr/share/terminfo/h/hz1500 OLD_FILES+=usr/share/terminfo/h/hz1510 OLD_FILES+=usr/share/terminfo/h/hz1520 OLD_FILES+=usr/share/terminfo/h/hz1520-noesc OLD_FILES+=usr/share/terminfo/h/hz1552 OLD_FILES+=usr/share/terminfo/h/hz1552-rv OLD_FILES+=usr/share/terminfo/h/hz2000 OLD_DIRS+=usr/share/terminfo/h/ OLD_FILES+=usr/share/terminfo/i/i100 OLD_FILES+=usr/share/terminfo/i/i3101 OLD_FILES+=usr/share/terminfo/i/i3164 OLD_FILES+=usr/share/terminfo/i/i400 OLD_FILES+=usr/share/terminfo/i/iTerm.app OLD_FILES+=usr/share/terminfo/i/iTerm2.app OLD_FILES+=usr/share/terminfo/i/ibcs2 OLD_FILES+=usr/share/terminfo/i/ibm+16color OLD_FILES+=usr/share/terminfo/i/ibm+color OLD_FILES+=usr/share/terminfo/i/ibm-apl OLD_FILES+=usr/share/terminfo/i/ibm-pc OLD_FILES+=usr/share/terminfo/i/ibm-system1 OLD_FILES+=usr/share/terminfo/i/ibm3101 OLD_FILES+=usr/share/terminfo/i/ibm3151 OLD_FILES+=usr/share/terminfo/i/ibm3161 OLD_FILES+=usr/share/terminfo/i/ibm3161-C OLD_FILES+=usr/share/terminfo/i/ibm3162 OLD_FILES+=usr/share/terminfo/i/ibm3163 OLD_FILES+=usr/share/terminfo/i/ibm3164 OLD_FILES+=usr/share/terminfo/i/ibm327x OLD_FILES+=usr/share/terminfo/i/ibm5051 OLD_FILES+=usr/share/terminfo/i/ibm5081 OLD_FILES+=usr/share/terminfo/i/ibm5081-c OLD_FILES+=usr/share/terminfo/i/ibm5151 OLD_FILES+=usr/share/terminfo/i/ibm5154 OLD_FILES+=usr/share/terminfo/i/ibm5154-c OLD_FILES+=usr/share/terminfo/i/ibm6153 OLD_FILES+=usr/share/terminfo/i/ibm6153-40 OLD_FILES+=usr/share/terminfo/i/ibm6153-90 OLD_FILES+=usr/share/terminfo/i/ibm6154 OLD_FILES+=usr/share/terminfo/i/ibm6154-c OLD_FILES+=usr/share/terminfo/i/ibm6155 OLD_FILES+=usr/share/terminfo/i/ibm8503 OLD_FILES+=usr/share/terminfo/i/ibm8507 OLD_FILES+=usr/share/terminfo/i/ibm8512 OLD_FILES+=usr/share/terminfo/i/ibm8513 OLD_FILES+=usr/share/terminfo/i/ibm8514 OLD_FILES+=usr/share/terminfo/i/ibm8514-c OLD_FILES+=usr/share/terminfo/i/ibm8604 OLD_FILES+=usr/share/terminfo/i/ibmaed OLD_FILES+=usr/share/terminfo/i/ibmapa16 OLD_FILES+=usr/share/terminfo/i/ibmapa8 OLD_FILES+=usr/share/terminfo/i/ibmapa8c OLD_FILES+=usr/share/terminfo/i/ibmapa8c-c OLD_FILES+=usr/share/terminfo/i/ibmega OLD_FILES+=usr/share/terminfo/i/ibmega-c OLD_FILES+=usr/share/terminfo/i/ibmmono OLD_FILES+=usr/share/terminfo/i/ibmmpel-c OLD_FILES+=usr/share/terminfo/i/ibmpc OLD_FILES+=usr/share/terminfo/i/ibmpc3 OLD_FILES+=usr/share/terminfo/i/ibmpc3r OLD_FILES+=usr/share/terminfo/i/ibmpc3r-mono OLD_FILES+=usr/share/terminfo/i/ibmpcx OLD_FILES+=usr/share/terminfo/i/ibmvga OLD_FILES+=usr/share/terminfo/i/ibmvga-c OLD_FILES+=usr/share/terminfo/i/ibmx OLD_FILES+=usr/share/terminfo/i/icl6402 OLD_FILES+=usr/share/terminfo/i/icl6404 OLD_FILES+=usr/share/terminfo/i/icl6404-w OLD_FILES+=usr/share/terminfo/i/ifmr OLD_FILES+=usr/share/terminfo/i/ims-ansi OLD_FILES+=usr/share/terminfo/i/ims950 OLD_FILES+=usr/share/terminfo/i/ims950-b OLD_FILES+=usr/share/terminfo/i/ims950-rv OLD_FILES+=usr/share/terminfo/i/infoton OLD_FILES+=usr/share/terminfo/i/interix OLD_FILES+=usr/share/terminfo/i/interix-nti OLD_FILES+=usr/share/terminfo/i/intertec OLD_FILES+=usr/share/terminfo/i/intertube OLD_FILES+=usr/share/terminfo/i/intertube2 OLD_FILES+=usr/share/terminfo/i/intext OLD_FILES+=usr/share/terminfo/i/intext2 OLD_FILES+=usr/share/terminfo/i/intextii OLD_FILES+=usr/share/terminfo/i/ips OLD_FILES+=usr/share/terminfo/i/ipsi OLD_FILES+=usr/share/terminfo/i/iq120 OLD_FILES+=usr/share/terminfo/i/iq140 OLD_FILES+=usr/share/terminfo/i/iris-ansi OLD_FILES+=usr/share/terminfo/i/iris-ansi-ap OLD_FILES+=usr/share/terminfo/i/iris-ansi-net OLD_FILES+=usr/share/terminfo/i/iris-color OLD_FILES+=usr/share/terminfo/i/iris40 OLD_FILES+=usr/share/terminfo/i/iterm OLD_FILES+=usr/share/terminfo/i/iterm2 OLD_FILES+=usr/share/terminfo/i/iterm2-direct OLD_DIRS+=usr/share/terminfo/i/ OLD_FILES+=usr/share/terminfo/j/jaixterm OLD_FILES+=usr/share/terminfo/j/jaixterm-m OLD_FILES+=usr/share/terminfo/j/jerq OLD_FILES+=usr/share/terminfo/j/jfbterm OLD_DIRS+=usr/share/terminfo/j/ OLD_FILES+=usr/share/terminfo/k/k45 OLD_FILES+=usr/share/terminfo/k/kaypro OLD_FILES+=usr/share/terminfo/k/kaypro2 OLD_FILES+=usr/share/terminfo/k/kds6402 OLD_FILES+=usr/share/terminfo/k/kds7372 OLD_FILES+=usr/share/terminfo/k/kds7372-w OLD_FILES+=usr/share/terminfo/k/kermit OLD_FILES+=usr/share/terminfo/k/kermit-am OLD_FILES+=usr/share/terminfo/k/kitty OLD_FILES+=usr/share/terminfo/k/kitty+common OLD_FILES+=usr/share/terminfo/k/kitty-direct OLD_FILES+=usr/share/terminfo/k/klone+acs OLD_FILES+=usr/share/terminfo/k/klone+color OLD_FILES+=usr/share/terminfo/k/klone+koi8acs OLD_FILES+=usr/share/terminfo/k/klone+sgr OLD_FILES+=usr/share/terminfo/k/klone+sgr-dumb OLD_FILES+=usr/share/terminfo/k/klone+sgr8 OLD_FILES+=usr/share/terminfo/k/kon OLD_FILES+=usr/share/terminfo/k/kon2 OLD_FILES+=usr/share/terminfo/k/konsole OLD_FILES+=usr/share/terminfo/k/konsole+pcfkeys OLD_FILES+=usr/share/terminfo/k/konsole-16color OLD_FILES+=usr/share/terminfo/k/konsole-256color OLD_FILES+=usr/share/terminfo/k/konsole-base OLD_FILES+=usr/share/terminfo/k/konsole-direct OLD_FILES+=usr/share/terminfo/k/konsole-linux OLD_FILES+=usr/share/terminfo/k/konsole-solaris OLD_FILES+=usr/share/terminfo/k/konsole-vt100 OLD_FILES+=usr/share/terminfo/k/konsole-vt420pc OLD_FILES+=usr/share/terminfo/k/konsole-xf3x OLD_FILES+=usr/share/terminfo/k/konsole-xf4x OLD_FILES+=usr/share/terminfo/k/kt7 OLD_FILES+=usr/share/terminfo/k/kt7ix OLD_FILES+=usr/share/terminfo/k/kterm OLD_FILES+=usr/share/terminfo/k/kterm-co OLD_FILES+=usr/share/terminfo/k/kterm-color OLD_FILES+=usr/share/terminfo/k/ktm OLD_FILES+=usr/share/terminfo/k/kvt OLD_DIRS+=usr/share/terminfo/k/ OLD_FILES+=usr/share/terminfo/l/la120 OLD_FILES+=usr/share/terminfo/l/layer OLD_FILES+=usr/share/terminfo/l/lft OLD_FILES+=usr/share/terminfo/l/lft-pc850 OLD_FILES+=usr/share/terminfo/l/linux OLD_FILES+=usr/share/terminfo/l/linux+decid OLD_FILES+=usr/share/terminfo/l/linux+sfkeys OLD_FILES+=usr/share/terminfo/l/linux-16color OLD_FILES+=usr/share/terminfo/l/linux-basic OLD_FILES+=usr/share/terminfo/l/linux-c OLD_FILES+=usr/share/terminfo/l/linux-c-nc OLD_FILES+=usr/share/terminfo/l/linux-koi8 OLD_FILES+=usr/share/terminfo/l/linux-koi8r OLD_FILES+=usr/share/terminfo/l/linux-lat OLD_FILES+=usr/share/terminfo/l/linux-m OLD_FILES+=usr/share/terminfo/l/linux-m1 OLD_FILES+=usr/share/terminfo/l/linux-m1b OLD_FILES+=usr/share/terminfo/l/linux-m2 OLD_FILES+=usr/share/terminfo/l/linux-nic OLD_FILES+=usr/share/terminfo/l/linux-s OLD_FILES+=usr/share/terminfo/l/linux-vt OLD_FILES+=usr/share/terminfo/l/linux2.2 OLD_FILES+=usr/share/terminfo/l/linux2.6 OLD_FILES+=usr/share/terminfo/l/linux2.6.26 OLD_FILES+=usr/share/terminfo/l/linux3.0 OLD_FILES+=usr/share/terminfo/l/lisa OLD_FILES+=usr/share/terminfo/l/lisaterm OLD_FILES+=usr/share/terminfo/l/lisaterm-w OLD_FILES+=usr/share/terminfo/l/liswb OLD_FILES+=usr/share/terminfo/l/ln03 OLD_FILES+=usr/share/terminfo/l/ln03-w OLD_FILES+=usr/share/terminfo/l/lpr OLD_FILES+=usr/share/terminfo/l/luna OLD_FILES+=usr/share/terminfo/l/luna68k OLD_DIRS+=usr/share/terminfo/l/ OLD_FILES+=usr/share/terminfo/m/m2-nam OLD_FILES+=usr/share/terminfo/m/mac OLD_FILES+=usr/share/terminfo/m/mac-w OLD_FILES+=usr/share/terminfo/m/mach OLD_FILES+=usr/share/terminfo/m/mach-bold OLD_FILES+=usr/share/terminfo/m/mach-color OLD_FILES+=usr/share/terminfo/m/mach-gnu OLD_FILES+=usr/share/terminfo/m/mach-gnu-color OLD_FILES+=usr/share/terminfo/m/macintosh OLD_FILES+=usr/share/terminfo/m/macterminal-w OLD_FILES+=usr/share/terminfo/m/mai OLD_FILES+=usr/share/terminfo/m/masscomp OLD_FILES+=usr/share/terminfo/m/masscomp1 OLD_FILES+=usr/share/terminfo/m/masscomp2 OLD_FILES+=usr/share/terminfo/m/mdl110 OLD_FILES+=usr/share/terminfo/m/megatek OLD_FILES+=usr/share/terminfo/m/memhp OLD_FILES+=usr/share/terminfo/m/mgr OLD_FILES+=usr/share/terminfo/m/mgr-linux OLD_FILES+=usr/share/terminfo/m/mgr-sun OLD_FILES+=usr/share/terminfo/m/mgt OLD_FILES+=usr/share/terminfo/m/mgterm OLD_FILES+=usr/share/terminfo/m/microb OLD_FILES+=usr/share/terminfo/m/microbee OLD_FILES+=usr/share/terminfo/m/microterm OLD_FILES+=usr/share/terminfo/m/microterm5 OLD_FILES+=usr/share/terminfo/m/mime OLD_FILES+=usr/share/terminfo/m/mime-3ax OLD_FILES+=usr/share/terminfo/m/mime-fb OLD_FILES+=usr/share/terminfo/m/mime-hb OLD_FILES+=usr/share/terminfo/m/mime1 OLD_FILES+=usr/share/terminfo/m/mime2 OLD_FILES+=usr/share/terminfo/m/mime2a OLD_FILES+=usr/share/terminfo/m/mime2a-s OLD_FILES+=usr/share/terminfo/m/mime2a-v OLD_FILES+=usr/share/terminfo/m/mime314 OLD_FILES+=usr/share/terminfo/m/mime340 OLD_FILES+=usr/share/terminfo/m/mime3a OLD_FILES+=usr/share/terminfo/m/mime3ax OLD_FILES+=usr/share/terminfo/m/mimei OLD_FILES+=usr/share/terminfo/m/mimeii OLD_FILES+=usr/share/terminfo/m/minitel OLD_FILES+=usr/share/terminfo/m/minitel-2 OLD_FILES+=usr/share/terminfo/m/minitel-2-nam OLD_FILES+=usr/share/terminfo/m/minitel1 OLD_FILES+=usr/share/terminfo/m/minitel1-nb OLD_FILES+=usr/share/terminfo/m/minitel12-80 OLD_FILES+=usr/share/terminfo/m/minitel1b OLD_FILES+=usr/share/terminfo/m/minitel1b-80 OLD_FILES+=usr/share/terminfo/m/minitel1b-nb OLD_FILES+=usr/share/terminfo/m/minitel2-80 OLD_FILES+=usr/share/terminfo/m/minix OLD_FILES+=usr/share/terminfo/m/minix-1.5 OLD_FILES+=usr/share/terminfo/m/minix-1.7 OLD_FILES+=usr/share/terminfo/m/minix-3.0 OLD_FILES+=usr/share/terminfo/m/minix-old OLD_FILES+=usr/share/terminfo/m/minix-old-am OLD_FILES+=usr/share/terminfo/m/mintty OLD_FILES+=usr/share/terminfo/m/mintty+common OLD_FILES+=usr/share/terminfo/m/mintty-direct OLD_FILES+=usr/share/terminfo/m/mlterm OLD_FILES+=usr/share/terminfo/m/mlterm+pcfkeys OLD_FILES+=usr/share/terminfo/m/mlterm-256color OLD_FILES+=usr/share/terminfo/m/mlterm-direct OLD_FILES+=usr/share/terminfo/m/mlterm2 OLD_FILES+=usr/share/terminfo/m/mlterm3 OLD_FILES+=usr/share/terminfo/m/mm314 OLD_FILES+=usr/share/terminfo/m/mm340 OLD_FILES+=usr/share/terminfo/m/mod OLD_FILES+=usr/share/terminfo/m/mod24 OLD_FILES+=usr/share/terminfo/m/modgraph OLD_FILES+=usr/share/terminfo/m/modgraph2 OLD_FILES+=usr/share/terminfo/m/modgraph48 OLD_FILES+=usr/share/terminfo/m/mono-emx OLD_FILES+=usr/share/terminfo/m/morphos OLD_FILES+=usr/share/terminfo/m/mouse-sun OLD_FILES+=usr/share/terminfo/m/mrxvt OLD_FILES+=usr/share/terminfo/m/mrxvt-256color OLD_FILES+=usr/share/terminfo/m/ms-terminal OLD_FILES+=usr/share/terminfo/m/ms-vt-utf8 OLD_FILES+=usr/share/terminfo/m/ms-vt100 OLD_FILES+=usr/share/terminfo/m/ms-vt100+ OLD_FILES+=usr/share/terminfo/m/ms-vt100-color OLD_FILES+=usr/share/terminfo/m/msk227 OLD_FILES+=usr/share/terminfo/m/msk22714 OLD_FILES+=usr/share/terminfo/m/msk227am OLD_FILES+=usr/share/terminfo/m/mskermit227 OLD_FILES+=usr/share/terminfo/m/mskermit22714 OLD_FILES+=usr/share/terminfo/m/mskermit227am OLD_FILES+=usr/share/terminfo/m/mt-70 OLD_FILES+=usr/share/terminfo/m/mt4520-rv OLD_FILES+=usr/share/terminfo/m/mt70 OLD_FILES+=usr/share/terminfo/m/mterm OLD_FILES+=usr/share/terminfo/m/mterm-ansi OLD_FILES+=usr/share/terminfo/m/mvterm OLD_DIRS+=usr/share/terminfo/m/ OLD_FILES+=usr/share/terminfo/n/n7900 OLD_FILES+=usr/share/terminfo/n/nansi.sys OLD_FILES+=usr/share/terminfo/n/nansi.sysk OLD_FILES+=usr/share/terminfo/n/nansisys OLD_FILES+=usr/share/terminfo/n/nansisysk OLD_FILES+=usr/share/terminfo/n/ncr160vppp OLD_FILES+=usr/share/terminfo/n/ncr160vpwpp OLD_FILES+=usr/share/terminfo/n/ncr160vt100an OLD_FILES+=usr/share/terminfo/n/ncr160vt100pp OLD_FILES+=usr/share/terminfo/n/ncr160vt100wan OLD_FILES+=usr/share/terminfo/n/ncr160vt100wpp OLD_FILES+=usr/share/terminfo/n/ncr160vt200an OLD_FILES+=usr/share/terminfo/n/ncr160vt200pp OLD_FILES+=usr/share/terminfo/n/ncr160vt200wan OLD_FILES+=usr/share/terminfo/n/ncr160vt200wpp OLD_FILES+=usr/share/terminfo/n/ncr160vt300an OLD_FILES+=usr/share/terminfo/n/ncr160vt300pp OLD_FILES+=usr/share/terminfo/n/ncr160vt300wan OLD_FILES+=usr/share/terminfo/n/ncr160vt300wpp OLD_FILES+=usr/share/terminfo/n/ncr160wy50+pp OLD_FILES+=usr/share/terminfo/n/ncr160wy50+wpp OLD_FILES+=usr/share/terminfo/n/ncr160wy60pp OLD_FILES+=usr/share/terminfo/n/ncr160wy60wpp OLD_FILES+=usr/share/terminfo/n/ncr260intan OLD_FILES+=usr/share/terminfo/n/ncr260intpp OLD_FILES+=usr/share/terminfo/n/ncr260intwan OLD_FILES+=usr/share/terminfo/n/ncr260intwpp OLD_FILES+=usr/share/terminfo/n/ncr260vppp OLD_FILES+=usr/share/terminfo/n/ncr260vpwpp OLD_FILES+=usr/share/terminfo/n/ncr260vt100an OLD_FILES+=usr/share/terminfo/n/ncr260vt100pp OLD_FILES+=usr/share/terminfo/n/ncr260vt100wan OLD_FILES+=usr/share/terminfo/n/ncr260vt100wpp OLD_FILES+=usr/share/terminfo/n/ncr260vt200an OLD_FILES+=usr/share/terminfo/n/ncr260vt200pp OLD_FILES+=usr/share/terminfo/n/ncr260vt200wan OLD_FILES+=usr/share/terminfo/n/ncr260vt200wpp OLD_FILES+=usr/share/terminfo/n/ncr260vt300an OLD_FILES+=usr/share/terminfo/n/ncr260vt300pp OLD_FILES+=usr/share/terminfo/n/ncr260vt300wan OLD_FILES+=usr/share/terminfo/n/ncr260vt300wpp OLD_FILES+=usr/share/terminfo/n/ncr260wy325pp OLD_FILES+=usr/share/terminfo/n/ncr260wy325wpp OLD_FILES+=usr/share/terminfo/n/ncr260wy350pp OLD_FILES+=usr/share/terminfo/n/ncr260wy350wpp OLD_FILES+=usr/share/terminfo/n/ncr260wy50+pp OLD_FILES+=usr/share/terminfo/n/ncr260wy50+wpp OLD_FILES+=usr/share/terminfo/n/ncr260wy60pp OLD_FILES+=usr/share/terminfo/n/ncr260wy60wpp OLD_FILES+=usr/share/terminfo/n/ncr7900 OLD_FILES+=usr/share/terminfo/n/ncr7900i OLD_FILES+=usr/share/terminfo/n/ncr7900iv OLD_FILES+=usr/share/terminfo/n/ncr7901 OLD_FILES+=usr/share/terminfo/n/ncrvt100an OLD_FILES+=usr/share/terminfo/n/ncrvt100pp OLD_FILES+=usr/share/terminfo/n/ncrvt100wan OLD_FILES+=usr/share/terminfo/n/ncrvt100wpp OLD_FILES+=usr/share/terminfo/n/ncsa OLD_FILES+=usr/share/terminfo/n/ncsa-m OLD_FILES+=usr/share/terminfo/n/ncsa-m-ns OLD_FILES+=usr/share/terminfo/n/ncsa-ns OLD_FILES+=usr/share/terminfo/n/ncsa-vt220 OLD_FILES+=usr/share/terminfo/n/ncsa-vt220-8 OLD_FILES+=usr/share/terminfo/n/nd9500 OLD_FILES+=usr/share/terminfo/n/ndr9500 OLD_FILES+=usr/share/terminfo/n/ndr9500-25 OLD_FILES+=usr/share/terminfo/n/ndr9500-25-mc OLD_FILES+=usr/share/terminfo/n/ndr9500-25-mc-nl OLD_FILES+=usr/share/terminfo/n/ndr9500-25-nl OLD_FILES+=usr/share/terminfo/n/ndr9500-mc OLD_FILES+=usr/share/terminfo/n/ndr9500-mc-nl OLD_FILES+=usr/share/terminfo/n/ndr9500-nl OLD_FILES+=usr/share/terminfo/n/nec OLD_FILES+=usr/share/terminfo/n/nec5520 OLD_FILES+=usr/share/terminfo/n/netbsd6 OLD_FILES+=usr/share/terminfo/n/newhp OLD_FILES+=usr/share/terminfo/n/newhpkeyboard OLD_FILES+=usr/share/terminfo/n/news OLD_FILES+=usr/share/terminfo/n/news-29 OLD_FILES+=usr/share/terminfo/n/news-29-euc OLD_FILES+=usr/share/terminfo/n/news-29-sjis OLD_FILES+=usr/share/terminfo/n/news-33 OLD_FILES+=usr/share/terminfo/n/news-33-euc OLD_FILES+=usr/share/terminfo/n/news-33-sjis OLD_FILES+=usr/share/terminfo/n/news-42 OLD_FILES+=usr/share/terminfo/n/news-42-euc OLD_FILES+=usr/share/terminfo/n/news-42-sjis OLD_FILES+=usr/share/terminfo/n/news-a OLD_FILES+=usr/share/terminfo/n/news-o OLD_FILES+=usr/share/terminfo/n/news-old-unk OLD_FILES+=usr/share/terminfo/n/news-unk OLD_FILES+=usr/share/terminfo/n/news28 OLD_FILES+=usr/share/terminfo/n/news28-a OLD_FILES+=usr/share/terminfo/n/news29 OLD_FILES+=usr/share/terminfo/n/news31 OLD_FILES+=usr/share/terminfo/n/news31-a OLD_FILES+=usr/share/terminfo/n/news31-o OLD_FILES+=usr/share/terminfo/n/news33 OLD_FILES+=usr/share/terminfo/n/news40 OLD_FILES+=usr/share/terminfo/n/news40-a OLD_FILES+=usr/share/terminfo/n/news40-o OLD_FILES+=usr/share/terminfo/n/news42 OLD_FILES+=usr/share/terminfo/n/newscbm OLD_FILES+=usr/share/terminfo/n/newscbm-a OLD_FILES+=usr/share/terminfo/n/newscbm-o OLD_FILES+=usr/share/terminfo/n/newscbm33 OLD_FILES+=usr/share/terminfo/n/next OLD_FILES+=usr/share/terminfo/n/nextshell OLD_FILES+=usr/share/terminfo/n/northstar OLD_FILES+=usr/share/terminfo/n/nsterm OLD_FILES+=usr/share/terminfo/n/nsterm+7 OLD_FILES+=usr/share/terminfo/n/nsterm+acs OLD_FILES+=usr/share/terminfo/n/nsterm+c OLD_FILES+=usr/share/terminfo/n/nsterm+c41 OLD_FILES+=usr/share/terminfo/n/nsterm+mac OLD_FILES+=usr/share/terminfo/n/nsterm+s OLD_FILES+=usr/share/terminfo/n/nsterm-16color OLD_FILES+=usr/share/terminfo/n/nsterm-256color OLD_FILES+=usr/share/terminfo/n/nsterm-7 OLD_FILES+=usr/share/terminfo/n/nsterm-7-c OLD_FILES+=usr/share/terminfo/n/nsterm-7-c-s OLD_FILES+=usr/share/terminfo/n/nsterm-7-m OLD_FILES+=usr/share/terminfo/n/nsterm-7-m-s OLD_FILES+=usr/share/terminfo/n/nsterm-7-s OLD_FILES+=usr/share/terminfo/n/nsterm-acs OLD_FILES+=usr/share/terminfo/n/nsterm-acs-c OLD_FILES+=usr/share/terminfo/n/nsterm-acs-c-s OLD_FILES+=usr/share/terminfo/n/nsterm-acs-m OLD_FILES+=usr/share/terminfo/n/nsterm-acs-m-s OLD_FILES+=usr/share/terminfo/n/nsterm-acs-s OLD_FILES+=usr/share/terminfo/n/nsterm-bce OLD_FILES+=usr/share/terminfo/n/nsterm-build309 OLD_FILES+=usr/share/terminfo/n/nsterm-build326 OLD_FILES+=usr/share/terminfo/n/nsterm-build343 OLD_FILES+=usr/share/terminfo/n/nsterm-build361 OLD_FILES+=usr/share/terminfo/n/nsterm-build400 OLD_FILES+=usr/share/terminfo/n/nsterm-c OLD_FILES+=usr/share/terminfo/n/nsterm-c-7 OLD_FILES+=usr/share/terminfo/n/nsterm-c-acs OLD_FILES+=usr/share/terminfo/n/nsterm-c-s OLD_FILES+=usr/share/terminfo/n/nsterm-c-s-7 OLD_FILES+=usr/share/terminfo/n/nsterm-c-s-acs OLD_FILES+=usr/share/terminfo/n/nsterm-direct OLD_FILES+=usr/share/terminfo/n/nsterm-m OLD_FILES+=usr/share/terminfo/n/nsterm-m-7 OLD_FILES+=usr/share/terminfo/n/nsterm-m-acs OLD_FILES+=usr/share/terminfo/n/nsterm-m-s OLD_FILES+=usr/share/terminfo/n/nsterm-m-s-7 OLD_FILES+=usr/share/terminfo/n/nsterm-m-s-acs OLD_FILES+=usr/share/terminfo/n/nsterm-old OLD_FILES+=usr/share/terminfo/n/nsterm-s OLD_FILES+=usr/share/terminfo/n/nsterm-s-7 OLD_FILES+=usr/share/terminfo/n/nsterm-s-acs OLD_FILES+=usr/share/terminfo/n/ntconsole OLD_FILES+=usr/share/terminfo/n/ntconsole-100 OLD_FILES+=usr/share/terminfo/n/ntconsole-100-nti OLD_FILES+=usr/share/terminfo/n/ntconsole-25 OLD_FILES+=usr/share/terminfo/n/ntconsole-25-nti OLD_FILES+=usr/share/terminfo/n/ntconsole-25-w OLD_FILES+=usr/share/terminfo/n/ntconsole-25-w-vt OLD_FILES+=usr/share/terminfo/n/ntconsole-35 OLD_FILES+=usr/share/terminfo/n/ntconsole-35-nti OLD_FILES+=usr/share/terminfo/n/ntconsole-35-w OLD_FILES+=usr/share/terminfo/n/ntconsole-50 OLD_FILES+=usr/share/terminfo/n/ntconsole-50-nti OLD_FILES+=usr/share/terminfo/n/ntconsole-50-w OLD_FILES+=usr/share/terminfo/n/ntconsole-60 OLD_FILES+=usr/share/terminfo/n/ntconsole-60-nti OLD_FILES+=usr/share/terminfo/n/ntconsole-60-w OLD_FILES+=usr/share/terminfo/n/ntconsole-w OLD_FILES+=usr/share/terminfo/n/ntconsole-w-vt OLD_FILES+=usr/share/terminfo/n/nwe501 OLD_FILES+=usr/share/terminfo/n/nwe501-a OLD_FILES+=usr/share/terminfo/n/nwe501-o OLD_FILES+=usr/share/terminfo/n/nwp-511 OLD_FILES+=usr/share/terminfo/n/nwp-517 OLD_FILES+=usr/share/terminfo/n/nwp-517-w OLD_FILES+=usr/share/terminfo/n/nwp251-a OLD_FILES+=usr/share/terminfo/n/nwp251-o OLD_FILES+=usr/share/terminfo/n/nwp511 OLD_FILES+=usr/share/terminfo/n/nwp512 OLD_FILES+=usr/share/terminfo/n/nwp512-a OLD_FILES+=usr/share/terminfo/n/nwp512-o OLD_FILES+=usr/share/terminfo/n/nwp513 OLD_FILES+=usr/share/terminfo/n/nwp513-a OLD_FILES+=usr/share/terminfo/n/nwp513-o OLD_FILES+=usr/share/terminfo/n/nwp514 OLD_FILES+=usr/share/terminfo/n/nwp514-a OLD_FILES+=usr/share/terminfo/n/nwp514-o OLD_FILES+=usr/share/terminfo/n/nwp517 OLD_FILES+=usr/share/terminfo/n/nwp517-w OLD_FILES+=usr/share/terminfo/n/nwp518 OLD_FILES+=usr/share/terminfo/n/nwp518-a OLD_FILES+=usr/share/terminfo/n/nwp518-o OLD_FILES+=usr/share/terminfo/n/nxterm OLD_DIRS+=usr/share/terminfo/n/ OLD_FILES+=usr/share/terminfo/o/o31 OLD_FILES+=usr/share/terminfo/o/o4112-nd OLD_FILES+=usr/share/terminfo/o/o85h OLD_FILES+=usr/share/terminfo/o/oabm85h OLD_FILES+=usr/share/terminfo/o/oblit OLD_FILES+=usr/share/terminfo/o/oc100 OLD_FILES+=usr/share/terminfo/o/oconcept OLD_FILES+=usr/share/terminfo/o/ofcons OLD_FILES+=usr/share/terminfo/o/ojerq OLD_FILES+=usr/share/terminfo/o/old-st OLD_FILES+=usr/share/terminfo/o/oldibmpc3 OLD_FILES+=usr/share/terminfo/o/oldpc3 OLD_FILES+=usr/share/terminfo/o/oldsun OLD_FILES+=usr/share/terminfo/o/omron OLD_FILES+=usr/share/terminfo/o/opennt OLD_FILES+=usr/share/terminfo/o/opennt-100 OLD_FILES+=usr/share/terminfo/o/opennt-100-nti OLD_FILES+=usr/share/terminfo/o/opennt-25 OLD_FILES+=usr/share/terminfo/o/opennt-25-nti OLD_FILES+=usr/share/terminfo/o/opennt-25-w OLD_FILES+=usr/share/terminfo/o/opennt-25-w-vt OLD_FILES+=usr/share/terminfo/o/opennt-35 OLD_FILES+=usr/share/terminfo/o/opennt-35-nti OLD_FILES+=usr/share/terminfo/o/opennt-35-w OLD_FILES+=usr/share/terminfo/o/opennt-50 OLD_FILES+=usr/share/terminfo/o/opennt-50-nti OLD_FILES+=usr/share/terminfo/o/opennt-50-w OLD_FILES+=usr/share/terminfo/o/opennt-60 OLD_FILES+=usr/share/terminfo/o/opennt-60-nti OLD_FILES+=usr/share/terminfo/o/opennt-60-w OLD_FILES+=usr/share/terminfo/o/opennt-nti OLD_FILES+=usr/share/terminfo/o/opennt-w OLD_FILES+=usr/share/terminfo/o/opennt-w-vt OLD_FILES+=usr/share/terminfo/o/opus3n1+ OLD_FILES+=usr/share/terminfo/o/origibmpc3 OLD_FILES+=usr/share/terminfo/o/origpc3 OLD_FILES+=usr/share/terminfo/o/os9LII OLD_FILES+=usr/share/terminfo/o/osborne OLD_FILES+=usr/share/terminfo/o/osborne-w OLD_FILES+=usr/share/terminfo/o/osborne1 OLD_FILES+=usr/share/terminfo/o/osborne1-w OLD_FILES+=usr/share/terminfo/o/osexec OLD_FILES+=usr/share/terminfo/o/otek4112 OLD_FILES+=usr/share/terminfo/o/otek4113 OLD_FILES+=usr/share/terminfo/o/otek4114 OLD_FILES+=usr/share/terminfo/o/otek4115 OLD_FILES+=usr/share/terminfo/o/owl OLD_DIRS+=usr/share/terminfo/o/ OLD_FILES+=usr/share/terminfo/p/p12 OLD_FILES+=usr/share/terminfo/p/p12-m OLD_FILES+=usr/share/terminfo/p/p12-m-w OLD_FILES+=usr/share/terminfo/p/p12-w OLD_FILES+=usr/share/terminfo/p/p14 OLD_FILES+=usr/share/terminfo/p/p14-m OLD_FILES+=usr/share/terminfo/p/p14-m-w OLD_FILES+=usr/share/terminfo/p/p14-w OLD_FILES+=usr/share/terminfo/p/p19 OLD_FILES+=usr/share/terminfo/p/p4 OLD_FILES+=usr/share/terminfo/p/p5 OLD_FILES+=usr/share/terminfo/p/p7 OLD_FILES+=usr/share/terminfo/p/p8 OLD_FILES+=usr/share/terminfo/p/p8-w OLD_FILES+=usr/share/terminfo/p/p8gl OLD_FILES+=usr/share/terminfo/p/p9 OLD_FILES+=usr/share/terminfo/p/p9-8 OLD_FILES+=usr/share/terminfo/p/p9-8-w OLD_FILES+=usr/share/terminfo/p/p9-w OLD_FILES+=usr/share/terminfo/p/pc-coherent OLD_FILES+=usr/share/terminfo/p/pc-minix OLD_FILES+=usr/share/terminfo/p/pc-venix OLD_FILES+=usr/share/terminfo/p/pc3 OLD_FILES+=usr/share/terminfo/p/pc3-bold OLD_FILES+=usr/share/terminfo/p/pc3r OLD_FILES+=usr/share/terminfo/p/pc3r-m OLD_FILES+=usr/share/terminfo/p/pc6300plus OLD_FILES+=usr/share/terminfo/p/pc7300 OLD_FILES+=usr/share/terminfo/p/pcansi OLD_FILES+=usr/share/terminfo/p/pcansi-25 OLD_FILES+=usr/share/terminfo/p/pcansi-25-m OLD_FILES+=usr/share/terminfo/p/pcansi-33 OLD_FILES+=usr/share/terminfo/p/pcansi-33-m OLD_FILES+=usr/share/terminfo/p/pcansi-43 OLD_FILES+=usr/share/terminfo/p/pcansi-43-m OLD_FILES+=usr/share/terminfo/p/pcansi-m OLD_FILES+=usr/share/terminfo/p/pcansi-mono OLD_FILES+=usr/share/terminfo/p/pcansi25 OLD_FILES+=usr/share/terminfo/p/pcansi25m OLD_FILES+=usr/share/terminfo/p/pcansi33 OLD_FILES+=usr/share/terminfo/p/pcansi33m OLD_FILES+=usr/share/terminfo/p/pcansi43 OLD_FILES+=usr/share/terminfo/p/pccon OLD_FILES+=usr/share/terminfo/p/pccon+base OLD_FILES+=usr/share/terminfo/p/pccon+colors OLD_FILES+=usr/share/terminfo/p/pccon+keys OLD_FILES+=usr/share/terminfo/p/pccon+sgr+acs OLD_FILES+=usr/share/terminfo/p/pccon+sgr+acs0 OLD_FILES+=usr/share/terminfo/p/pccon-m OLD_FILES+=usr/share/terminfo/p/pccon0 OLD_FILES+=usr/share/terminfo/p/pccon0-m OLD_FILES+=usr/share/terminfo/p/pccons OLD_FILES+=usr/share/terminfo/p/pcconsole OLD_FILES+=usr/share/terminfo/p/pcix OLD_FILES+=usr/share/terminfo/p/pckermit OLD_FILES+=usr/share/terminfo/p/pckermit12 OLD_FILES+=usr/share/terminfo/p/pckermit120 OLD_FILES+=usr/share/terminfo/p/pcmw OLD_FILES+=usr/share/terminfo/p/pcplot OLD_FILES+=usr/share/terminfo/p/pcvt25 OLD_FILES+=usr/share/terminfo/p/pcvt25-color OLD_FILES+=usr/share/terminfo/p/pcvt25w OLD_FILES+=usr/share/terminfo/p/pcvt28 OLD_FILES+=usr/share/terminfo/p/pcvt28w OLD_FILES+=usr/share/terminfo/p/pcvt35 OLD_FILES+=usr/share/terminfo/p/pcvt35w OLD_FILES+=usr/share/terminfo/p/pcvt40 OLD_FILES+=usr/share/terminfo/p/pcvt40w OLD_FILES+=usr/share/terminfo/p/pcvt43 OLD_FILES+=usr/share/terminfo/p/pcvt43w OLD_FILES+=usr/share/terminfo/p/pcvt50 OLD_FILES+=usr/share/terminfo/p/pcvt50w OLD_FILES+=usr/share/terminfo/p/pcvtXX OLD_FILES+=usr/share/terminfo/p/pcz19 OLD_FILES+=usr/share/terminfo/p/pe1100 OLD_FILES+=usr/share/terminfo/p/pe1200 OLD_FILES+=usr/share/terminfo/p/pe1251 OLD_FILES+=usr/share/terminfo/p/pe550 OLD_FILES+=usr/share/terminfo/p/pe6100 OLD_FILES+=usr/share/terminfo/p/pe6300 OLD_FILES+=usr/share/terminfo/p/pe6312 OLD_FILES+=usr/share/terminfo/p/pe7000c OLD_FILES+=usr/share/terminfo/p/pe7000m OLD_FILES+=usr/share/terminfo/p/pilot OLD_FILES+=usr/share/terminfo/p/pmcons OLD_FILES+=usr/share/terminfo/p/pmconsole OLD_FILES+=usr/share/terminfo/p/printer OLD_FILES+=usr/share/terminfo/p/prism12 OLD_FILES+=usr/share/terminfo/p/prism12-m OLD_FILES+=usr/share/terminfo/p/prism12-m-w OLD_FILES+=usr/share/terminfo/p/prism12-w OLD_FILES+=usr/share/terminfo/p/prism14 OLD_FILES+=usr/share/terminfo/p/prism14-m OLD_FILES+=usr/share/terminfo/p/prism14-m-w OLD_FILES+=usr/share/terminfo/p/prism14-w OLD_FILES+=usr/share/terminfo/p/prism2 OLD_FILES+=usr/share/terminfo/p/prism4 OLD_FILES+=usr/share/terminfo/p/prism5 OLD_FILES+=usr/share/terminfo/p/prism7 OLD_FILES+=usr/share/terminfo/p/prism8 OLD_FILES+=usr/share/terminfo/p/prism8-w OLD_FILES+=usr/share/terminfo/p/prism8gl OLD_FILES+=usr/share/terminfo/p/prism9 OLD_FILES+=usr/share/terminfo/p/prism9-8 OLD_FILES+=usr/share/terminfo/p/prism9-8-w OLD_FILES+=usr/share/terminfo/p/prism9-w OLD_FILES+=usr/share/terminfo/p/pro350 OLD_FILES+=usr/share/terminfo/p/ps300 OLD_FILES+=usr/share/terminfo/p/psterm OLD_FILES+=usr/share/terminfo/p/psterm-80x24 OLD_FILES+=usr/share/terminfo/p/psterm-90x28 OLD_FILES+=usr/share/terminfo/p/psterm-96x48 OLD_FILES+=usr/share/terminfo/p/psterm-basic OLD_FILES+=usr/share/terminfo/p/psterm-fast OLD_FILES+=usr/share/terminfo/p/psx_ansi OLD_FILES+=usr/share/terminfo/p/pt100 OLD_FILES+=usr/share/terminfo/p/pt100w OLD_FILES+=usr/share/terminfo/p/pt200 OLD_FILES+=usr/share/terminfo/p/pt200w OLD_FILES+=usr/share/terminfo/p/pt210 OLD_FILES+=usr/share/terminfo/p/pt250 OLD_FILES+=usr/share/terminfo/p/pt250w OLD_FILES+=usr/share/terminfo/p/pt505 OLD_FILES+=usr/share/terminfo/p/pt505-22 OLD_FILES+=usr/share/terminfo/p/pt505-24 OLD_FILES+=usr/share/terminfo/p/pty OLD_FILES+=usr/share/terminfo/p/putty OLD_FILES+=usr/share/terminfo/p/putty+fnkeys OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+esc OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+linux OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+sco OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+vt100 OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+vt400 OLD_FILES+=usr/share/terminfo/p/putty+fnkeys+xterm OLD_FILES+=usr/share/terminfo/p/putty+keypad OLD_FILES+=usr/share/terminfo/p/putty+screen OLD_FILES+=usr/share/terminfo/p/putty-256color OLD_FILES+=usr/share/terminfo/p/putty-m1 OLD_FILES+=usr/share/terminfo/p/putty-m1b OLD_FILES+=usr/share/terminfo/p/putty-m2 OLD_FILES+=usr/share/terminfo/p/putty-noapp OLD_FILES+=usr/share/terminfo/p/putty-sco OLD_FILES+=usr/share/terminfo/p/putty-screen OLD_FILES+=usr/share/terminfo/p/putty-vt100 OLD_DIRS+=usr/share/terminfo/p/ OLD_FILES+=usr/share/terminfo/q/qansi OLD_FILES+=usr/share/terminfo/q/qansi-g OLD_FILES+=usr/share/terminfo/q/qansi-m OLD_FILES+=usr/share/terminfo/q/qansi-t OLD_FILES+=usr/share/terminfo/q/qansi-w OLD_FILES+=usr/share/terminfo/q/qdcons OLD_FILES+=usr/share/terminfo/q/qdss OLD_FILES+=usr/share/terminfo/q/qnx OLD_FILES+=usr/share/terminfo/q/qnx4 OLD_FILES+=usr/share/terminfo/q/qnxm OLD_FILES+=usr/share/terminfo/q/qnxt OLD_FILES+=usr/share/terminfo/q/qnxt2 OLD_FILES+=usr/share/terminfo/q/qnxt4 OLD_FILES+=usr/share/terminfo/q/qnxtmono OLD_FILES+=usr/share/terminfo/q/qnxw OLD_FILES+=usr/share/terminfo/q/qume OLD_FILES+=usr/share/terminfo/q/qume5 OLD_FILES+=usr/share/terminfo/q/qvt101 OLD_FILES+=usr/share/terminfo/q/qvt101+ OLD_FILES+=usr/share/terminfo/q/qvt101p OLD_FILES+=usr/share/terminfo/q/qvt102 OLD_FILES+=usr/share/terminfo/q/qvt103 OLD_FILES+=usr/share/terminfo/q/qvt103-w OLD_FILES+=usr/share/terminfo/q/qvt108 OLD_FILES+=usr/share/terminfo/q/qvt119 OLD_FILES+=usr/share/terminfo/q/qvt119+ OLD_FILES+=usr/share/terminfo/q/qvt119+-25 OLD_FILES+=usr/share/terminfo/q/qvt119+-25-w OLD_FILES+=usr/share/terminfo/q/qvt119+-w OLD_FILES+=usr/share/terminfo/q/qvt119-25-w OLD_FILES+=usr/share/terminfo/q/qvt119-w OLD_FILES+=usr/share/terminfo/q/qvt119p OLD_FILES+=usr/share/terminfo/q/qvt119p-25 OLD_FILES+=usr/share/terminfo/q/qvt119p-25-w OLD_FILES+=usr/share/terminfo/q/qvt119p-w OLD_FILES+=usr/share/terminfo/q/qvt203 OLD_FILES+=usr/share/terminfo/q/qvt203+ OLD_FILES+=usr/share/terminfo/q/qvt203-25 OLD_FILES+=usr/share/terminfo/q/qvt203-25-w OLD_FILES+=usr/share/terminfo/q/qvt203-w OLD_FILES+=usr/share/terminfo/q/qvt203-w-am OLD_DIRS+=usr/share/terminfo/q/ OLD_FILES+=usr/share/terminfo/r/rbcomm OLD_FILES+=usr/share/terminfo/r/rbcomm-nam OLD_FILES+=usr/share/terminfo/r/rbcomm-w OLD_FILES+=usr/share/terminfo/r/rca OLD_FILES+=usr/share/terminfo/r/rcons OLD_FILES+=usr/share/terminfo/r/rcons-color OLD_FILES+=usr/share/terminfo/r/rebus3180 OLD_FILES+=usr/share/terminfo/r/regent OLD_FILES+=usr/share/terminfo/r/regent100 OLD_FILES+=usr/share/terminfo/r/regent20 OLD_FILES+=usr/share/terminfo/r/regent200 OLD_FILES+=usr/share/terminfo/r/regent25 OLD_FILES+=usr/share/terminfo/r/regent40 OLD_FILES+=usr/share/terminfo/r/regent40+ OLD_FILES+=usr/share/terminfo/r/regent60 OLD_FILES+=usr/share/terminfo/r/rt6221 OLD_FILES+=usr/share/terminfo/r/rt6221-w OLD_FILES+=usr/share/terminfo/r/rtpc OLD_FILES+=usr/share/terminfo/r/rxvt OLD_FILES+=usr/share/terminfo/r/rxvt+pcfkeys OLD_FILES+=usr/share/terminfo/r/rxvt-16color OLD_FILES+=usr/share/terminfo/r/rxvt-256color OLD_FILES+=usr/share/terminfo/r/rxvt-88color OLD_FILES+=usr/share/terminfo/r/rxvt-basic OLD_FILES+=usr/share/terminfo/r/rxvt-color OLD_FILES+=usr/share/terminfo/r/rxvt-cygwin OLD_FILES+=usr/share/terminfo/r/rxvt-cygwin-native OLD_FILES+=usr/share/terminfo/r/rxvt-xpm OLD_DIRS+=usr/share/terminfo/r/ OLD_FILES+=usr/share/terminfo/s/s4 OLD_FILES+=usr/share/terminfo/s/sb1 OLD_FILES+=usr/share/terminfo/s/sb2 OLD_FILES+=usr/share/terminfo/s/sb3 OLD_FILES+=usr/share/terminfo/s/sbi OLD_FILES+=usr/share/terminfo/s/sbobcat OLD_FILES+=usr/share/terminfo/s/sc410 OLD_FILES+=usr/share/terminfo/s/sc415 OLD_FILES+=usr/share/terminfo/s/scanset OLD_FILES+=usr/share/terminfo/s/scoansi OLD_FILES+=usr/share/terminfo/s/scoansi-new OLD_FILES+=usr/share/terminfo/s/scoansi-old OLD_FILES+=usr/share/terminfo/s/screen OLD_FILES+=usr/share/terminfo/s/screen+fkeys OLD_FILES+=usr/share/terminfo/s/screen+italics OLD_FILES+=usr/share/terminfo/s/screen-16color OLD_FILES+=usr/share/terminfo/s/screen-16color-bce OLD_FILES+=usr/share/terminfo/s/screen-16color-bce-s OLD_FILES+=usr/share/terminfo/s/screen-16color-s OLD_FILES+=usr/share/terminfo/s/screen-256color OLD_FILES+=usr/share/terminfo/s/screen-256color-bce OLD_FILES+=usr/share/terminfo/s/screen-256color-bce-s OLD_FILES+=usr/share/terminfo/s/screen-256color-s OLD_FILES+=usr/share/terminfo/s/screen-bce OLD_FILES+=usr/share/terminfo/s/screen-bce.Eterm OLD_FILES+=usr/share/terminfo/s/screen-bce.gnome OLD_FILES+=usr/share/terminfo/s/screen-bce.konsole OLD_FILES+=usr/share/terminfo/s/screen-bce.linux OLD_FILES+=usr/share/terminfo/s/screen-bce.mrxvt OLD_FILES+=usr/share/terminfo/s/screen-bce.rxvt OLD_FILES+=usr/share/terminfo/s/screen-bce.xterm-new OLD_FILES+=usr/share/terminfo/s/screen-s OLD_FILES+=usr/share/terminfo/s/screen-w OLD_FILES+=usr/share/terminfo/s/screen.Eterm OLD_FILES+=usr/share/terminfo/s/screen.gnome OLD_FILES+=usr/share/terminfo/s/screen.konsole OLD_FILES+=usr/share/terminfo/s/screen.konsole-256color OLD_FILES+=usr/share/terminfo/s/screen.linux OLD_FILES+=usr/share/terminfo/s/screen.linux-m1 OLD_FILES+=usr/share/terminfo/s/screen.linux-m1b OLD_FILES+=usr/share/terminfo/s/screen.linux-m2 OLD_FILES+=usr/share/terminfo/s/screen.linux-s OLD_FILES+=usr/share/terminfo/s/screen.minitel1 OLD_FILES+=usr/share/terminfo/s/screen.minitel1-nb OLD_FILES+=usr/share/terminfo/s/screen.minitel12-80 OLD_FILES+=usr/share/terminfo/s/screen.minitel1b OLD_FILES+=usr/share/terminfo/s/screen.minitel1b-80 OLD_FILES+=usr/share/terminfo/s/screen.minitel1b-nb OLD_FILES+=usr/share/terminfo/s/screen.minitel2-80 OLD_FILES+=usr/share/terminfo/s/screen.mlterm OLD_FILES+=usr/share/terminfo/s/screen.mlterm-256color OLD_FILES+=usr/share/terminfo/s/screen.mrxvt OLD_FILES+=usr/share/terminfo/s/screen.putty OLD_FILES+=usr/share/terminfo/s/screen.putty-256color OLD_FILES+=usr/share/terminfo/s/screen.putty-m1 OLD_FILES+=usr/share/terminfo/s/screen.putty-m1b OLD_FILES+=usr/share/terminfo/s/screen.putty-m2 OLD_FILES+=usr/share/terminfo/s/screen.rxvt OLD_FILES+=usr/share/terminfo/s/screen.teraterm OLD_FILES+=usr/share/terminfo/s/screen.vte OLD_FILES+=usr/share/terminfo/s/screen.vte-256color OLD_FILES+=usr/share/terminfo/s/screen.xterm-256color OLD_FILES+=usr/share/terminfo/s/screen.xterm-new OLD_FILES+=usr/share/terminfo/s/screen.xterm-r6 OLD_FILES+=usr/share/terminfo/s/screen.xterm-xfree86 OLD_FILES+=usr/share/terminfo/s/screen2 OLD_FILES+=usr/share/terminfo/s/screen3 OLD_FILES+=usr/share/terminfo/s/screen4 OLD_FILES+=usr/share/terminfo/s/screen5 OLD_FILES+=usr/share/terminfo/s/screwpoint OLD_FILES+=usr/share/terminfo/s/scrhp OLD_FILES+=usr/share/terminfo/s/scrt OLD_FILES+=usr/share/terminfo/s/securecrt OLD_FILES+=usr/share/terminfo/s/sibo OLD_FILES+=usr/share/terminfo/s/simpleterm OLD_FILES+=usr/share/terminfo/s/simterm OLD_FILES+=usr/share/terminfo/s/soroc OLD_FILES+=usr/share/terminfo/s/soroc120 OLD_FILES+=usr/share/terminfo/s/soroc140 OLD_FILES+=usr/share/terminfo/s/spinwriter OLD_FILES+=usr/share/terminfo/s/st OLD_FILES+=usr/share/terminfo/s/st-0.6 OLD_FILES+=usr/share/terminfo/s/st-0.7 OLD_FILES+=usr/share/terminfo/s/st-0.8 OLD_FILES+=usr/share/terminfo/s/st-16color OLD_FILES+=usr/share/terminfo/s/st-256color OLD_FILES+=usr/share/terminfo/s/st-direct OLD_FILES+=usr/share/terminfo/s/st52 OLD_FILES+=usr/share/terminfo/s/st52-color OLD_FILES+=usr/share/terminfo/s/st52-m OLD_FILES+=usr/share/terminfo/s/st52-old OLD_FILES+=usr/share/terminfo/s/stterm OLD_FILES+=usr/share/terminfo/s/stterm-16color OLD_FILES+=usr/share/terminfo/s/stterm-256color OLD_FILES+=usr/share/terminfo/s/stv52 OLD_FILES+=usr/share/terminfo/s/stv52pc OLD_FILES+=usr/share/terminfo/s/sun OLD_FILES+=usr/share/terminfo/s/sun+sl OLD_FILES+=usr/share/terminfo/s/sun-1 OLD_FILES+=usr/share/terminfo/s/sun-12 OLD_FILES+=usr/share/terminfo/s/sun-17 OLD_FILES+=usr/share/terminfo/s/sun-24 OLD_FILES+=usr/share/terminfo/s/sun-34 OLD_FILES+=usr/share/terminfo/s/sun-48 OLD_FILES+=usr/share/terminfo/s/sun-c OLD_FILES+=usr/share/terminfo/s/sun-cgsix OLD_FILES+=usr/share/terminfo/s/sun-cmd OLD_FILES+=usr/share/terminfo/s/sun-color OLD_FILES+=usr/share/terminfo/s/sun-e OLD_FILES+=usr/share/terminfo/s/sun-e-s OLD_FILES+=usr/share/terminfo/s/sun-il OLD_FILES+=usr/share/terminfo/s/sun-nic OLD_FILES+=usr/share/terminfo/s/sun-s OLD_FILES+=usr/share/terminfo/s/sun-s-e OLD_FILES+=usr/share/terminfo/s/sun-ss5 OLD_FILES+=usr/share/terminfo/s/sun-type4 OLD_FILES+=usr/share/terminfo/s/sun1 OLD_FILES+=usr/share/terminfo/s/sun2 OLD_FILES+=usr/share/terminfo/s/sune OLD_FILES+=usr/share/terminfo/s/superbee OLD_FILES+=usr/share/terminfo/s/superbee-xsb OLD_FILES+=usr/share/terminfo/s/superbeeic OLD_FILES+=usr/share/terminfo/s/superbrain OLD_FILES+=usr/share/terminfo/s/sv80 OLD_FILES+=usr/share/terminfo/s/swtp OLD_FILES+=usr/share/terminfo/s/synertek OLD_FILES+=usr/share/terminfo/s/synertek380 OLD_FILES+=usr/share/terminfo/s/system1 OLD_DIRS+=usr/share/terminfo/s/ OLD_FILES+=usr/share/terminfo/t/t10 OLD_FILES+=usr/share/terminfo/t/t1061 OLD_FILES+=usr/share/terminfo/t/t1061f OLD_FILES+=usr/share/terminfo/t/t16 OLD_FILES+=usr/share/terminfo/t/t3700 OLD_FILES+=usr/share/terminfo/t/t3800 OLD_FILES+=usr/share/terminfo/t/t653x OLD_FILES+=usr/share/terminfo/t/tab OLD_FILES+=usr/share/terminfo/t/tab132 OLD_FILES+=usr/share/terminfo/t/tab132-15 OLD_FILES+=usr/share/terminfo/t/tab132-rv OLD_FILES+=usr/share/terminfo/t/tab132-w OLD_FILES+=usr/share/terminfo/t/tab132-w-rv OLD_FILES+=usr/share/terminfo/t/tandem6510 OLD_FILES+=usr/share/terminfo/t/tandem653 OLD_FILES+=usr/share/terminfo/t/tek OLD_FILES+=usr/share/terminfo/t/tek4012 OLD_FILES+=usr/share/terminfo/t/tek4013 OLD_FILES+=usr/share/terminfo/t/tek4014 OLD_FILES+=usr/share/terminfo/t/tek4014-sm OLD_FILES+=usr/share/terminfo/t/tek4015 OLD_FILES+=usr/share/terminfo/t/tek4015-sm OLD_FILES+=usr/share/terminfo/t/tek4023 OLD_FILES+=usr/share/terminfo/t/tek4024 OLD_FILES+=usr/share/terminfo/t/tek4025 OLD_FILES+=usr/share/terminfo/t/tek4025-17 OLD_FILES+=usr/share/terminfo/t/tek4025-17-ws OLD_FILES+=usr/share/terminfo/t/tek4025-cr OLD_FILES+=usr/share/terminfo/t/tek4025-ex OLD_FILES+=usr/share/terminfo/t/tek4025a OLD_FILES+=usr/share/terminfo/t/tek4025ex OLD_FILES+=usr/share/terminfo/t/tek4027 OLD_FILES+=usr/share/terminfo/t/tek4027-ex OLD_FILES+=usr/share/terminfo/t/tek4105 OLD_FILES+=usr/share/terminfo/t/tek4105-30 OLD_FILES+=usr/share/terminfo/t/tek4105a OLD_FILES+=usr/share/terminfo/t/tek4106brl OLD_FILES+=usr/share/terminfo/t/tek4107 OLD_FILES+=usr/share/terminfo/t/tek4107brl OLD_FILES+=usr/share/terminfo/t/tek4109 OLD_FILES+=usr/share/terminfo/t/tek4109brl OLD_FILES+=usr/share/terminfo/t/tek4112 OLD_FILES+=usr/share/terminfo/t/tek4112-5 OLD_FILES+=usr/share/terminfo/t/tek4112-nd OLD_FILES+=usr/share/terminfo/t/tek4113 OLD_FILES+=usr/share/terminfo/t/tek4113-34 OLD_FILES+=usr/share/terminfo/t/tek4113-nd OLD_FILES+=usr/share/terminfo/t/tek4114 OLD_FILES+=usr/share/terminfo/t/tek4115 OLD_FILES+=usr/share/terminfo/t/tek4125 OLD_FILES+=usr/share/terminfo/t/tek4205 OLD_FILES+=usr/share/terminfo/t/tek4207 OLD_FILES+=usr/share/terminfo/t/tek4207-s OLD_FILES+=usr/share/terminfo/t/tek4404 OLD_FILES+=usr/share/terminfo/t/teken OLD_FILES+=usr/share/terminfo/t/teleray OLD_FILES+=usr/share/terminfo/t/teletec OLD_FILES+=usr/share/terminfo/t/teraterm OLD_FILES+=usr/share/terminfo/t/teraterm-256color OLD_FILES+=usr/share/terminfo/t/teraterm2.3 OLD_FILES+=usr/share/terminfo/t/teraterm4.59 OLD_FILES+=usr/share/terminfo/t/teraterm4.97 OLD_FILES+=usr/share/terminfo/t/terminator OLD_FILES+=usr/share/terminfo/t/terminet OLD_FILES+=usr/share/terminfo/t/terminet1200 OLD_FILES+=usr/share/terminfo/t/terminet300 OLD_FILES+=usr/share/terminfo/t/terminology OLD_FILES+=usr/share/terminfo/t/terminology-0.6.1 OLD_FILES+=usr/share/terminfo/t/terminology-1.0.0 OLD_FILES+=usr/share/terminfo/t/terminology-1.8.1 OLD_FILES+=usr/share/terminfo/t/termite OLD_FILES+=usr/share/terminfo/t/tgtelnet OLD_FILES+=usr/share/terminfo/t/ti700 OLD_FILES+=usr/share/terminfo/t/ti703 OLD_FILES+=usr/share/terminfo/t/ti703-w OLD_FILES+=usr/share/terminfo/t/ti707 OLD_FILES+=usr/share/terminfo/t/ti707-w OLD_FILES+=usr/share/terminfo/t/ti733 OLD_FILES+=usr/share/terminfo/t/ti735 OLD_FILES+=usr/share/terminfo/t/ti745 OLD_FILES+=usr/share/terminfo/t/ti800 OLD_FILES+=usr/share/terminfo/t/ti916 OLD_FILES+=usr/share/terminfo/t/ti916-132 OLD_FILES+=usr/share/terminfo/t/ti916-220-7 OLD_FILES+=usr/share/terminfo/t/ti916-220-8 OLD_FILES+=usr/share/terminfo/t/ti916-8 OLD_FILES+=usr/share/terminfo/t/ti916-8-132 OLD_FILES+=usr/share/terminfo/t/ti924 OLD_FILES+=usr/share/terminfo/t/ti924-8 OLD_FILES+=usr/share/terminfo/t/ti924-8w OLD_FILES+=usr/share/terminfo/t/ti924w OLD_FILES+=usr/share/terminfo/t/ti926 OLD_FILES+=usr/share/terminfo/t/ti926-8 OLD_FILES+=usr/share/terminfo/t/ti928 OLD_FILES+=usr/share/terminfo/t/ti928-8 OLD_FILES+=usr/share/terminfo/t/ti931 OLD_FILES+=usr/share/terminfo/t/ti_ansi OLD_FILES+=usr/share/terminfo/t/tkterm OLD_FILES+=usr/share/terminfo/t/tmux OLD_FILES+=usr/share/terminfo/t/tmux-256color OLD_FILES+=usr/share/terminfo/t/tmux-direct OLD_FILES+=usr/share/terminfo/t/tn1200 OLD_FILES+=usr/share/terminfo/t/tn300 OLD_FILES+=usr/share/terminfo/t/trs16 OLD_FILES+=usr/share/terminfo/t/trs2 OLD_FILES+=usr/share/terminfo/t/trs80II OLD_FILES+=usr/share/terminfo/t/trsII OLD_FILES+=usr/share/terminfo/t/ts-1 OLD_FILES+=usr/share/terminfo/t/ts-1p OLD_FILES+=usr/share/terminfo/t/ts1 OLD_FILES+=usr/share/terminfo/t/ts100 OLD_FILES+=usr/share/terminfo/t/ts100-ctxt OLD_FILES+=usr/share/terminfo/t/ts100-sp OLD_FILES+=usr/share/terminfo/t/ts1p OLD_FILES+=usr/share/terminfo/t/tt OLD_FILES+=usr/share/terminfo/t/tt505-22 OLD_FILES+=usr/share/terminfo/t/tt52 OLD_FILES+=usr/share/terminfo/t/tty33 OLD_FILES+=usr/share/terminfo/t/tty35 OLD_FILES+=usr/share/terminfo/t/tty37 OLD_FILES+=usr/share/terminfo/t/tty40 OLD_FILES+=usr/share/terminfo/t/tty43 OLD_FILES+=usr/share/terminfo/t/tty4420 OLD_FILES+=usr/share/terminfo/t/tty4424 OLD_FILES+=usr/share/terminfo/t/tty4424-1 OLD_FILES+=usr/share/terminfo/t/tty4424m OLD_FILES+=usr/share/terminfo/t/tty4426 OLD_FILES+=usr/share/terminfo/t/tty5410 OLD_FILES+=usr/share/terminfo/t/tty5410-w OLD_FILES+=usr/share/terminfo/t/tty5410v1 OLD_FILES+=usr/share/terminfo/t/tty5410v1-w OLD_FILES+=usr/share/terminfo/t/tty5420 OLD_FILES+=usr/share/terminfo/t/tty5420+nl OLD_FILES+=usr/share/terminfo/t/tty5420-nl OLD_FILES+=usr/share/terminfo/t/tty5420-rv OLD_FILES+=usr/share/terminfo/t/tty5420-rv-nl OLD_FILES+=usr/share/terminfo/t/tty5420-w OLD_FILES+=usr/share/terminfo/t/tty5420-w-nl OLD_FILES+=usr/share/terminfo/t/tty5420-w-rv OLD_FILES+=usr/share/terminfo/t/tty5420-w-rv-n OLD_FILES+=usr/share/terminfo/t/tty5425 OLD_FILES+=usr/share/terminfo/t/tty5425-nl OLD_FILES+=usr/share/terminfo/t/tty5425-w OLD_FILES+=usr/share/terminfo/t/tty5620 OLD_FILES+=usr/share/terminfo/t/tty5620-1 OLD_FILES+=usr/share/terminfo/t/tty5620-24 OLD_FILES+=usr/share/terminfo/t/tty5620-34 OLD_FILES+=usr/share/terminfo/t/tty5620-s OLD_FILES+=usr/share/terminfo/t/ttydmd OLD_FILES+=usr/share/terminfo/t/tvi803 OLD_FILES+=usr/share/terminfo/t/tvi9065 OLD_FILES+=usr/share/terminfo/t/tvi910 OLD_FILES+=usr/share/terminfo/t/tvi910+ OLD_FILES+=usr/share/terminfo/t/tvi912 OLD_FILES+=usr/share/terminfo/t/tvi912b OLD_FILES+=usr/share/terminfo/t/tvi912b+2p OLD_FILES+=usr/share/terminfo/t/tvi912b+dim OLD_FILES+=usr/share/terminfo/t/tvi912b+mc OLD_FILES+=usr/share/terminfo/t/tvi912b+printer OLD_FILES+=usr/share/terminfo/t/tvi912b+vb OLD_FILES+=usr/share/terminfo/t/tvi912b-2p OLD_FILES+=usr/share/terminfo/t/tvi912b-2p-mc OLD_FILES+=usr/share/terminfo/t/tvi912b-2p-p OLD_FILES+=usr/share/terminfo/t/tvi912b-2p-unk OLD_FILES+=usr/share/terminfo/t/tvi912b-mc OLD_FILES+=usr/share/terminfo/t/tvi912b-mc-2p OLD_FILES+=usr/share/terminfo/t/tvi912b-mc-vb OLD_FILES+=usr/share/terminfo/t/tvi912b-p OLD_FILES+=usr/share/terminfo/t/tvi912b-p-2p OLD_FILES+=usr/share/terminfo/t/tvi912b-p-vb OLD_FILES+=usr/share/terminfo/t/tvi912b-unk OLD_FILES+=usr/share/terminfo/t/tvi912b-unk-2p OLD_FILES+=usr/share/terminfo/t/tvi912b-unk-vb OLD_FILES+=usr/share/terminfo/t/tvi912b-vb OLD_FILES+=usr/share/terminfo/t/tvi912b-vb-mc OLD_FILES+=usr/share/terminfo/t/tvi912b-vb-p OLD_FILES+=usr/share/terminfo/t/tvi912b-vb-unk OLD_FILES+=usr/share/terminfo/t/tvi912c OLD_FILES+=usr/share/terminfo/t/tvi912c-2p OLD_FILES+=usr/share/terminfo/t/tvi912c-2p-mc OLD_FILES+=usr/share/terminfo/t/tvi912c-2p-p OLD_FILES+=usr/share/terminfo/t/tvi912c-2p-unk OLD_FILES+=usr/share/terminfo/t/tvi912c-mc OLD_FILES+=usr/share/terminfo/t/tvi912c-mc-2p OLD_FILES+=usr/share/terminfo/t/tvi912c-mc-vb OLD_FILES+=usr/share/terminfo/t/tvi912c-p OLD_FILES+=usr/share/terminfo/t/tvi912c-p-2p OLD_FILES+=usr/share/terminfo/t/tvi912c-p-vb OLD_FILES+=usr/share/terminfo/t/tvi912c-unk OLD_FILES+=usr/share/terminfo/t/tvi912c-unk-2p OLD_FILES+=usr/share/terminfo/t/tvi912c-unk-vb OLD_FILES+=usr/share/terminfo/t/tvi912c-vb OLD_FILES+=usr/share/terminfo/t/tvi912c-vb-mc OLD_FILES+=usr/share/terminfo/t/tvi912c-vb-p OLD_FILES+=usr/share/terminfo/t/tvi912c-vb-unk OLD_FILES+=usr/share/terminfo/t/tvi912cc OLD_FILES+=usr/share/terminfo/t/tvi914 OLD_FILES+=usr/share/terminfo/t/tvi920 OLD_FILES+=usr/share/terminfo/t/tvi920b OLD_FILES+=usr/share/terminfo/t/tvi920b+fn OLD_FILES+=usr/share/terminfo/t/tvi920b-2p OLD_FILES+=usr/share/terminfo/t/tvi920b-2p-mc OLD_FILES+=usr/share/terminfo/t/tvi920b-2p-p OLD_FILES+=usr/share/terminfo/t/tvi920b-2p-unk OLD_FILES+=usr/share/terminfo/t/tvi920b-mc OLD_FILES+=usr/share/terminfo/t/tvi920b-mc-2p OLD_FILES+=usr/share/terminfo/t/tvi920b-mc-vb OLD_FILES+=usr/share/terminfo/t/tvi920b-p OLD_FILES+=usr/share/terminfo/t/tvi920b-p-2p OLD_FILES+=usr/share/terminfo/t/tvi920b-p-vb OLD_FILES+=usr/share/terminfo/t/tvi920b-unk OLD_FILES+=usr/share/terminfo/t/tvi920b-unk-2p OLD_FILES+=usr/share/terminfo/t/tvi920b-unk-vb OLD_FILES+=usr/share/terminfo/t/tvi920b-vb OLD_FILES+=usr/share/terminfo/t/tvi920b-vb-mc OLD_FILES+=usr/share/terminfo/t/tvi920b-vb-p OLD_FILES+=usr/share/terminfo/t/tvi920b-vb-unk OLD_FILES+=usr/share/terminfo/t/tvi920c OLD_FILES+=usr/share/terminfo/t/tvi920c-2p OLD_FILES+=usr/share/terminfo/t/tvi920c-2p-mc OLD_FILES+=usr/share/terminfo/t/tvi920c-2p-p OLD_FILES+=usr/share/terminfo/t/tvi920c-2p-unk OLD_FILES+=usr/share/terminfo/t/tvi920c-mc OLD_FILES+=usr/share/terminfo/t/tvi920c-mc-2p OLD_FILES+=usr/share/terminfo/t/tvi920c-mc-vb OLD_FILES+=usr/share/terminfo/t/tvi920c-p OLD_FILES+=usr/share/terminfo/t/tvi920c-p-2p OLD_FILES+=usr/share/terminfo/t/tvi920c-p-vb OLD_FILES+=usr/share/terminfo/t/tvi920c-unk OLD_FILES+=usr/share/terminfo/t/tvi920c-unk-2p OLD_FILES+=usr/share/terminfo/t/tvi920c-unk-vb OLD_FILES+=usr/share/terminfo/t/tvi920c-vb OLD_FILES+=usr/share/terminfo/t/tvi920c-vb-mc OLD_FILES+=usr/share/terminfo/t/tvi920c-vb-p OLD_FILES+=usr/share/terminfo/t/tvi920c-vb-unk OLD_FILES+=usr/share/terminfo/t/tvi921 OLD_FILES+=usr/share/terminfo/t/tvi924 OLD_FILES+=usr/share/terminfo/t/tvi925 OLD_FILES+=usr/share/terminfo/t/tvi925-hi OLD_FILES+=usr/share/terminfo/t/tvi92B OLD_FILES+=usr/share/terminfo/t/tvi92D OLD_FILES+=usr/share/terminfo/t/tvi950 OLD_FILES+=usr/share/terminfo/t/tvi950-2p OLD_FILES+=usr/share/terminfo/t/tvi950-4p OLD_FILES+=usr/share/terminfo/t/tvi950-rv OLD_FILES+=usr/share/terminfo/t/tvi950-rv-2p OLD_FILES+=usr/share/terminfo/t/tvi950-rv-4p OLD_FILES+=usr/share/terminfo/t/tvi955 OLD_FILES+=usr/share/terminfo/t/tvi955-hb OLD_FILES+=usr/share/terminfo/t/tvi955-w OLD_FILES+=usr/share/terminfo/t/tvi970 OLD_FILES+=usr/share/terminfo/t/tvi970-2p OLD_FILES+=usr/share/terminfo/t/tvi970-vb OLD_FILES+=usr/share/terminfo/t/tvipt OLD_FILES+=usr/share/terminfo/t/tw100 OLD_FILES+=usr/share/terminfo/t/tw52 OLD_FILES+=usr/share/terminfo/t/tw52-color OLD_FILES+=usr/share/terminfo/t/tw52-m OLD_FILES+=usr/share/terminfo/t/tws-generic OLD_FILES+=usr/share/terminfo/t/tws2102-sna OLD_FILES+=usr/share/terminfo/t/tws2103 OLD_FILES+=usr/share/terminfo/t/tws2103-sna OLD_DIRS+=usr/share/terminfo/t/ OLD_FILES+=usr/share/terminfo/u/ultima2 OLD_FILES+=usr/share/terminfo/u/ultimaII OLD_FILES+=usr/share/terminfo/u/uniterm OLD_FILES+=usr/share/terminfo/u/uniterm49 OLD_FILES+=usr/share/terminfo/u/unixpc OLD_FILES+=usr/share/terminfo/u/unknown OLD_FILES+=usr/share/terminfo/u/uts30 OLD_FILES+=usr/share/terminfo/u/uwin OLD_DIRS+=usr/share/terminfo/u/ OLD_FILES+=usr/share/terminfo/v/v200-nam OLD_FILES+=usr/share/terminfo/v/v320n OLD_FILES+=usr/share/terminfo/v/v3220 OLD_FILES+=usr/share/terminfo/v/v5410 OLD_FILES+=usr/share/terminfo/v/vanilla OLD_FILES+=usr/share/terminfo/v/vapple OLD_FILES+=usr/share/terminfo/v/vc103 OLD_FILES+=usr/share/terminfo/v/vc203 OLD_FILES+=usr/share/terminfo/v/vc303 OLD_FILES+=usr/share/terminfo/v/vc303a OLD_FILES+=usr/share/terminfo/v/vc403a OLD_FILES+=usr/share/terminfo/v/vc404 OLD_FILES+=usr/share/terminfo/v/vc404-s OLD_FILES+=usr/share/terminfo/v/vc414 OLD_FILES+=usr/share/terminfo/v/vc414h OLD_FILES+=usr/share/terminfo/v/vc415 OLD_FILES+=usr/share/terminfo/v/venix OLD_FILES+=usr/share/terminfo/v/versaterm OLD_FILES+=usr/share/terminfo/v/vi200 OLD_FILES+=usr/share/terminfo/v/vi200-f OLD_FILES+=usr/share/terminfo/v/vi200-rv OLD_FILES+=usr/share/terminfo/v/vi300 OLD_FILES+=usr/share/terminfo/v/vi300-old OLD_FILES+=usr/share/terminfo/v/vi50 OLD_FILES+=usr/share/terminfo/v/vi500 OLD_FILES+=usr/share/terminfo/v/vi50adm OLD_FILES+=usr/share/terminfo/v/vi55 OLD_FILES+=usr/share/terminfo/v/vi550 OLD_FILES+=usr/share/terminfo/v/vi603 OLD_FILES+=usr/share/terminfo/v/viewdata OLD_FILES+=usr/share/terminfo/v/viewdata-o OLD_FILES+=usr/share/terminfo/v/viewdata-rv OLD_FILES+=usr/share/terminfo/v/viewpoint OLD_FILES+=usr/share/terminfo/v/viewpoint3a+ OLD_FILES+=usr/share/terminfo/v/viewpoint60 OLD_FILES+=usr/share/terminfo/v/viewpoint90 OLD_FILES+=usr/share/terminfo/v/vip OLD_FILES+=usr/share/terminfo/v/vip-H OLD_FILES+=usr/share/terminfo/v/vip-Hw OLD_FILES+=usr/share/terminfo/v/vip-w OLD_FILES+=usr/share/terminfo/v/vip7800-H OLD_FILES+=usr/share/terminfo/v/vip7800-Hw OLD_FILES+=usr/share/terminfo/v/vip7800-w OLD_FILES+=usr/share/terminfo/v/visa50 OLD_FILES+=usr/share/terminfo/v/visual603 OLD_FILES+=usr/share/terminfo/v/vitty OLD_FILES+=usr/share/terminfo/v/vk100 OLD_FILES+=usr/share/terminfo/v/vp3a+ OLD_FILES+=usr/share/terminfo/v/vp60 OLD_FILES+=usr/share/terminfo/v/vp90 OLD_FILES+=usr/share/terminfo/v/vremote OLD_FILES+=usr/share/terminfo/v/vs100 OLD_FILES+=usr/share/terminfo/v/vs100-x10 OLD_FILES+=usr/share/terminfo/v/vsc OLD_FILES+=usr/share/terminfo/v/vscode OLD_FILES+=usr/share/terminfo/v/vscode-direct OLD_FILES+=usr/share/terminfo/v/vt-61 OLD_FILES+=usr/share/terminfo/v/vt-utf8 OLD_FILES+=usr/share/terminfo/v/vt100 OLD_FILES+=usr/share/terminfo/v/vt100+ OLD_FILES+=usr/share/terminfo/v/vt100+4bsd OLD_FILES+=usr/share/terminfo/v/vt100+enq OLD_FILES+=usr/share/terminfo/v/vt100+fnkeys OLD_FILES+=usr/share/terminfo/v/vt100+keypad OLD_FILES+=usr/share/terminfo/v/vt100+pfkeys OLD_FILES+=usr/share/terminfo/v/vt100-am OLD_FILES+=usr/share/terminfo/v/vt100-bm OLD_FILES+=usr/share/terminfo/v/vt100-bm-o OLD_FILES+=usr/share/terminfo/v/vt100-bot-s OLD_FILES+=usr/share/terminfo/v/vt100-nam OLD_FILES+=usr/share/terminfo/v/vt100-nam-w OLD_FILES+=usr/share/terminfo/v/vt100-nav OLD_FILES+=usr/share/terminfo/v/vt100-nav-w OLD_FILES+=usr/share/terminfo/v/vt100-putty OLD_FILES+=usr/share/terminfo/v/vt100-s OLD_FILES+=usr/share/terminfo/v/vt100-s-bot OLD_FILES+=usr/share/terminfo/v/vt100-s-top OLD_FILES+=usr/share/terminfo/v/vt100-top-s OLD_FILES+=usr/share/terminfo/v/vt100-vb OLD_FILES+=usr/share/terminfo/v/vt100-w OLD_FILES+=usr/share/terminfo/v/vt100-w-am OLD_FILES+=usr/share/terminfo/v/vt100-w-nam OLD_FILES+=usr/share/terminfo/v/vt100-w-nav OLD_FILES+=usr/share/terminfo/v/vt100nam OLD_FILES+=usr/share/terminfo/v/vt102 OLD_FILES+=usr/share/terminfo/v/vt102+enq OLD_FILES+=usr/share/terminfo/v/vt102-nsgr OLD_FILES+=usr/share/terminfo/v/vt102-w OLD_FILES+=usr/share/terminfo/v/vt125 OLD_FILES+=usr/share/terminfo/v/vt131 OLD_FILES+=usr/share/terminfo/v/vt132 OLD_FILES+=usr/share/terminfo/v/vt200 OLD_FILES+=usr/share/terminfo/v/vt200-8 OLD_FILES+=usr/share/terminfo/v/vt200-8bit OLD_FILES+=usr/share/terminfo/v/vt200-js OLD_FILES+=usr/share/terminfo/v/vt200-old OLD_FILES+=usr/share/terminfo/v/vt200-w OLD_FILES+=usr/share/terminfo/v/vt220 OLD_FILES+=usr/share/terminfo/v/vt220+cvis OLD_FILES+=usr/share/terminfo/v/vt220+cvis8 OLD_FILES+=usr/share/terminfo/v/vt220+keypad OLD_FILES+=usr/share/terminfo/v/vt220+pcedit OLD_FILES+=usr/share/terminfo/v/vt220+vtedit OLD_FILES+=usr/share/terminfo/v/vt220-8 OLD_FILES+=usr/share/terminfo/v/vt220-8bit OLD_FILES+=usr/share/terminfo/v/vt220-base OLD_FILES+=usr/share/terminfo/v/vt220-js OLD_FILES+=usr/share/terminfo/v/vt220-nam OLD_FILES+=usr/share/terminfo/v/vt220-old OLD_FILES+=usr/share/terminfo/v/vt220-w OLD_FILES+=usr/share/terminfo/v/vt220d OLD_FILES+=usr/share/terminfo/v/vt300 OLD_FILES+=usr/share/terminfo/v/vt300-nam OLD_FILES+=usr/share/terminfo/v/vt300-w OLD_FILES+=usr/share/terminfo/v/vt300-w-nam OLD_FILES+=usr/share/terminfo/v/vt320 OLD_FILES+=usr/share/terminfo/v/vt320-k3 OLD_FILES+=usr/share/terminfo/v/vt320-k311 OLD_FILES+=usr/share/terminfo/v/vt320-nam OLD_FILES+=usr/share/terminfo/v/vt320-w OLD_FILES+=usr/share/terminfo/v/vt320-w-nam OLD_FILES+=usr/share/terminfo/v/vt320nam OLD_FILES+=usr/share/terminfo/v/vt330 OLD_FILES+=usr/share/terminfo/v/vt340 OLD_FILES+=usr/share/terminfo/v/vt400 OLD_FILES+=usr/share/terminfo/v/vt400-24 OLD_FILES+=usr/share/terminfo/v/vt420 OLD_FILES+=usr/share/terminfo/v/vt420+lrmm OLD_FILES+=usr/share/terminfo/v/vt420f OLD_FILES+=usr/share/terminfo/v/vt420pc OLD_FILES+=usr/share/terminfo/v/vt420pcdos OLD_FILES+=usr/share/terminfo/v/vt50 OLD_FILES+=usr/share/terminfo/v/vt50h OLD_FILES+=usr/share/terminfo/v/vt510 OLD_FILES+=usr/share/terminfo/v/vt510pc OLD_FILES+=usr/share/terminfo/v/vt510pcdos OLD_FILES+=usr/share/terminfo/v/vt52 OLD_FILES+=usr/share/terminfo/v/vt52+keypad OLD_FILES+=usr/share/terminfo/v/vt52-basic OLD_FILES+=usr/share/terminfo/v/vt520 OLD_FILES+=usr/share/terminfo/v/vt520ansi OLD_FILES+=usr/share/terminfo/v/vt525 OLD_FILES+=usr/share/terminfo/v/vt61 OLD_FILES+=usr/share/terminfo/v/vt61.5 OLD_FILES+=usr/share/terminfo/v/vte OLD_FILES+=usr/share/terminfo/v/vte+pcfkeys OLD_FILES+=usr/share/terminfo/v/vte-2007 OLD_FILES+=usr/share/terminfo/v/vte-2008 OLD_FILES+=usr/share/terminfo/v/vte-2012 OLD_FILES+=usr/share/terminfo/v/vte-2014 OLD_FILES+=usr/share/terminfo/v/vte-2017 OLD_FILES+=usr/share/terminfo/v/vte-2018 OLD_FILES+=usr/share/terminfo/v/vte-256color OLD_FILES+=usr/share/terminfo/v/vte-direct OLD_FILES+=usr/share/terminfo/v/vtnt OLD_FILES+=usr/share/terminfo/v/vv100 OLD_FILES+=usr/share/terminfo/v/vwmterm OLD_DIRS+=usr/share/terminfo/v/ OLD_FILES+=usr/share/terminfo/w/wren OLD_FILES+=usr/share/terminfo/w/wrenw OLD_FILES+=usr/share/terminfo/w/wsiris OLD_FILES+=usr/share/terminfo/w/wsvt25 OLD_FILES+=usr/share/terminfo/w/wsvt25m OLD_FILES+=usr/share/terminfo/w/wy-75ap OLD_FILES+=usr/share/terminfo/w/wy-99fgt OLD_FILES+=usr/share/terminfo/w/wy-99fgta OLD_FILES+=usr/share/terminfo/w/wy100 OLD_FILES+=usr/share/terminfo/w/wy100q OLD_FILES+=usr/share/terminfo/w/wy120 OLD_FILES+=usr/share/terminfo/w/wy120-25 OLD_FILES+=usr/share/terminfo/w/wy120-25-w OLD_FILES+=usr/share/terminfo/w/wy120-vb OLD_FILES+=usr/share/terminfo/w/wy120-w OLD_FILES+=usr/share/terminfo/w/wy120-w-vb OLD_FILES+=usr/share/terminfo/w/wy120-wvb OLD_FILES+=usr/share/terminfo/w/wy150 OLD_FILES+=usr/share/terminfo/w/wy150-25 OLD_FILES+=usr/share/terminfo/w/wy150-25-w OLD_FILES+=usr/share/terminfo/w/wy150-vb OLD_FILES+=usr/share/terminfo/w/wy150-w OLD_FILES+=usr/share/terminfo/w/wy150-w-vb OLD_FILES+=usr/share/terminfo/w/wy160 OLD_FILES+=usr/share/terminfo/w/wy160-25 OLD_FILES+=usr/share/terminfo/w/wy160-25-w OLD_FILES+=usr/share/terminfo/w/wy160-42 OLD_FILES+=usr/share/terminfo/w/wy160-42-w OLD_FILES+=usr/share/terminfo/w/wy160-43 OLD_FILES+=usr/share/terminfo/w/wy160-43-w OLD_FILES+=usr/share/terminfo/w/wy160-tek OLD_FILES+=usr/share/terminfo/w/wy160-vb OLD_FILES+=usr/share/terminfo/w/wy160-w OLD_FILES+=usr/share/terminfo/w/wy160-w-vb OLD_FILES+=usr/share/terminfo/w/wy160-wvb OLD_FILES+=usr/share/terminfo/w/wy185 OLD_FILES+=usr/share/terminfo/w/wy185-24 OLD_FILES+=usr/share/terminfo/w/wy185-vb OLD_FILES+=usr/share/terminfo/w/wy185-w OLD_FILES+=usr/share/terminfo/w/wy185-wvb OLD_FILES+=usr/share/terminfo/w/wy30 OLD_FILES+=usr/share/terminfo/w/wy30-mc OLD_FILES+=usr/share/terminfo/w/wy30-vb OLD_FILES+=usr/share/terminfo/w/wy325 OLD_FILES+=usr/share/terminfo/w/wy325-25 OLD_FILES+=usr/share/terminfo/w/wy325-25w OLD_FILES+=usr/share/terminfo/w/wy325-42 OLD_FILES+=usr/share/terminfo/w/wy325-42w OLD_FILES+=usr/share/terminfo/w/wy325-42w-vb OLD_FILES+=usr/share/terminfo/w/wy325-42wvb OLD_FILES+=usr/share/terminfo/w/wy325-43 OLD_FILES+=usr/share/terminfo/w/wy325-43w OLD_FILES+=usr/share/terminfo/w/wy325-43w-vb OLD_FILES+=usr/share/terminfo/w/wy325-43wvb OLD_FILES+=usr/share/terminfo/w/wy325-80 OLD_FILES+=usr/share/terminfo/w/wy325-vb OLD_FILES+=usr/share/terminfo/w/wy325-w OLD_FILES+=usr/share/terminfo/w/wy325-w-vb OLD_FILES+=usr/share/terminfo/w/wy325-wvb OLD_FILES+=usr/share/terminfo/w/wy325w-24 OLD_FILES+=usr/share/terminfo/w/wy350 OLD_FILES+=usr/share/terminfo/w/wy350-vb OLD_FILES+=usr/share/terminfo/w/wy350-w OLD_FILES+=usr/share/terminfo/w/wy350-wvb OLD_FILES+=usr/share/terminfo/w/wy370 OLD_FILES+=usr/share/terminfo/w/wy370-101k OLD_FILES+=usr/share/terminfo/w/wy370-105k OLD_FILES+=usr/share/terminfo/w/wy370-EPC OLD_FILES+=usr/share/terminfo/w/wy370-nk OLD_FILES+=usr/share/terminfo/w/wy370-rv OLD_FILES+=usr/share/terminfo/w/wy370-tek OLD_FILES+=usr/share/terminfo/w/wy370-vb OLD_FILES+=usr/share/terminfo/w/wy370-w OLD_FILES+=usr/share/terminfo/w/wy370-wvb OLD_FILES+=usr/share/terminfo/w/wy50 OLD_FILES+=usr/share/terminfo/w/wy50-mc OLD_FILES+=usr/share/terminfo/w/wy50-vb OLD_FILES+=usr/share/terminfo/w/wy50-w OLD_FILES+=usr/share/terminfo/w/wy50-wvb OLD_FILES+=usr/share/terminfo/w/wy520 OLD_FILES+=usr/share/terminfo/w/wy520-24 OLD_FILES+=usr/share/terminfo/w/wy520-36 OLD_FILES+=usr/share/terminfo/w/wy520-36pc OLD_FILES+=usr/share/terminfo/w/wy520-36w OLD_FILES+=usr/share/terminfo/w/wy520-36wpc OLD_FILES+=usr/share/terminfo/w/wy520-48 OLD_FILES+=usr/share/terminfo/w/wy520-48pc OLD_FILES+=usr/share/terminfo/w/wy520-48w OLD_FILES+=usr/share/terminfo/w/wy520-48wpc OLD_FILES+=usr/share/terminfo/w/wy520-epc OLD_FILES+=usr/share/terminfo/w/wy520-epc-24 OLD_FILES+=usr/share/terminfo/w/wy520-epc-vb OLD_FILES+=usr/share/terminfo/w/wy520-epc-w OLD_FILES+=usr/share/terminfo/w/wy520-epc-wvb OLD_FILES+=usr/share/terminfo/w/wy520-vb OLD_FILES+=usr/share/terminfo/w/wy520-w OLD_FILES+=usr/share/terminfo/w/wy520-wvb OLD_FILES+=usr/share/terminfo/w/wy60 OLD_FILES+=usr/share/terminfo/w/wy60-25 OLD_FILES+=usr/share/terminfo/w/wy60-25-w OLD_FILES+=usr/share/terminfo/w/wy60-316X OLD_FILES+=usr/share/terminfo/w/wy60-42 OLD_FILES+=usr/share/terminfo/w/wy60-42-w OLD_FILES+=usr/share/terminfo/w/wy60-43 OLD_FILES+=usr/share/terminfo/w/wy60-43-w OLD_FILES+=usr/share/terminfo/w/wy60-AT OLD_FILES+=usr/share/terminfo/w/wy60-PC OLD_FILES+=usr/share/terminfo/w/wy60-vb OLD_FILES+=usr/share/terminfo/w/wy60-w OLD_FILES+=usr/share/terminfo/w/wy60-w-vb OLD_FILES+=usr/share/terminfo/w/wy60-wvb OLD_FILES+=usr/share/terminfo/w/wy75 OLD_FILES+=usr/share/terminfo/w/wy75-mc OLD_FILES+=usr/share/terminfo/w/wy75-vb OLD_FILES+=usr/share/terminfo/w/wy75-w OLD_FILES+=usr/share/terminfo/w/wy75-wvb OLD_FILES+=usr/share/terminfo/w/wy75ap OLD_FILES+=usr/share/terminfo/w/wy85 OLD_FILES+=usr/share/terminfo/w/wy85-8bit OLD_FILES+=usr/share/terminfo/w/wy85-vb OLD_FILES+=usr/share/terminfo/w/wy85-w OLD_FILES+=usr/share/terminfo/w/wy85-wvb OLD_FILES+=usr/share/terminfo/w/wy99-ansi OLD_FILES+=usr/share/terminfo/w/wy99a-ansi OLD_FILES+=usr/share/terminfo/w/wy99f OLD_FILES+=usr/share/terminfo/w/wy99fa OLD_FILES+=usr/share/terminfo/w/wy99fgt OLD_FILES+=usr/share/terminfo/w/wy99fgta OLD_FILES+=usr/share/terminfo/w/wy99gt OLD_FILES+=usr/share/terminfo/w/wy99gt-25 OLD_FILES+=usr/share/terminfo/w/wy99gt-25-w OLD_FILES+=usr/share/terminfo/w/wy99gt-tek OLD_FILES+=usr/share/terminfo/w/wy99gt-vb OLD_FILES+=usr/share/terminfo/w/wy99gt-w OLD_FILES+=usr/share/terminfo/w/wy99gt-w-vb OLD_FILES+=usr/share/terminfo/w/wy99gt-wvb OLD_FILES+=usr/share/terminfo/w/wyse-325 OLD_FILES+=usr/share/terminfo/w/wyse-75ap OLD_FILES+=usr/share/terminfo/w/wyse-vp OLD_FILES+=usr/share/terminfo/w/wyse120 OLD_FILES+=usr/share/terminfo/w/wyse120-25 OLD_FILES+=usr/share/terminfo/w/wyse120-25-w OLD_FILES+=usr/share/terminfo/w/wyse120-vb OLD_FILES+=usr/share/terminfo/w/wyse120-w OLD_FILES+=usr/share/terminfo/w/wyse120-wvb OLD_FILES+=usr/share/terminfo/w/wyse150 OLD_FILES+=usr/share/terminfo/w/wyse150-25 OLD_FILES+=usr/share/terminfo/w/wyse150-25-w OLD_FILES+=usr/share/terminfo/w/wyse150-vb OLD_FILES+=usr/share/terminfo/w/wyse150-w OLD_FILES+=usr/share/terminfo/w/wyse150-w-vb OLD_FILES+=usr/share/terminfo/w/wyse160 OLD_FILES+=usr/share/terminfo/w/wyse160-25 OLD_FILES+=usr/share/terminfo/w/wyse160-25-w OLD_FILES+=usr/share/terminfo/w/wyse160-42 OLD_FILES+=usr/share/terminfo/w/wyse160-42-w OLD_FILES+=usr/share/terminfo/w/wyse160-43 OLD_FILES+=usr/share/terminfo/w/wyse160-43-w OLD_FILES+=usr/share/terminfo/w/wyse160-vb OLD_FILES+=usr/share/terminfo/w/wyse160-w OLD_FILES+=usr/share/terminfo/w/wyse160-wvb OLD_FILES+=usr/share/terminfo/w/wyse185 OLD_FILES+=usr/share/terminfo/w/wyse185-24 OLD_FILES+=usr/share/terminfo/w/wyse185-vb OLD_FILES+=usr/share/terminfo/w/wyse185-w OLD_FILES+=usr/share/terminfo/w/wyse185-wvb OLD_FILES+=usr/share/terminfo/w/wyse30 OLD_FILES+=usr/share/terminfo/w/wyse30-mc OLD_FILES+=usr/share/terminfo/w/wyse30-vb OLD_FILES+=usr/share/terminfo/w/wyse325 OLD_FILES+=usr/share/terminfo/w/wyse325-25 OLD_FILES+=usr/share/terminfo/w/wyse325-25w OLD_FILES+=usr/share/terminfo/w/wyse325-42 OLD_FILES+=usr/share/terminfo/w/wyse325-42w OLD_FILES+=usr/share/terminfo/w/wyse325-43 OLD_FILES+=usr/share/terminfo/w/wyse325-43w OLD_FILES+=usr/share/terminfo/w/wyse325-vb OLD_FILES+=usr/share/terminfo/w/wyse325-w OLD_FILES+=usr/share/terminfo/w/wyse325-wvb OLD_FILES+=usr/share/terminfo/w/wyse350 OLD_FILES+=usr/share/terminfo/w/wyse350-vb OLD_FILES+=usr/share/terminfo/w/wyse350-w OLD_FILES+=usr/share/terminfo/w/wyse350-wvb OLD_FILES+=usr/share/terminfo/w/wyse370 OLD_FILES+=usr/share/terminfo/w/wyse50 OLD_FILES+=usr/share/terminfo/w/wyse50-mc OLD_FILES+=usr/share/terminfo/w/wyse50-vb OLD_FILES+=usr/share/terminfo/w/wyse50-w OLD_FILES+=usr/share/terminfo/w/wyse50-wvb OLD_FILES+=usr/share/terminfo/w/wyse520 OLD_FILES+=usr/share/terminfo/w/wyse520-24 OLD_FILES+=usr/share/terminfo/w/wyse520-36 OLD_FILES+=usr/share/terminfo/w/wyse520-36pc OLD_FILES+=usr/share/terminfo/w/wyse520-36w OLD_FILES+=usr/share/terminfo/w/wyse520-36wpc OLD_FILES+=usr/share/terminfo/w/wyse520-48 OLD_FILES+=usr/share/terminfo/w/wyse520-48pc OLD_FILES+=usr/share/terminfo/w/wyse520-48w OLD_FILES+=usr/share/terminfo/w/wyse520-48wpc OLD_FILES+=usr/share/terminfo/w/wyse520-epc OLD_FILES+=usr/share/terminfo/w/wyse520-epc-w OLD_FILES+=usr/share/terminfo/w/wyse520-p-wvb OLD_FILES+=usr/share/terminfo/w/wyse520-pc-24 OLD_FILES+=usr/share/terminfo/w/wyse520-pc-vb OLD_FILES+=usr/share/terminfo/w/wyse520-vb OLD_FILES+=usr/share/terminfo/w/wyse520-w OLD_FILES+=usr/share/terminfo/w/wyse520-wvb OLD_FILES+=usr/share/terminfo/w/wyse60 OLD_FILES+=usr/share/terminfo/w/wyse60-25 OLD_FILES+=usr/share/terminfo/w/wyse60-25-w OLD_FILES+=usr/share/terminfo/w/wyse60-316X OLD_FILES+=usr/share/terminfo/w/wyse60-42 OLD_FILES+=usr/share/terminfo/w/wyse60-42-w OLD_FILES+=usr/share/terminfo/w/wyse60-43 OLD_FILES+=usr/share/terminfo/w/wyse60-43-w OLD_FILES+=usr/share/terminfo/w/wyse60-AT OLD_FILES+=usr/share/terminfo/w/wyse60-PC OLD_FILES+=usr/share/terminfo/w/wyse60-vb OLD_FILES+=usr/share/terminfo/w/wyse60-w OLD_FILES+=usr/share/terminfo/w/wyse60-wvb OLD_FILES+=usr/share/terminfo/w/wyse75 OLD_FILES+=usr/share/terminfo/w/wyse75-mc OLD_FILES+=usr/share/terminfo/w/wyse75-vb OLD_FILES+=usr/share/terminfo/w/wyse75-w OLD_FILES+=usr/share/terminfo/w/wyse75-wvb OLD_FILES+=usr/share/terminfo/w/wyse75ap OLD_FILES+=usr/share/terminfo/w/wyse85 OLD_FILES+=usr/share/terminfo/w/wyse85-8bit OLD_FILES+=usr/share/terminfo/w/wyse85-vb OLD_FILES+=usr/share/terminfo/w/wyse85-w OLD_FILES+=usr/share/terminfo/w/wyse85-wvb OLD_FILES+=usr/share/terminfo/w/wyse99gt OLD_FILES+=usr/share/terminfo/w/wyse99gt-25 OLD_FILES+=usr/share/terminfo/w/wyse99gt-25-w OLD_FILES+=usr/share/terminfo/w/wyse99gt-vb OLD_FILES+=usr/share/terminfo/w/wyse99gt-w OLD_FILES+=usr/share/terminfo/w/wyse99gt-wvb OLD_DIRS+=usr/share/terminfo/w/ OLD_FILES+=usr/share/terminfo/x/x10term OLD_FILES+=usr/share/terminfo/x/x1700 OLD_FILES+=usr/share/terminfo/x/x1700-lm OLD_FILES+=usr/share/terminfo/x/x1720 OLD_FILES+=usr/share/terminfo/x/x1750 OLD_FILES+=usr/share/terminfo/x/x68k OLD_FILES+=usr/share/terminfo/x/x68k-ite OLD_FILES+=usr/share/terminfo/x/x820 OLD_FILES+=usr/share/terminfo/x/xdku OLD_FILES+=usr/share/terminfo/x/xenix OLD_FILES+=usr/share/terminfo/x/xerox OLD_FILES+=usr/share/terminfo/x/xerox-lm OLD_FILES+=usr/share/terminfo/x/xerox1720 OLD_FILES+=usr/share/terminfo/x/xerox820 OLD_FILES+=usr/share/terminfo/x/xfce OLD_FILES+=usr/share/terminfo/x/xiterm OLD_FILES+=usr/share/terminfo/x/xl83 OLD_FILES+=usr/share/terminfo/x/xnuppc OLD_FILES+=usr/share/terminfo/x/xnuppc+100x37 OLD_FILES+=usr/share/terminfo/x/xnuppc+112x37 OLD_FILES+=usr/share/terminfo/x/xnuppc+128x40 OLD_FILES+=usr/share/terminfo/x/xnuppc+128x48 OLD_FILES+=usr/share/terminfo/x/xnuppc+144x48 OLD_FILES+=usr/share/terminfo/x/xnuppc+160x64 OLD_FILES+=usr/share/terminfo/x/xnuppc+200x64 OLD_FILES+=usr/share/terminfo/x/xnuppc+200x75 OLD_FILES+=usr/share/terminfo/x/xnuppc+256x96 OLD_FILES+=usr/share/terminfo/x/xnuppc+80x25 OLD_FILES+=usr/share/terminfo/x/xnuppc+80x30 OLD_FILES+=usr/share/terminfo/x/xnuppc+90x30 OLD_FILES+=usr/share/terminfo/x/xnuppc+b OLD_FILES+=usr/share/terminfo/x/xnuppc+basic OLD_FILES+=usr/share/terminfo/x/xnuppc+c OLD_FILES+=usr/share/terminfo/x/xnuppc+f OLD_FILES+=usr/share/terminfo/x/xnuppc+f2 OLD_FILES+=usr/share/terminfo/x/xnuppc-100x37 OLD_FILES+=usr/share/terminfo/x/xnuppc-100x37-m OLD_FILES+=usr/share/terminfo/x/xnuppc-112x37 OLD_FILES+=usr/share/terminfo/x/xnuppc-112x37-m OLD_FILES+=usr/share/terminfo/x/xnuppc-128x40 OLD_FILES+=usr/share/terminfo/x/xnuppc-128x40-m OLD_FILES+=usr/share/terminfo/x/xnuppc-128x48 OLD_FILES+=usr/share/terminfo/x/xnuppc-128x48-m OLD_FILES+=usr/share/terminfo/x/xnuppc-144x48 OLD_FILES+=usr/share/terminfo/x/xnuppc-144x48-m OLD_FILES+=usr/share/terminfo/x/xnuppc-160x64 OLD_FILES+=usr/share/terminfo/x/xnuppc-160x64-m OLD_FILES+=usr/share/terminfo/x/xnuppc-200x64 OLD_FILES+=usr/share/terminfo/x/xnuppc-200x64-m OLD_FILES+=usr/share/terminfo/x/xnuppc-200x75 OLD_FILES+=usr/share/terminfo/x/xnuppc-200x75-m OLD_FILES+=usr/share/terminfo/x/xnuppc-256x96 OLD_FILES+=usr/share/terminfo/x/xnuppc-256x96-m OLD_FILES+=usr/share/terminfo/x/xnuppc-80x25 OLD_FILES+=usr/share/terminfo/x/xnuppc-80x25-m OLD_FILES+=usr/share/terminfo/x/xnuppc-80x30 OLD_FILES+=usr/share/terminfo/x/xnuppc-80x30-m OLD_FILES+=usr/share/terminfo/x/xnuppc-90x30 OLD_FILES+=usr/share/terminfo/x/xnuppc-90x30-m OLD_FILES+=usr/share/terminfo/x/xnuppc-b OLD_FILES+=usr/share/terminfo/x/xnuppc-f OLD_FILES+=usr/share/terminfo/x/xnuppc-f2 OLD_FILES+=usr/share/terminfo/x/xnuppc-m OLD_FILES+=usr/share/terminfo/x/xnuppc-m-b OLD_FILES+=usr/share/terminfo/x/xnuppc-m-f OLD_FILES+=usr/share/terminfo/x/xnuppc-m-f2 OLD_FILES+=usr/share/terminfo/x/xtalk OLD_FILES+=usr/share/terminfo/x/xterm OLD_FILES+=usr/share/terminfo/x/xterm+256color OLD_FILES+=usr/share/terminfo/x/xterm+256color2 OLD_FILES+=usr/share/terminfo/x/xterm+256setaf OLD_FILES+=usr/share/terminfo/x/xterm+88color OLD_FILES+=usr/share/terminfo/x/xterm+88color2 OLD_FILES+=usr/share/terminfo/x/xterm+alt+title OLD_FILES+=usr/share/terminfo/x/xterm+alt1049 OLD_FILES+=usr/share/terminfo/x/xterm+app OLD_FILES+=usr/share/terminfo/x/xterm+direct OLD_FILES+=usr/share/terminfo/x/xterm+direct16 OLD_FILES+=usr/share/terminfo/x/xterm+direct2 OLD_FILES+=usr/share/terminfo/x/xterm+direct256 OLD_FILES+=usr/share/terminfo/x/xterm+edit OLD_FILES+=usr/share/terminfo/x/xterm+indirect OLD_FILES+=usr/share/terminfo/x/xterm+kbs OLD_FILES+=usr/share/terminfo/x/xterm+keypad OLD_FILES+=usr/share/terminfo/x/xterm+meta OLD_FILES+=usr/share/terminfo/x/xterm+noalt OLD_FILES+=usr/share/terminfo/x/xterm+noapp OLD_FILES+=usr/share/terminfo/x/xterm+nofkeys OLD_FILES+=usr/share/terminfo/x/xterm+osc104 OLD_FILES+=usr/share/terminfo/x/xterm+pc+edit OLD_FILES+=usr/share/terminfo/x/xterm+pcc0 OLD_FILES+=usr/share/terminfo/x/xterm+pcc1 OLD_FILES+=usr/share/terminfo/x/xterm+pcc2 OLD_FILES+=usr/share/terminfo/x/xterm+pcc3 OLD_FILES+=usr/share/terminfo/x/xterm+pce2 OLD_FILES+=usr/share/terminfo/x/xterm+pcf0 OLD_FILES+=usr/share/terminfo/x/xterm+pcf2 OLD_FILES+=usr/share/terminfo/x/xterm+pcfkeys OLD_FILES+=usr/share/terminfo/x/xterm+r6f2 OLD_FILES+=usr/share/terminfo/x/xterm+sl OLD_FILES+=usr/share/terminfo/x/xterm+sl-twm OLD_FILES+=usr/share/terminfo/x/xterm+sm+1002 OLD_FILES+=usr/share/terminfo/x/xterm+sm+1003 OLD_FILES+=usr/share/terminfo/x/xterm+sm+1005 OLD_FILES+=usr/share/terminfo/x/xterm+sm+1006 OLD_FILES+=usr/share/terminfo/x/xterm+titlestack OLD_FILES+=usr/share/terminfo/x/xterm+tmux OLD_FILES+=usr/share/terminfo/x/xterm+vt+edit OLD_FILES+=usr/share/terminfo/x/xterm+x10mouse OLD_FILES+=usr/share/terminfo/x/xterm+x11hilite OLD_FILES+=usr/share/terminfo/x/xterm+x11mouse OLD_FILES+=usr/share/terminfo/x/xterm-1002 OLD_FILES+=usr/share/terminfo/x/xterm-1003 OLD_FILES+=usr/share/terminfo/x/xterm-1005 OLD_FILES+=usr/share/terminfo/x/xterm-1006 OLD_FILES+=usr/share/terminfo/x/xterm-16color OLD_FILES+=usr/share/terminfo/x/xterm-24 OLD_FILES+=usr/share/terminfo/x/xterm-256color OLD_FILES+=usr/share/terminfo/x/xterm-88color OLD_FILES+=usr/share/terminfo/x/xterm-8bit OLD_FILES+=usr/share/terminfo/x/xterm-basic OLD_FILES+=usr/share/terminfo/x/xterm-bold OLD_FILES+=usr/share/terminfo/x/xterm-color OLD_FILES+=usr/share/terminfo/x/xterm-direct OLD_FILES+=usr/share/terminfo/x/xterm-direct16 OLD_FILES+=usr/share/terminfo/x/xterm-direct2 OLD_FILES+=usr/share/terminfo/x/xterm-direct256 OLD_FILES+=usr/share/terminfo/x/xterm-hp OLD_FILES+=usr/share/terminfo/x/xterm-mono OLD_FILES+=usr/share/terminfo/x/xterm-new OLD_FILES+=usr/share/terminfo/x/xterm-nic OLD_FILES+=usr/share/terminfo/x/xterm-noapp OLD_FILES+=usr/share/terminfo/x/xterm-old OLD_FILES+=usr/share/terminfo/x/xterm-pcolor OLD_FILES+=usr/share/terminfo/x/xterm-r5 OLD_FILES+=usr/share/terminfo/x/xterm-r6 OLD_FILES+=usr/share/terminfo/x/xterm-sco OLD_FILES+=usr/share/terminfo/x/xterm-sun OLD_FILES+=usr/share/terminfo/x/xterm-utf8 OLD_FILES+=usr/share/terminfo/x/xterm-vt220 OLD_FILES+=usr/share/terminfo/x/xterm-vt52 OLD_FILES+=usr/share/terminfo/x/xterm-x10mouse OLD_FILES+=usr/share/terminfo/x/xterm-x11hilite OLD_FILES+=usr/share/terminfo/x/xterm-x11mouse OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v32 OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v33 OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v333 OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v40 OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v43 OLD_FILES+=usr/share/terminfo/x/xterm-xf86-v44 OLD_FILES+=usr/share/terminfo/x/xterm-xfree86 OLD_FILES+=usr/share/terminfo/x/xterm-xi OLD_FILES+=usr/share/terminfo/x/xterm.js OLD_FILES+=usr/share/terminfo/x/xterm1 OLD_FILES+=usr/share/terminfo/x/xtermc OLD_FILES+=usr/share/terminfo/x/xtermm OLD_FILES+=usr/share/terminfo/x/xterms OLD_FILES+=usr/share/terminfo/x/xterms-sun OLD_FILES+=usr/share/terminfo/x/xwsh OLD_DIRS+=usr/share/terminfo/x/ OLD_FILES+=usr/share/terminfo/z/z-100 OLD_FILES+=usr/share/terminfo/z/z-100bw OLD_FILES+=usr/share/terminfo/z/z100 OLD_FILES+=usr/share/terminfo/z/z100bw OLD_FILES+=usr/share/terminfo/z/z110 OLD_FILES+=usr/share/terminfo/z/z110bw OLD_FILES+=usr/share/terminfo/z/z19 OLD_FILES+=usr/share/terminfo/z/z29 OLD_FILES+=usr/share/terminfo/z/z29a OLD_FILES+=usr/share/terminfo/z/z29a-kc-bc OLD_FILES+=usr/share/terminfo/z/z29a-kc-uc OLD_FILES+=usr/share/terminfo/z/z29a-nkc-bc OLD_FILES+=usr/share/terminfo/z/z29a-nkc-uc OLD_FILES+=usr/share/terminfo/z/z29b OLD_FILES+=usr/share/terminfo/z/z30 OLD_FILES+=usr/share/terminfo/z/z340 OLD_FILES+=usr/share/terminfo/z/z340-nam OLD_FILES+=usr/share/terminfo/z/z39-a OLD_FILES+=usr/share/terminfo/z/z39a OLD_FILES+=usr/share/terminfo/z/z50 OLD_FILES+=usr/share/terminfo/z/z8001 OLD_FILES+=usr/share/terminfo/z/zen30 OLD_FILES+=usr/share/terminfo/z/zen50 OLD_FILES+=usr/share/terminfo/z/zen8001 OLD_FILES+=usr/share/terminfo/z/zenith OLD_FILES+=usr/share/terminfo/z/zenith29 OLD_FILES+=usr/share/terminfo/z/zenith39-a OLD_FILES+=usr/share/terminfo/z/zenith39-ansi OLD_FILES+=usr/share/terminfo/z/zt-1 OLD_FILES+=usr/share/terminfo/z/ztx OLD_FILES+=usr/share/terminfo/z/ztx-1-a OLD_FILES+=usr/share/terminfo/z/ztx11 OLD_DIRS+=usr/share/terminfo/z/ OLD_DIRS+=usr/share/terminfo/ # 20210316: remove obsolete NFS headers OLD_FILES+=usr/include/nfs/nfs_common.h OLD_FILES+=usr/include/nfsclient/nfsm_subs.h OLD_FILES+=usr/include/nfsclient/nlminfo.h OLD_FILES+=usr/include/nfsserver/nfs_fha_old.h OLD_FILES+=usr/include/nfsserver/nfsm_subs.h OLD_FILES+=usr/include/nfsserver/nfsrvcache.h # 20210315: Remove kernel-only crypto headers from /usr/include OLD_FILES+=usr/include/crypto/_cryptodev.h OLD_FILES+=usr/include/crypto/cbc_mac.h OLD_FILES+=usr/include/crypto/deflate.h OLD_FILES+=usr/include/crypto/gfmult.h OLD_FILES+=usr/include/crypto/gmac.h OLD_FILES+=usr/include/crypto/rijndael.h OLD_FILES+=usr/include/crypto/rmd160.h OLD_FILES+=usr/include/crypto/xform.h OLD_FILES+=usr/include/crypto/xform_auth.h OLD_FILES+=usr/include/crypto/xform_comp.h OLD_FILES+=usr/include/crypto/xform_enc.h # 20210305: removed Poly1305_* symbols OLD_FILES+=usr/include/crypto/xform_poly1305.h # 20210302: fmtree removed OLD_FILES+=usr/sbin/fmtree OLD_FILES+=usr/share/man/man8/fmtree.8.gz # 20210201: bump shared libraries which link against ncurses OLD_LIBS+=lib/libedit.so.7 OLD_LIBS+=usr/lib/libdialog.so.8 OLD_LIBS+=usr/lib/libdpv.so.1 OLD_LIBS+=usr/lib/libform.so.5 OLD_LIBS+=usr/lib/libformw.so.5 OLD_LIBS+=usr/lib/libmenu.so.5 OLD_LIBS+=usr/lib/libmenuw.so.5 OLD_LIBS+=usr/lib/libpanel.so.5 OLD_LIBS+=usr/lib/libpanelw.so.5 # 20210125: ndis driver support removed OLD_FILES+=usr/sbin/ndis_events OLD_FILES+=usr/sbin/ndiscvt OLD_FILES+=usr/sbin/ndisgen OLD_FILES+=usr/share/man/man4/ndis.4.gz OLD_FILES+=usr/share/man/man4/if_ndis.4.gz OLD_FILES+=usr/share/man/man8/ndis_events.8.gz OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz OLD_FILES+=usr/share/man/man8/ndisgen.8.gz OLD_FILES+=usr/share/misc/windrv_stub.c # 20210116: if_wl_wavelan.h removed .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/if_wl_wavelan.h .endif # 20210108: retire cmx, ng_bt3c, wi drivers OLD_FILES+=usr/include/dev/wi/if_wireg.h OLD_FILES+=usr/include/dev/wi/if_wavelan_ieee.h OLD_FILES+=usr/include/dev/wi/if_wivar.h OLD_FILES+=usr/sbin/bt3cfw OLD_FILES+=usr/share/man/man4/cmw.4.gz OLD_FILES+=usr/share/man/man4/if_wi.4.gz OLD_FILES+=usr/share/man/man4/ng_bt3c.4.gz OLD_FILES+=usr/share/man/man4/wi.4.gz OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz # 20210107: retire a.out support OLD_DIRS+=usr/lib/aout OLD_DIRS+=usr/lib/compat/aout # 20210107: remove cmx(4) OLD_FILES+=usr/share/man/man4/cmx.4.gz # 20210105: remove non widechar version of ncurses OLD_LIBS+=lib/libncurses.so.9 # 20210103: new clang import which bumps version from 11.0.0 to 11.0.1 OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/11.0.0/include/cuda_wrappers OLD_FILES+=usr/lib/clang/11.0.0/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/11.0.0/include/fuzzer OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/complex OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/complex.h OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/math.h OLD_FILES+=usr/lib/clang/11.0.0/include/openmp_wrappers/new OLD_DIRS+=usr/lib/clang/11.0.0/include/openmp_wrappers OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/11.0.0/include/ppc_wrappers OLD_FILES+=usr/lib/clang/11.0.0/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/11.0.0/include/profile OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/11.0.0/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/11.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/11.0.0/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/11.0.0/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/11.0.0/include/xray OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_math.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_hip_libdevice_declares.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_hip_math.h OLD_FILES+=usr/lib/clang/11.0.0/include/__clang_hip_runtime_wrapper.h OLD_FILES+=usr/lib/clang/11.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/11.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/11.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/11.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/11.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/amxintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_bf16.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_cde.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_cmse.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_mve.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/11.0.0/include/arm_sve.h OLD_FILES+=usr/lib/clang/11.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/cet.h OLD_FILES+=usr/lib/clang/11.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/11.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/11.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/11.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/11.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/msa.h OLD_FILES+=usr/lib/clang/11.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/11.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/11.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/serializeintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/tsxldtrkintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/11.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/wasm_simd128.h OLD_FILES+=usr/lib/clang/11.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/11.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/11.0.0/include OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-powerpc64le.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/11.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/11.0.0/lib OLD_DIRS+=usr/lib/clang/11.0.0 # 20201225: PMC for Xscale removed OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz # 20201225: libregex removed OLD_FILES+=usr/include/gnu/posix/regex.h OLD_DIRS+=usr/include/gnu/posix OLD_FILES+=usr/include/gnu/regex.h OLD_DIRS+=usr/include/gnu OLD_FILES+=usr/include/gnuregex.h OLD_FILES+=usr/lib/libgnuregex.a OLD_FILES+=usr/lib/libgnuregex.so OLD_LIBS+=usr/lib/libgnuregex.so.5 OLD_FILES+=usr/lib/libgnuregex_p.a # 20201225: gnugrep removed OLD_FILES+=usr/bin/bsdgrep OLD_FILES+=usr/bin/gnugrep OLD_FILES+=usr/share/man/man1/bsdgrep.1.gz OLD_FILES+=usr/share/man/man1/gnugrep.1.gz # 20201224: mk48txx(4) removed OLD_FILES+=usr/share/man/man4/mk48txx.4.gz # 20201215: in-tree gdb removed OLD_FILES+=usr/libexec/gdb OLD_FILES+=usr/libexec/kgdb # 20201211: hme(4) removed OLD_FILES+=usr/share/man/man4/hme.4.gz OLD_FILES+=usr/share/man/man4/if_hme.4.gz # 20201129: RADIX_MPATH removed OLD_FILES+=usr/include/net/radix_mpath.h # 20201124: ping6(8) was merged into ping(8) OLD_FILES+=usr/share/man/man8/ping6.8.gz OLD_FILES+=usr/tests/sbin/ping6/Kyuafile OLD_FILES+=usr/tests/sbin/ping6/ping6_c1_s8_t1.out OLD_FILES+=usr/tests/sbin/ping6/ping6_test OLD_DIRS+=usr/tests/sbin/ping6 # 20201025: Remove cal data files OLD_FILES+=usr/share/calendar/calendar.all OLD_FILES+=usr/share/calendar/calendar.australia OLD_FILES+=usr/share/calendar/calendar.birthday OLD_FILES+=usr/share/calendar/calendar.brazilian OLD_FILES+=usr/share/calendar/calendar.christian OLD_FILES+=usr/share/calendar/calendar.computer OLD_FILES+=usr/share/calendar/calendar.croatian OLD_FILES+=usr/share/calendar/calendar.dutch OLD_FILES+=usr/share/calendar/calendar.french OLD_FILES+=usr/share/calendar/calendar.german OLD_FILES+=usr/share/calendar/calendar.history OLD_FILES+=usr/share/calendar/calendar.holiday OLD_FILES+=usr/share/calendar/calendar.hungarian OLD_FILES+=usr/share/calendar/calendar.judaic OLD_FILES+=usr/share/calendar/calendar.lotr OLD_FILES+=usr/share/calendar/calendar.music OLD_FILES+=usr/share/calendar/calendar.newzealand OLD_FILES+=usr/share/calendar/calendar.russian OLD_FILES+=usr/share/calendar/calendar.southafrica OLD_FILES+=usr/share/calendar/calendar.ukrainian OLD_FILES+=usr/share/calendar/calendar.usholiday OLD_FILES+=usr/share/calendar/calendar.world OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.all OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.commemorative OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.holidays OLD_FILES+=usr/share/calendar/pt_BR.ISO8859-1/calendar.mcommemorative OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.all OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.commemorative OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.holidays OLD_FILES+=usr/share/calendar/pt_BR.UTF-8/calendar.mcommemorative OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.all OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.common OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.holiday OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.military OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.orthodox OLD_FILES+=usr/share/calendar/ru_RU.UTF-8/calendar.pagan OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox # 20201004: logo files renamed to type-agnostic gfx-*.lua OLD_FILES+=boot/lua/logo-beastie.lua OLD_FILES+=boot/lua/logo-beastiebw.lua OLD_FILES+=boot/lua/logo-fbsdbw.lua OLD_FILES+=boot/lua/logo-orb.lua OLD_FILES+=boot/lua/logo-orbbw.lua # 20200828: net/route/shared.h moved to net/route/route_var.h OLD_FILES+=usr/include/net/route/shared.h # 20200825: merged OpenZFS support OLD_LIBS+=lib/libzfs.so.3 OLD_FILES+=usr/share/man/man1/zstreamdump.1.gz #OLD_FILES+=usr/share/man/man7/zpool-features.7.gz # 20200923: memfd_test moved to /usr/tests/sys/posixshm OLD_FILES+=usr/tests/sys/kern/memfd_test # 20200910: remove vm_map_create(9) to sync with the code OLD_FILES+=usr/share/man/man9/vm_map_create.9.gz # 20200820: Removal of the ufm driver OLD_FILES+=usr/share/man/man4/ufm.4.gz # 20200816: new clang import which bumps version from 10.0.1 to 11.0.0 OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/10.0.1/include/cuda_wrappers OLD_FILES+=usr/lib/clang/10.0.1/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/10.0.1/include/fuzzer OLD_FILES+=usr/lib/clang/10.0.1/include/openmp_wrappers/__clang_openmp_math.h OLD_FILES+=usr/lib/clang/10.0.1/include/openmp_wrappers/__clang_openmp_math_declares.h OLD_FILES+=usr/lib/clang/10.0.1/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/10.0.1/include/openmp_wrappers/math.h OLD_DIRS+=usr/lib/clang/10.0.1/include/openmp_wrappers OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/10.0.1/include/ppc_wrappers OLD_FILES+=usr/lib/clang/10.0.1/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/10.0.1/include/profile OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/10.0.1/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/10.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/10.0.1/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/10.0.1/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/10.0.1/include/xray OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/10.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/10.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/10.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/10.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/10.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/10.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm_cmse.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm_mve.h OLD_FILES+=usr/lib/clang/10.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/10.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/10.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/10.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/10.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/10.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/msa.h OLD_FILES+=usr/lib/clang/10.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/10.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/10.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/10.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/10.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/10.0.1/include OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/10.0.1/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/10.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/10.0.1/lib OLD_DIRS+=usr/lib/clang/10.0.1 # 20200803: remove free_domain(9) and uma_zfree_domain(9) OLD_FILES+=usr/share/man/man9/free_domain.9.gz OLD_FILES+=usr/share/man/man9/uma_zfree_domain.9.gz # 20200729: remove long expired serial drivers OLD_FILES+=usr/share/man/man4/cy.4.gz OLD_FILES+=usr/share/man/man4/rc.4.gz OLD_FILES+=usr/share/man/man4/rp.4.gz # 20200721: sys/iommu.h moved to dev/iommu/ OLD_FILES+=usr/include/sys/iommu.h # 20200715: rework of devstat(9) man page OLD_FILES+=usr/share/man/man9/devstat_add_entry.9.gz # 20200714: update byacc to 20200330 OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy1.y OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy2.y OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_destroy3.y OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit1.y OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit2.y OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit3.y OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit4.y OLD_FILES+=usr/tests/usr.bin/yacc/err_inherit5.y OLD_FILES+=usr/tests/usr.bin/yacc/inherit0.y OLD_FILES+=usr/tests/usr.bin/yacc/inherit1.y OLD_FILES+=usr/tests/usr.bin/yacc/inherit2.y # 20200706: update of sglist(9), r360574 OLD_FILES+=usr/share/man/man9/sglist_append_ext_pgs.9.gz OLD_FILES+=usr/share/man/man9/sglist_append_mb_ext_pgs.9.gz OLD_FILES+=usr/share/man/man9/sglist_count_ext_pgs.9.gz OLD_FILES+=usr/share/man/man9/sglist_count_mb_ext_pgs.9.gz # 20200617: update opencsd to 0.14.2 OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h # 20200606: retire binutils build infrastructure .if !defined(WITH_PORT_BASE_BINUTILS) OLD_FILES+=usr/bin/as OLD_FILES+=usr/bin/ld.bfd OLD_FILES+=usr/share/man/man1/as.1.gz OLD_FILES+=usr/share/man/man1/ld.bfd.1.gz OLD_FILES+=usr/share/man/man7/as.7.gz OLD_FILES+=usr/share/man/man7/ld.7.gz OLD_FILES+=usr/share/man/man7/ldint.7.gz OLD_FILES+=usr/share/man/man7/binutils.7.gz .endif OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.x OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/armelfb_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.x OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xbn OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xc OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xd OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdc OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xdw OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xn OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xr OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xs OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsc OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsw OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xu OLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xw OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf32btsmip_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf32btsmipn32_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf32ltsmip_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf32ltsmipn32_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf32ppc_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.x OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xbn OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xd OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xdw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xn OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xr OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xs OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xu OLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf64_sparc_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf64btsmip_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf64ltsmip_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf64ppc_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf_i386_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw # 20200601: OpenSSL 32-bit compat engines moved to /usr/lib32/engines OLD_LIBS+=usr/lib32/capi.so OLD_LIBS+=usr/lib32/padlock.so # 20200528: libevent renamed libevent1 OLD_FILES+=usr/include/private/event/event.h OLD_DIRS+=usr/include/private/event OLD_FILES+=usr/lib/libprivateevent.a OLD_FILES+=usr/lib/libprivateevent.so OLD_LIBS+=usr/lib/libprivateevent.so.1 OLD_FILES+=usr/lib/libprivateevent_p.a # 20200523: new clang import which bumps version from 10.0.0 to 10.0.1 OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/10.0.0/include/cuda_wrappers OLD_FILES+=usr/lib/clang/10.0.0/include/fuzzer/FuzzedDataProvider.h OLD_DIRS+=usr/lib/clang/10.0.0/include/fuzzer OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math.h OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/math.h OLD_DIRS+=usr/lib/clang/10.0.0/include/openmp_wrappers OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/pmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/smmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/tmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/10.0.0/include/ppc_wrappers OLD_FILES+=usr/lib/clang/10.0.0/include/profile/InstrProfData.inc OLD_DIRS+=usr/lib/clang/10.0.0/include/profile OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/tsan_interface_atomic.h OLD_FILES+=usr/lib/clang/10.0.0/include/sanitizer/ubsan_interface.h OLD_DIRS+=usr/lib/clang/10.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_log_interface.h OLD_FILES+=usr/lib/clang/10.0.0/include/xray/xray_records.h OLD_DIRS+=usr/lib/clang/10.0.0/include/xray OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/10.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/10.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/10.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/10.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/10.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/10.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm_cmse.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm_mve.h OLD_FILES+=usr/lib/clang/10.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/10.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/10.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/10.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/10.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/10.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/msa.h OLD_FILES+=usr/lib/clang/10.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/10.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/10.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/10.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/10.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/10.0.0/include OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/10.0.0/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/10.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/10.0.0/lib OLD_DIRS+=usr/lib/clang/10.0.0 # 20200520: xform_userland.h removed OLD_FILES+=usr/include/crypto/xform_userland.h # 20200515: libalias cuseeme protocol support retired OLD_LIBS+=lib/libalias_cuseeme.so OLD_FILES+=usr/lib/libalias_cuseeme.a OLD_FILES+=usr/lib/libalias_cuseeme_p.a # 20200511: Remove deprecated crypto algorithms OLD_FILES+=usr/include/crypto/cast.h OLD_FILES+=usr/include/crypto/castsb.h OLD_FILES+=usr/include/crypto/skipjack.h # 20200511: Remove ubsec(4) OLD_FILES+=usr/share/man/man4/ubsec.4.gz # 20200428: route_var.h moved to net/route OLD_FILES+=usr/include/net/route_var.h # 20200418: Make libauditd private OLD_FILES+=usr/lib/libauditd.a OLD_FILES+=usr/lib/libauditd.so OLD_LIBS+=usr/lib/libauditd.so.5 OLD_FILES+=usr/lib/libauditd_p.a # 20200418: Remove bogus man links OLD_FILES+=usr/share/man/man3/getauusernam_R.3.gz OLD_FILES+=usr/share/man/man3/getauclassnam_3.3.gz # 20200414: NFS file handle affinity code for the NFS server re-organized OLD_FILES+=usr/include/nfs/nfs_fha.h # 20200401: Remove procfs-based process debugging OLD_FILES+=usr/include/sys/pioctl.h # 20200330: GDB_LIBEXEC option retired (always true) OLD_FILES+=usr/bin/gdb OLD_FILES+=usr/bin/gdbserver OLD_FILES+=usr/bin/kgdb OLD_FILES+=usr/share/man/man1/gdb.1.gz OLD_FILES+=usr/share/man/man1/gdbserver.1.gz OLD_FILES+=usr/share/man/man1/kgdb.1.gz # 20200327: OCF refactoring OLD_FILES+=usr/include/crypto/cryptosoft.h OLD_FILES+=usr/share/man/man9/crypto_find_driver.9.gz OLD_FILES+=usr/share/man/man9/crypto_register.9.gz OLD_FILES+=usr/share/man/man9/crypto_unregister.9.gz # 20200326: compat libs for libl are no longer built OLD_FILES+=usr/lib32/libfl.a OLD_FILES+=usr/lib32/libl.a OLD_FILES+=usr/lib32/libln.a # 20200323: INTERNALLIB don't install headers anymore OLD_FILES+=usr/include/libelftc.h OLD_FILES+=usr/include/libifconfig.h OLD_FILES+=usr/include/libpmcstat.h # 20200320: cx and ctau drivers retired OLD_FILES+=usr/share/man/man4/ctau.4.gz OLD_FILES+=usr/share/man/man4/cx.4.gz # 20200318: host.conf was deprecated a long time ago OLD_FILES+=etc/host.conf OLD_FILES+=etc/rc.d/nsswitch # 20200310: new clang import which bumps version from 9.0.1 to 10.0.0 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/9.0.1/include/cuda_wrappers OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math.h OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/__clang_openmp_math_declares.h OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/9.0.1/include/openmp_wrappers/math.h OLD_DIRS+=usr/lib/clang/9.0.1/include/openmp_wrappers OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/9.0.1/include/ppc_wrappers OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/9.0.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/9.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/9.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/9.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/9.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/9.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/9.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/9.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/9.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/9.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/9.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/9.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/9.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/9.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/9.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/9.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/msa.h OLD_FILES+=usr/lib/clang/9.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/9.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/9.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/9.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/9.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/9.0.1/include OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/9.0.1/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/9.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/9.0.1/lib OLD_DIRS+=usr/lib/clang/9.0.1 # 20200309: amd(8) retired OLD_FILES+=etc/amd.map OLD_FILES+=etc/newsyslog.conf.d/amd.conf OLD_FILES+=etc/rc.d/amd OLD_FILES+=usr/bin/pawd OLD_FILES+=usr/sbin/amd OLD_FILES+=usr/sbin/amq OLD_FILES+=usr/sbin/fixmount OLD_FILES+=usr/sbin/fsinfo OLD_FILES+=usr/sbin/hlfsd OLD_FILES+=usr/sbin/mk-amd-map OLD_FILES+=usr/sbin/wire-test OLD_FILES+=usr/share/examples/etc/amd.map OLD_FILES+=usr/share/man/man1/pawd.1.gz OLD_FILES+=usr/share/man/man5/amd.conf.5.gz OLD_FILES+=usr/share/man/man8/amd.8.gz OLD_FILES+=usr/share/man/man8/amq.8.gz OLD_FILES+=usr/share/man/man8/fixmount.8.gz OLD_FILES+=usr/share/man/man8/fsinfo.8.gz OLD_FILES+=usr/share/man/man8/hlfsd.8.gz OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz OLD_FILES+=usr/share/man/man8/wire-test.8.gz # 20200301: bktr removed OLD_DIRS+=usr/include/dev/bktr OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h OLD_FILES+=usr/include/dev/bktr/ioctl_bt848.h OLD_FILES+=usr/include/dev/bktr/ioctl_meteor.h .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/ioctl_bktr.h OLD_FILES+=usr/include/machine/ioctl_meteor.h .endif OLD_FILES+=usr/share/man/man4/bktr.4.gz OLD_FILES+=usr/share/man/man4/brooktree.4.gz # 20200229: GCC 4.2.1 removed .if !defined(WITH_PORT_BASE_GCC) OLD_FILES+=usr/bin/g++ OLD_FILES+=usr/bin/gcc OLD_FILES+=usr/share/man/man1/g++.1.gz OLD_FILES+=usr/share/man/man1/gcc.1.gz .endif OLD_FILES+=usr/bin/gcpp OLD_FILES+=usr/bin/gperf OLD_FILES+=usr/include/c++/4.2/algorithm OLD_FILES+=usr/include/c++/4.2/backward/algo.h OLD_FILES+=usr/include/c++/4.2/backward/algobase.h OLD_FILES+=usr/include/c++/4.2/backward/alloc.h OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h OLD_FILES+=usr/include/c++/4.2/backward/bvector.h OLD_FILES+=usr/include/c++/4.2/backward/complex.h OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h OLD_FILES+=usr/include/c++/4.2/backward/deque.h OLD_FILES+=usr/include/c++/4.2/backward/fstream.h OLD_FILES+=usr/include/c++/4.2/backward/function.h OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h OLD_FILES+=usr/include/c++/4.2/backward/heap.h OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h OLD_FILES+=usr/include/c++/4.2/backward/iostream.h OLD_FILES+=usr/include/c++/4.2/backward/istream.h OLD_FILES+=usr/include/c++/4.2/backward/iterator.h OLD_FILES+=usr/include/c++/4.2/backward/list.h OLD_FILES+=usr/include/c++/4.2/backward/map.h OLD_FILES+=usr/include/c++/4.2/backward/multimap.h OLD_FILES+=usr/include/c++/4.2/backward/multiset.h OLD_FILES+=usr/include/c++/4.2/backward/new.h OLD_FILES+=usr/include/c++/4.2/backward/ostream.h OLD_FILES+=usr/include/c++/4.2/backward/pair.h OLD_FILES+=usr/include/c++/4.2/backward/queue.h OLD_FILES+=usr/include/c++/4.2/backward/rope.h OLD_FILES+=usr/include/c++/4.2/backward/set.h OLD_FILES+=usr/include/c++/4.2/backward/slist.h OLD_FILES+=usr/include/c++/4.2/backward/stack.h OLD_FILES+=usr/include/c++/4.2/backward/stream.h OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h OLD_FILES+=usr/include/c++/4.2/backward/strstream OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h OLD_FILES+=usr/include/c++/4.2/backward/tree.h OLD_FILES+=usr/include/c++/4.2/backward/vector.h OLD_FILES+=usr/include/c++/4.2/bits/allocator.h OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h OLD_FILES+=usr/include/c++/4.2/bits/c++config.h OLD_FILES+=usr/include/c++/4.2/bits/c++io.h OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h OLD_FILES+=usr/include/c++/4.2/bits/gslice.h OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h OLD_FILES+=usr/include/c++/4.2/bits/gthr.h OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc OLD_FILES+=usr/include/c++/4.2/bits/list.tcc OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h OLD_FILES+=usr/include/c++/4.2/bits/postypes.h OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h OLD_FILES+=usr/include/c++/4.2/bits/time_members.h OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc OLD_FILES+=usr/include/c++/4.2/bitset OLD_FILES+=usr/include/c++/4.2/cassert OLD_FILES+=usr/include/c++/4.2/cctype OLD_FILES+=usr/include/c++/4.2/cerrno OLD_FILES+=usr/include/c++/4.2/cfloat OLD_FILES+=usr/include/c++/4.2/ciso646 OLD_FILES+=usr/include/c++/4.2/climits OLD_FILES+=usr/include/c++/4.2/clocale OLD_FILES+=usr/include/c++/4.2/cmath OLD_FILES+=usr/include/c++/4.2/complex OLD_FILES+=usr/include/c++/4.2/csetjmp OLD_FILES+=usr/include/c++/4.2/csignal OLD_FILES+=usr/include/c++/4.2/cstdarg OLD_FILES+=usr/include/c++/4.2/cstddef OLD_FILES+=usr/include/c++/4.2/cstdio OLD_FILES+=usr/include/c++/4.2/cstdlib OLD_FILES+=usr/include/c++/4.2/cstring OLD_FILES+=usr/include/c++/4.2/ctime OLD_FILES+=usr/include/c++/4.2/cwchar OLD_FILES+=usr/include/c++/4.2/cwctype OLD_FILES+=usr/include/c++/4.2/cxxabi.h OLD_FILES+=usr/include/c++/4.2/debug/bitset OLD_FILES+=usr/include/c++/4.2/debug/debug.h OLD_FILES+=usr/include/c++/4.2/debug/deque OLD_FILES+=usr/include/c++/4.2/debug/formatter.h OLD_FILES+=usr/include/c++/4.2/debug/functions.h OLD_FILES+=usr/include/c++/4.2/debug/hash_map OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h OLD_FILES+=usr/include/c++/4.2/debug/hash_set OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h OLD_FILES+=usr/include/c++/4.2/debug/list OLD_FILES+=usr/include/c++/4.2/debug/macros.h OLD_FILES+=usr/include/c++/4.2/debug/map OLD_FILES+=usr/include/c++/4.2/debug/map.h OLD_FILES+=usr/include/c++/4.2/debug/multimap.h OLD_FILES+=usr/include/c++/4.2/debug/multiset.h OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h OLD_FILES+=usr/include/c++/4.2/debug/set OLD_FILES+=usr/include/c++/4.2/debug/set.h OLD_FILES+=usr/include/c++/4.2/debug/string OLD_FILES+=usr/include/c++/4.2/debug/vector OLD_FILES+=usr/include/c++/4.2/deque OLD_FILES+=usr/include/c++/4.2/exception OLD_FILES+=usr/include/c++/4.2/exception_defines.h OLD_FILES+=usr/include/c++/4.2/ext/algorithm OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/functional OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h OLD_FILES+=usr/include/c++/4.2/ext/hash_map OLD_FILES+=usr/include/c++/4.2/ext/hash_set OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h OLD_FILES+=usr/include/c++/4.2/ext/iterator OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/memory OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/numeric OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/rb_tree OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h OLD_FILES+=usr/include/c++/4.2/ext/rope OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h OLD_FILES+=usr/include/c++/4.2/ext/slist OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h OLD_FILES+=usr/include/c++/4.2/ext/typelist.h OLD_FILES+=usr/include/c++/4.2/ext/vstring.h OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h OLD_FILES+=usr/include/c++/4.2/fstream OLD_FILES+=usr/include/c++/4.2/functional OLD_FILES+=usr/include/c++/4.2/iomanip OLD_FILES+=usr/include/c++/4.2/ios OLD_FILES+=usr/include/c++/4.2/iosfwd OLD_FILES+=usr/include/c++/4.2/iostream OLD_FILES+=usr/include/c++/4.2/istream OLD_FILES+=usr/include/c++/4.2/iterator OLD_FILES+=usr/include/c++/4.2/limits OLD_FILES+=usr/include/c++/4.2/list OLD_FILES+=usr/include/c++/4.2/locale OLD_FILES+=usr/include/c++/4.2/map OLD_FILES+=usr/include/c++/4.2/memory OLD_FILES+=usr/include/c++/4.2/new OLD_FILES+=usr/include/c++/4.2/numeric OLD_FILES+=usr/include/c++/4.2/ostream OLD_FILES+=usr/include/c++/4.2/queue OLD_FILES+=usr/include/c++/4.2/set OLD_FILES+=usr/include/c++/4.2/sstream OLD_FILES+=usr/include/c++/4.2/stack OLD_FILES+=usr/include/c++/4.2/stdexcept OLD_FILES+=usr/include/c++/4.2/streambuf OLD_FILES+=usr/include/c++/4.2/string OLD_FILES+=usr/include/c++/4.2/tr1/array OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h OLD_FILES+=usr/include/c++/4.2/tr1/cctype OLD_FILES+=usr/include/c++/4.2/tr1/cfenv OLD_FILES+=usr/include/c++/4.2/tr1/cfloat OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes OLD_FILES+=usr/include/c++/4.2/tr1/climits OLD_FILES+=usr/include/c++/4.2/tr1/cmath OLD_FILES+=usr/include/c++/4.2/tr1/common.h OLD_FILES+=usr/include/c++/4.2/tr1/complex OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool OLD_FILES+=usr/include/c++/4.2/tr1/cstdint OLD_FILES+=usr/include/c++/4.2/tr1/cstdio OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath OLD_FILES+=usr/include/c++/4.2/tr1/ctime OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h OLD_FILES+=usr/include/c++/4.2/tr1/cwchar OLD_FILES+=usr/include/c++/4.2/tr1/cwctype OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h OLD_FILES+=usr/include/c++/4.2/tr1/float.h OLD_FILES+=usr/include/c++/4.2/tr1/functional OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h OLD_FILES+=usr/include/c++/4.2/tr1/hashtable OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h OLD_FILES+=usr/include/c++/4.2/tr1/limits.h OLD_FILES+=usr/include/c++/4.2/tr1/math.h OLD_FILES+=usr/include/c++/4.2/tr1/memory OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h OLD_FILES+=usr/include/c++/4.2/tr1/random OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h OLD_FILES+=usr/include/c++/4.2/tr1/tuple OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h OLD_FILES+=usr/include/c++/4.2/tr1/type_traits OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set OLD_FILES+=usr/include/c++/4.2/tr1/utility OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h OLD_FILES+=usr/include/c++/4.2/typeinfo OLD_FILES+=usr/include/c++/4.2/utility OLD_FILES+=usr/include/c++/4.2/valarray OLD_FILES+=usr/include/c++/4.2/vector .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_aes.h OLD_FILES+=usr/include/gcc/4.2/__wmmintrin_pclmul.h OLD_FILES+=usr/include/gcc/4.2/ammintrin.h OLD_FILES+=usr/include/gcc/4.2/emmintrin.h OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h OLD_FILES+=usr/include/gcc/4.2/mmintrin.h OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h OLD_FILES+=usr/include/gcc/4.2/wmmintrin.h OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h .elif ${TARGET_ARCH} == "arm" OLD_FILES+=usr/include/gcc/4.2/mmintrin.h .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64" OLD_FILES+=usr/include/gcc/4.2/altivec.h OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h OLD_FILES+=usr/include/gcc/4.2/spe.h .endif OLD_FILES+=usr/lib/libgcov.a OLD_FILES+=usr/lib/libgomp.a OLD_FILES+=usr/lib/libstdc++.a OLD_FILES+=usr/lib/libstdc++.so OLD_LIBS+=usr/lib/libstdc++.so.6 OLD_FILES+=usr/lib/libstdc++_p.a OLD_FILES+=usr/lib/libsupc++.a OLD_FILES+=usr/lib/libsupc++.so OLD_LIBS+=usr/lib/libsupc++.so.1 OLD_FILES+=usr/lib/libsupc++_p.a OLD_LIBS+=usr/lib/libgomp.so.1 OLD_FILES+=usr/lib/libgomp_p.a OLD_FILES+=usr/libexec/cc1 OLD_FILES+=usr/libexec/cc1plus OLD_FILES+=usr/share/man/man1/gcpp.1.gz OLD_FILES+=usr/share/man/man1/gperf.1.gz OLD_FILES+=usr/share/man/man7/gperf.7.gz OLD_DIRS+=usr/include/c++/4.2/tr1 OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_ OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds/detail OLD_DIRS+=usr/include/c++/4.2/ext/pb_ds OLD_DIRS+=usr/include/c++/4.2/ext OLD_DIRS+=usr/include/c++/4.2/debug OLD_DIRS+=usr/include/c++/4.2/bits OLD_DIRS+=usr/include/c++/4.2/backward OLD_DIRS+=usr/include/c++/4.2 # 20200220: Upgrade of ncurses, shlib bumped to version 9 OLD_LIBS+=lib/libncurses.so.8 OLD_LIBS+=lib/libncursesw.so.8 # 20200206: Remove elf2aout OLD_FILES+=usr/bin/elf2aout OLD_FILES+=usr/share/man/man1/elf2aout.1.gz # 20200204: simple_httpd removed OLD_FILES+=usr/sbin/simple_httpd # 20200127: vpo removed OLD_FILES+=usr/include/dev/ppbus/vpoio.h OLD_FILES+=usr/share/man/man4/imm.4.gz OLD_FILES+=usr/share/man/man4/vpo.4.gz # 20200104: gcc libssp removed OLD_FILES+=usr/include/ssp/ssp.h OLD_FILES+=usr/include/ssp/stdio.h OLD_FILES+=usr/include/ssp/string.h OLD_FILES+=usr/include/ssp/unistd.h OLD_DIRS+=usr/include/ssp OLD_FILES+=usr/lib/libssp.a # 20191229: GEOM_SCHED class and gsched tool removed OLD_LIBS+=lib/geom/geom_sched.so OLD_FILES+=sbin/gsched OLD_FILES+=usr/share/man/man8/gsched.8.gz # 20191222: new clang import which bumps version from 9.0.0 to 9.0.1 OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/new OLD_DIRS+=usr/lib/clang/9.0.0/include/cuda_wrappers OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math.h OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/cmath OLD_FILES+=usr/lib/clang/9.0.0/include/openmp_wrappers/math.h OLD_DIRS+=usr/lib/clang/9.0.0/include/openmp_wrappers OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/emmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/mm_malloc.h OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/mmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/ppc_wrappers/xmmintrin.h OLD_DIRS+=usr/lib/clang/9.0.0/include/ppc_wrappers OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/9.0.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/9.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/9.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/9.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/9.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/9.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/9.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/9.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/9.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/9.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/9.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/9.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bf16intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbf16intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vlvp2intersectintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vp2intersectintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/9.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/enqcmdintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/9.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/9.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/9.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/msa.h OLD_FILES+=usr/lib/clang/9.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/opencl-c-base.h OLD_FILES+=usr/lib/clang/9.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/9.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/9.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/9.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/9.0.0/include OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-aarch64.so OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-armhf.so OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.cfi_diag-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.dd-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.dd-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.fuzzer_no_main-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-powerpc.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-powerpc64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-basic-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-fdr-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-aarch64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-arm.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-armhf.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-profiling-x86_64.a OLD_FILES+=usr/lib/clang/9.0.0/lib/freebsd/libclang_rt.xray-x86_64.a OLD_DIRS+=usr/lib/clang/9.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/9.0.0/lib OLD_DIRS+=usr/lib/clang/9.0.0 # 20191221: Update libpcap from 1.9.0 to 1.9.1 OLD_FILES+=usr/share/man/man3/pcap_set_immediate_mode.3.gz OLD_FILES+=usr/share/man/man3/pcap_set_protocol.3.gz # 20191214: Removal of sranddev(3) OLD_FILES+=usr/share/man/man3/sranddev.3.gz # 20191213: Renamed (BIT|CPU)_NAND to (BIT|CPU)_ANDNOT OLD_FILES+=usr/share/man/man9/BIT_NAND.9.gz OLD_FILES+=usr/share/man/man9/CPU_NAND.9.gz # 20191213: remove timeout(9) OLD_FILES+=usr/share/man/man9/callout_handle_init.9.gz OLD_FILES+=usr/share/man/man9/timeout.9.gz OLD_FILES+=usr/share/man/man9/untimeout.9.gz # 20191128: Removal of trm(4) OLD_FILES+=usr/share/man/man4/trm.4.gz # 20191121: Removal of sio(4) OLD_FILES+=usr/share/man/man4/sio.4.gz # 20191105: picobsd(8), et al, removed OLD_FILES+=usr/share/man/man8/picobsd.8.gz # 20191017: taskqueue_start_threads_pinned became taskqueue_start_threads_cpuset OLD_FILES+=usr/share/man/man9/taskqueue_start_threads_pinned.9.gz # 20191009: new clang import which bumps version from 8.0.1 to 9.0.0 OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/8.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/8.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/8.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/8.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/8.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/8.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/8.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/8.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/8.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/8.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/8.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/8.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/8.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/8.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/msa.h OLD_FILES+=usr/lib/clang/8.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/8.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/8.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/8.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/8.0.1/include OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-aarch64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/8.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/8.0.1/lib OLD_DIRS+=usr/lib/clang/8.0.1 # 20191009: libc++ 9.0.0 removed some experimental files OLD_FILES+=usr/include/c++/v1/experimental/any OLD_FILES+=usr/include/c++/v1/experimental/chrono OLD_FILES+=usr/include/c++/v1/experimental/numeric OLD_FILES+=usr/include/c++/v1/experimental/optional OLD_FILES+=usr/include/c++/v1/experimental/ratio OLD_FILES+=usr/include/c++/v1/experimental/string_view OLD_FILES+=usr/include/c++/v1/experimental/system_error OLD_FILES+=usr/include/c++/v1/experimental/tuple OLD_FILES+=usr/lib/libc++fs.a # 20191003: Remove useless ZFS tests OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_013_neg.ksh OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_014_neg.ksh OLD_FILES+=usr/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_016_pos.ksh # 20190910: mklocale(1) and colldef(1) removed OLD_FILES+=usr/bin/mklocale OLD_FILES+=usr/share/man/man1/mklocale.1.gz OLD_FILES+=usr/bin/colldef OLD_FILES+=usr/share/man/man1/colldef.1.gz # 20190904: Remove boot1.efifat and gptboot.efifat (which never should have been) OLD_FILES+=boot/boot1.efifat OLD_FILES+=boot/gptboot.efifat # 20190903: pc-sysinstall(8) removed OLD_FILES+=usr/share/examples/pc-sysinstall/README OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size OLD_FILES+=usr/share/pc-sysinstall/doc/help-index OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall OLD_FILES+=usr/sbin/pc-sysinstall OLD_DIRS+=usr/share/examples/pc-sysinstall OLD_DIRS+=usr/share/pc-sysinstall/backend OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager OLD_DIRS+=usr/share/pc-sysinstall/backend-query OLD_DIRS+=usr/share/pc-sysinstall/conf/license OLD_DIRS+=usr/share/pc-sysinstall/conf OLD_DIRS+=usr/share/pc-sysinstall/doc OLD_DIRS+=usr/share/pc-sysinstall # 20190825: zlib 1.0.4 removed from kernel OLD_FILES+=usr/include/sys/zlib.h OLD_FILES+=usr/include/sys/zutil.h # 20190817: pft_ping.py and sniffer.py moved to /usr/tests/sys/netpfil/common OLD_FILES+=usr/tests/sys/netpfil/pf/sniffer.py OLD_FILES+=usr/tests/sys/netpfil/pf/pft_ping.py # 20190816: dir.h removed from POSIX OLD_FILES+=usr/include/sys/dir.h # 20190813: deprecated GEOM classes removed OLD_FILES+=usr/share/man/man4/geom_fox.4.gz # 20190729: gzip'ed a.out support removed OLD_FILES+=usr/include/sys/inflate.h # 20190722: cap_random(3) removed OLD_LIBS+=lib/casper/libcap_random.so.1 OLD_FILES+=usr/include/casper/cap_random.h OLD_LIBS+=usr/lib/libcap_random.so OLD_FILES+=usr/share/man/man3/libcap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random.3.gz OLD_FILES+=usr/share/man/man3/cap_random_buf.3.gz # 20190708: vm_page_hold() and _unhold() removed OLD_FILES+=usr/share/man/man9/vm_page_hold.9.gz OLD_FILES+=usr/share/man/man9/vm_page_unhold.9.gz # 20190625: Remove NAND and NANDFS support OLD_FILES+=usr/share/man/man4/nand.4.gz OLD_FILES+=usr/share/man/man4/nandsim.4.gz # 20190618: sys/capability.h removed (sys/capsicum.h is the one to use) OLD_FILES+=usr/include/sys/capability.h # 20190615: sys/pwm.h renamed to dev/pwmc.h OLD_FILES+=usr/include/sys/pwm.h # 20190612: new clang import which bumps version from 8.0.0 to 8.0.1 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/8.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/8.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/8.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/8.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/8.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/8.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/8.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/8.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/8.0.0/include/arm_fp16.h OLD_FILES+=usr/lib/clang/8.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/8.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/8.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/8.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/8.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/8.0.0/include/movdirintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/msa.h OLD_FILES+=usr/lib/clang/8.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/8.0.0/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/sgxintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/8.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/8.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/8.0.0/include OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/8.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/8.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/8.0.0/lib OLD_DIRS+=usr/lib/clang/8.0.0 # 20190523: Remove obsolete kgzip and support files OLD_FILES+=usr/sbin/kgzip OLD_FILES+=usr/lib/kgzldr.o OLD_FILES+=usr/share/man/man8/kgzip.8.gz # 20190517: Remove obsolete 10 and 10/100 ethernet drivers OLD_FILES+=usr/share/man/man4/bm.4.gz OLD_FILES+=usr/share/man/man4/cs.4.gz OLD_FILES+=usr/share/man/man4/de.4.gz OLD_FILES+=usr/share/man/man4/if_de.4.gz OLD_FILES+=usr/share/man/man4/ed.4.gz OLD_FILES+=usr/share/man/man4/if_ed.4.gz OLD_FILES+=usr/share/man/man4/ep.4.gz OLD_FILES+=usr/share/man/man4/ex.4.gz OLD_FILES+=usr/share/man/man4/fe.4.gz OLD_FILES+=usr/share/man/man4/pcn.4.gz OLD_FILES+=usr/share/man/man4/if_pcn.4.gz OLD_FILES+=usr/share/man/man4/sf.4.gz OLD_FILES+=usr/share/man/man4/if_sf.4.gz OLD_FILES+=usr/share/man/man4/sn.4.gz OLD_FILES+=usr/share/man/man4/if_sn.4.gz OLD_FILES+=usr/share/man/man4/tl.4.gz OLD_FILES+=usr/share/man/man4/if_tl.4.gz OLD_FILES+=usr/share/man/man4/tx.4.gz OLD_FILES+=usr/share/man/man4/if_tx.4.gz OLD_FILES+=usr/share/man/man4/txp.4.gz OLD_FILES+=usr/share/man/man4/if_txp.4.gz OLD_FILES+=usr/share/man/man4/vx.4.gz OLD_FILES+=usr/share/man/man4/wb.4.gz OLD_FILES+=usr/share/man/man4/if_wb.4.gz OLD_FILES+=usr/share/man/man4/xe.4.gz OLD_FILES+=usr/share/man/man4/if_xe.4.gz # 20190513: libcap_sysctl interface change OLD_LIBS+=lib/casper/libcap_sysctl.so.1 # 20190509: tests/sys/opencrypto requires the net/py-dpkt package OLD_FILES+=usr/tests/sys/opencrypto/dpkt.py OLD_FILES+=usr/tests/sys/opencrypto/dpkt.pyc # 20190304: new libc++ import which bumps version from 7.0.1 to 8.0.0 OLD_FILES+=usr/include/c++/v1/experimental/dynarray # 20190304: new clang import which bumps version from 7.0.1 to 8.0.0 OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/netbsd_syscall_hooks.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/7.0.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/7.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_device_functions.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_libdevice_declares.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/7.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/7.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/7.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/7.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/7.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/7.0.1/include/arm_fp16.h OLD_FILES+=usr/lib/clang/7.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/7.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/cldemoteintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/7.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/invpcidintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/7.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/7.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/7.0.1/include/movdirintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/msa.h OLD_FILES+=usr/lib/clang/7.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/7.0.1/include/pconfigintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/ptwriteintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/sgxintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/7.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/waitpkgintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/wbnoinvdintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/7.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/7.0.1/include OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.msan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/7.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/7.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/7.0.1/lib OLD_DIRS+=usr/lib/clang/7.0.1 # 20190227: rename seq.h to seqc.h OLD_FILES+=usr/include/sys/seq.h # 20190222: libifconfig made INTERNALLIB OLD_FILES+=usr/lib/libprivateifconfig.a OLD_FILES+=usr/lib/libprivateifconfig_p.a # 20190131: pfil(9) changed OLD_FILES+=usr/share/man/man9/pfil_hook_get.9.gz OLD_FILES+=usr/share/man/man9/pfil_rlock.9.gz OLD_FILES+=usr/share/man/man9/pfil_runlock.9.gz OLD_FILES+=usr/share/man/man9/pfil_wlock.9.gz OLD_FILES+=usr/share/man/man9/pfil_wunlock.9.gz # 20190126: adv(4) / adw(4) removal OLD_FILES+=usr/share/man/man4/adv.4.gz OLD_FILES+=usr/share/man/man4/adw.4.gz # 20190123: nonexistant cred_update_thread(9) removed OLD_FILES+=usr/share/man/man9/cred_update_thread.9.gz # 20190114: old pbuf allocator removed OLD_FILES+=usr/share/man/man9/getpbuf.9.gz OLD_FILES+=usr/share/man/man9/pbuf.9.gz OLD_FILES+=usr/share/man/man9/relpbuf.9.gz OLD_FILES+=usr/share/man/man9/trypbuf.9.gz # 20181219: ibcs removal OLD_FILES+=usr/share/examples/ibcs2/hello.uu OLD_FILES+=usr/share/examples/ibcs2/README OLD_DIRS+=usr/share/examples/ibcs2 # 20181215: Migration of CTM to ports OLD_FILES+=usr/sbin/ctm OLD_FILES+=usr/sbin/ctm_dequeue OLD_FILES+=usr/sbin/ctm_rmail OLD_FILES+=usr/sbin/ctm_smail OLD_FILES+=usr/share/man/man1/ctm.1.gz OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz OLD_FILES+=usr/share/man/man5/ctm.5.gz # 20181214: Remove timed files OLD_FILES+=etc/rc.d/timed OLD_FILES+=usr/sbin/timed OLD_FILES+=usr/sbin/timedc OLD_FILES+=usr/share/man/man8/timed.8.gz OLD_FILES+=usr/share/man/man8/timedc.8.gz # 20181211: new clang import which bumps version from 6.0.1 to 7.0.1 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/6.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/6.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/6.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/6.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/6.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/6.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/6.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/arm64intr.h OLD_FILES+=usr/lib/clang/6.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/6.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/6.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/cetintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/clwbintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/6.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/gfniintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/6.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/6.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/6.0.1/include/msa.h OLD_FILES+=usr/lib/clang/6.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/6.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/6.0.1/include/vaesintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/6.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/6.0.1/include OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/6.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/6.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/6.0.1/lib OLD_DIRS+=usr/lib/clang/6.0.1 # 20181116: Rename test file OLD_FILES+=usr/tests/sys/netinet/reuseport_lb # 20181113: libufs version bumped to 7 OLD_LIBS+=lib/libufs.so.6 # 20181112: Cleanup old libcap_dns OLD_LIBS+=lib/casper/libcap_dns.so.1 # 20181030: malloc_domain(9) KPI change OLD_FILES+=usr/share/man/man9/malloc_domain.9.gz # 20181026: joy(4) removal OLD_FILES+=usr/share/man/man4/joy.4.gz # 20181025: OpenSSL libraries version bump to avoid conflict with ports OLD_LIBS+=lib/libcrypto.so.9 OLD_LIBS+=usr/lib/libssl.so.9 # 20181022: aha(4) removal OLD_FILES+=usr/share/man/man4/aha.4.gz # 20181022: dpt(4) removal OLD_FILES+=usr/share/man/man4/dpt.4.gz # 20181022: ncr(4) removal OLD_FILES+=usr/share/man/man4/ncr.4.gz # 20181022: ncv(4) removal OLD_FILES+=usr/share/man/man4/ncv.4.gz # 20181022: nsp(4) removal OLD_FILES+=usr/share/man/man4/nsp.4.gz # 20181022: stg(4) removal OLD_FILES+=usr/share/man/man4/stg.4.gz # 20181021: mse(4) removal OLD_FILES+=usr/share/man/man4/mse.4.gz # 20181015: Stale libcasper(3) files following r329452 OLD_LIBS+=lib/casper/libcap_sysctl.so.0 OLD_LIBS+=lib/casper/libcap_grp.so.0 OLD_LIBS+=lib/casper/libcap_pwd.so.0 OLD_LIBS+=lib/casper/libcap_random.so.0 OLD_LIBS+=lib/casper/libcap_dns.so.0 OLD_LIBS+=lib/casper/libcap_syslog.so.0 # 20181012: rename of ixlv(4) to iavf(4) OLD_FILES+=usr/share/man/man4/if_ixlv.4.gz OLD_FILES+=usr/share/man/man4/ixlv.4.gz # 20181009: OpenSSL 1.1.1 OLD_FILES+=usr/include/openssl/des_old.h OLD_FILES+=usr/include/openssl/dso.h OLD_FILES+=usr/include/openssl/krb5_asn.h OLD_FILES+=usr/include/openssl/kssl.h OLD_FILES+=usr/include/openssl/pqueue.h OLD_FILES+=usr/include/openssl/ssl23.h OLD_FILES+=usr/include/openssl/ui_compat.h OLD_FILES+=usr/share/openssl/man/man1/dss1.1.gz OLD_FILES+=usr/share/openssl/man/man1/md2.1.gz OLD_FILES+=usr/share/openssl/man/man1/md4.1.gz OLD_FILES+=usr/share/openssl/man/man1/md5.1.gz OLD_FILES+=usr/share/openssl/man/man1/mdc2.1.gz OLD_FILES+=usr/share/openssl/man/man1/ripemd160.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha1.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha224.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha256.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha384.1.gz OLD_FILES+=usr/share/openssl/man/man1/sha512.1.gz OLD_FILES+=usr/share/openssl/man/man1/x509v3_config.1.gz OLD_FILES+=usr/share/openssl/man/man3/ASN1_STRING_length_set.3.gz OLD_FILES+=usr/share/openssl/man/man3/BIO_get_conn_int_port.3.gz OLD_FILES+=usr/share/openssl/man/man3/BIO_get_conn_ip.3.gz OLD_FILES+=usr/share/openssl/man/man3/BIO_set.3.gz OLD_FILES+=usr/share/openssl/man/man3/BIO_set_conn_int_port.3.gz OLD_FILES+=usr/share/openssl/man/man3/BIO_set_conn_ip.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_get_thread_id.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_set_thread_id.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_BLINDING_thread_id.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_MONT_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_RECP_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/BN_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_memdup.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_memdup.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_strdup.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_strlcat.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_strlcpy.3.gz OLD_FILES+=usr/share/openssl/man/man3/BUF_strndup.3.gz OLD_FILES+=usr/share/openssl/man/man3/CMS_set1_signer_cert.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_cmp.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_cpy.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_current.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_get_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_hash.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_THREADID_set_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_destroy_dynlockid.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_get_new_dynlockid.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_lock.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_num_locks.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_create_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_destroy_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_dynlock_lock_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_locking_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/DES_ede3_cbcm_encrypt.3.gz OLD_FILES+=usr/share/openssl/man/man3/DES_enc_read.3.gz OLD_FILES+=usr/share/openssl/man/man3/DES_enc_write.3.gz OLD_FILES+=usr/share/openssl/man/man3/EC_KEY_get_key_method_data.3.gz OLD_FILES+=usr/share/openssl/man/man3/EC_KEY_insert_key_method_data.3.gz OLD_FILES+=usr/share/openssl/man/man3/EC_POINT_set_Jprojective_coordinates.3.gz OLD_FILES+=usr/share/openssl/man/man3/ERR_load_UI_strings.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_CIPHER_CTX_cleanup.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_CIPHER_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_MAX_MD_SIZE.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_cleanup.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_create.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_destroy.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_MD_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEVP_PKEY_CTX_set_app_data.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_get_default_digest.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_dss.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_dss1.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_sha.3.gz OLD_FILES+=usr/share/openssl/man/man3/HMAC_CTX_cleanup.3.gz OLD_FILES+=usr/share/openssl/man/man3/HMAC_CTX_init.3.gz OLD_FILES+=usr/share/openssl/man/man3/HMAC_cleanup.3.gz OLD_FILES+=usr/share/openssl/man/man3/OPENSSL_ia32cap_loc.3.gz OLD_FILES+=usr/share/openssl/man/man3/PEM.3.gz OLD_FILES+=usr/share/openssl/man/man3/RAND_SSLeay.3.gz OLD_FILES+=usr/share/openssl/man/man3/RSA_PKCS1_SSLeay.3.gz OLD_FILES+=usr/share/openssl/man/man3/RSA_null_method.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_get_ex_new_index.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_need_tmp_rsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_custom_cli_ext.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_default_read_ahead.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_ecdh_auto.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_tmp_rsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_SESSION_get_ex_new_index.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_add_session.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_flush_sessions.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_get_accept_state.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_get_ex_new_index.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_get_msg_callback_arg.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_need_tmp_rsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_remove_session.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_set_ecdh_auto.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_set_tmp_rsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSL_set_tmp_rsa_callback.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLeay.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLeay_add_ssl_algorithms.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLeay_version.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLv2_client_method.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLv2_method.3.gz OLD_FILES+=usr/share/openssl/man/man3/SSLv2_server_method.3.gz OLD_FILES+=usr/share/openssl/man/man3/X509_STORE_CTX_set_chain.3.gz OLD_FILES+=usr/share/openssl/man/man3/X509_STORE_CTX_trusted_stack.3.gz OLD_FILES+=usr/share/openssl/man/man3/bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/blowfish.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_add_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_check_top.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_cmp_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_div_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_dump.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_expand.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_expand2.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_fix_top.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_internal.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_add_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_comba4.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_comba8.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_high.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_low_normal.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_low_recursive.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_normal.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_part_recursive.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_recursive.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_mul_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_print.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_set_high.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_set_low.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_set_max.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_comba4.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_comba8.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_normal.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_recursive.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sqr_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_sub_words.3.gz OLD_FILES+=usr/share/openssl/man/man3/bn_wexpand.3.gz OLD_FILES+=usr/share/openssl/man/man3/buffer.3.gz OLD_FILES+=usr/share/openssl/man/man3/crypto.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPKParameters_bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPKParameters_fp.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_ECPrivate_key.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_Netscape_RSA.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_PKCS8PrivateKey.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_Private_key.3.gz OLD_FILES+=usr/share/openssl/man/man3/des.3.gz OLD_FILES+=usr/share/openssl/man/man3/des_read_2passwords.3.gz OLD_FILES+=usr/share/openssl/man/man3/des_read_password.3.gz OLD_FILES+=usr/share/openssl/man/man3/des_read_pw.3.gz OLD_FILES+=usr/share/openssl/man/man3/des_read_pw_string.3.gz OLD_FILES+=usr/share/openssl/man/man3/dh.3.gz OLD_FILES+=usr/share/openssl/man/man3/dsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/ec.3.gz OLD_FILES+=usr/share/openssl/man/man3/ecdsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/engine.3.gz OLD_FILES+=usr/share/openssl/man/man3/err.3.gz OLD_FILES+=usr/share/openssl/man/man3/evp.3.gz OLD_FILES+=usr/share/openssl/man/man3/hmac.3.gz OLD_FILES+=usr/share/openssl/man/man3/i2d_ECPKParameters_bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/i2d_ECPKParameters_fp.3.gz OLD_FILES+=usr/share/openssl/man/man3/i2d_Netscape_RSA.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_delete.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_doall.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_doall_arg.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_error.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_free.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_insert.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_new.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_node_stats.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_node_stats_bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_node_usage_stats.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_node_usage_stats_bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_retrieve.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_stats.3.gz OLD_FILES+=usr/share/openssl/man/man3/lh_stats_bio.3.gz OLD_FILES+=usr/share/openssl/man/man3/lhash.3.gz OLD_FILES+=usr/share/openssl/man/man3/md5.3.gz OLD_FILES+=usr/share/openssl/man/man3/mdc2.3.gz OLD_FILES+=usr/share/openssl/man/man3/pem.3.gz OLD_FILES+=usr/share/openssl/man/man3/rand.3.gz OLD_FILES+=usr/share/openssl/man/man3/rc4.3.gz OLD_FILES+=usr/share/openssl/man/man3/ripemd.3.gz OLD_FILES+=usr/share/openssl/man/man3/rsa.3.gz OLD_FILES+=usr/share/openssl/man/man3/sha.3.gz OLD_FILES+=usr/share/openssl/man/man3/ssl.3.gz OLD_FILES+=usr/share/openssl/man/man3/threads.3.gz OLD_FILES+=usr/share/openssl/man/man3/ui.3.gz OLD_FILES+=usr/share/openssl/man/man3/ui_compat.3.gz OLD_FILES+=usr/share/openssl/man/man3/x509.3.gz OLD_LIBS+=lib/libcrypto.so.8 OLD_LIBS+=usr/lib/engines/lib4758cca.so OLD_LIBS+=usr/lib/engines/libaep.so OLD_LIBS+=usr/lib/engines/libatalla.so OLD_LIBS+=usr/lib/engines/libcapi.so OLD_LIBS+=usr/lib/engines/libchil.so OLD_LIBS+=usr/lib/engines/libcswift.so OLD_LIBS+=usr/lib/engines/libgost.so OLD_LIBS+=usr/lib/engines/libnuron.so OLD_LIBS+=usr/lib/engines/libsureware.so OLD_LIBS+=usr/lib/engines/libubsec.so OLD_LIBS+=usr/lib/libssl.so.8 OLD_LIBS+=usr/lib32/lib4758cca.so OLD_LIBS+=usr/lib32/libaep.so OLD_LIBS+=usr/lib32/libatalla.so OLD_LIBS+=usr/lib32/libcapi.so OLD_LIBS+=usr/lib32/libchil.so OLD_LIBS+=usr/lib32/libcswift.so OLD_LIBS+=usr/lib32/libgost.so OLD_LIBS+=usr/lib32/libnuron.so OLD_LIBS+=usr/lib32/libsureware.so OLD_LIBS+=usr/lib32/libubsec.so # 20180824: libbe(3) SHLIBDIR fixed to reflect correct location MOVED_LIBS+=usr/lib/libbe.so.1 # 20180819: Remove deprecated arc4random(3) stir/addrandom interfaces OLD_FILES+=usr/share/man/man3/arc4random_addrandom.3.gz OLD_FILES+=usr/share/man/man3/arc4random_stir.3.gz # 20180819: send-pr(1) placeholder removal OLD_FILES+=usr/bin/send-pr # 20180801: jedec_ts(4) removed OLD_FILES+=usr/share/man/man4/jedec_ts.4.gz # 20180725: Cleanup old libcasper.so.0 OLD_LIBS+=lib/libcasper.so.0 # 20180722: indent(1) option renamed, test files follow OLD_FILES+=usr/bin/indent/tests/nsac.0 OLD_FILES+=usr/bin/indent/tests/nsac.0.pro OLD_FILES+=usr/bin/indent/tests/nsac.0.stdout OLD_FILES+=usr/bin/indent/tests/sac.0 OLD_FILES+=usr/bin/indent/tests/sac.0.pro OLD_FILES+=usr/bin/indent/tests/sac.0.stdout # 20180721: move of libmlx5.so.1 and libibverbs.so.1 MOVED_LIBS+=usr/lib/libmlx5.so.1 MOVED_LIBS+=usr/lib/libibverbs.so.1 # 20180720: zfsloader.8 merged into loader.8 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz # 20180710: old numa cleanup OLD_FILES+=usr/include/sys/numa.h OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz OLD_FILES+=usr/share/man/man2/numa_setaffinity.2.gz OLD_FILES+=usr/share/man/man1/numactl.1.gz OLD_FILES+=usr/bin/numactl # 20180630: new clang import which bumps version from 6.0.0 to 6.0.1 OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/hwasan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/scudo_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/6.0.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/6.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/6.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/6.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/6.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/6.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/6.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/6.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/arm64intr.h OLD_FILES+=usr/lib/clang/6.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/6.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/6.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512bitalgintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlbitalgintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlvbmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vlvnniintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vnniintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avx512vpopcntdqvlintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/cetintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/clwbintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/6.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/gfniintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/6.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/6.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/6.0.0/include/msa.h OLD_FILES+=usr/lib/clang/6.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/6.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/6.0.0/include/vaesintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/vpclmulqdqintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/6.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/6.0.0/include OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.tsan-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.tsan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_minimal-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_minimal-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/6.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/6.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/6.0.0/lib OLD_DIRS+=usr/lib/clang/6.0.0 # 20180615: asf(8) removed OLD_FILES+=usr/sbin/asf OLD_FILES+=usr/share/man/man8/asf.8.gz # 20180609: obsolete libc++ files missed from the 5.0.0 import OLD_FILES+=usr/include/c++/v1/__refstring OLD_FILES+=usr/include/c++/v1/__undef_min_max OLD_FILES+=usr/include/c++/v1/tr1/__refstring OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max # 20180607: remove nls support from grep OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/grep.cat OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat OLD_FILES+=usr/share/nls/zh_CN.UTF-8/grep.cat OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/grep.cat OLD_FILES+=usr/share/nls/uk_UA.UTF-8/grep.cat OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat # 20180528: libpcap update removed header file OLD_FILES+=usr/include/pcap/export-defs.h # 20180517: retire vxge OLD_FILES+=usr/share/man/man4/if_vxge.4.gz OLD_FILES+=usr/share/man/man4/vxge.4.gz # 20180512: Rename Unbound tools OLD_FILES+=usr/sbin/unbound OLD_FILES+=usr/sbin/unbound-anchor OLD_FILES+=usr/sbin/unbound-checkconf OLD_FILES+=usr/sbin/unbound-control OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz OLD_FILES+=usr/share/man/man8/unbound-control.8.gz OLD_FILES+=usr/share/man/man8/unbound.8.gz # 20180508: retire nxge OLD_FILES+=usr/share/man/man4/if_nxge.4.gz OLD_FILES+=usr/share/man/man4/nxge.4.gz # 20180505: rhosts OLD_FILES+=usr/share/skel/dot.rhosts # 20180502: retire ixgb OLD_FILES+=usr/share/man/man4/if_ixgb.4.gz OLD_FILES+=usr/share/man/man4/ixgb.4.gz # 20180501: retire lmc OLD_FILES+=usr/include/dev/lmc/if_lmc.h OLD_DIRS+=usr/include/dev/lmc OLD_FILES+=usr/sbin/lmcconfig OLD_FILES+=usr/share/man/man4/lmc.4.gz OLD_FILES+=usr/share/man/man4/if_lmc.4.gz OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz # 20180417: remove fuswintr and suswintr OLD_FILES+=usr/share/man/man9/fuswintr.9.gz OLD_FILES+=usr/share/man/man9/suswintr.9.gz # 20180413: remove Arcnet support OLD_FILES+=usr/include/net/if_arc.h OLD_FILES+=usr/share/man/man4/cm.4.gz # 20180409: remove FDDI support OLD_FILES+=usr/include/net/fddi.h OLD_FILES+=usr/share/man/man4/fpa.4.gz # 20180319: remove /boot/overlays, replaced by /boot/dtb/overlays OLD_DIRS+=boot/overlays # 20180311: remove sys/sys/i386/include/pcaudioio.h .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/pcaudioio.h .endif # 20180310: remove sys/sys/dataacq.h OLD_FILES+=usr/include/sys/dataacq.h # 20180306: remove DTrace scripts made obsolete by dwatch(1) OLD_FILES+=usr/share/dtrace/watch_execve OLD_FILES+=usr/share/dtrace/watch_kill OLD_FILES+=usr/share/dtrace/watch_vop_remove # 20180212: move devmatch OLD_FILES+=usr/sbin/devmatch # 20180211: remove usb.conf OLD_FILES+=etc/devd/usb.conf # 20180208: remove c_rehash(1) OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz # 20180206: remove gdbtui OLD_FILES+=usr/bin/gdbtui # 20180201: Obsolete forth files OLD_FILES+=boot/pcibios.4th # 20180114: new clang import which bumps version from 5.0.1 to 6.0.0 OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/5.0.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/5.0.1/include/sanitizer OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/5.0.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/5.0.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/5.0.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/5.0.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/5.0.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/altivec.h OLD_FILES+=usr/lib/clang/5.0.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/5.0.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/5.0.1/include/armintr.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/clzerointrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/cpuid.h OLD_FILES+=usr/lib/clang/5.0.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/immintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/lwpintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/5.0.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/5.0.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/module.modulemap OLD_FILES+=usr/lib/clang/5.0.1/include/msa.h OLD_FILES+=usr/lib/clang/5.0.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/5.0.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/vadefs.h OLD_FILES+=usr/lib/clang/5.0.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/5.0.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/5.0.1/include OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/5.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/5.0.1/lib/freebsd OLD_DIRS+=usr/lib/clang/5.0.1/lib OLD_DIRS+=usr/lib/clang/5.0.1 # 20180109: Remove vestiges of digi(4) driver OLD_FILES+=usr/include/sys/digiio.h OLD_FILES+=usr/sbin/digictl OLD_FILES+=usr/share/man/man8/digictl.8.gz # 20180107: Convert remaining geli(8) tests to ATF OLD_FILES+=tests/sys/geom/class/eli/nokey_test.sh OLD_FILES+=tests/sys/geom/class/eli/readonly_test.sh # 20180106: Convert most geli(8) tests to ATF OLD_FILES+=tests/sys/geom/class/eli/attach_d_test.sh OLD_FILES+=tests/sys/geom/class/eli/configure_b_B_test.sh OLD_FILES+=tests/sys/geom/class/eli/detach_l_test.sh OLD_FILES+=tests/sys/geom/class/eli/init_B_test.sh OLD_FILES+=tests/sys/geom/class/eli/init_J_test.sh OLD_FILES+=tests/sys/geom/class/eli/init_a_test.sh OLD_FILES+=tests/sys/geom/class/eli/init_alias_test.sh OLD_FILES+=tests/sys/geom/class/eli/init_i_P_test.sh OLD_FILES+=tests/sys/geom/class/eli/integrity_copy_test.sh OLD_FILES+=tests/sys/geom/class/eli/integrity_data_test.sh OLD_FILES+=tests/sys/geom/class/eli/integrity_hmac_test.sh OLD_FILES+=tests/sys/geom/class/eli/onetime_a_test.sh OLD_FILES+=tests/sys/geom/class/eli/onetime_d_test.sh # 20171230: Remove /etc/skel from mtree OLD_DIRS+=etc/skel # 20171208: Remove basename_r(3) OLD_FILES+=usr/share/man/man3/basename_r.3.gz # 20171206: Remove sponge(1) OLD_FILES+=usr/bin/sponge OLD_FILES+=usr/share/man/man1/sponge.1.gz # 20171204: Move fdformat man page from volume 1 to volume 8 OLD_FILES+=usr/share/man/man1/fdformat.1.gz # 20171203: libproc version bump OLD_LIBS+=usr/lib/libproc.so.4 # 20171203: new clang import which bumps version from 5.0.0 to 5.0.1 OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/tsan_interface.h OLD_FILES+=usr/lib/clang/5.0.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/5.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/5.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/5.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/5.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/5.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/5.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/5.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/5.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/5.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avx512vpopcntdqintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/clzerointrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/5.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/lwpintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/5.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/5.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/5.0.0/include/msa.h OLD_FILES+=usr/lib/clang/5.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/5.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/5.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/5.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/5.0.0/include OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-armhf.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/5.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/5.0.0/lib OLD_DIRS+=usr/lib/clang/5.0.0 # 20171118: Remove old etc casper files OLD_FILES+=etc/casper/system.dns OLD_FILES+=etc/casper/system.grp OLD_FILES+=etc/casper/system.pwd OLD_FILES+=etc/casper/system.random OLD_FILES+=etc/casper/system.sysctl OLD_DIRS+=etc/casper # 20171116: lint(1) removal OLD_FILES+=usr/bin/lint OLD_FILES+=usr/libexec/lint1 OLD_FILES+=usr/libexec/lint2 OLD_FILES+=usr/libdata/lint/llib-lposix.ln OLD_FILES+=usr/libdata/lint/llib-lstdc.ln OLD_FILES+=usr/share/man/man1/lint.1.gz OLD_FILES+=usr/share/man/man7/lint.7.gz OLD_DIRS+=usr/libdata/lint # 20171114: Removal of all fortune datfiles other than freebsd-tips OLD_FILES+=usr/share/games/fortune/fortunes OLD_FILES+=usr/share/games/fortune/fortunes.dat OLD_FILES+=usr/share/games/fortune/gerrold.limerick OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat OLD_FILES+=usr/share/games/fortune/limerick OLD_FILES+=usr/share/games/fortune/limerick.dat OLD_FILES+=usr/share/games/fortune/murphy OLD_FILES+=usr/share/games/fortune/murphy-o OLD_FILES+=usr/share/games/fortune/murphy-o.dat OLD_FILES+=usr/share/games/fortune/murphy.dat OLD_FILES+=usr/share/games/fortune/startrek OLD_FILES+=usr/share/games/fortune/startrek.dat OLD_FILES+=usr/share/games/fortune/zippy OLD_FILES+=usr/share/games/fortune/zippy.dat # 20171112: Removal of eqnchar definition OLD_FILES+=usr/share/misc/eqnchar # 20171110: Removal of mailaddr man page OLD_FILES+=usr/share/man/man7/mailaddr.7.gz # 20171108: Rename of NgSendMsgReply to NgSendReplyMsg OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz # 20171108: badsect(8) removal OLD_FILES+=sbin/badsect OLD_FILES+=rescue/badsect OLD_FILES+=usr/share/man/man8/badsect.8.gz # 20171105: fixing lib/libclang_rt CRTARCH for arm:armv[67] .if ${MACHINE_ARCH:Marmv[67]*} != "" && \ (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "") OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-preinit-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-arm.a OLD_LIBS+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan-arm.so OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.asan_cxx-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.safestack-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.stats_client-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone-arm.a OLD_FILES+=usr/lib/clang/5.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-arm.a .endif # 20171104: libcap_random should be in /lib not in /usr/lib OLD_LIBS+=usr/lib/libcap_random.so.0 # 20171104: Casper can work only as shared library OLD_FILES+=usr/lib/libcap_dns.a OLD_FILES+=usr/lib/libcap_dns_p.a OLD_FILES+=usr/lib/libcap_grp.a OLD_FILES+=usr/lib/libcap_grp_p.a OLD_FILES+=usr/lib/libcap_pwd.a OLD_FILES+=usr/lib/libcap_pwd_p.a OLD_FILES+=usr/lib/libcap_random.a OLD_FILES+=usr/lib/libcap_random_p.a OLD_FILES+=usr/lib/libcap_sysctl.a OLD_FILES+=usr/lib/libcap_sysctl_p.a OLD_FILES+=usr/lib/libcasper.a OLD_FILES+=usr/lib/libcasper_p.a # 20171031: Removal of adding_user man page OLD_FILES+=usr/share/man/man7/adding_user.7.gz # 20171031: Disconnected libpathconv tests OLD_DIRS+=usr/tests/lib/libpathconv # 20171017: Removal of mbpool(9) OLD_FILES+=usr/include/sys/mbpool.h OLD_FILES+=usr/share/man/man9/mbpool.9.gz OLD_FILES+=usr/share/man/man9/mbp_destroy.9.gz OLD_FILES+=usr/share/man/man9/mbp_alloc.9.gz OLD_FILES+=usr/share/man/man9/mbp_ext_free.9.gz OLD_FILES+=usr/share/man/man9/mbp_count.9.gz OLD_FILES+=usr/share/man/man9/mbp_card_free.9.gz OLD_FILES+=usr/share/man/man9/mbp_get_keep.9.gz OLD_FILES+=usr/share/man/man9/mbp_free.9.gz OLD_FILES+=usr/share/man/man9/mbp_get.9.gz OLD_FILES+=usr/share/man/man9/mbp_create.9.gz OLD_FILES+=usr/share/man/man9/mbp_sync.9.gz # 20171010: Remove libstand OLD_FILES+=usr/lib/libstand.a OLD_FILES+=usr/lib/libstand_p.a OLD_FILES+=usr/include/stand.h OLD_FILES+=usr/share/man/man3/libstand.3.gz # 20171003: remove RCMDS OLD_FILES+=bin/rcp OLD_FILES+=rescue/rcp OLD_FILES+=usr/bin/rlogin OLD_FILES+=usr/bin/rsh OLD_FILES+=usr/libexec/rlogind OLD_FILES+=usr/libexec/rshd OLD_FILES+=usr/share/man/man1/rcp.1.gz OLD_FILES+=usr/share/man/man1/rlogin.1.gz OLD_FILES+=usr/share/man/man1/rsh.1.gz OLD_FILES+=usr/share/man/man8/rlogind.8.gz OLD_FILES+=usr/share/man/man8/rshd.8.gz # 20170927: crshared OLD_FILES+=usr/share/man/man9/crshared.9.gz # 20170927: procctl OLD_FILES+=usr/share/man/man8/procctl.8.gz OLD_FILES+=usr/sbin/procctl # 20170926: remove unneeded man aliases and locales directory OLD_FILES+=usr/share/man/en.ISO8859-1/man1 OLD_FILES+=usr/share/man/en.ISO8859-1/man2 OLD_FILES+=usr/share/man/en.ISO8859-1/man3 OLD_FILES+=usr/share/man/en.ISO8859-1/man4 OLD_FILES+=usr/share/man/en.ISO8859-1/man5 OLD_FILES+=usr/share/man/en.ISO8859-1/man6 OLD_FILES+=usr/share/man/en.ISO8859-1/man7 OLD_FILES+=usr/share/man/en.ISO8859-1/man8 OLD_FILES+=usr/share/man/en.ISO8859-1/man9 OLD_DIRS+=usr/share/man/en.ISO8859-1 OLD_FILES+=usr/share/man/en.ISO8859-1/mandoc.db OLD_FILES+=usr/share/man/en.UTF-8/man1 OLD_FILES+=usr/share/man/en.UTF-8/man2 OLD_FILES+=usr/share/man/en.UTF-8/man3 OLD_FILES+=usr/share/man/en.UTF-8/man4 OLD_FILES+=usr/share/man/en.UTF-8/man5 OLD_FILES+=usr/share/man/en.UTF-8/man6 OLD_FILES+=usr/share/man/en.UTF-8/man7 OLD_FILES+=usr/share/man/en.UTF-8/man8 OLD_FILES+=usr/share/man/en.UTF-8/man9 OLD_FILES+=usr/share/man/en.UTF-8/mandoc.db OLD_DIRS+=usr/share/man/en.UTF-8 OLD_FILES+=usr/share/man/en.ISO8859-15 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/man1 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/man3 OLD_FILES+=usr/share/openssl/man/en.ISO8859-1/mandoc.db OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1 OLD_FILES+=usr/share/openssl/man/en.ISO8859-15 OLD_DIRS+=usr/share/man/ja/man1 OLD_DIRS+=usr/share/man/ja/man2 OLD_DIRS+=usr/share/man/ja/man3 OLD_DIRS+=usr/share/man/ja/man4 OLD_DIRS+=usr/share/man/ja/man5 OLD_DIRS+=usr/share/man/ja/man6 OLD_DIRS+=usr/share/man/ja/man7 OLD_DIRS+=usr/share/man/ja/man8 OLD_DIRS+=usr/share/man/ja/man9 OLD_DIRS+=usr/share/man/ja # 20170913: remove unneeded catman utility OLD_FILES+=etc/periodic/weekly/330.catman OLD_FILES+=usr/bin/catman OLD_FILES+=usr/libexec/catman.local OLD_FILES+=usr/share/man/man1/catman.1.gz OLD_FILES+=usr/share/man/man8/catman.local.8.gz OLD_DIRS+=usr/share/man/cat1 OLD_DIRS+=usr/share/man/cat2 OLD_DIRS+=usr/share/man/cat3 OLD_DIRS+=usr/share/man/cat4/amd64 OLD_DIRS+=usr/share/man/cat4/arm OLD_DIRS+=usr/share/man/cat4/i386 OLD_DIRS+=usr/share/man/cat4/powerpc OLD_DIRS+=usr/share/man/cat4/sparc64 OLD_DIRS+=usr/share/man/cat4 OLD_DIRS+=usr/share/man/cat5 OLD_DIRS+=usr/share/man/cat6 OLD_DIRS+=usr/share/man/cat7 OLD_DIRS+=usr/share/man/cat8/amd64 OLD_DIRS+=usr/share/man/cat8/arm OLD_DIRS+=usr/share/man/cat8/i386 OLD_DIRS+=usr/share/man/cat8/powerpc OLD_DIRS+=usr/share/man/cat8/sparc64 OLD_DIRS+=usr/share/man/cat8 OLD_DIRS+=usr/share/man/cat9 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat1 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat2 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat3 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/amd64 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/arm OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/i386 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/powerpc OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4/sparc64 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat4 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat5 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat6 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat7 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/amd64 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/arm OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/i386 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/powerpc OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8/sparc64 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat8 OLD_DIRS+=usr/share/man/en.ISO8859-1/cat9 OLD_DIRS+=usr/share/man/en.UTF-8/cat1 OLD_DIRS+=usr/share/man/en.UTF-8/cat2 OLD_DIRS+=usr/share/man/en.UTF-8/cat3 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/amd64 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/arm OLD_DIRS+=usr/share/man/en.UTF-8/cat4/i386 OLD_DIRS+=usr/share/man/en.UTF-8/cat4/powerpc OLD_DIRS+=usr/share/man/en.UTF-8/cat4/sparc64 OLD_DIRS+=usr/share/man/en.UTF-8/cat4 OLD_DIRS+=usr/share/man/en.UTF-8/cat5 OLD_DIRS+=usr/share/man/en.UTF-8/cat6 OLD_DIRS+=usr/share/man/en.UTF-8/cat7 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/amd64 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/arm OLD_DIRS+=usr/share/man/en.UTF-8/cat8/i386 OLD_DIRS+=usr/share/man/en.UTF-8/cat8/powerpc OLD_DIRS+=usr/share/man/en.UTF-8/cat8/sparc64 OLD_DIRS+=usr/share/man/en.UTF-8/cat8 OLD_DIRS+=usr/share/man/en.UTF-8/cat9 OLD_DIRS+=usr/share/man/ja/cat1 OLD_DIRS+=usr/share/man/ja/cat2 OLD_DIRS+=usr/share/man/ja/cat3 OLD_DIRS+=usr/share/man/ja/cat4/amd64 OLD_DIRS+=usr/share/man/ja/cat4/arm OLD_DIRS+=usr/share/man/ja/cat4/i386 OLD_DIRS+=usr/share/man/ja/cat4/powerpc OLD_DIRS+=usr/share/man/ja/cat4/sparc64 OLD_DIRS+=usr/share/man/ja/cat4 OLD_DIRS+=usr/share/man/ja/cat5 OLD_DIRS+=usr/share/man/ja/cat6 OLD_DIRS+=usr/share/man/ja/cat7 OLD_DIRS+=usr/share/man/ja/cat8/amd64 OLD_DIRS+=usr/share/man/ja/cat8/arm OLD_DIRS+=usr/share/man/ja/cat8/powerpc OLD_DIRS+=usr/share/man/ja/cat8/sparc64 OLD_DIRS+=usr/share/man/ja/cat8 OLD_DIRS+=usr/share/man/ja/cat9 OLD_DIRS+=usr/share/openssl/man/cat1 OLD_DIRS+=usr/share/openssl/man/cat3 OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1/cat1 OLD_DIRS+=usr/share/openssl/man/en.ISO8859-1/cat3 # 20170830: rename ntb_hw(4) to ntb_hw_intel(4) OLD_FILES+=usr/share/man/man4/ntb_hw.4.gz # 20170802: ksyms(4) ioctl interface was removed OLD_FILES+=usr/include/sys/ksyms.h # 20170729: the iicbus/pcf8563 driver is replaced with iicbus/nxprtc OLD_FILES+=usr/include/dev/iicbus/pcf8563reg.h # 20170727: options FLOWTABLE removed OLD_FILES+=usr/include/net/flowtable.h # 20170722: new clang import which bumps version from 4.0.0 to 5.0.0 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/4.0.0/include/sanitizer OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_complex_builtins.h OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/4.0.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/4.0.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/4.0.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/4.0.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/altivec.h OLD_FILES+=usr/lib/clang/4.0.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/4.0.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/4.0.0/include/armintr.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/cpuid.h OLD_FILES+=usr/lib/clang/4.0.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/immintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/4.0.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/4.0.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/module.modulemap OLD_FILES+=usr/lib/clang/4.0.0/include/msa.h OLD_FILES+=usr/lib/clang/4.0.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/4.0.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/vadefs.h OLD_FILES+=usr/lib/clang/4.0.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/4.0.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/4.0.0/include OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/4.0.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/4.0.0/lib/freebsd OLD_DIRS+=usr/lib/clang/4.0.0/lib OLD_DIRS+=usr/lib/clang/4.0.0 OLD_FILES+=usr/bin/llvm-pdbdump # 20170717: Remove documentation of vaporware OLD_FILES+=usr/share/man/man2/pdwait4.2.gz # 20170610: chown-f_test replaced by chown_test OLD_FILES+=usr/tests/usr.sbin/chown/chown-f_test # 20170609: drop obsolete manpage link (if_rtwn.ko -> rtwn.ko) OLD_FILES+=usr/share/man/man4/if_rtwn.4.gz # 20170531: removal of groff OLD_FILES+=usr/bin/addftinfo OLD_FILES+=usr/bin/afmtodit OLD_FILES+=usr/bin/checknr OLD_FILES+=usr/bin/colcrt OLD_FILES+=usr/bin/eqn OLD_FILES+=usr/bin/grn OLD_FILES+=usr/bin/grodvi OLD_FILES+=usr/bin/groff OLD_FILES+=usr/bin/grog OLD_FILES+=usr/bin/grolbp OLD_FILES+=usr/bin/grolj4 OLD_FILES+=usr/bin/grops OLD_FILES+=usr/bin/grotty OLD_FILES+=usr/bin/hpftodit OLD_FILES+=usr/bin/indxbib OLD_FILES+=usr/bin/lkbib OLD_FILES+=usr/bin/lookbib OLD_FILES+=usr/bin/mmroff OLD_FILES+=usr/bin/neqn OLD_FILES+=usr/bin/nroff OLD_FILES+=usr/bin/pfbtops OLD_FILES+=usr/bin/pic OLD_FILES+=usr/bin/post-grohtml OLD_FILES+=usr/bin/pre-grohtml OLD_FILES+=usr/bin/psroff OLD_FILES+=usr/bin/refer OLD_FILES+=usr/bin/tbl OLD_FILES+=usr/bin/tfmtodit OLD_FILES+=usr/bin/troff OLD_FILES+=usr/bin/vgrind OLD_FILES+=usr/libexec/vfontedpr OLD_FILES+=usr/share/dict/eign OLD_FILES+=usr/share/groff_font/devX100-12/CB OLD_FILES+=usr/share/groff_font/devX100-12/CBI OLD_FILES+=usr/share/groff_font/devX100-12/CI OLD_FILES+=usr/share/groff_font/devX100-12/CR OLD_FILES+=usr/share/groff_font/devX100-12/DESC OLD_FILES+=usr/share/groff_font/devX100-12/HB OLD_FILES+=usr/share/groff_font/devX100-12/HBI OLD_FILES+=usr/share/groff_font/devX100-12/HI OLD_FILES+=usr/share/groff_font/devX100-12/HR OLD_FILES+=usr/share/groff_font/devX100-12/NB OLD_FILES+=usr/share/groff_font/devX100-12/NBI OLD_FILES+=usr/share/groff_font/devX100-12/NI OLD_FILES+=usr/share/groff_font/devX100-12/NR OLD_FILES+=usr/share/groff_font/devX100-12/S OLD_FILES+=usr/share/groff_font/devX100-12/TB OLD_FILES+=usr/share/groff_font/devX100-12/TBI OLD_FILES+=usr/share/groff_font/devX100-12/TI OLD_FILES+=usr/share/groff_font/devX100-12/TR OLD_DIRS+=usr/share/groff_font/devX100-12 OLD_FILES+=usr/share/groff_font/devX100/CB OLD_FILES+=usr/share/groff_font/devX100/CBI OLD_FILES+=usr/share/groff_font/devX100/CI OLD_FILES+=usr/share/groff_font/devX100/CR OLD_FILES+=usr/share/groff_font/devX100/DESC OLD_FILES+=usr/share/groff_font/devX100/HB OLD_FILES+=usr/share/groff_font/devX100/HBI OLD_FILES+=usr/share/groff_font/devX100/HI OLD_FILES+=usr/share/groff_font/devX100/HR OLD_FILES+=usr/share/groff_font/devX100/NB OLD_FILES+=usr/share/groff_font/devX100/NBI OLD_FILES+=usr/share/groff_font/devX100/NI OLD_FILES+=usr/share/groff_font/devX100/NR OLD_FILES+=usr/share/groff_font/devX100/S OLD_FILES+=usr/share/groff_font/devX100/TB OLD_FILES+=usr/share/groff_font/devX100/TBI OLD_FILES+=usr/share/groff_font/devX100/TI OLD_FILES+=usr/share/groff_font/devX100/TR OLD_DIRS+=usr/share/groff_font/devX100 OLD_FILES+=usr/share/groff_font/devX75-12/CB OLD_FILES+=usr/share/groff_font/devX75-12/CBI OLD_FILES+=usr/share/groff_font/devX75-12/CI OLD_FILES+=usr/share/groff_font/devX75-12/CR OLD_FILES+=usr/share/groff_font/devX75-12/DESC OLD_FILES+=usr/share/groff_font/devX75-12/HB OLD_FILES+=usr/share/groff_font/devX75-12/HBI OLD_FILES+=usr/share/groff_font/devX75-12/HI OLD_FILES+=usr/share/groff_font/devX75-12/HR OLD_FILES+=usr/share/groff_font/devX75-12/NB OLD_FILES+=usr/share/groff_font/devX75-12/NBI OLD_FILES+=usr/share/groff_font/devX75-12/NI OLD_FILES+=usr/share/groff_font/devX75-12/NR OLD_FILES+=usr/share/groff_font/devX75-12/S OLD_FILES+=usr/share/groff_font/devX75-12/TB OLD_FILES+=usr/share/groff_font/devX75-12/TBI OLD_FILES+=usr/share/groff_font/devX75-12/TI OLD_FILES+=usr/share/groff_font/devX75-12/TR OLD_DIRS+=usr/share/groff_font/devX75-12 OLD_FILES+=usr/share/groff_font/devX75/CB OLD_FILES+=usr/share/groff_font/devX75/CBI OLD_FILES+=usr/share/groff_font/devX75/CI OLD_FILES+=usr/share/groff_font/devX75/CR OLD_FILES+=usr/share/groff_font/devX75/DESC OLD_FILES+=usr/share/groff_font/devX75/HB OLD_FILES+=usr/share/groff_font/devX75/HBI OLD_FILES+=usr/share/groff_font/devX75/HI OLD_FILES+=usr/share/groff_font/devX75/HR OLD_FILES+=usr/share/groff_font/devX75/NB OLD_FILES+=usr/share/groff_font/devX75/NBI OLD_FILES+=usr/share/groff_font/devX75/NI OLD_FILES+=usr/share/groff_font/devX75/NR OLD_FILES+=usr/share/groff_font/devX75/S OLD_FILES+=usr/share/groff_font/devX75/TB OLD_FILES+=usr/share/groff_font/devX75/TBI OLD_FILES+=usr/share/groff_font/devX75/TI OLD_FILES+=usr/share/groff_font/devX75/TR OLD_DIRS+=usr/share/groff_font/devX75 OLD_FILES+=usr/share/groff_font/devascii/B OLD_FILES+=usr/share/groff_font/devascii/BI OLD_FILES+=usr/share/groff_font/devascii/CW OLD_FILES+=usr/share/groff_font/devascii/DESC OLD_FILES+=usr/share/groff_font/devascii/I OLD_FILES+=usr/share/groff_font/devascii/L OLD_FILES+=usr/share/groff_font/devascii/R OLD_FILES+=usr/share/groff_font/devascii/S OLD_DIRS+=usr/share/groff_font/devascii OLD_FILES+=usr/share/groff_font/devcp1047/B OLD_FILES+=usr/share/groff_font/devcp1047/BI OLD_FILES+=usr/share/groff_font/devcp1047/CW OLD_FILES+=usr/share/groff_font/devcp1047/DESC OLD_FILES+=usr/share/groff_font/devcp1047/I OLD_FILES+=usr/share/groff_font/devcp1047/L OLD_FILES+=usr/share/groff_font/devcp1047/R OLD_FILES+=usr/share/groff_font/devcp1047/S OLD_DIRS+=usr/share/groff_font/devcp1047 OLD_FILES+=usr/share/groff_font/devdvi/CW OLD_FILES+=usr/share/groff_font/devdvi/CWEC OLD_FILES+=usr/share/groff_font/devdvi/CWI OLD_FILES+=usr/share/groff_font/devdvi/CWIEC OLD_FILES+=usr/share/groff_font/devdvi/CWITC OLD_FILES+=usr/share/groff_font/devdvi/CWTC OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts OLD_FILES+=usr/share/groff_font/devdvi/DESC OLD_FILES+=usr/share/groff_font/devdvi/EX OLD_FILES+=usr/share/groff_font/devdvi/HB OLD_FILES+=usr/share/groff_font/devdvi/HBEC OLD_FILES+=usr/share/groff_font/devdvi/HBI OLD_FILES+=usr/share/groff_font/devdvi/HBIEC OLD_FILES+=usr/share/groff_font/devdvi/HBITC OLD_FILES+=usr/share/groff_font/devdvi/HBTC OLD_FILES+=usr/share/groff_font/devdvi/HI OLD_FILES+=usr/share/groff_font/devdvi/HIEC OLD_FILES+=usr/share/groff_font/devdvi/HITC OLD_FILES+=usr/share/groff_font/devdvi/HR OLD_FILES+=usr/share/groff_font/devdvi/HREC OLD_FILES+=usr/share/groff_font/devdvi/HRTC OLD_FILES+=usr/share/groff_font/devdvi/MI OLD_FILES+=usr/share/groff_font/devdvi/Makefile OLD_FILES+=usr/share/groff_font/devdvi/S OLD_FILES+=usr/share/groff_font/devdvi/SA OLD_FILES+=usr/share/groff_font/devdvi/SB OLD_FILES+=usr/share/groff_font/devdvi/SC OLD_FILES+=usr/share/groff_font/devdvi/TB OLD_FILES+=usr/share/groff_font/devdvi/TBEC OLD_FILES+=usr/share/groff_font/devdvi/TBI OLD_FILES+=usr/share/groff_font/devdvi/TBIEC OLD_FILES+=usr/share/groff_font/devdvi/TBITC OLD_FILES+=usr/share/groff_font/devdvi/TBTC OLD_FILES+=usr/share/groff_font/devdvi/TI OLD_FILES+=usr/share/groff_font/devdvi/TIEC OLD_FILES+=usr/share/groff_font/devdvi/TITC OLD_FILES+=usr/share/groff_font/devdvi/TR OLD_FILES+=usr/share/groff_font/devdvi/TREC OLD_FILES+=usr/share/groff_font/devdvi/TRTC OLD_FILES+=usr/share/groff_font/devdvi/ec.map OLD_FILES+=usr/share/groff_font/devdvi/msam.map OLD_FILES+=usr/share/groff_font/devdvi/msbm.map OLD_FILES+=usr/share/groff_font/devdvi/tc.map OLD_FILES+=usr/share/groff_font/devdvi/texb.map OLD_FILES+=usr/share/groff_font/devdvi/texex.map OLD_FILES+=usr/share/groff_font/devdvi/texi.map OLD_FILES+=usr/share/groff_font/devdvi/texmi.map OLD_FILES+=usr/share/groff_font/devdvi/texr.map OLD_FILES+=usr/share/groff_font/devdvi/texsy.map OLD_FILES+=usr/share/groff_font/devdvi/textex.map OLD_FILES+=usr/share/groff_font/devdvi/textt.map OLD_DIRS+=usr/share/groff_font/devdvi OLD_FILES+=usr/share/groff_font/devhtml/B OLD_FILES+=usr/share/groff_font/devhtml/BI OLD_FILES+=usr/share/groff_font/devhtml/CB OLD_FILES+=usr/share/groff_font/devhtml/CBI OLD_FILES+=usr/share/groff_font/devhtml/CI OLD_FILES+=usr/share/groff_font/devhtml/CR OLD_FILES+=usr/share/groff_font/devhtml/DESC OLD_FILES+=usr/share/groff_font/devhtml/I OLD_FILES+=usr/share/groff_font/devhtml/R OLD_FILES+=usr/share/groff_font/devhtml/S OLD_DIRS+=usr/share/groff_font/devhtml OLD_FILES+=usr/share/groff_font/devkoi8-r/B OLD_FILES+=usr/share/groff_font/devkoi8-r/BI OLD_FILES+=usr/share/groff_font/devkoi8-r/CW OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC OLD_FILES+=usr/share/groff_font/devkoi8-r/I OLD_FILES+=usr/share/groff_font/devkoi8-r/L OLD_FILES+=usr/share/groff_font/devkoi8-r/R OLD_FILES+=usr/share/groff_font/devkoi8-r/S OLD_DIRS+=usr/share/groff_font/devkoi8-r OLD_FILES+=usr/share/groff_font/devlatin1/B OLD_FILES+=usr/share/groff_font/devlatin1/BI OLD_FILES+=usr/share/groff_font/devlatin1/CW OLD_FILES+=usr/share/groff_font/devlatin1/DESC OLD_FILES+=usr/share/groff_font/devlatin1/I OLD_FILES+=usr/share/groff_font/devlatin1/L OLD_FILES+=usr/share/groff_font/devlatin1/R OLD_FILES+=usr/share/groff_font/devlatin1/S OLD_DIRS+=usr/share/groff_font/devlatin1 OLD_FILES+=usr/share/groff_font/devlbp/CB OLD_FILES+=usr/share/groff_font/devlbp/CI OLD_FILES+=usr/share/groff_font/devlbp/CR OLD_FILES+=usr/share/groff_font/devlbp/DESC OLD_FILES+=usr/share/groff_font/devlbp/EB OLD_FILES+=usr/share/groff_font/devlbp/EI OLD_FILES+=usr/share/groff_font/devlbp/ER OLD_FILES+=usr/share/groff_font/devlbp/HB OLD_FILES+=usr/share/groff_font/devlbp/HBI OLD_FILES+=usr/share/groff_font/devlbp/HI OLD_FILES+=usr/share/groff_font/devlbp/HNB OLD_FILES+=usr/share/groff_font/devlbp/HNBI OLD_FILES+=usr/share/groff_font/devlbp/HNI OLD_FILES+=usr/share/groff_font/devlbp/HNR OLD_FILES+=usr/share/groff_font/devlbp/HR OLD_FILES+=usr/share/groff_font/devlbp/TB OLD_FILES+=usr/share/groff_font/devlbp/TBI OLD_FILES+=usr/share/groff_font/devlbp/TI OLD_FILES+=usr/share/groff_font/devlbp/TR OLD_DIRS+=usr/share/groff_font/devlbp OLD_FILES+=usr/share/groff_font/devlj4/AB OLD_FILES+=usr/share/groff_font/devlj4/ABI OLD_FILES+=usr/share/groff_font/devlj4/AI OLD_FILES+=usr/share/groff_font/devlj4/ALBB OLD_FILES+=usr/share/groff_font/devlj4/ALBR OLD_FILES+=usr/share/groff_font/devlj4/AOB OLD_FILES+=usr/share/groff_font/devlj4/AOI OLD_FILES+=usr/share/groff_font/devlj4/AOR OLD_FILES+=usr/share/groff_font/devlj4/AR OLD_FILES+=usr/share/groff_font/devlj4/CB OLD_FILES+=usr/share/groff_font/devlj4/CBI OLD_FILES+=usr/share/groff_font/devlj4/CI OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON OLD_FILES+=usr/share/groff_font/devlj4/CORONET OLD_FILES+=usr/share/groff_font/devlj4/CR OLD_FILES+=usr/share/groff_font/devlj4/DESC OLD_FILES+=usr/share/groff_font/devlj4/GB OLD_FILES+=usr/share/groff_font/devlj4/GBI OLD_FILES+=usr/share/groff_font/devlj4/GI OLD_FILES+=usr/share/groff_font/devlj4/GR OLD_FILES+=usr/share/groff_font/devlj4/LGB OLD_FILES+=usr/share/groff_font/devlj4/LGI OLD_FILES+=usr/share/groff_font/devlj4/LGR OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD OLD_FILES+=usr/share/groff_font/devlj4/OB OLD_FILES+=usr/share/groff_font/devlj4/OBI OLD_FILES+=usr/share/groff_font/devlj4/OI OLD_FILES+=usr/share/groff_font/devlj4/OR OLD_FILES+=usr/share/groff_font/devlj4/S OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL OLD_FILES+=usr/share/groff_font/devlj4/TB OLD_FILES+=usr/share/groff_font/devlj4/TBI OLD_FILES+=usr/share/groff_font/devlj4/TI OLD_FILES+=usr/share/groff_font/devlj4/TNRB OLD_FILES+=usr/share/groff_font/devlj4/TNRBI OLD_FILES+=usr/share/groff_font/devlj4/TNRI OLD_FILES+=usr/share/groff_font/devlj4/TNRR OLD_FILES+=usr/share/groff_font/devlj4/TR OLD_FILES+=usr/share/groff_font/devlj4/UB OLD_FILES+=usr/share/groff_font/devlj4/UBI OLD_FILES+=usr/share/groff_font/devlj4/UCB OLD_FILES+=usr/share/groff_font/devlj4/UCBI OLD_FILES+=usr/share/groff_font/devlj4/UCI OLD_FILES+=usr/share/groff_font/devlj4/UCR OLD_FILES+=usr/share/groff_font/devlj4/UI OLD_FILES+=usr/share/groff_font/devlj4/UR OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS OLD_DIRS+=usr/share/groff_font/devlj4 OLD_FILES+=usr/share/groff_font/devps/AB OLD_FILES+=usr/share/groff_font/devps/ABI OLD_FILES+=usr/share/groff_font/devps/AI OLD_FILES+=usr/share/groff_font/devps/AR OLD_FILES+=usr/share/groff_font/devps/BMB OLD_FILES+=usr/share/groff_font/devps/BMBI OLD_FILES+=usr/share/groff_font/devps/BMI OLD_FILES+=usr/share/groff_font/devps/BMR OLD_FILES+=usr/share/groff_font/devps/CB OLD_FILES+=usr/share/groff_font/devps/CBI OLD_FILES+=usr/share/groff_font/devps/CI OLD_FILES+=usr/share/groff_font/devps/CR OLD_FILES+=usr/share/groff_font/devps/DESC OLD_FILES+=usr/share/groff_font/devps/EURO OLD_FILES+=usr/share/groff_font/devps/HB OLD_FILES+=usr/share/groff_font/devps/HBI OLD_FILES+=usr/share/groff_font/devps/HI OLD_FILES+=usr/share/groff_font/devps/HNB OLD_FILES+=usr/share/groff_font/devps/HNBI OLD_FILES+=usr/share/groff_font/devps/HNI OLD_FILES+=usr/share/groff_font/devps/HNR OLD_FILES+=usr/share/groff_font/devps/HR OLD_FILES+=usr/share/groff_font/devps/Makefile OLD_FILES+=usr/share/groff_font/devps/NB OLD_FILES+=usr/share/groff_font/devps/NBI OLD_FILES+=usr/share/groff_font/devps/NI OLD_FILES+=usr/share/groff_font/devps/NR OLD_FILES+=usr/share/groff_font/devps/PB OLD_FILES+=usr/share/groff_font/devps/PBI OLD_FILES+=usr/share/groff_font/devps/PI OLD_FILES+=usr/share/groff_font/devps/PR OLD_FILES+=usr/share/groff_font/devps/S OLD_FILES+=usr/share/groff_font/devps/SS OLD_FILES+=usr/share/groff_font/devps/TB OLD_FILES+=usr/share/groff_font/devps/TBI OLD_FILES+=usr/share/groff_font/devps/TI OLD_FILES+=usr/share/groff_font/devps/TR OLD_FILES+=usr/share/groff_font/devps/ZCMI OLD_FILES+=usr/share/groff_font/devps/ZD OLD_FILES+=usr/share/groff_font/devps/ZDR OLD_FILES+=usr/share/groff_font/devps/afmname OLD_FILES+=usr/share/groff_font/devps/dingbats.map OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap OLD_FILES+=usr/share/groff_font/devps/download OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa OLD_FILES+=usr/share/groff_font/devps/lgreekmap OLD_FILES+=usr/share/groff_font/devps/prologue OLD_FILES+=usr/share/groff_font/devps/symbol.sed OLD_FILES+=usr/share/groff_font/devps/symbolchars OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa OLD_FILES+=usr/share/groff_font/devps/text.enc OLD_FILES+=usr/share/groff_font/devps/textmap OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa OLD_DIRS+=usr/share/groff_font/devps OLD_FILES+=usr/share/groff_font/devutf8/B OLD_FILES+=usr/share/groff_font/devutf8/BI OLD_FILES+=usr/share/groff_font/devutf8/CW OLD_FILES+=usr/share/groff_font/devutf8/DESC OLD_FILES+=usr/share/groff_font/devutf8/I OLD_FILES+=usr/share/groff_font/devutf8/L OLD_FILES+=usr/share/groff_font/devutf8/R OLD_FILES+=usr/share/groff_font/devutf8/S OLD_DIRS+=usr/share/groff_font/devutf8 OLD_DIRS+=usr/share/groff_font OLD_FILES+=usr/share/man/man1/addftinfo.1.gz OLD_FILES+=usr/share/man/man1/afmtodit.1.gz OLD_FILES+=usr/share/man/man1/checknr.1.gz OLD_FILES+=usr/share/man/man1/colcrt.1.gz OLD_FILES+=usr/share/man/man1/eqn.1.gz OLD_FILES+=usr/share/man/man1/grn.1.gz OLD_FILES+=usr/share/man/man1/grodvi.1.gz OLD_FILES+=usr/share/man/man1/groff.1.gz OLD_FILES+=usr/share/man/man1/grog.1.gz OLD_FILES+=usr/share/man/man1/grolbp.1.gz OLD_FILES+=usr/share/man/man1/grolj4.1.gz OLD_FILES+=usr/share/man/man1/grops.1.gz OLD_FILES+=usr/share/man/man1/grotty.1.gz OLD_FILES+=usr/share/man/man1/hpftodit.1.gz OLD_FILES+=usr/share/man/man1/indxbib.1.gz OLD_FILES+=usr/share/man/man1/lkbib.1.gz OLD_FILES+=usr/share/man/man1/lookbib.1.gz OLD_FILES+=usr/share/man/man1/mmroff.1.gz OLD_FILES+=usr/share/man/man1/neqn.1.gz OLD_FILES+=usr/share/man/man1/nroff.1.gz OLD_FILES+=usr/share/man/man1/pfbtops.1.gz OLD_FILES+=usr/share/man/man1/pic.1.gz OLD_FILES+=usr/share/man/man1/psroff.1.gz OLD_FILES+=usr/share/man/man1/refer.1.gz OLD_FILES+=usr/share/man/man1/tbl.1.gz OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz OLD_FILES+=usr/share/man/man1/troff.1.gz OLD_FILES+=usr/share/man/man1/vgrind.1.gz OLD_FILES+=usr/share/man/man5/groff_font.5.gz OLD_FILES+=usr/share/man/man5/groff_out.5.gz OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz OLD_FILES+=usr/share/man/man5/lj4_font.5.gz OLD_FILES+=usr/share/man/man5/tmac.5.gz OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz OLD_FILES+=usr/share/man/man7/ditroff.7.gz OLD_FILES+=usr/share/man/man7/groff.7.gz OLD_FILES+=usr/share/man/man7/groff_char.7.gz OLD_FILES+=usr/share/man/man7/groff_diff.7.gz OLD_FILES+=usr/share/man/man7/groff_man.7.gz OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz OLD_FILES+=usr/share/man/man7/groff_me.7.gz OLD_FILES+=usr/share/man/man7/groff_mm.7.gz OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz OLD_FILES+=usr/share/man/man7/groff_ms.7.gz OLD_FILES+=usr/share/man/man7/groff_trace.7.gz OLD_FILES+=usr/share/man/man7/groff_www.7.gz OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz OLD_FILES+=usr/share/man/man7/me.7.gz OLD_FILES+=usr/share/man/man7/mm.7.gz OLD_FILES+=usr/share/man/man7/mmse.7.gz OLD_FILES+=usr/share/man/man7/ms.7.gz OLD_FILES+=usr/share/man/man7/orig_me.7.gz OLD_FILES+=usr/share/me/acm.me OLD_FILES+=usr/share/me/chars.me OLD_FILES+=usr/share/me/deltext.me OLD_FILES+=usr/share/me/eqn.me OLD_FILES+=usr/share/me/float.me OLD_FILES+=usr/share/me/footnote.me OLD_FILES+=usr/share/me/index.me OLD_FILES+=usr/share/me/letterhead.me OLD_FILES+=usr/share/me/local.me OLD_FILES+=usr/share/me/null.me OLD_FILES+=usr/share/me/refer.me OLD_FILES+=usr/share/me/revisions OLD_FILES+=usr/share/me/sh.me OLD_FILES+=usr/share/me/tbl.me OLD_FILES+=usr/share/me/thesis.me OLD_DIRS+=usr/share/me OLD_FILES+=usr/share/misc/vgrindefs OLD_FILES+=usr/share/misc/vgrindefs.db OLD_FILES+=usr/share/tmac/X.tmac OLD_FILES+=usr/share/tmac/Xps.tmac OLD_FILES+=usr/share/tmac/a4.tmac OLD_FILES+=usr/share/tmac/an-old.tmac OLD_FILES+=usr/share/tmac/an.tmac OLD_FILES+=usr/share/tmac/andoc.tmac OLD_FILES+=usr/share/tmac/composite.tmac OLD_FILES+=usr/share/tmac/cp1047.tmac OLD_FILES+=usr/share/tmac/devtag.tmac OLD_FILES+=usr/share/tmac/doc.tmac OLD_FILES+=usr/share/tmac/dvi.tmac OLD_FILES+=usr/share/tmac/e.tmac OLD_FILES+=usr/share/tmac/ec.tmac OLD_FILES+=usr/share/tmac/eqnrc OLD_FILES+=usr/share/tmac/europs.tmac OLD_FILES+=usr/share/tmac/html-end.tmac OLD_FILES+=usr/share/tmac/html.tmac OLD_FILES+=usr/share/tmac/hyphen.ru OLD_FILES+=usr/share/tmac/hyphen.us OLD_FILES+=usr/share/tmac/hyphenex.us OLD_FILES+=usr/share/tmac/koi8-r.tmac OLD_FILES+=usr/share/tmac/latin1.tmac OLD_FILES+=usr/share/tmac/latin2.tmac OLD_FILES+=usr/share/tmac/latin9.tmac OLD_FILES+=usr/share/tmac/lbp.tmac OLD_FILES+=usr/share/tmac/lj4.tmac OLD_FILES+=usr/share/tmac/m.tmac OLD_FILES+=usr/share/tmac/man.local OLD_FILES+=usr/share/tmac/man.tmac OLD_FILES+=usr/share/tmac/mandoc.tmac OLD_FILES+=usr/share/tmac/mdoc.local OLD_FILES+=usr/share/tmac/mdoc.tmac OLD_FILES+=usr/share/tmac/mdoc/doc-common OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff OLD_FILES+=usr/share/tmac/mdoc/doc-nroff OLD_FILES+=usr/share/tmac/mdoc/doc-syms OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R OLD_DIRS+=usr/share/tmac/mdoc OLD_FILES+=usr/share/tmac/me.tmac OLD_FILES+=usr/share/tmac/mm/0.MT OLD_FILES+=usr/share/tmac/mm/4.MT OLD_FILES+=usr/share/tmac/mm/5.MT OLD_FILES+=usr/share/tmac/mm/locale OLD_FILES+=usr/share/tmac/mm/mm.tmac OLD_FILES+=usr/share/tmac/mm/mmse.tmac OLD_FILES+=usr/share/tmac/mm/ms.cov OLD_FILES+=usr/share/tmac/mm/se_locale OLD_FILES+=usr/share/tmac/mm/se_ms.cov OLD_DIRS+=usr/share/tmac/mm OLD_FILES+=usr/share/tmac/ms.tmac OLD_FILES+=usr/share/tmac/mse.tmac OLD_FILES+=usr/share/tmac/papersize.tmac OLD_FILES+=usr/share/tmac/pic.tmac OLD_FILES+=usr/share/tmac/ps.tmac OLD_FILES+=usr/share/tmac/psatk.tmac OLD_FILES+=usr/share/tmac/psold.tmac OLD_FILES+=usr/share/tmac/pspic.tmac OLD_FILES+=usr/share/tmac/s.tmac OLD_FILES+=usr/share/tmac/safer.tmac OLD_FILES+=usr/share/tmac/tmac.orig_me OLD_FILES+=usr/share/tmac/tmac.vgrind OLD_FILES+=usr/share/tmac/trace.tmac OLD_FILES+=usr/share/tmac/troffrc OLD_FILES+=usr/share/tmac/troffrc-end OLD_FILES+=usr/share/tmac/tty-char.tmac OLD_FILES+=usr/share/tmac/tty.tmac OLD_FILES+=usr/share/tmac/unicode.tmac OLD_FILES+=usr/share/tmac/www.tmac OLD_DIRS+=usr/share/tmac # 20170607: remove incorrect atf_check(1) manpage link OLD_FILES+=usr/share/man/man1/atf_check.1.gz # 20170601: remove stale manpage OLD_FILES+=usr/share/man/man2/cap_rights_get.2.gz # 20170601: old libifconfig and libifc OLD_FILES+=usr/lib/libifc.a OLD_FILES+=usr/lib/libifc_p.a OLD_FILES+=usr/lib/libifconfig.a OLD_FILES+=usr/lib/libifconfig_p.a # 20170529: mount.conf(8) -> mount.conf(5) OLD_FILES+=usr/share/man/man8/mount.conf.8.gz # 20170525: remove misleading template OLD_FILES+=usr/share/misc/man.template # 20170525: disconnect the roff docs from the build OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz OLD_FILES+=usr/share/doc/papers/bio.ascii.gz OLD_FILES+=usr/share/doc/papers/contents.ascii.gz OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz OLD_FILES+=usr/share/doc/papers/jail.ascii.gz OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz OLD_FILES+=usr/share/doc/papers/releng.ascii.gz OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz OLD_DIRS+=usr/share/doc/papers OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/01.cacm OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/02.implement OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/03.iosys OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/04.uprog OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/05.sysman OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/06.Clang OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/12.make OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/13.rcs OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz OLD_DIRS+=usr/share/doc/psd/13.rcs OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/15.yacc OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/16.lex OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/17.m4 OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/18.gprof OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/20.ipctut OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/21.ipc OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/22.rpcgen OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/23.rpc OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/24.xdr OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/25.xdrrfc OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/26.rpcrfc OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz OLD_DIRS+=usr/share/doc/psd/27.nfsrfc OLD_FILES+=usr/share/doc/psd/Title.ascii.gz OLD_FILES+=usr/share/doc/psd/contents.ascii.gz OLD_DIRS+=usr/share/doc/psd/ OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/01.setup OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/02.config OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/03.fsck OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/04.quotas OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/05.fastfs OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/06.nfs OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/07.lpd OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/08.sendmailop OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/11.timedop OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/12.timed OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz OLD_DIRS+=usr/share/doc/smm/18.net OLD_FILES+=usr/share/doc/smm/Title.ascii.gz OLD_FILES+=usr/share/doc/smm/contents.ascii.gz OLD_DIRS+=usr/share/doc/smm OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/04.csh OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/05.dc OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/06.bc OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/07.mail OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz OLD_DIRS+=usr/share/doc/usd/10.exref OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/11.edit OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz OLD_DIRS+=usr/share/doc/usd/12.vi OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/13.viref OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/18.msdiffs OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/19.memacros OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/20.meref OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/21.troff OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz OLD_DIRS+=usr/share/doc/usd/22.trofftut OLD_FILES+=usr/share/doc/usd/Title.ascii.gz OLD_FILES+=usr/share/doc/usd/contents.ascii.gz OLD_DIRS+=usr/share/doc/usd # 20170523: 64-bit inode support, library version bumps OLD_LIBS+=lib/libzfs.so.2 OLD_LIBS+=usr/lib/libarchive.so.6 OLD_LIBS+=usr/lib/libmilter.so.5 # 20170427: NATM configuration support removed OLD_FILES+=etc/rc.d/atm1 OLD_FILES+=etc/rc.d/atm2 OLD_FILES+=etc/rc.d/atm3 OLD_FILES+=usr/share/man/man8/rc.atm.8.gz # 20170426: UMA_ZONE_REFCNT removed OLD_FILES+=usr/share/man/man9/uma_find_refcnt.9.gz # 20170424: NATM support removed OLD_FILES+=rescue/atmconfig OLD_FILES+=sbin/atmconfig OLD_FILES+=usr/include/bsnmp/snmp_atm.h OLD_FILES+=usr/include/dev/utopia/idtphy.h OLD_FILES+=usr/include/dev/utopia/suni.h OLD_FILES+=usr/include/dev/utopia/utopia.h OLD_FILES+=usr/include/dev/utopia/utopia_priv.h OLD_DIRS+=usr/include/dev/utopia OLD_FILES+=usr/include/net/if_atm.h OLD_FILES+=usr/include/netgraph/atm/ng_atm.h OLD_FILES+=usr/include/netinet/if_atm.h OLD_FILES+=usr/include/netnatm/natm.h OLD_FILES+=usr/lib/snmp_atm.so OLD_LIBS+=usr/lib/snmp_atm.so.6 OLD_FILES+=usr/share/doc/atm/atmconfig.help OLD_FILES+=usr/share/doc/atm/atmconfig_device.help OLD_DIRS+=usr/share/doc/atm OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz OLD_FILES+=usr/share/man/man4/en.4.gz OLD_FILES+=usr/share/man/man4/fatm.4.gz OLD_FILES+=usr/share/man/man4/hatm.4.gz OLD_FILES+=usr/share/man/man4/if_en.4.gz OLD_FILES+=usr/share/man/man4/if_fatm.4.gz OLD_FILES+=usr/share/man/man4/if_hatm.4.gz OLD_FILES+=usr/share/man/man4/if_patm.4.gz OLD_FILES+=usr/share/man/man4/natm.4.gz OLD_FILES+=usr/share/man/man4/natmip.4.gz OLD_FILES+=usr/share/man/man4/ng_atm.4.gz OLD_FILES+=usr/share/man/man4/patm.4.gz OLD_FILES+=usr/share/man/man4/utopia.4.gz OLD_FILES+=usr/share/man/man8/atmconfig.8.gz OLD_FILES+=usr/share/man/man9/utopia.9.gz OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def OLD_FILES+=usr/share/snmp/defs/atm_tree.def OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt # 20170420: remove GNU diff OLD_FILES+=usr/share/man/man7/diff.7.gz # 20170322: rename to _test to match the FreeBSD test suite name scheme OLD_FILES+=usr/tests/usr.bin/col/col OLD_FILES+=usr/tests/usr.bin/diff/diff OLD_FILES+=usr/tests/usr.bin/ident/ident OLD_FILES+=usr/tests/usr.bin/mkimg/mkimg OLD_FILES+=usr/tests/usr.bin/sdiff/sdiff OLD_FILES+=usr/tests/usr.bin/soelim/soelim OLD_FILES+=usr/tests/usr.sbin/pw/pw_config OLD_FILES+=usr/tests/usr.sbin/pw/pw_etcdir OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupadd OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupdel OLD_FILES+=usr/tests/usr.sbin/pw/pw_groupmod OLD_FILES+=usr/tests/usr.sbin/pw/pw_lock OLD_FILES+=usr/tests/usr.sbin/pw/pw_useradd OLD_FILES+=usr/tests/usr.sbin/pw/pw_userdel OLD_FILES+=usr/tests/usr.sbin/pw/pw_usermod OLD_FILES+=usr/tests/usr.sbin/pw/pw_usernext # 20170319: io_test requires zh_TW.Big5 locale OLD_FILES+=usr/tests/lib/libc/locale/io_test # 20170319: remove nls for non supported Big5* locales OLD_DIRS+=usr/share/nls/zh_HK.Big5HKSCS OLD_DIRS+=usr/share/nls/zh_TW.Big5 # 20170313: move .../sys/geom/eli/... to .../sys/geom/class/eli/... OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/pbkdf2 OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/Kyuafile OLD_FILES+=usr/tests/sys/geom/eli/Kyuafile OLD_DIRS+=usr/tests/sys/geom/eli/pbkdf2 OLD_DIRS+=usr/tests/sys/geom/eli # 20170313: sbin/ipftest and ipresend temporarily disconnected OLD_FILES+=sbin/ipftest OLD_FILES+=sbin/ipresend OLD_FILES+=usr/share/man/man1/ipftest.1.gz OLD_FILES+=usr/share/man/man1/ipresend.1.gz # 20170311: Remove WITHOUT_MANDOCDB option OLD_FILES+=usr/share/man/man1/makewhatis.1.gz # 20170308: rename some tests OLD_FILES+=usr/tests/bin/pwait/pwait OLD_FILES+=usr/tests/usr.bin/timeout/timeout # 20170307: remove pcap-int.h OLD_FILES+=usr/include/pcap-int.h # 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0 OLD_FILES+=usr/include/c++/v1/__undef___deallocate OLD_FILES+=usr/include/c++/v1/tr1/__undef___deallocate # 20170302: new clang import which bumps version from 3.9.1 to 4.0.0 OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/3.9.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/3.9.1/include/sanitizer OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/3.9.1/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/3.9.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.9.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.9.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/altivec.h OLD_FILES+=usr/lib/clang/3.9.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.9.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/cpuid.h OLD_FILES+=usr/lib/clang/3.9.1/include/cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/3.9.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/immintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.9.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.9.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/module.modulemap OLD_FILES+=usr/lib/clang/3.9.1/include/msa.h OLD_FILES+=usr/lib/clang/3.9.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/opencl-c.h OLD_FILES+=usr/lib/clang/3.9.1/include/pkuintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/vadefs.h OLD_FILES+=usr/lib/clang/3.9.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/3.9.1/include OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/3.9.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.9.1/lib/freebsd OLD_DIRS+=usr/lib/clang/3.9.1/lib OLD_DIRS+=usr/lib/clang/3.9.1 # 20170226: SVR4 compatibility removed .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/share/man/man4/streams.4 OLD_FILES+=usr/share/man/man4/svr4.4 .endif # 20170219: OpenPAM RADULA upgrade removed the libpam tests OLD_FILES+=usr/tests/lib/libpam/Kyuafile OLD_FILES+=usr/tests/lib/libpam/t_openpam_ctype OLD_FILES+=usr/tests/lib/libpam/t_openpam_readlinev OLD_FILES+=usr/tests/lib/libpam/t_openpam_readword OLD_DIRS+=usr/test/lib/libpam # 20170216: remove ahb(4) OLD_FILES+=usr/share/man/man4/ahb.4.gz # 20170216: remove fea(4) OLD_FILES+=usr/share/man/man4/fea.4.gz # 20170206: remove bdes(1) OLD_FILES+=usr/bin/bdes OLD_FILES+=usr/share/man/man1/bdes.1.gz # 20170206: merged projects/ipsec OLD_FILES+=usr/include/netinet/ip_ipsec.h OLD_FILES+=usr/include/netinet6/ip6_ipsec.h # 20170128: remove pc98 support OLD_FILES+=usr/include/dev/ic/i8251.h OLD_FILES+=usr/include/dev/ic/i8255.h OLD_FILES+=usr/include/dev/ic/rsa.h OLD_FILES+=usr/include/dev/ic/wd33c93reg.h OLD_FILES+=usr/include/sys/disk/pc98.h OLD_FILES+=usr/include/sys/diskpc98.h OLD_FILES+=usr/share/man/man4/i386/ct.4.gz OLD_FILES+=usr/share/man/man4/i386/snc.4.gz OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.iso.kbd OLD_FILES+=usr/share/syscons/keymaps/jp.pc98.kbd OLD_FILES+=usr/share/vt/keymaps/jp.pc98.iso.kbd OLD_FILES+=usr/share/vt/keymaps/jp.pc98.kbd # 20170110: Four files from ggate tests consolidated into one OLD_FILES+=usr/tests/sys/geom/class/gate/1_test OLD_FILES+=usr/tests/sys/geom/class/gate/2_test OLD_FILES+=usr/tests/sys/geom/class/gate/3_test OLD_FILES+=usr/tests/sys/geom/class/gate/conf.sh # 20170103: libbsnmptools.so made into an INTERNALLIB OLD_FILES+=usr/lib/libbsnmptools.a OLD_FILES+=usr/lib/libbsnmptools_p.a OLD_LIBS+=usr/lib/libbsnmptools.so.0 OLD_FILES+=usr/lib/libbsnmptools.so # 20170102: sysdecode_getfsstat_flags() renamed to sysdecode_getfsstat_mode() OLD_FILES+=usr/share/man/man3/sysdecode_getfsstat_flags.3.gz # 20161230: libarchive ACL pax test renamed to test_acl_pax_posix1e.tar.uu OLD_FILES+=usr/tests/lib/libarchive/test_acl_pax.tar.uu # 20161229: Three files from gnop tests consolidated into one OLD_FILES+=usr/tests/sys/geom/class/nop/1_test OLD_FILES+=usr/tests/sys/geom/class/nop/2_test OLD_FILES+=usr/tests/sys/geom/class/nop/conf.sh # 20161217: new clang import which bumps version from 3.9.0 to 3.9.1 OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/esan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/3.9.0/include/sanitizer OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_intrinsics.h OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_math_forward_declares.h OLD_FILES+=usr/lib/clang/3.9.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/3.9.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.9.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.9.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.9.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/altivec.h OLD_FILES+=usr/lib/clang/3.9.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.9.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512ifmaintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512ifmavlintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512pfintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vbmiintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vbmivlintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlcdintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/clflushoptintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/cpuid.h OLD_FILES+=usr/lib/clang/3.9.0/include/cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/3.9.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/immintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.9.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.9.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/module.modulemap OLD_FILES+=usr/lib/clang/3.9.0/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/opencl-c.h OLD_FILES+=usr/lib/clang/3.9.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/vadefs.h OLD_FILES+=usr/lib/clang/3.9.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/3.9.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/3.9.0/include OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats_client-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.stats_client-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/3.9.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.9.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.9.0/lib OLD_DIRS+=usr/lib/clang/3.9.0 # 20161205: libproc version bump OLD_LIBS+=usr/lib/libproc.so.3 # 20161127: Remove vm_page_cache(9) OLD_FILES+=usr/share/man/man9/vm_page_cache.9.gz # 20161124: new clang import which bumps version from 3.8.0 to 3.9.0 OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/3.8.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/3.8.0/include/sanitizer OLD_FILES+=usr/lib/clang/3.8.0/include/__clang_cuda_runtime_wrapper.h OLD_FILES+=usr/lib/clang/3.8.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.8.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.8.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/altivec.h OLD_FILES+=usr/lib/clang/3.8.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.8.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/cpuid.h OLD_FILES+=usr/lib/clang/3.8.0/include/cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/3.8.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/immintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.8.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.8.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/module.modulemap OLD_FILES+=usr/lib/clang/3.8.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/pkuintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/vadefs.h OLD_FILES+=usr/lib/clang/3.8.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xsavecintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xsaveoptintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xsavesintrin.h OLD_FILES+=usr/lib/clang/3.8.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/3.8.0/include OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-i386.so OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan-x86_64.so OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.8.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.8.0/lib OLD_DIRS+=usr/lib/clang/3.8.0 # 20161121: Hyper-V manuals only apply to amd64 and i386 .if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" OLD_FILES+=usr/share/man/man4/hv_kvp.4.gz OLD_FILES+=usr/share/man/man4/hv_netvsc.4.gz OLD_FILES+=usr/share/man/man4/hv_storvsc.4.gz OLD_FILES+=usr/share/man/man4/hv_utils.4.gz OLD_FILES+=usr/share/man/man4/hv_vmbus.4.gz OLD_FILES+=usr/share/man/man4/hv_vss.4.gz .endif # 20161118: Remove hv_ata_pci_disengage(4) OLD_FILES+=usr/share/man/man4/hv_ata_pci_disengage.4.gz # 20161017: urtwn(4) was merged into rtwn(4) OLD_FILES+=usr/share/man/man4/if_urtwn.4.gz OLD_FILES+=usr/share/man/man4/urtwn.4.gz OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz # 20161015: Remove GNU rcs OLD_FILES+=usr/bin/ci OLD_FILES+=usr/bin/co OLD_FILES+=usr/bin/merge OLD_FILES+=usr/bin/rcs OLD_FILES+=usr/bin/rcsclean OLD_FILES+=usr/bin/rcsdiff OLD_FILES+=usr/bin/rcsfreeze OLD_FILES+=usr/bin/rcsmerge OLD_FILES+=usr/bin/rlog OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz OLD_DIRS+=usr/share/doc/psd/13.rcs OLD_FILES+=usr/share/man/man1/ci.1.gz OLD_FILES+=usr/share/man/man1/co.1.gz OLD_FILES+=usr/share/man/man1/merge.1.gz OLD_FILES+=usr/share/man/man1/rcs.1.gz OLD_FILES+=usr/share/man/man1/rcsclean.1.gz OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz OLD_FILES+=usr/share/man/man1/rcsintro.1.gz OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz OLD_FILES+=usr/share/man/man1/rlog.1.gz OLD_FILES+=usr/share/man/man5/rcsfile.5.gz # 20161010: remove link to removed m_getclr(9) macro OLD_FILES+=usr/share/man/man9/m_getclr.9.gz # 20161003: MK_ELFCOPY_AS_OBJCOPY option retired OLD_FILES+=usr/bin/elfcopy OLD_FILES+=usr/share/man/man1/elfcopy.1.gz # 20160906: libkqueue tests moved to /usr/tests/sys/kqueue/libkqueue OLD_FILES+=usr/tests/sys/kqueue/kqtest OLD_FILES+=usr/tests/sys/kqueue/kqueue_test # 20160903: idle page zeroing support removed OLD_FILES+=usr/share/man/man9/pmap_zero_idle.9.gz # 20160901: Remove digi(4) OLD_FILES+=usr/share/man/man4/digi.4.gz # 20160819: Remove ie(4) OLD_FILES+=usr/share/man/man4/i386/ie.4.gz # 20160819: Remove spic(4) OLD_FILES+=usr/share/man/man4/spic.4.gz # 20160819: Remove wl(4) and wlconfig(8) OLD_FILES+=usr/share/man/man4/i386/wl.4.gz OLD_FILES+=usr/sbin/wlconfig OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz # 20160819: Remove si(4) and sicontrol(8) OLD_FILES+=usr/share/man/man4/si.4.gz OLD_FILES+=usr/sbin/sicontrol OLD_FILES+=usr/share/man/man8/sicontrol.8.gz # 20160819: Remove scd(4) OLD_FILES+=usr/share/man/man4/scd.4.gz # 20160815: Remove mcd(4) OLD_FILES+=usr/share/man/man4/mcd.4.gz # 20160805: lockmgr_waiters(9) removed OLD_FILES+=usr/share/man/man9/lockmgr_waiters.9.gz # 20160703: POSIXify locales with variants OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hant_TW.UTF-8 OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hant_TW.Big5/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hant_TW.Big5 OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hant_HK.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hant_HK.UTF-8 OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hans_CN.eucCN/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hans_CN.eucCN OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hans_CN.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hans_CN.UTF-8 OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hans_CN.GBK/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hans_CN.GBK OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hans_CN.GB2312/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hans_CN.GB2312 OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hans_CN.GB18030/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hans_CN.GB18030 OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_Latn_RS.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/sr_Latn_RS.UTF-8 OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_COLLATE OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_CTYPE OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MESSAGES OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_MONETARY OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_Latn_RS.ISO8859-2/LC_TIME OLD_DIRS+=usr/share/locale/sr_Latn_RS.ISO8859-2 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_Cyrl_RS.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/sr_Cyrl_RS.UTF-8 OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_COLLATE OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_CTYPE OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MESSAGES OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_MONETARY OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_Cyrl_RS.ISO8859-5/LC_TIME OLD_DIRS+=usr/share/locale/sr_Cyrl_RS.ISO8859-5 OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/mn_Cyrl_MN.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/mn_Cyrl_MN.UTF-8 OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/kk_Cyrl_KZ.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/kk_Cyrl_KZ.UTF-8 # 20160608: removed pam_verbose_error OLD_LIBS+=usr/lib/libpam.so.5 OLD_LIBS+=usr/lib/pam_chroot.so.5 OLD_LIBS+=usr/lib/pam_deny.so.5 OLD_LIBS+=usr/lib/pam_echo.so.5 OLD_LIBS+=usr/lib/pam_exec.so.5 OLD_LIBS+=usr/lib/pam_ftpusers.so.5 OLD_LIBS+=usr/lib/pam_group.so.5 OLD_LIBS+=usr/lib/pam_guest.so.5 OLD_LIBS+=usr/lib/pam_krb5.so.5 OLD_LIBS+=usr/lib/pam_ksu.so.5 OLD_LIBS+=usr/lib/pam_lastlog.so.5 OLD_LIBS+=usr/lib/pam_login_access.so.5 OLD_LIBS+=usr/lib/pam_nologin.so.5 OLD_LIBS+=usr/lib/pam_opie.so.5 OLD_LIBS+=usr/lib/pam_opieaccess.so.5 OLD_LIBS+=usr/lib/pam_passwdqc.so.5 OLD_LIBS+=usr/lib/pam_permit.so.5 OLD_LIBS+=usr/lib/pam_radius.so.5 OLD_LIBS+=usr/lib/pam_rhosts.so.5 OLD_LIBS+=usr/lib/pam_rootok.so.5 OLD_LIBS+=usr/lib/pam_securetty.so.5 OLD_LIBS+=usr/lib/pam_self.so.5 OLD_LIBS+=usr/lib/pam_ssh.so.5 OLD_LIBS+=usr/lib/pam_tacplus.so.5 OLD_LIBS+=usr/lib/pam_unix.so.5 # 20160523: remove extranous ALTQ files OLD_FILES+=usr/include/altq/altq_codel.h OLD_FILES+=usr/include/altq/altq_fairq.h # 20160519: remove DTrace Toolkit from base OLD_FILES+=usr/sbin/dtruss OLD_FILES+=usr/share/dtrace/toolkit/execsnoop OLD_FILES+=usr/share/dtrace/toolkit/hotkernel OLD_FILES+=usr/share/dtrace/toolkit/hotuser OLD_FILES+=usr/share/dtrace/toolkit/opensnoop OLD_FILES+=usr/share/dtrace/toolkit/procsystime OLD_DIRS+=usr/share/dtrace/toolkit OLD_FILES+=usr/share/man/man1/dtruss.1.gz # 20160519: stale MLINK removed OLD_FILES+=usr/share/man/man9/rman_await_resource.9.gz # 20160517: ReiserFS removed OLD_FILES+=usr/share/man/man5/reiserfs.5.gz # 20160504: tests rework OLD_FILES+=usr/tests/lib/libc/regex/data/README # 20160430: kvm_getfiles(3) removed from kvm(3) OLD_LIBS+=lib/libkvm.so.6 OLD_FILES+=usr/share/man/man3/kvm_getfiles.3.gz # 20160423: remove mroute6d OLD_FILES+=etc/rc.d/mroute6d # 20160419: rename units.lib -> definitions.units OLD_FILES+=usr/share/misc/units.lib # 20160419: remove Big5HKSCS locales OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_COLLATE OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_CTYPE OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_MONETARY OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_HK.Big5HKSCS/LC_TIME OLD_DIRS+=usr/share/locale/zh_HK.Big5HKSCS OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_COLLATE OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_CTYPE OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_MESSAGES OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_MONETARY OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_NUMERIC OLD_FILES+=usr/share/locale/zh_Hant_HK.Big5HKSCS/LC_TIME OLD_DIRS+=usr/share/locale/zh_Hant_HK.Big5HKSCS # 20160317: rman_res_t size bump to uintmax_t OLD_LIBS+=usr/lib/libdevinfo.so.5 # 20160305: new clang import which bumps version from 3.7.1 to 3.8.0 OLD_FILES+=usr/bin/macho-dump OLD_FILES+=usr/bin/tblgen OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/3.7.1/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/3.7.1/include/sanitizer OLD_FILES+=usr/lib/clang/3.7.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.7.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.7.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/altivec.h OLD_FILES+=usr/lib/clang/3.7.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.7.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/cpuid.h OLD_FILES+=usr/lib/clang/3.7.1/include/cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/3.7.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/htmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/immintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.7.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.7.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/module.modulemap OLD_FILES+=usr/lib/clang/3.7.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/s390intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/vadefs.h OLD_FILES+=usr/lib/clang/3.7.1/include/vecintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/xopintrin.h OLD_FILES+=usr/lib/clang/3.7.1/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/3.7.1/include OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/3.7.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.7.1/lib/freebsd OLD_DIRS+=usr/lib/clang/3.7.1/lib OLD_DIRS+=usr/lib/clang/3.7.1 OLD_FILES+=usr/share/man/man1/tblgen.1.gz # 20160301: Remove taskqueue_enqueue_fast OLD_FILES+=usr/share/man/man9/taskqueue_enqueue_fast.9.gz # 20160225: Remove casperd and libcapsicum OLD_FILES+=sbin/casperd OLD_FILES+=etc/rc.d/casperd OLD_FILES+=usr/share/man/man8/casperd.8.gz OLD_FILES+=usr/include/libcapsicum.h OLD_FILES+=usr/include/libcapsicum_service.h OLD_FILES+=usr/include/libcapsicum.h OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz OLD_FILES+=usr/include/libcapsicum_dns.h OLD_FILES+=usr/include/libcapsicum_grp.h OLD_FILES+=usr/include/libcapsicum_impl.h OLD_FILES+=usr/include/libcapsicum_pwd.h OLD_FILES+=usr/include/libcapsicum_random.h OLD_FILES+=usr/include/libcapsicum_sysctl.h OLD_FILES+=libexec/casper/dns OLD_FILES+=libexec/casper/grp OLD_FILES+=libexec/casper/pwd OLD_FILES+=libexec/casper/random OLD_FILES+=libexec/casper/sysctl OLD_FILES+=libexec/casper/.debug/random.debug OLD_FILES+=libexec/casper/.debug/dns.debug OLD_FILES+=libexec/casper/.debug/sysctl.debug OLD_FILES+=libexec/casper/.debug/pwd.debug OLD_FILES+=libexec/casper/.debug/grp.debug OLD_DIRS+=libexec/casper/.debug OLD_DIRS+=libexec/casper OLD_FILES+=usr/lib/libcapsicum.a OLD_FILES+=usr/lib/libcapsicum.so OLD_LIBS+=lib/libcapsicum.so.0 OLD_FILES+=usr/lib/libcapsicum_p.a # 20160223: functionality from mkulzma(1) merged into mkuzip(1) OLD_FILES+=usr/bin/mkulzma OLD_FILES+=usr/share/man/man4/geom_uncompress.4.gz OLD_FILES+=usr/share/man/man8/mkulzma.8.gz # 20160211: Remove obsolete unbound-control-setup OLD_FILES+=usr/sbin/unbound-control-setup # 20160121: cc.h moved OLD_FILES+=usr/include/netinet/cc.h # 20160116: Update mandoc to cvs snapshot 20160116 OLD_FILES+=usr/share/mdocml/example.style.css OLD_FILES+=usr/share/mdocml/style.css OLD_DIRS+=usr/share/mdocml # 20160114: SA-16:06.snmpd OLD_FILES+=usr/share/examples/etc/snmpd.config # 20160107: GNU ld installed as ld.bfd and linked as ld OLD_FILES+=usr/lib/debug/usr/bin/ld.debug # 20151225: new clang import which bumps version from 3.7.0 to 3.7.1 OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/coverage_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/dfsan_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/linux_syscall_hooks.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/lsan_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/msan_interface.h OLD_FILES+=usr/lib/clang/3.7.0/include/sanitizer/tsan_interface_atomic.h OLD_DIRS+=usr/lib/clang/3.7.0/include/sanitizer OLD_FILES+=usr/lib/clang/3.7.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.7.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/altivec.h OLD_FILES+=usr/lib/clang/3.7.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.7.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512cdintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512dqintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vldqintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/cpuid.h OLD_FILES+=usr/lib/clang/3.7.0/include/cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/3.7.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/fxsrintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/htmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/htmxlintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/immintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.7.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.7.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/module.modulemap OLD_FILES+=usr/lib/clang/3.7.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/s390intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/vadefs.h OLD_FILES+=usr/lib/clang/3.7.0/include/vecintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/xopintrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/xtestintrin.h OLD_DIRS+=usr/lib/clang/3.7.0/include OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-preinit-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-preinit-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.safestack-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.safestack-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone-x86_64.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-i386.a OLD_FILES+=usr/lib/clang/3.7.0/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.7.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.7.0/lib OLD_DIRS+=usr/lib/clang/3.7.0 # 20151130: libelf moved from /usr/lib to /lib (libkvm dependency in r291406) MOVED_LIBS+=usr/lib/libelf.so.2 # 20151115: Fox bad upgrade scheme OLD_FILES+=usr/share/locale/zh_CN.GB18030/zh_Hans_CN.GB18030 OLD_FILES+=usr/share/locale/zh_CN.GB2312/zh_Hans_CN.GB2312 OLD_FILES+=usr/share/locale/zh_CN.GBK/zh_Hans_CN.GBK OLD_FILES+=usr/share/locale/zh_CN.UTF-8/zh_Hans_CN.UTF-8 OLD_FILES+=usr/share/locale/zh_CN.eucCN/zh_Hans_CN.eucCN OLD_FILES+=usr/share/locale/zh_TW.Big5/zh_Hant_TW.Big5 OLD_FILES+=usr/share/locale/zh_TW.UTF-8/zh_Hant_TW.UTF-8 # 20151107: String collation improvements OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE OLD_DIRS+=usr/share/locale/UTF-8 OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_COLLATE OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_CTYPE OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MESSAGES OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_MONETARY OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_NUMERIC OLD_FILES+=usr/share/locale/kk_KZ.PT154/LC_TIME OLD_DIRS+=usr/share/locale/kk_KZ.PT154/ OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_CTYPE OLD_FILES+=usr/share/locale/la_LN.ISO8859-1/LC_TIME OLD_DIRS+=usr/share/locale/la_LN.ISO8859-1 OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.ISO8859-13/LC_CTYPE OLD_DIRS+=usr/share/locale/la_LN.ISO8859-13 OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_CTYPE OLD_FILES+=usr/share/locale/la_LN.ISO8859-15/LC_TIME OLD_DIRS+=usr/share/locale/la_LN.ISO8859-15 OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_CTYPE OLD_FILES+=usr/share/locale/la_LN.ISO8859-2/LC_TIME OLD_DIRS+=usr/share/locale/la_LN.ISO8859-2 OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_CTYPE OLD_FILES+=usr/share/locale/la_LN.ISO8859-4/LC_TIME OLD_DIRS+=usr/share/locale/la_LN.ISO8859-4 OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_COLLATE OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_CTYPE OLD_FILES+=usr/share/locale/la_LN.US-ASCII/LC_TIME OLD_DIRS+=usr/share/locale/la_LN.US-ASCII OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MESSAGES OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_TIME OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_MONETARY OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_CTYPE OLD_FILES+=usr/share/locale/lt_LT.ISO8859-4/LC_NUMERIC OLD_DIRS+=usr/share/locale/lt_LT.ISO8859-4 OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_COLLATE OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_CTYPE OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_MONETARY OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_NUMERIC OLD_FILES+=usr/share/locale/no_NO.ISO8859-1/LC_TIME OLD_DIRS+=usr/share/locale/no_NO.ISO8859-1 OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_COLLATE OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_CTYPE OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_MONETARY OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_NUMERIC OLD_FILES+=usr/share/locale/no_NO.ISO8859-15/LC_TIME OLD_DIRS+=usr/share/locale/no_NO.ISO8859-15 OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MESSAGES OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/no_NO.UTF-8/LC_TIME OLD_DIRS+=usr/share/locale/no_NO.UTF-8 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_COLLATE OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_TIME OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_CTYPE OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MESSAGES OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_YU.ISO8859-2/LC_MONETARY OLD_DIRS+=usr/share/locale/sr_YU.ISO8859-2 OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_COLLATE OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MONETARY OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_CTYPE OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_TIME OLD_FILES+=usr/share/locale/sr_YU.ISO8859-5/LC_MESSAGES OLD_DIRS+=usr/share/locale/sr_YU.ISO8859-5 OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_COLLATE OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MONETARY OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_CTYPE OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_TIME OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_NUMERIC OLD_FILES+=usr/share/locale/sr_YU.UTF-8/LC_MESSAGES OLD_DIRS+=usr/share/locale/sr_YU.UTF-8 # 20151101: added missing _test suffix on multiple tests in lib/libc OLD_FILES+=usr/tests/lib/libc/c063/faccessat OLD_FILES+=usr/tests/lib/libc/c063/fchmodat OLD_FILES+=usr/tests/lib/libc/c063/fchownat OLD_FILES+=usr/tests/lib/libc/c063/fexecve OLD_FILES+=usr/tests/lib/libc/c063/fstatat OLD_FILES+=usr/tests/lib/libc/c063/linkat OLD_FILES+=usr/tests/lib/libc/c063/mkdirat OLD_FILES+=usr/tests/lib/libc/c063/mkfifoat OLD_FILES+=usr/tests/lib/libc/c063/mknodat OLD_FILES+=usr/tests/lib/libc/c063/openat OLD_FILES+=usr/tests/lib/libc/c063/readlinkat OLD_FILES+=usr/tests/lib/libc/c063/renameat OLD_FILES+=usr/tests/lib/libc/c063/symlinkat OLD_FILES+=usr/tests/lib/libc/c063/unlinkat OLD_FILES+=usr/tests/lib/libc/c063/utimensat OLD_FILES+=usr/tests/lib/libc/string/memchr OLD_FILES+=usr/tests/lib/libc/string/memcpy OLD_FILES+=usr/tests/lib/libc/string/memmem OLD_FILES+=usr/tests/lib/libc/string/memset OLD_FILES+=usr/tests/lib/libc/string/strcat OLD_FILES+=usr/tests/lib/libc/string/strchr OLD_FILES+=usr/tests/lib/libc/string/strcmp OLD_FILES+=usr/tests/lib/libc/string/strcpy OLD_FILES+=usr/tests/lib/libc/string/strcspn OLD_FILES+=usr/tests/lib/libc/string/strerror OLD_FILES+=usr/tests/lib/libc/string/strlen OLD_FILES+=usr/tests/lib/libc/string/strpbrk OLD_FILES+=usr/tests/lib/libc/string/strrchr OLD_FILES+=usr/tests/lib/libc/string/strspn OLD_FILES+=usr/tests/lib/libc/string/swab # 20151101: 430.status-rwho was renamed to 430.status-uptime OLD_FILES+=etc/periodic/daily/430.status-rwho # 20151030: OpenSSL 1.0.2d import OLD_FILES+=usr/share/openssl/man/man3/CMS_set1_signer_certs.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_ctrl.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_ctrl_str.3.gz OLD_FILES+=usr/share/openssl/man/man3/d2i_509_CRL_fp.3.gz OLD_LIBS+=lib/libcrypto.so.7 OLD_LIBS+=usr/lib/libssl.so.7 # 20151029: LinuxKPI moved to sys/compat/linuxkpi OLD_FILES+=usr/include/dev/usb/usb_compat_linux.h # 20151015: test symbols moved to /usr/lib/debug OLD_DIRS+=usr/tests/lib/atf/libatf-c++/.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/atf_c++_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/build_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/check_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/config_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/macros_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/tests_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/.debug/utils_test.debug OLD_DIRS+=usr/tests/lib/atf/libatf-c++/detail/.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/application_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/env_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/exceptions_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/fs_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/process_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/sanity_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/text_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/.debug/version_helper.debug OLD_DIRS+=usr/tests/lib/atf/libatf-c/.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/atf_c_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/build_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/check_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/config_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/error_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/macros_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/tc_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/tp_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/.debug/utils_test.debug OLD_DIRS+=usr/tests/lib/atf/libatf-c/detail/.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/dynstr_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/env_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/fs_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/list_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/map_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/process_helpers.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/process_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/sanity_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/text_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/user_test.debug OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/.debug/version_helper.debug OLD_DIRS+=usr/tests/lib/atf/test-programs/.debug OLD_FILES+=usr/tests/lib/atf/test-programs/.debug/c_helpers.debug OLD_FILES+=usr/tests/lib/atf/test-programs/.debug/cpp_helpers.debug OLD_DIRS+=usr/tests/lib/libc/c063/.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/faccessat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/fchmodat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/fchownat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/fexecve.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/fstatat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/linkat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/mkdirat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/mkfifoat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/mknodat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/openat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/readlinkat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/renameat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/symlinkat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/unlinkat.debug OLD_FILES+=usr/tests/lib/libc/c063/.debug/utimensat.debug OLD_DIRS+=usr/tests/lib/libc/db/.debug OLD_FILES+=usr/tests/lib/libc/db/.debug/h_db.debug OLD_DIRS+=usr/tests/lib/libc/gen/.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/alarm_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/arc4random_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/assert_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/basedirname_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/dir_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/floatunditf_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/fnmatch_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpclassify2_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpclassify_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpsetmask_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/fpsetround_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/ftok_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/getcwd_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/getgrent_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/glob_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/humanize_number_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/isnan_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/nice_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/pause_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/raise_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/realpath_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/setdomainname_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/sethostname_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/sleep_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/syslog_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/time_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/ttyname_test.debug OLD_FILES+=usr/tests/lib/libc/gen/.debug/vis_test.debug OLD_DIRS+=usr/tests/lib/libc/gen/execve/.debug OLD_FILES+=usr/tests/lib/libc/gen/execve/.debug/execve_test.debug OLD_DIRS+=usr/tests/lib/libc/gen/posix_spawn/.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/fileactions_test.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_fileactions.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawn.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawnattr.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawn_test.debug OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawnattr_test.debug OLD_DIRS+=usr/tests/lib/libc/hash/.debug OLD_FILES+=usr/tests/lib/libc/hash/.debug/h_hash.debug OLD_FILES+=usr/tests/lib/libc/hash/.debug/sha2_test.debug OLD_DIRS+=usr/tests/lib/libc/inet/.debug OLD_FILES+=usr/tests/lib/libc/inet/.debug/inet_network_test.debug OLD_DIRS+=usr/tests/lib/libc/locale/.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/io_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbrtowc_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbsnrtowcs_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbstowcs_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/mbtowc_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcscspn_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcspbrk_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcsspn_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/wcstod_test.debug OLD_FILES+=usr/tests/lib/libc/locale/.debug/wctomb_test.debug OLD_DIRS+=usr/tests/lib/libc/net/.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/ether_aton_test.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/getprotoent_test.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/h_dns_server.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/h_nsd_recurse.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/h_protoent.debug OLD_FILES+=usr/tests/lib/libc/net/.debug/h_servent.debug OLD_DIRS+=usr/tests/lib/libc/regex/.debug OLD_FILES+=usr/tests/lib/libc/regex/.debug/exhaust_test.debug OLD_FILES+=usr/tests/lib/libc/regex/.debug/h_regex.debug OLD_FILES+=usr/tests/lib/libc/regex/.debug/regex_att_test.debug OLD_DIRS+=usr/tests/lib/libc/ssp/.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_fgets.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_getcwd.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_gets.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memcpy.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memmove.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_memset.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_raw.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_read.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_readlink.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_snprintf.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_sprintf.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_stpcpy.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_stpncpy.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strcat.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strcpy.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strncat.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_strncpy.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_vsnprintf.debug OLD_FILES+=usr/tests/lib/libc/ssp/.debug/h_vsprintf.debug OLD_DIRS+=usr/tests/lib/libc/stdio/.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/clearerr_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fflush_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fmemopen2_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fmemopen_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fopen_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/fputc_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/mktemp_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/popen_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/printf_test.debug OLD_FILES+=usr/tests/lib/libc/stdio/.debug/scanf_test.debug OLD_DIRS+=usr/tests/lib/libc/stdlib/.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/abs_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/atoi_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/div_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/exit_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/getenv_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/h_getopt.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/h_getopt_long.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/hsearch_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/posix_memalign_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/random_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/strtod_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/strtol_test.debug OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/system_test.debug OLD_DIRS+=usr/tests/lib/libc/string/.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/memchr.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/memcpy.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/memmem.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/memset.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strcat.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strchr.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strcmp.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strcpy.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strcspn.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strerror.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strlen.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strpbrk.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strrchr.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/strspn.debug OLD_FILES+=usr/tests/lib/libc/string/.debug/swab.debug OLD_DIRS+=usr/tests/lib/libc/sys/.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/access_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/chroot_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/clock_gettime_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/connect_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/dup_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/fsync_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getcontext_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getgroups_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getitimer_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getlogin_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getpid_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getrusage_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/getsid_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/gettimeofday_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/issetugid_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/kevent_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/kill_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/link_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/listen_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mincore_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mkdir_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mkfifo_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mknod_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mlock_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mmap_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/mprotect_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgctl_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgget_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgrcv_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/msgsnd_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/msync_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/nanosleep_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/pipe2_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/pipe_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/poll_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/revoke_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/select_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/setrlimit_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/setuid_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigaction_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigqueue_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/sigtimedwait_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/socketpair_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/stat_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/timer_create_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/truncate_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/ucontext_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/umask_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/unlink_test.debug OLD_FILES+=usr/tests/lib/libc/sys/.debug/write_test.debug OLD_DIRS+=usr/tests/lib/libc/termios/.debug OLD_FILES+=usr/tests/lib/libc/termios/.debug/tcsetpgrp_test.debug OLD_DIRS+=usr/tests/lib/libc/tls/.debug OLD_FILES+=usr/tests/lib/libc/tls/.debug/h_tls_dlopen.so.debug OLD_FILES+=usr/tests/lib/libc/tls/.debug/libh_tls_dynamic.so.1.debug OLD_FILES+=usr/tests/lib/libc/tls/.debug/tls_dlopen_test.debug OLD_FILES+=usr/tests/lib/libc/tls/.debug/tls_dynamic_test.debug OLD_DIRS+=usr/tests/lib/libc/ttyio/.debug OLD_FILES+=usr/tests/lib/libc/ttyio/.debug/ttyio_test.debug OLD_DIRS+=usr/tests/lib/libcrypt/.debug OLD_FILES+=usr/tests/lib/libcrypt/.debug/crypt_tests.debug OLD_DIRS+=usr/tests/lib/libmp/.debug OLD_FILES+=usr/tests/lib/libmp/.debug/legacy_test.debug OLD_DIRS+=usr/tests/lib/libnv/.debug OLD_FILES+=usr/tests/lib/libnv/.debug/dnv_tests.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nv_array_tests.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nv_tests.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_add_test.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_exists_test.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_free_test.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_get_test.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_move_test.debug OLD_FILES+=usr/tests/lib/libnv/.debug/nvlist_send_recv_test.debug OLD_DIRS+=usr/tests/lib/libpam/.debug OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_ctype.debug OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_readlinev.debug OLD_FILES+=usr/tests/lib/libpam/.debug/t_openpam_readword.debug OLD_DIRS+=usr/tests/lib/libproc/.debug OLD_FILES+=usr/tests/lib/libproc/.debug/proc_test.debug OLD_FILES+=usr/tests/lib/libproc/.debug/target_prog.debug OLD_DIRS+=usr/tests/lib/librt/.debug OLD_FILES+=usr/tests/lib/librt/.debug/sched_test.debug OLD_FILES+=usr/tests/lib/librt/.debug/sem_test.debug OLD_DIRS+=usr/tests/lib/libthr/.debug OLD_FILES+=usr/tests/lib/libthr/.debug/barrier_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/cond_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/condwait_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/detach_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/equal_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/fork_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/fpu_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/h_atexit.debug OLD_FILES+=usr/tests/lib/libthr/.debug/h_cancel.debug OLD_FILES+=usr/tests/lib/libthr/.debug/h_exit.debug OLD_FILES+=usr/tests/lib/libthr/.debug/h_resolv.debug OLD_FILES+=usr/tests/lib/libthr/.debug/join_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/kill_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/mutex_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/once_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/preempt_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/rwlock_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/sem_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/siglongjmp_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/sigmask_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/sigsuspend_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/sleep_test.debug OLD_FILES+=usr/tests/lib/libthr/.debug/swapcontext_test.debug OLD_DIRS+=usr/tests/lib/libthr/dlopen/.debug OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/dlopen_test.debug OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/h_pthread_dlopen.so.1.debug OLD_FILES+=usr/tests/lib/libthr/dlopen/.debug/main_pthread_create_test.debug OLD_DIRS+=usr/tests/lib/libutil/.debug OLD_FILES+=usr/tests/lib/libutil/.debug/flopen_test.debug OLD_FILES+=usr/tests/lib/libutil/.debug/grp_test.debug OLD_FILES+=usr/tests/lib/libutil/.debug/humanize_number_test.debug OLD_FILES+=usr/tests/lib/libutil/.debug/pidfile_test.debug OLD_FILES+=usr/tests/lib/libutil/.debug/trimdomain-nodomain_test.debug OLD_FILES+=usr/tests/lib/libutil/.debug/trimdomain_test.debug OLD_DIRS+=usr/tests/lib/libxo/.debug OLD_FILES+=usr/tests/lib/libxo/.debug/libenc_test.so.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_01.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_02.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_03.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_04.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_05.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_06.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_07.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_08.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_09.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_10.debug OLD_FILES+=usr/tests/lib/libxo/.debug/test_11.debug OLD_DIRS+=usr/tests/lib/msun/.debug OLD_FILES+=usr/tests/lib/msun/.debug/acos_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/asin_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/atan_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/cbrt_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/ceil_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/cos_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/cosh_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/erf_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/exp_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/fmod_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/infinity_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/ldexp_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/log_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/pow_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/precision_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/round_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/scalbn_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/sin_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/sinh_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/sqrt_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/tan_test.debug OLD_FILES+=usr/tests/lib/msun/.debug/tanh_test.debug OLD_DIRS+=usr/tests/libexec/rtld-elf/.debug OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/ld_library_pathfds.debug OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/libpythagoras.so.0.debug OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/target.debug OLD_DIRS+=usr/tests/sbin/devd/.debug OLD_FILES+=usr/tests/sbin/devd/.debug/client_test.debug OLD_DIRS+=usr/tests/sbin/dhclient/.debug OLD_FILES+=usr/tests/sbin/dhclient/.debug/option-domain-search_test.debug OLD_DIRS+=usr/tests/share/examples/tests/atf/.debug OLD_FILES+=usr/tests/share/examples/tests/atf/.debug/printf_test.debug OLD_DIRS+=usr/tests/share/examples/tests/plain/.debug OLD_FILES+=usr/tests/share/examples/tests/plain/.debug/printf_test.debug OLD_DIRS+=usr/tests/sys/aio/.debug OLD_FILES+=usr/tests/sys/aio/.debug/aio_kqueue_test.debug OLD_FILES+=usr/tests/sys/aio/.debug/aio_test.debug OLD_FILES+=usr/tests/sys/aio/.debug/lio_kqueue_test.debug OLD_DIRS+=usr/tests/sys/fifo/.debug OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_create.debug OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_io.debug OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_misc.debug OLD_FILES+=usr/tests/sys/fifo/.debug/fifo_open.debug OLD_DIRS+=usr/tests/sys/file/.debug OLD_FILES+=usr/tests/sys/file/.debug/closefrom_test.debug OLD_FILES+=usr/tests/sys/file/.debug/dup_test.debug OLD_FILES+=usr/tests/sys/file/.debug/fcntlflags_test.debug OLD_FILES+=usr/tests/sys/file/.debug/flock_helper.debug OLD_FILES+=usr/tests/sys/file/.debug/ftruncate_test.debug OLD_FILES+=usr/tests/sys/file/.debug/newfileops_on_fork_test.debug OLD_DIRS+=usr/tests/sys/kern/.debug OLD_FILES+=usr/tests/sys/kern/.debug/kern_descrip_test.debug OLD_FILES+=usr/tests/sys/kern/.debug/ptrace_test.debug OLD_FILES+=usr/tests/sys/kern/.debug/unix_seqpacket_test.debug OLD_DIRS+=usr/tests/sys/kern/execve/.debug OLD_FILES+=usr/tests/sys/kern/execve/.debug/execve_helper.debug OLD_FILES+=usr/tests/sys/kern/execve/.debug/good_aout.debug OLD_DIRS+=usr/tests/sys/kqueue/.debug OLD_FILES+=usr/tests/sys/kqueue/.debug/kqtest.debug OLD_DIRS+=usr/tests/sys/mqueue/.debug OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest1.debug OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest2.debug OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest3.debug OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest4.debug OLD_FILES+=usr/tests/sys/mqueue/.debug/mqtest5.debug OLD_DIRS+=usr/tests/sys/netinet/.debug OLD_FILES+=usr/tests/sys/netinet/.debug/udp_dontroute.debug OLD_DIRS+=usr/tests/sys/pjdfstest/.debug OLD_FILES+=usr/tests/sys/pjdfstest/.debug/pjdfstest.debug OLD_DIRS+=usr/tests/sys/vm/.debug OLD_FILES+=usr/tests/sys/vm/.debug/mmap_test.debug # 20151015: Rename files due to file-installed-as-dir bug OLD_FILES+=usr/share/doc/legal/realtek OLD_FILES+=usr/share/doc/legal/realtek/LICENSE OLD_DIRS+=usr/share/doc/legal/realtek OLD_DIRS+=usr/share/doc/legal/intel_ipw OLD_FILES+=usr/share/doc/legal/intel_ipw/LICENSE OLD_FILES+=usr/share/doc/legal/intel_iwn OLD_FILES+=usr/share/doc/legal/intel_iwn/LICENSE OLD_DIRS+=usr/share/doc/legal/intel_iwn OLD_DIRS+=usr/share/doc/legal/intel_iwi OLD_FILES+=usr/share/doc/legal/intel_iwi/LICENSE OLD_DIRS+=usr/share/doc/legal/intel_wpi OLD_FILES+=usr/share/doc/legal/intel_wpi/LICENSE # 20151006: new libc++ import OLD_FILES+=usr/include/c++/__tuple_03 OLD_FILES+=usr/include/c++/v1/__tuple_03 OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03 # 20151006: new clang import which bumps version from 3.6.1 to 3.7.0 OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.6.1/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/altivec.h OLD_FILES+=usr/lib/clang/3.6.1/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.6.1/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/cpuid.h OLD_FILES+=usr/lib/clang/3.6.1/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/immintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.6.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.6.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/module.modulemap OLD_FILES+=usr/lib/clang/3.6.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.6.1/include/xopintrin.h OLD_DIRS+=usr/lib/clang/3.6.1/include OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.san-x86_64.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan-x86_64.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.6.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.6.1/lib/freebsd OLD_DIRS+=usr/lib/clang/3.6.1/lib OLD_DIRS+=usr/lib/clang/3.6.1 # 20150928: unused sgsmsg utility is removed OLD_FILES+=usr/bin/sgsmsg # 20150926: remove links to removed/unimplemented mbuf(9) macros OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz OLD_FILES+=usr/share/man/man9/MFREE.9.gz # 20150818: *allocm() are gone in jemalloc 4.0.0 OLD_FILES+=usr/share/man/man3/allocm.3.gz OLD_FILES+=usr/share/man/man3/dallocm.3.gz OLD_FILES+=usr/share/man/man3/nallocm.3.gz OLD_FILES+=usr/share/man/man3/rallocm.3.gz OLD_FILES+=usr/share/man/man3/sallocm.3.gz # 20150802: Remove netbsd's test on pw(8) OLD_FILES+=usr/tests/usr.sbin/pw/pw_test # 20150719: Remove libarchive.pc OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc # 20150705: Rename DTrace provider man pages OLD_FILES+=usr/share/man/man4/dtrace-io.4.gz OLD_FILES+=usr/share/man/man4/dtrace-ip.4.gz OLD_FILES+=usr/share/man/man4/dtrace-proc.4.gz OLD_FILES+=usr/share/man/man4/dtrace-sched.4.gz OLD_FILES+=usr/share/man/man4/dtrace-tcp.4.gz OLD_FILES+=usr/share/man/man4/dtrace-udp.4.gz # 20150704: nvlist private headers no longer installed OLD_FILES+=usr/include/sys/nv_impl.h OLD_FILES+=usr/include/sys/nvlist_impl.h OLD_FILES+=usr/include/sys/nvpair_impl.h # 20150624 OLD_LIBS+=usr/lib/libugidfw.so.4 # 20150604: Move nvlist man pages to section 9 OLD_FILES+=usr/share/man/man3/libnv.3.gz OLD_FILES+=usr/share/man/man3/nv.3.gz OLD_FILES+=usr/share/man/man3/nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_stringf.3.gz OLD_FILES+=usr/share/man/man3/nvlist_add_stringv.3.gz OLD_FILES+=usr/share/man/man3/nvlist_clone.3.gz OLD_FILES+=usr/share/man/man3/nvlist_create.3.gz OLD_FILES+=usr/share/man/man3/nvlist_destroy.3.gz OLD_FILES+=usr/share/man/man3/nvlist_dump.3.gz OLD_FILES+=usr/share/man/man3/nvlist_empty.3.gz OLD_FILES+=usr/share/man/man3/nvlist_error.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_exists_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_fdump.3.gz OLD_FILES+=usr/share/man/man3/nvlist_flags.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_free_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_parent.3.gz OLD_FILES+=usr/share/man/man3/nvlist_get_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_move_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_move_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_move_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_move_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_next.3.gz OLD_FILES+=usr/share/man/man3/nvlist_pack.3.gz OLD_FILES+=usr/share/man/man3/nvlist_recv.3.gz OLD_FILES+=usr/share/man/man3/nvlist_send.3.gz OLD_FILES+=usr/share/man/man3/nvlist_set_error.3.gz OLD_FILES+=usr/share/man/man3/nvlist_size.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_take_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_unpack.3.gz OLD_FILES+=usr/share/man/man3/nvlist_xfer.3.gz # 20150702: Remove duplicated nvlist includes OLD_FILES+=usr/include/dnv.h OLD_FILES+=usr/include/nv.h # 20150528: PCI IOV device driver methods moved to a separate kobj interface OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9.gz OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9.gz OLD_FILES+=usr/share/man/man9/PCI_UNINIT_IOV.9.gz # 20150525: new clang import which bumps version from 3.6.0 to 3.6.1 OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.6.0/include/adxintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/altivec.h OLD_FILES+=usr/lib/clang/3.6.0/include/ammintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/arm_acle.h OLD_FILES+=usr/lib/clang/3.6.0/include/arm_neon.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx2intrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx512bwintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx512erintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx512fintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlbwintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avx512vlintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/avxintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/bmi2intrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/bmiintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/cpuid.h OLD_FILES+=usr/lib/clang/3.6.0/include/emmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/f16cintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/fma4intrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/fmaintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/ia32intrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/immintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/lzcntintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/mm3dnow.h OLD_FILES+=usr/lib/clang/3.6.0/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.6.0/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/module.modulemap OLD_FILES+=usr/lib/clang/3.6.0/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/pmmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/popcntintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/prfchwintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/rdseedintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/rtmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/shaintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/smmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/tbmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/tmmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/wmmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/x86intrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/xmmintrin.h OLD_FILES+=usr/lib/clang/3.6.0/include/xopintrin.h OLD_DIRS+=usr/lib/clang/3.6.0/include OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.san-x86_64.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan-x86_64.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.6.0/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.6.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.6.0/lib OLD_DIRS+=usr/lib/clang/3.6.0 # 20150521 OLD_FILES+=usr/bin/demandoc OLD_FILES+=usr/share/man/man1/demandoc.1.gz OLD_FILES+=usr/share/man/man3/mandoc.3.gz OLD_FILES+=usr/share/man/man3/mandoc_headers.3.gz # 20150520 OLD_FILES+=usr/lib/libheimsqlite.a OLD_FILES+=usr/lib/libheimsqlite.so OLD_LIBS+=usr/lib/libheimsqlite.so.11 OLD_FILES+=usr/lib/libheimsqlite_p.a # 20150506 OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz # 20150504 OLD_FILES+=usr/share/examples/etc/libmap32.conf OLD_FILES+=usr/include/bsdstat.h OLD_DIRS+=usr/lib32/private OLD_LIBS+=usr/lib/private/libatf-c++.so.2 OLD_LIBS+=usr/lib/private/libbsdstat.so.1 OLD_LIBS+=usr/lib/private/libheimipcs.so.11 OLD_LIBS+=usr/lib/private/libsqlite3.so.0 OLD_LIBS+=usr/lib/private/libunbound.so.5 OLD_LIBS+=usr/lib/private/libatf-c.so.1 OLD_LIBS+=usr/lib/private/libheimipcc.so.11 OLD_LIBS+=usr/lib/private/libldns.so.5 OLD_LIBS+=usr/lib/private/libssh.so.5 OLD_LIBS+=usr/lib/private/libucl.so.1 OLD_DIRS+=usr/lib/private # 20150501 OLD_FILES+=usr/bin/soeliminate OLD_FILES+=usr/share/man/man1/soeliminate.1.gz # 20150501: Remove the nvlist_.*[vf] functions manpages OLD_FILES+=usr/share/man/man3/nvlist_addf_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addf_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_addv_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsf_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_existsv_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freef_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_null.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_freev_type.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getf_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_getv_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movef_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movef_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movef_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movef_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movev_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movev_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movev_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_movev_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takef_string.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_binary.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_bool.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_descriptor.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_number.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_nvlist.3.gz OLD_FILES+=usr/share/man/man3/nvlist_takev_string.3.gz # 20150429: remove never written documentation OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz # 20150427: test/sys/kern/mmap_test moved to test/sys/vm/mmap_test OLD_FILES+=usr/tests/sys/kern/mmap_test # 20150422: zlib.c moved from net to libkern OLD_FILES+=usr/include/net/zlib.h OLD_FILES+=usr/include/net/zutil.h # 20150418 OLD_FILES+=sbin/mount_oldnfs OLD_FILES+=usr/share/man/man8/mount_oldnfs.8.gz # 20150416: ALTQ moved to net/altq OLD_FILES+=usr/include/altq/altq_rmclass_debug.h OLD_FILES+=usr/include/altq/altq.h OLD_FILES+=usr/include/altq/altq_cdnr.h OLD_FILES+=usr/include/altq/altq_hfsc.h OLD_FILES+=usr/include/altq/altq_priq.h OLD_FILES+=usr/include/altq/altqconf.h OLD_FILES+=usr/include/altq/altq_classq.h OLD_FILES+=usr/include/altq/altq_red.h OLD_FILES+=usr/include/altq/if_altq.h OLD_FILES+=usr/include/altq/altq_var.h OLD_FILES+=usr/include/altq/altq_rmclass.h OLD_FILES+=usr/include/altq/altq_cbq.h OLD_FILES+=usr/include/altq/altq_rio.h OLD_DIRS+=usr/include/altq # 20150330: ntp 4.2.8p1 OLD_FILES+=usr/share/doc/ntp/driver1.html OLD_FILES+=usr/share/doc/ntp/driver10.html OLD_FILES+=usr/share/doc/ntp/driver11.html OLD_FILES+=usr/share/doc/ntp/driver12.html OLD_FILES+=usr/share/doc/ntp/driver16.html OLD_FILES+=usr/share/doc/ntp/driver18.html OLD_FILES+=usr/share/doc/ntp/driver19.html OLD_FILES+=usr/share/doc/ntp/driver2.html OLD_FILES+=usr/share/doc/ntp/driver20.html OLD_FILES+=usr/share/doc/ntp/driver22.html OLD_FILES+=usr/share/doc/ntp/driver26.html OLD_FILES+=usr/share/doc/ntp/driver27.html OLD_FILES+=usr/share/doc/ntp/driver28.html OLD_FILES+=usr/share/doc/ntp/driver29.html OLD_FILES+=usr/share/doc/ntp/driver3.html OLD_FILES+=usr/share/doc/ntp/driver30.html OLD_FILES+=usr/share/doc/ntp/driver32.html OLD_FILES+=usr/share/doc/ntp/driver33.html OLD_FILES+=usr/share/doc/ntp/driver34.html OLD_FILES+=usr/share/doc/ntp/driver35.html OLD_FILES+=usr/share/doc/ntp/driver36.html OLD_FILES+=usr/share/doc/ntp/driver37.html OLD_FILES+=usr/share/doc/ntp/driver4.html OLD_FILES+=usr/share/doc/ntp/driver5.html OLD_FILES+=usr/share/doc/ntp/driver6.html OLD_FILES+=usr/share/doc/ntp/driver7.html OLD_FILES+=usr/share/doc/ntp/driver8.html OLD_FILES+=usr/share/doc/ntp/driver9.html OLD_FILES+=usr/share/doc/ntp/ldisc.html OLD_FILES+=usr/share/doc/ntp/measure.html OLD_FILES+=usr/share/doc/ntp/mx4200data.html OLD_FILES+=usr/share/doc/ntp/notes.html OLD_FILES+=usr/share/doc/ntp/patches.html OLD_FILES+=usr/share/doc/ntp/porting.html OLD_FILES+=usr/share/man/man1/sntp.1.gz # 20150329 .if ${TARGET_ARCH} == "arm" OLD_FILES+=usr/include/bootconfig.h .endif # 20150326 OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz # 20150315: new clang import which bumps version from 3.5.1 to 3.6.0 OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.5.1/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.5.1/altivec.h OLD_FILES+=usr/include/clang/3.5.1/ammintrin.h OLD_FILES+=usr/include/clang/3.5.1/arm_acle.h OLD_FILES+=usr/include/clang/3.5.1/arm_neon.h OLD_FILES+=usr/include/clang/3.5.1/avx2intrin.h OLD_FILES+=usr/include/clang/3.5.1/avxintrin.h OLD_FILES+=usr/include/clang/3.5.1/bmi2intrin.h OLD_FILES+=usr/include/clang/3.5.1/bmiintrin.h OLD_FILES+=usr/include/clang/3.5.1/cpuid.h OLD_FILES+=usr/include/clang/3.5.1/emmintrin.h OLD_FILES+=usr/include/clang/3.5.1/f16cintrin.h OLD_FILES+=usr/include/clang/3.5.1/fma4intrin.h OLD_FILES+=usr/include/clang/3.5.1/fmaintrin.h OLD_FILES+=usr/include/clang/3.5.1/ia32intrin.h OLD_FILES+=usr/include/clang/3.5.1/immintrin.h OLD_FILES+=usr/include/clang/3.5.1/lzcntintrin.h OLD_FILES+=usr/include/clang/3.5.1/mm3dnow.h OLD_FILES+=usr/include/clang/3.5.1/mm_malloc.h OLD_FILES+=usr/include/clang/3.5.1/mmintrin.h OLD_FILES+=usr/include/clang/3.5.1/module.modulemap OLD_FILES+=usr/include/clang/3.5.1/nmmintrin.h OLD_FILES+=usr/include/clang/3.5.1/pmmintrin.h OLD_FILES+=usr/include/clang/3.5.1/popcntintrin.h OLD_FILES+=usr/include/clang/3.5.1/prfchwintrin.h OLD_FILES+=usr/include/clang/3.5.1/rdseedintrin.h OLD_FILES+=usr/include/clang/3.5.1/rtmintrin.h OLD_FILES+=usr/include/clang/3.5.1/shaintrin.h OLD_FILES+=usr/include/clang/3.5.1/smmintrin.h OLD_FILES+=usr/include/clang/3.5.1/tbmintrin.h OLD_FILES+=usr/include/clang/3.5.1/tmmintrin.h OLD_FILES+=usr/include/clang/3.5.1/wmmintrin.h OLD_FILES+=usr/include/clang/3.5.1/x86intrin.h OLD_FILES+=usr/include/clang/3.5.1/xmmintrin.h OLD_FILES+=usr/include/clang/3.5.1/xopintrin.h OLD_DIRS+=usr/include/clang/3.5.1 OLD_DIRS+=usr/include/clang OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.san-x86_64.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan-x86_64.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.5.1/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.5.1/lib/freebsd OLD_DIRS+=usr/lib/clang/3.5.1/lib OLD_DIRS+=usr/lib/clang/3.5.1 # 20150302: binutils documentation distributed as a manpage OLD_FILES+=usr/share/doc/binutils/as.txt OLD_FILES+=usr/share/doc/binutils/ld.txt OLD_DIRS+=usr/share/doc/binutils # 20150222: Removed bcd(6) and ppt(6) OLD_FILES+=usr/bin/bcd OLD_FILES+=usr/bin/ppt OLD_FILES+=usr/share/man/man6/bcd.6.gz OLD_FILES+=usr/share/man/man6/ppt.6.gz # 20150217: Removed remnants of ar(4) driver OLD_FILES+=usr/include/dev/ic/hd64570.h # 20150212: /usr/games moving into /usr/bin OLD_FILES+=usr/games/bcd OLD_FILES+=usr/games/caesar OLD_FILES+=usr/games/factor OLD_FILES+=usr/games/fortune OLD_FILES+=usr/games/grdc OLD_FILES+=usr/games/morse OLD_FILES+=usr/games/number OLD_FILES+=usr/games/pom OLD_FILES+=usr/games/ppt OLD_FILES+=usr/games/primes OLD_FILES+=usr/games/random OLD_FILES+=usr/games/rot13 OLD_FILES+=usr/games/strfile OLD_FILES+=usr/games/unstr OLD_DIRS+=usr/games # 20150209: liblzma header OLD_FILES+=usr/include/lzma/lzma.h # 20150124: spl.9 and friends OLD_FILES+=usr/share/man/man9/spl.9.gz OLD_FILES+=usr/share/man/man9/spl0.9.gz OLD_FILES+=usr/share/man/man9/splbio.9.gz OLD_FILES+=usr/share/man/man9/splclock.9.gz OLD_FILES+=usr/share/man/man9/splhigh.9.gz OLD_FILES+=usr/share/man/man9/splimp.9.gz OLD_FILES+=usr/share/man/man9/splnet.9.gz OLD_FILES+=usr/share/man/man9/splsoftclock.9.gz OLD_FILES+=usr/share/man/man9/splsofttty.9.gz OLD_FILES+=usr/share/man/man9/splstatclock.9.gz OLD_FILES+=usr/share/man/man9/spltty.9.gz OLD_FILES+=usr/share/man/man9/splvm.9.gz OLD_FILES+=usr/share/man/man9/splx.9.gz # 20150118: toeplitz.c moved from netinet to net OLD_FILES+=usr/include/netinet/toeplitz.h # 20150118: new clang import which bumps version from 3.5.0 to 3.5.1 OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.5.0/altivec.h OLD_FILES+=usr/include/clang/3.5.0/ammintrin.h OLD_FILES+=usr/include/clang/3.5.0/arm_acle.h OLD_FILES+=usr/include/clang/3.5.0/arm_neon.h OLD_FILES+=usr/include/clang/3.5.0/avx2intrin.h OLD_FILES+=usr/include/clang/3.5.0/avxintrin.h OLD_FILES+=usr/include/clang/3.5.0/bmi2intrin.h OLD_FILES+=usr/include/clang/3.5.0/bmiintrin.h OLD_FILES+=usr/include/clang/3.5.0/cpuid.h OLD_FILES+=usr/include/clang/3.5.0/emmintrin.h OLD_FILES+=usr/include/clang/3.5.0/f16cintrin.h OLD_FILES+=usr/include/clang/3.5.0/fma4intrin.h OLD_FILES+=usr/include/clang/3.5.0/fmaintrin.h OLD_FILES+=usr/include/clang/3.5.0/ia32intrin.h OLD_FILES+=usr/include/clang/3.5.0/immintrin.h OLD_FILES+=usr/include/clang/3.5.0/lzcntintrin.h OLD_FILES+=usr/include/clang/3.5.0/mm3dnow.h OLD_FILES+=usr/include/clang/3.5.0/mm_malloc.h OLD_FILES+=usr/include/clang/3.5.0/mmintrin.h OLD_FILES+=usr/include/clang/3.5.0/module.modulemap OLD_FILES+=usr/include/clang/3.5.0/nmmintrin.h OLD_FILES+=usr/include/clang/3.5.0/pmmintrin.h OLD_FILES+=usr/include/clang/3.5.0/popcntintrin.h OLD_FILES+=usr/include/clang/3.5.0/prfchwintrin.h OLD_FILES+=usr/include/clang/3.5.0/rdseedintrin.h OLD_FILES+=usr/include/clang/3.5.0/rtmintrin.h OLD_FILES+=usr/include/clang/3.5.0/shaintrin.h OLD_FILES+=usr/include/clang/3.5.0/smmintrin.h OLD_FILES+=usr/include/clang/3.5.0/tbmintrin.h OLD_FILES+=usr/include/clang/3.5.0/tmmintrin.h OLD_FILES+=usr/include/clang/3.5.0/wmmintrin.h OLD_FILES+=usr/include/clang/3.5.0/x86intrin.h OLD_FILES+=usr/include/clang/3.5.0/xmmintrin.h OLD_FILES+=usr/include/clang/3.5.0/xopintrin.h OLD_DIRS+=usr/include/clang/3.5.0 OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan-x86_64.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.asan_cxx-x86_64.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-arm.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.profile-x86_64.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.san-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.san-x86_64.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan-x86_64.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan_cxx-i386.a OLD_FILES+=usr/lib/clang/3.5.0/lib/freebsd/libclang_rt.ubsan_cxx-x86_64.a OLD_DIRS+=usr/lib/clang/3.5.0/lib/freebsd OLD_DIRS+=usr/lib/clang/3.5.0/lib OLD_DIRS+=usr/lib/clang/3.5.0 # 20150102: removal of asr(4) OLD_FILES+=usr/share/man/man4/asr.4.gz # 20150102: removal of texinfo OLD_FILES+=usr/bin/info OLD_FILES+=usr/bin/infokey OLD_FILES+=usr/bin/install-info OLD_FILES+=usr/bin/makeinfo OLD_FILES+=usr/bin/texindex OLD_FILES+=usr/share/info/am-utils.info.gz OLD_FILES+=usr/share/info/as.info.gz OLD_FILES+=usr/share/info/binutils.info.gz OLD_FILES+=usr/share/info/com_err.info.gz OLD_FILES+=usr/share/info/cpp.info.gz OLD_FILES+=usr/share/info/cppinternals.info.gz OLD_FILES+=usr/share/info/diff.info.gz OLD_FILES+=usr/share/info/dir OLD_FILES+=usr/share/info/gcc.info.gz OLD_FILES+=usr/share/info/gccint.info.gz OLD_FILES+=usr/share/info/gdb.info.gz OLD_FILES+=usr/share/info/gdbint.info.gz OLD_FILES+=usr/share/info/gperf.info.gz OLD_FILES+=usr/share/info/grep.info.gz OLD_FILES+=usr/share/info/groff.info.gz OLD_FILES+=usr/share/info/heimdal.info.gz OLD_FILES+=usr/share/info/history.info.gz OLD_FILES+=usr/share/info/info-stnd.info.gz OLD_FILES+=usr/share/info/info.info.gz OLD_FILES+=usr/share/info/ld.info.gz OLD_FILES+=usr/share/info/regex.info.gz OLD_FILES+=usr/share/info/rluserman.info.gz OLD_FILES+=usr/share/info/stabs.info.gz OLD_FILES+=usr/share/info/texinfo.info.gz OLD_FILES+=usr/share/man/man1/info.1.gz OLD_FILES+=usr/share/man/man1/infokey.1.gz OLD_FILES+=usr/share/man/man1/install-info.1.gz OLD_FILES+=usr/share/man/man1/makeinfo.1.gz OLD_FILES+=usr/share/man/man1/texindex.1.gz OLD_FILES+=usr/share/man/man5/info.5.gz OLD_FILES+=usr/share/man/man5/texinfo.5.gz OLD_DIRS+=usr/share/info # 20141231: new clang import which bumps version from 3.4.1 to 3.5.0 OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.4.1/altivec.h OLD_FILES+=usr/include/clang/3.4.1/ammintrin.h OLD_FILES+=usr/include/clang/3.4.1/arm_neon.h OLD_FILES+=usr/include/clang/3.4.1/avx2intrin.h OLD_FILES+=usr/include/clang/3.4.1/avxintrin.h OLD_FILES+=usr/include/clang/3.4.1/bmi2intrin.h OLD_FILES+=usr/include/clang/3.4.1/bmiintrin.h OLD_FILES+=usr/include/clang/3.4.1/cpuid.h OLD_FILES+=usr/include/clang/3.4.1/emmintrin.h OLD_FILES+=usr/include/clang/3.4.1/f16cintrin.h OLD_FILES+=usr/include/clang/3.4.1/fma4intrin.h OLD_FILES+=usr/include/clang/3.4.1/fmaintrin.h OLD_FILES+=usr/include/clang/3.4.1/immintrin.h OLD_FILES+=usr/include/clang/3.4.1/lzcntintrin.h OLD_FILES+=usr/include/clang/3.4.1/mm3dnow.h OLD_FILES+=usr/include/clang/3.4.1/mm_malloc.h OLD_FILES+=usr/include/clang/3.4.1/mmintrin.h OLD_FILES+=usr/include/clang/3.4.1/module.map OLD_FILES+=usr/include/clang/3.4.1/nmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/pmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/popcntintrin.h OLD_FILES+=usr/include/clang/3.4.1/prfchwintrin.h OLD_FILES+=usr/include/clang/3.4.1/rdseedintrin.h OLD_FILES+=usr/include/clang/3.4.1/rtmintrin.h OLD_FILES+=usr/include/clang/3.4.1/shaintrin.h OLD_FILES+=usr/include/clang/3.4.1/smmintrin.h OLD_FILES+=usr/include/clang/3.4.1/tbmintrin.h OLD_FILES+=usr/include/clang/3.4.1/tmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/wmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/x86intrin.h OLD_FILES+=usr/include/clang/3.4.1/xmmintrin.h OLD_FILES+=usr/include/clang/3.4.1/xopintrin.h OLD_DIRS+=usr/include/clang/3.4.1 # 20141225: Remove gpib/ieee488 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h OLD_FILES+=usr/include/dev/ieee488/tnt4882.h OLD_FILES+=usr/include/dev/ieee488/ugpib.h OLD_FILES+=usr/include/dev/ieee488/upd7210.h OLD_DIRS+=usr/include/dev/ieee488 OLD_FILES+=usr/include/gpib/gpib.h OLD_DIRS+=usr/include/gpib OLD_FILES+=usr/lib/libgpib.a OLD_FILES+=usr/lib/libgpib_p.a OLD_FILES+=usr/lib/libgpib.so OLD_LIBS+=usr/lib/libgpib.so.3 OLD_FILES+=usr/share/man/man3/gpib.3.gz OLD_FILES+=usr/share/man/man3/ibclr.3.gz OLD_FILES+=usr/share/man/man3/ibdev.3.gz OLD_FILES+=usr/share/man/man3/ibdma.3.gz OLD_FILES+=usr/share/man/man3/ibeos.3.gz OLD_FILES+=usr/share/man/man3/ibeot.3.gz OLD_FILES+=usr/share/man/man3/ibloc.3.gz OLD_FILES+=usr/share/man/man3/ibonl.3.gz OLD_FILES+=usr/share/man/man3/ibpad.3.gz OLD_FILES+=usr/share/man/man3/ibrd.3.gz OLD_FILES+=usr/share/man/man3/ibsad.3.gz OLD_FILES+=usr/share/man/man3/ibsic.3.gz OLD_FILES+=usr/share/man/man3/ibtmo.3.gz OLD_FILES+=usr/share/man/man3/ibtrg.3.gz OLD_FILES+=usr/share/man/man3/ibwrt.3.gz OLD_FILES+=usr/share/man/man4/gpib.4.gz OLD_FILES+=usr/share/man/man4/pcii.4.gz OLD_FILES+=usr/share/man/man4/tnt4882.4.gz # 20141224: libxo moved to /lib MOVED_LIBS+=usr/lib/libxo.so.0 # 20141223: remove in6_gif.h and in_gif.h OLD_FILES+=usr/include/netinet/in_gif.h OLD_FILES+=usr/include/netinet6/in6_gif.h # 20141209: pw tests broken into a file per command OLD_FILES+=usr/tests/usr.sbin/pw/pw_delete OLD_FILES+=usr/tests/usr.sbin/pw/pw_modify # 20141202: update to mandoc CVS 20141201 OLD_FILES+=usr.bin/preconv OLD_FILES+=usr/share/man/man1/preconv.1.gz # 20141129: mrouted rc.d scripts removed from base OLD_FILES+=etc/rc.d/mrouted # 20141126: convert sbin/mdconfig/tests to ATF format tests OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test OLD_FILES+=usr/tests/sbin/mdconfig/run.pl # 20141126: remove xform_ipip decapsulation fallback OLD_FILES+=usr/include/netipsec/ipip_var.h # 20141122: mandoc updated to 1.13.1 OLD_FILES+=usr/share/mdocml/external.png # 20141111: SF_KQUEUE code removed OLD_FILES+=usr/include/sys/sf_base.h OLD_FILES+=usr/include/sys/sf_sync.h # 20141109: faith/faithd removal OLD_FILES+=etc/rc.d/faith OLD_FILES+=usr/share/man/man4/faith.4.gz OLD_FILES+=usr/share/man/man4/if_faith.4.gz OLD_FILES+=usr/sbin/faithd OLD_FILES+=usr/share/man/man8/faithd.8.gz # 20141107: overhaul if_gre(4) OLD_FILES+=usr/include/netinet/ip_gre.h # 20141102: postrandom obsoleted by new /dev/random code OLD_FILES+=etc/rc.d/postrandom # 20141031: initrandom obsoleted by new /dev/random code OLD_FILES+=etc/rc.d/initrandom # 20141030: atf 0.21 import OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz # 20141028: debug files accidentally installed as directory name OLD_FILES+=usr/lib/debug/usr/lib/i18n OLD_FILES+=usr/lib/debug/usr/lib/private OLD_FILES+=usr/lib/debug/usr/lib32/i18n OLD_FILES+=usr/lib/debug/usr/lib32/private # 20141015: OpenSSL 1.0.1j import OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz # 20141003: libproc version bump OLD_LIBS+=usr/lib/libproc.so.2 # 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz # 20140917: hv_kvpd rc.d script removed in favor of devd configuration OLD_FILES+=etc/rc.d/hv_kvpd # 20140917: libnv was accidentally being installed to /usr/lib instead of /lib MOVED_LIBS+=usr/lib/libnv.so.0 # 20140829: rc.d/kerberos removed OLD_FILES+=etc/rc.d/kerberos # 20140814: libopie version bump OLD_LIBS+=usr/lib/libopie.so.7 # 20140811: otp-sha renamed to otp-sha1 OLD_FILES+=usr/bin/otp-sha OLD_FILES+=usr/share/man/man1/otp-sha.1.gz # 20140807: Remove private lib files that should not be installed OLD_FILES+=usr/lib/private/libatf-c.a OLD_FILES+=usr/lib/private/libatf-c.so OLD_FILES+=usr/lib/private/libatf-c_p.a OLD_FILES+=usr/lib/private/libatf-c++.a OLD_FILES+=usr/lib/private/libatf-c++.so OLD_FILES+=usr/lib/private/libatf-c++_p.a OLD_FILES+=usr/lib/private/libbsdstat.a OLD_FILES+=usr/lib/private/libbsdstat.so OLD_FILES+=usr/lib/private/libbsdstat_p.a OLD_FILES+=usr/lib/private/libheimipcc.a OLD_FILES+=usr/lib/private/libheimipcc.so OLD_FILES+=usr/lib/private/libheimipcc_p.a OLD_FILES+=usr/lib/private/libheimipcs.a OLD_FILES+=usr/lib/private/libheimipcs.so OLD_FILES+=usr/lib/private/libheimipcs_p.a OLD_FILES+=usr/lib/private/libldns.a OLD_FILES+=usr/lib/private/libldns.so OLD_FILES+=usr/lib/private/libldns_p.a OLD_FILES+=usr/lib/private/libssh.a OLD_FILES+=usr/lib/private/libssh.so OLD_FILES+=usr/lib/private/libssh_p.a OLD_FILES+=usr/lib/private/libunbound.a OLD_FILES+=usr/lib/private/libunbound.so OLD_FILES+=usr/lib/private/libunbound_p.a OLD_FILES+=usr/lib/private/libucl.a OLD_FILES+=usr/lib/private/libucl.so OLD_FILES+=usr/lib/private/libucl_p.a # 20140803: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz # 20140731 OLD_FILES+=usr/share/man/man9/SYSCTL_ADD_OID.9.gz # 20140728: libsbuf restored to old version OLD_LIBS+=lib/libsbuf.so.7 # 20140728: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/VOP_GETVOBJECT.9.gz OLD_FILES+=usr/share/man/man9/VOP_CREATEVOBJECT.9.gz OLD_FILES+=usr/share/man/man9/VOP_DESTROYVOBJECT.9.gz # 20140723: renamed to PCBGROUP.9 OLD_FILES+=usr/share/man/man9/PCBGROUPS.9.gz # 20140722: browse_packages_ftp.sh removed OLD_FILES+=usr/share/examples/bsdconfig/browse_packages_ftp.sh # 20140718: Remove obsolete man pages OLD_FILES+=usr/share/man/man9/zero_copy.9.gz OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz # 20140718: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/pmap_page_protect.9.gz # 20140717: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/pmap_clear_reference.9.gz # 20140716: Remove an incorrectly named man page OLD_FILES+=usr/share/man/man9/pmap_ts_modified.9.gz # 20140712: Removal of bsd.dtrace.mk OLD_FILES+=usr/share/mk/bsd.dtrace.mk # 20140705: turn libreadline into an internal lib OLD_LIBS+=lib/libreadline.so.8 OLD_FILES+=usr/lib/libreadline.a OLD_FILES+=usr/lib/libreadline_p.a OLD_FILES+=usr/lib/libreadline.so OLD_FILES+=usr/lib/libhistory.a OLD_FILES+=usr/lib/libhistory_p.a OLD_FILES+=usr/lib/libhistory.so OLD_LIBS+=usr/lib/libhistory.so.8 OLD_FILES+=usr/include/readline/chardefs.h OLD_FILES+=usr/include/readline/history.h OLD_FILES+=usr/include/readline/keymaps.h OLD_FILES+=usr/include/readline/readline.h OLD_FILES+=usr/include/readline/tilde.h OLD_FILES+=usr/include/readline/rlconf.h OLD_FILES+=usr/include/readline/rlstdc.h OLD_FILES+=usr/include/readline/rltypedefs.h OLD_FILES+=usr/include/readline/rltypedefs.h OLD_DIRS+=usr/include/readline OLD_FILES+=usr/share/info/readline.info.gz OLD_FILES+=usr/share/man/man3/readline.3.gz OLD_FILES+=usr/share/man/man3/rlhistory.3.gz # 20140625: csup removal OLD_FILES+=usr/bin/csup OLD_FILES+=usr/bin/cpasswd OLD_FILES+=usr/share/man/man1/csup.1.gz OLD_FILES+=usr/share/man/man1/cpasswd.1.gz OLD_FILES+=usr/share/examples/cvsup/README OLD_FILES+=usr/share/examples/cvsup/cvs-supfile OLD_FILES+=usr/share/examples/cvsup/stable-supfile OLD_FILES+=usr/share/examples/cvsup/standard-supfile OLD_DIRS+=usr/share/examples/cvsup # 20140614: send-pr removal OLD_FILES+=usr/bin/sendbug OLD_FILES+=usr/share/info/send-pr.info.gz OLD_FILES+=usr/share/man/man1/send-pr.1.gz OLD_FILES+=usr/share/man/man1/sendbug.1.gz OLD_FILES+=etc/gnats/freefall OLD_DIRS+=etc/gnats # 20140512: new clang import which bumps version from 3.4 to 3.4.1 OLD_FILES+=usr/include/clang/3.4/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.4/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.4/altivec.h OLD_FILES+=usr/include/clang/3.4/ammintrin.h OLD_FILES+=usr/include/clang/3.4/avx2intrin.h OLD_FILES+=usr/include/clang/3.4/avxintrin.h OLD_FILES+=usr/include/clang/3.4/bmi2intrin.h OLD_FILES+=usr/include/clang/3.4/bmiintrin.h OLD_FILES+=usr/include/clang/3.4/cpuid.h OLD_FILES+=usr/include/clang/3.4/emmintrin.h OLD_FILES+=usr/include/clang/3.4/f16cintrin.h OLD_FILES+=usr/include/clang/3.4/fma4intrin.h OLD_FILES+=usr/include/clang/3.4/fmaintrin.h OLD_FILES+=usr/include/clang/3.4/immintrin.h OLD_FILES+=usr/include/clang/3.4/lzcntintrin.h OLD_FILES+=usr/include/clang/3.4/mm3dnow.h OLD_FILES+=usr/include/clang/3.4/mm_malloc.h OLD_FILES+=usr/include/clang/3.4/mmintrin.h OLD_FILES+=usr/include/clang/3.4/module.map OLD_FILES+=usr/include/clang/3.4/nmmintrin.h OLD_FILES+=usr/include/clang/3.4/pmmintrin.h OLD_FILES+=usr/include/clang/3.4/popcntintrin.h OLD_FILES+=usr/include/clang/3.4/prfchwintrin.h OLD_FILES+=usr/include/clang/3.4/rdseedintrin.h OLD_FILES+=usr/include/clang/3.4/rtmintrin.h OLD_FILES+=usr/include/clang/3.4/shaintrin.h OLD_FILES+=usr/include/clang/3.4/smmintrin.h OLD_FILES+=usr/include/clang/3.4/tbmintrin.h OLD_FILES+=usr/include/clang/3.4/tmmintrin.h OLD_FILES+=usr/include/clang/3.4/wmmintrin.h OLD_FILES+=usr/include/clang/3.4/x86intrin.h OLD_FILES+=usr/include/clang/3.4/xmmintrin.h OLD_FILES+=usr/include/clang/3.4/xopintrin.h OLD_FILES+=usr/include/clang/3.4/arm_neon.h OLD_FILES+=usr/include/clang/3.4/module.map OLD_DIRS+=usr/include/clang/3.4 # 20140505: Bogusly installing src.opts.mk OLD_FILES+=usr/share/mk/src.opts.mk # 20140505: Reject PR kern/187551 OLD_FILES+=usr/tests/sbin/ifconfig/fibs_test # 20140502: Removal of lindev(4) OLD_FILES+=usr/share/man/man4/lindev.4.gz # 20140425 OLD_FILES+=usr/lib/libssp_p.a OLD_FILES+=usr/lib/libstand_p.a # 20140413: Removed NO_MANCOMPRESS from mount_fusefs OLD_FILES+=usr/share/man/man8/mount_fusefs.8 # 20140314: AppleTalk OLD_DIRS+=usr/include/netatalk OLD_FILES+=usr/include/netatalk/aarp.h OLD_FILES+=usr/include/netatalk/at.h OLD_FILES+=usr/include/netatalk/at_extern.h OLD_FILES+=usr/include/netatalk/at_var.h OLD_FILES+=usr/include/netatalk/ddp.h OLD_FILES+=usr/include/netatalk/ddp_pcb.h OLD_FILES+=usr/include/netatalk/ddp_var.h OLD_FILES+=usr/include/netatalk/endian.h OLD_FILES+=usr/include/netatalk/phase2.h # 20140314: Remove IPX/SPX OLD_LIBS+=lib/libipx.so.5 OLD_FILES+=usr/include/netipx/ipx.h OLD_FILES+=usr/include/netipx/ipx_if.h OLD_FILES+=usr/include/netipx/ipx_pcb.h OLD_FILES+=usr/include/netipx/ipx_var.h OLD_FILES+=usr/include/netipx/spx.h OLD_FILES+=usr/include/netipx/spx_debug.h OLD_FILES+=usr/include/netipx/spx_timer.h OLD_FILES+=usr/include/netipx/spx_var.h OLD_DIRS+=usr/include/netipx OLD_FILES+=usr/lib/libipx.a OLD_FILES+=usr/lib/libipx.so OLD_FILES+=usr/lib/libipx_p.a OLD_FILES+=usr/sbin/IPXrouted OLD_FILES+=usr/share/man/man3/ipx.3.gz OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz OLD_FILES+=usr/share/man/man4/ef.4.gz OLD_FILES+=usr/share/man/man4/if_ef.4.gz OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz # 20140314: bsdconfig usermgmt rewrite OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/userinput # 20140307: bsdconfig groupmgmt rewrite OLD_FILES+=usr/libexec/bsdconfig/070.usermgmt/groupinput # 20140223: Remove libyaml OLD_FILES+=usr/lib/private/libyaml.a OLD_FILES+=usr/lib/private/libyaml.so OLD_LIBS+=usr/lib/private/libyaml.so.1 OLD_FILES+=usr/lib/private/libyaml_p.a # 20140216: new clang import which bumps version from 3.3 to 3.4 OLD_FILES+=usr/bin/llvm-prof OLD_FILES+=usr/include/clang/3.3/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.3/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.3/altivec.h OLD_FILES+=usr/include/clang/3.3/ammintrin.h OLD_FILES+=usr/include/clang/3.3/avx2intrin.h OLD_FILES+=usr/include/clang/3.3/avxintrin.h OLD_FILES+=usr/include/clang/3.3/bmi2intrin.h OLD_FILES+=usr/include/clang/3.3/bmiintrin.h OLD_FILES+=usr/include/clang/3.3/cpuid.h OLD_FILES+=usr/include/clang/3.3/emmintrin.h OLD_FILES+=usr/include/clang/3.3/f16cintrin.h OLD_FILES+=usr/include/clang/3.3/fma4intrin.h OLD_FILES+=usr/include/clang/3.3/fmaintrin.h OLD_FILES+=usr/include/clang/3.3/immintrin.h OLD_FILES+=usr/include/clang/3.3/lzcntintrin.h OLD_FILES+=usr/include/clang/3.3/mm3dnow.h OLD_FILES+=usr/include/clang/3.3/mm_malloc.h OLD_FILES+=usr/include/clang/3.3/mmintrin.h OLD_FILES+=usr/include/clang/3.3/module.map OLD_FILES+=usr/include/clang/3.3/nmmintrin.h OLD_FILES+=usr/include/clang/3.3/pmmintrin.h OLD_FILES+=usr/include/clang/3.3/popcntintrin.h OLD_FILES+=usr/include/clang/3.3/prfchwintrin.h OLD_FILES+=usr/include/clang/3.3/rdseedintrin.h OLD_FILES+=usr/include/clang/3.3/rtmintrin.h OLD_FILES+=usr/include/clang/3.3/smmintrin.h OLD_FILES+=usr/include/clang/3.3/tmmintrin.h OLD_FILES+=usr/include/clang/3.3/wmmintrin.h OLD_FILES+=usr/include/clang/3.3/x86intrin.h OLD_FILES+=usr/include/clang/3.3/xmmintrin.h OLD_FILES+=usr/include/clang/3.3/xopintrin.h OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz OLD_DIRS+=usr/include/clang/3.3 # 20140216: nve(4) removed OLD_FILES+=usr/share/man/man4/if_nve.4.gz OLD_FILES+=usr/share/man/man4/nve.4.gz # 20140205: Open Firmware device moved OLD_FILES+=usr/include/dev/ofw/ofw_nexus.h # 20140128: libelf and libdwarf import OLD_LIBS+=usr/lib/libelf.so.1 OLD_LIBS+=usr/lib/libdwarf.so.3 # 20140123: apicvar header moved to x86 OLD_FILES+=usr/include/machine/apicvar.h # 20131215: libcam version bumped OLD_LIBS+=lib/libcam.so.6 # 20131202: libcapsicum and libcasper moved to /lib/ MOVED_LIBS+=usr/lib/libcapsicum.so.0 MOVED_LIBS+=usr/lib/libcasper.so.0 # 20131109: extattr(2) mlinks fixed OLD_FILES+=usr/share/man/man2/extattr_delete_list.2.gz OLD_FILES+=usr/share/man/man2/extattr_get_list.2.gz # 20131107: example files removed OLD_FILES+=usr/share/examples/libusb20/aux.c OLD_FILES+=usr/share/examples/libusb20/aux.h # 20131103: WITH_LIBICONV_COMPAT removal OLD_FILES+=usr/include/_libiconv_compat.h OLD_FILES+=usr/lib/libiconv.a OLD_FILES+=usr/lib/libiconv.so OLD_LIBS+=usr/lib/libiconv.so.3 OLD_FILES+=usr/lib/libiconv_p.a # 20131103: removal of utxrm(8), use 'utx rm' instead OLD_FILES+=usr/sbin/utxrm OLD_FILES+=usr/share/man/man8/utxrm.8.gz # 20131031: pkg_install has been removed OLD_FILES+=etc/periodic/daily/220.backup-pkgdb OLD_FILES+=etc/periodic/daily/490.status-pkg-changes OLD_FILES+=etc/periodic/security/460.chkportsum OLD_FILES+=etc/periodic/weekly/400.status-pkg OLD_FILES+=usr/sbin/pkg_add OLD_FILES+=usr/sbin/pkg_create OLD_FILES+=usr/sbin/pkg_delete OLD_FILES+=usr/sbin/pkg_info OLD_FILES+=usr/sbin/pkg_updating OLD_FILES+=usr/sbin/pkg_version OLD_FILES+=usr/share/man/man1/pkg_add.1.gz OLD_FILES+=usr/share/man/man1/pkg_create.1.gz OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz OLD_FILES+=usr/share/man/man1/pkg_info.1.gz OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz OLD_FILES+=usr/share/man/man1/pkg_version.1.gz # 20131030: /etc/keys moved to /usr/share/keys OLD_DIRS+=etc/keys OLD_DIRS+=etc/keys/pkg OLD_DIRS+=etc/keys/pkg/revoked OLD_DIRS+=etc/keys/pkg/trusted OLD_FILES+=etc/keys/pkg/trusted/pkg.freebsd.org.2013102301 # 20131028: ng_fec(4) removed OLD_FILES+=usr/include/netgraph/ng_fec.h OLD_FILES+=usr/share/man/man4/ng_fec.4.gz # 20131027: header moved OLD_FILES+=usr/include/net/pf_mtag.h # 20131023: remove never used iscsi directory OLD_DIRS+=usr/share/examples/iscsi # 20131021: isf(4) removed OLD_FILES+=usr/sbin/isfctl OLD_FILES+=usr/share/man/man4/isf.4.gz OLD_FILES+=usr/share/man/man8/isfctl.8.gz # 20131014: libbsdyml becomes private OLD_FILES+=usr/lib/libbsdyml.a OLD_FILES+=usr/lib/libbsdyml.so OLD_LIBS+=usr/lib/libbsdyml.so.0 OLD_FILES+=usr/lib/libbsdyml_p.a OLD_FILES+=usr/share/man/man3/libbsdyml.3.gz OLD_FILES+=usr/include/bsdyml.h # 20131013: Removal of the ATF tools OLD_FILES+=etc/atf/FreeBSD.conf OLD_FILES+=etc/atf/atf-run.hooks OLD_FILES+=etc/atf/common.conf OLD_FILES+=usr/bin/atf-config OLD_FILES+=usr/bin/atf-report OLD_FILES+=usr/bin/atf-run OLD_FILES+=usr/bin/atf-version OLD_FILES+=usr/share/atf/atf-run.hooks OLD_FILES+=usr/share/examples/atf/atf-run.hooks OLD_FILES+=usr/share/examples/atf/tests-results.css OLD_FILES+=usr/share/man/man1/atf-config.1.gz OLD_FILES+=usr/share/man/man1/atf-report.1.gz OLD_FILES+=usr/share/man/man1/atf-run.1.gz OLD_FILES+=usr/share/man/man1/atf-version.1.gz OLD_FILES+=usr/share/man/man5/atf-formats.5.gz OLD_FILES+=usr/share/xml/atf/tests-results.dtd OLD_FILES+=usr/share/xsl/atf/tests-results.xsl OLD_DIRS+=etc/atf OLD_DIRS+=usr/share/examples/atf OLD_DIRS+=usr/share/xml/atf OLD_DIRS+=usr/share/xml OLD_DIRS+=usr/share/xsl/atf OLD_DIRS+=usr/share/xsl # 20131009: freebsd-version moved from /libexec to /bin OLD_FILES+=libexec/freebsd-version # 20131001: ar and ranlib from binutils not used OLD_FILES+=usr/bin/gnu-ar OLD_FILES+=usr/bin/gnu-ranlib OLD_FILES+=usr/share/man/man1/gnu-ar.1.gz OLD_FILES+=usr/share/man/man1/gnu-ranlib.1.gz # 20130930: BIND removed from base OLD_FILES+=etc/mtree/BIND.chroot.dist OLD_FILES+=etc/namedb OLD_FILES+=etc/periodic/daily/470.status-named OLD_FILES+=usr/bin/dig OLD_FILES+=usr/bin/nslookup OLD_FILES+=usr/bin/nsupdate OLD_DIRS+=usr/include/lwres OLD_FILES+=usr/include/lwres/context.h OLD_FILES+=usr/include/lwres/int.h OLD_FILES+=usr/include/lwres/ipv6.h OLD_FILES+=usr/include/lwres/lang.h OLD_FILES+=usr/include/lwres/list.h OLD_FILES+=usr/include/lwres/lwbuffer.h OLD_FILES+=usr/include/lwres/lwpacket.h OLD_FILES+=usr/include/lwres/lwres.h OLD_FILES+=usr/include/lwres/net.h OLD_FILES+=usr/include/lwres/netdb.h OLD_FILES+=usr/include/lwres/platform.h OLD_FILES+=usr/include/lwres/result.h OLD_FILES+=usr/include/lwres/string.h OLD_FILES+=usr/include/lwres/version.h OLD_FILES+=usr/lib/liblwres.a OLD_FILES+=usr/lib/liblwres.so OLD_LIBS+=usr/lib/liblwres.so.90 OLD_FILES+=usr/lib/liblwres_p.a OLD_FILES+=usr/sbin/arpaname OLD_FILES+=usr/sbin/ddns-confgen OLD_FILES+=usr/sbin/dnssec-dsfromkey OLD_FILES+=usr/sbin/dnssec-keyfromlabel OLD_FILES+=usr/sbin/dnssec-keygen OLD_FILES+=usr/sbin/dnssec-revoke OLD_FILES+=usr/sbin/dnssec-settime OLD_FILES+=usr/sbin/dnssec-signzone OLD_FILES+=usr/sbin/dnssec-verify OLD_FILES+=usr/sbin/genrandom OLD_FILES+=usr/sbin/isc-hmac-fixup OLD_FILES+=usr/sbin/lwresd OLD_FILES+=usr/sbin/named OLD_FILES+=usr/sbin/named-checkconf OLD_FILES+=usr/sbin/named-checkzone OLD_FILES+=usr/sbin/named-compilezone OLD_FILES+=usr/sbin/named-journalprint OLD_FILES+=usr/sbin/named.reconfig OLD_FILES+=usr/sbin/named.reload OLD_FILES+=usr/sbin/nsec3hash OLD_FILES+=usr/sbin/rndc OLD_FILES+=usr/sbin/rndc-confgen OLD_DIRS+=usr/share/doc/bind9 OLD_FILES+=usr/share/doc/bind9/CHANGES OLD_FILES+=usr/share/doc/bind9/COPYRIGHT OLD_FILES+=usr/share/doc/bind9/FAQ OLD_FILES+=usr/share/doc/bind9/HISTORY OLD_FILES+=usr/share/doc/bind9/README OLD_DIRS+=usr/share/doc/bind9/arm OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch10.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.pdf OLD_FILES+=usr/share/doc/bind9/arm/man.arpaname.html OLD_FILES+=usr/share/doc/bind9/arm/man.ddns-confgen.html OLD_FILES+=usr/share/doc/bind9/arm/man.dig.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-dsfromkey.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-keyfromlabel.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-keygen.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-revoke.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-settime.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-signzone.html OLD_FILES+=usr/share/doc/bind9/arm/man.dnssec-verify.html OLD_FILES+=usr/share/doc/bind9/arm/man.genrandom.html OLD_FILES+=usr/share/doc/bind9/arm/man.host.html OLD_FILES+=usr/share/doc/bind9/arm/man.isc-hmac-fixup.html OLD_FILES+=usr/share/doc/bind9/arm/man.named-checkconf.html OLD_FILES+=usr/share/doc/bind9/arm/man.named-checkzone.html OLD_FILES+=usr/share/doc/bind9/arm/man.named-journalprint.html OLD_FILES+=usr/share/doc/bind9/arm/man.named.html OLD_FILES+=usr/share/doc/bind9/arm/man.nsec3hash.html OLD_FILES+=usr/share/doc/bind9/arm/man.nsupdate.html OLD_FILES+=usr/share/doc/bind9/arm/man.rndc-confgen.html OLD_FILES+=usr/share/doc/bind9/arm/man.rndc.conf.html OLD_FILES+=usr/share/doc/bind9/arm/man.rndc.html OLD_DIRS+=usr/share/doc/bind9/misc OLD_FILES+=usr/share/doc/bind9/misc/dnssec OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl OLD_FILES+=usr/share/doc/bind9/misc/ipv6 OLD_FILES+=usr/share/doc/bind9/misc/migration OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9 OLD_FILES+=usr/share/doc/bind9/misc/options OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance OLD_FILES+=usr/share/doc/bind9/misc/roadmap OLD_FILES+=usr/share/doc/bind9/misc/sdb OLD_FILES+=usr/share/doc/bind9/misc/sort-options.pl OLD_FILES+=usr/share/man/man1/arpaname.1.gz OLD_FILES+=usr/share/man/man1/dig.1.gz OLD_FILES+=usr/share/man/man1/nslookup.1.gz OLD_FILES+=usr/share/man/man1/nsupdate.1.gz OLD_FILES+=usr/share/man/man3/lwres.3.gz OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz OLD_FILES+=usr/share/man/man3/lwres_config.3.gz OLD_FILES+=usr/share/man/man3/lwres_context.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz OLD_FILES+=usr/share/man/man5/named.conf.5.gz OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz OLD_FILES+=usr/share/man/man8/ddns-confgen.8.gz OLD_FILES+=usr/share/man/man8/dnssec-dsfromkey.8.gz OLD_FILES+=usr/share/man/man8/dnssec-keyfromlabel.8.gz OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz OLD_FILES+=usr/share/man/man8/dnssec-revoke.8.gz OLD_FILES+=usr/share/man/man8/dnssec-settime.8.gz OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz OLD_FILES+=usr/share/man/man8/dnssec-verify.8.gz OLD_FILES+=usr/share/man/man8/genrandom.8.gz OLD_FILES+=usr/share/man/man8/isc-hmac-fixup.8.gz OLD_FILES+=usr/share/man/man8/lwresd.8.gz OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz OLD_FILES+=usr/share/man/man8/named-compilezone.8.gz OLD_FILES+=usr/share/man/man8/named-journalprint.8.gz OLD_FILES+=usr/share/man/man8/named.8.gz OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz OLD_FILES+=usr/share/man/man8/named.reload.8.gz OLD_FILES+=usr/share/man/man8/nsec3hash.8.gz OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz OLD_FILES+=usr/share/man/man8/rndc.8.gz OLD_DIRS+=var/named/dev OLD_DIRS+=var/named/etc OLD_DIRS+=var/named/etc/namedb OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev OLD_DIRS+=var/named/etc/namedb/dynamic OLD_FILES+=var/named/etc/namedb/make-localhost OLD_DIRS+=var/named/etc/namedb/master OLD_FILES+=var/named/etc/namedb/master/empty.db OLD_FILES+=var/named/etc/namedb/master/localhost-forward.db OLD_FILES+=var/named/etc/namedb/master/localhost-reverse.db #OLD_FILES+=var/named/etc/namedb/named.conf # intentionally left out OLD_FILES+=var/named/etc/namedb/named.root OLD_DIRS+=var/named/etc/namedb/working OLD_DIRS+=var/named/etc/namedb/slave OLD_DIRS+=var/named/var OLD_DIRS+=var/named/var/dump OLD_DIRS+=var/named/var/log OLD_DIRS+=var/named/var/run OLD_DIRS+=var/named/var/run/named OLD_DIRS+=var/named/var/stats OLD_DIRS+=var/run/named # 20130923: example moved OLD_FILES+=usr/share/examples/bsdconfig/browse_packages.sh # 20130908: libssh becomes private OLD_FILES+=usr/lib/libssh.a OLD_FILES+=usr/lib/libssh.so OLD_LIBS+=usr/lib/libssh.so.5 OLD_FILES+=usr/lib/libssh_p.a # 20130903: gnupatch is no more OLD_FILES+=usr/bin/gnupatch OLD_FILES+=usr/share/man/man1/gnupatch.1.gz # 20130829: bsdpatch is patch unconditionally OLD_FILES+=usr/bin/bsdpatch OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz # 20130822: bind 9.9.3-P2 import OLD_LIBS+=usr/lib/liblwres.so.80 # 20130814: vm_page_busy(9) OLD_FILES+=usr/share/man/man9/vm_page_flash.9.gz OLD_FILES+=usr/share/man/man9/vm_page_io.9.gz OLD_FILES+=usr/share/man/man9/vm_page_io_finish.9.gz OLD_FILES+=usr/share/man/man9/vm_page_io_start.9.gz OLD_FILES+=usr/share/man/man9/vm_page_wakeup.9.gz # 20130710: libkvm version bump OLD_LIBS+=lib/libkvm.so.5 # 20130623: dialog update from 1.1 to 1.2 OLD_LIBS+=usr/lib/libdialog.so.7 # 20130616: vfs_mount.9 removed OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz # 20130614: remove CVS from base OLD_FILES+=usr/bin/cvs OLD_FILES+=usr/bin/cvsbug OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ascii.gz OLD_FILES+=usr/share/doc/psd/28.cvs/paper.ps.gz OLD_DIRS+=usr/share/doc/psd/28.cvs OLD_FILES+=usr/share/examples/cvs/contrib/README OLD_FILES+=usr/share/examples/cvs/contrib/clmerge OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man OLD_FILES+=usr/share/examples/cvs/contrib/descend.man OLD_FILES+=usr/share/examples/cvs/contrib/easy-import OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc OLD_FILES+=usr/share/examples/cvs/contrib/log OLD_FILES+=usr/share/examples/cvs/contrib/log_accum OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log OLD_FILES+=usr/share/examples/cvs/contrib/rcslock OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs OLD_DIRS+=usr/share/examples/cvs/contrib OLD_DIRS+=usr/share/examples/cvs OLD_FILES+=usr/share/info/cvs.info.gz OLD_FILES+=usr/share/info/cvsclient.info.gz OLD_FILES+=usr/share/man/man1/cvs.1.gz OLD_FILES+=usr/share/man/man5/cvs.5.gz OLD_FILES+=usr/share/man/man8/cvsbug.8.gz # 20130607: WITH_DEBUG_FILES added OLD_FILES+=lib/libufs.so.6.symbols # 20130417: nfs fha moved from nfsserver to nfs OLD_FILES+=usr/include/nfsserver/nfs_fha.h # 20130411: new clang import which bumps version from 3.2 to 3.3 OLD_FILES+=usr/include/clang/3.2/__wmmintrin_aes.h OLD_FILES+=usr/include/clang/3.2/__wmmintrin_pclmul.h OLD_FILES+=usr/include/clang/3.2/altivec.h OLD_FILES+=usr/include/clang/3.2/ammintrin.h OLD_FILES+=usr/include/clang/3.2/avx2intrin.h OLD_FILES+=usr/include/clang/3.2/avxintrin.h OLD_FILES+=usr/include/clang/3.2/bmi2intrin.h OLD_FILES+=usr/include/clang/3.2/bmiintrin.h OLD_FILES+=usr/include/clang/3.2/cpuid.h OLD_FILES+=usr/include/clang/3.2/emmintrin.h OLD_FILES+=usr/include/clang/3.2/f16cintrin.h OLD_FILES+=usr/include/clang/3.2/fma4intrin.h OLD_FILES+=usr/include/clang/3.2/fmaintrin.h OLD_FILES+=usr/include/clang/3.2/immintrin.h OLD_FILES+=usr/include/clang/3.2/lzcntintrin.h OLD_FILES+=usr/include/clang/3.2/mm3dnow.h OLD_FILES+=usr/include/clang/3.2/mm_malloc.h OLD_FILES+=usr/include/clang/3.2/mmintrin.h OLD_FILES+=usr/include/clang/3.2/module.map OLD_FILES+=usr/include/clang/3.2/nmmintrin.h OLD_FILES+=usr/include/clang/3.2/pmmintrin.h OLD_FILES+=usr/include/clang/3.2/popcntintrin.h OLD_FILES+=usr/include/clang/3.2/rtmintrin.h OLD_FILES+=usr/include/clang/3.2/smmintrin.h OLD_FILES+=usr/include/clang/3.2/tmmintrin.h OLD_FILES+=usr/include/clang/3.2/wmmintrin.h OLD_FILES+=usr/include/clang/3.2/x86intrin.h OLD_FILES+=usr/include/clang/3.2/xmmintrin.h OLD_FILES+=usr/include/clang/3.2/xopintrin.h OLD_DIRS+=usr/include/clang/3.2 # 20130404: legacy ATA stack removed OLD_FILES+=etc/periodic/daily/405.status-ata-raid OLD_FILES+=rescue/atacontrol OLD_FILES+=sbin/atacontrol OLD_FILES+=usr/share/man/man8/atacontrol.8.gz OLD_FILES+=usr/share/man/man4/atapicam.4.gz OLD_FILES+=usr/share/man/man4/ataraid.4.gz OLD_FILES+=usr/sbin/burncd OLD_FILES+=usr/share/man/man8/burncd.8.gz # 20130316: vinum.4 removed OLD_FILES+=usr/share/man/man4/vinum.4.gz # 20130312: fortunes-o removed OLD_FILES+=usr/share/games/fortune/fortunes-o OLD_FILES+=usr/share/games/fortune/fortunes-o.dat # 20130311: Ports are no more available via cvsup OLD_FILES+=usr/share/examples/cvsup/ports-supfile OLD_FILES+=usr/share/examples/cvsup/refuse OLD_FILES+=usr/share/examples/cvsup/refuse.README # 20130309: NWFS and NCP supports removed OLD_FILES+=usr/bin/ncplist OLD_FILES+=usr/bin/ncplogin OLD_FILES+=usr/bin/ncplogout OLD_FILES+=usr/include/fs/nwfs/nwfs.h OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h OLD_DIRS+=usr/include/fs/nwfs OLD_FILES+=usr/include/netncp/ncp.h OLD_FILES+=usr/include/netncp/ncp_cfg.h OLD_FILES+=usr/include/netncp/ncp_conn.h OLD_FILES+=usr/include/netncp/ncp_file.h OLD_FILES+=usr/include/netncp/ncp_lib.h OLD_FILES+=usr/include/netncp/ncp_ncp.h OLD_FILES+=usr/include/netncp/ncp_nls.h OLD_FILES+=usr/include/netncp/ncp_rcfile.h OLD_FILES+=usr/include/netncp/ncp_rq.h OLD_FILES+=usr/include/netncp/ncp_sock.h OLD_FILES+=usr/include/netncp/ncp_subr.h OLD_FILES+=usr/include/netncp/ncp_user.h OLD_FILES+=usr/include/netncp/ncpio.h OLD_FILES+=usr/include/netncp/nwerror.h OLD_DIRS+=usr/include/netncp OLD_FILES+=usr/lib/libncp.a OLD_FILES+=usr/lib/libncp.so OLD_LIBS+=usr/lib/libncp.so.4 OLD_FILES+=usr/lib/libncp_p.a OLD_FILES+=usr/sbin/mount_nwfs OLD_FILES+=usr/share/examples/nwclient/dot.nwfsrc OLD_FILES+=usr/share/examples/nwclient/nwfs.sh.sample OLD_DIRS+=usr/share/examples/nwclient OLD_FILES+=usr/share/man/man1/ncplist.1.gz OLD_FILES+=usr/share/man/man1/ncplogin.1.gz OLD_FILES+=usr/share/man/man1/ncplogout.1.gz OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz # 20130302: NTFS support removed OLD_FILES+=rescue/mount_ntfs OLD_FILES+=sbin/mount_ntfs OLD_FILES+=usr/include/fs/ntfs/ntfs.h OLD_FILES+=usr/include/fs/ntfs/ntfs_compr.h OLD_FILES+=usr/include/fs/ntfs/ntfs_ihash.h OLD_FILES+=usr/include/fs/ntfs/ntfs_inode.h OLD_FILES+=usr/include/fs/ntfs/ntfs_subr.h OLD_FILES+=usr/include/fs/ntfs/ntfs_vfsops.h OLD_FILES+=usr/include/fs/ntfs/ntfsmount.h OLD_DIRS+=usr/include/fs/ntfs OLD_FILES+=usr/share/man/man8/mount_ntfs.8.gz # 20130302: PORTALFS support removed OLD_FILES+=usr/include/fs/portalfs/portal.h OLD_DIRS+=usr/include/fs/portalfs OLD_FILES+=usr/sbin/mount_portalfs OLD_FILES+=usr/share/examples/portal/README OLD_FILES+=usr/share/examples/portal/portal.conf OLD_DIRS+=usr/share/examples/portal OLD_FILES+=usr/share/man/man8/mount_portalfs.8.gz # 20130302: CODAFS support removed OLD_FILES+=usr/share/man/man4/coda.4.gz # 20130302: XFS support removed OLD_FILES+=usr/share/man/man5/xfs.5.gz # 20130302: Capsicum overhaul OLD_FILES+=usr/share/man/man2/cap_getrights.2.gz OLD_FILES+=usr/share/man/man2/cap_new.2.gz # 20130213: OpenSSL 1.0.1e import OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover.3.gz OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_verifyrecover_init.3.gz # 20130116: removed long unused directories for .1aout section manpages OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout OLD_FILES+=usr/share/man/en.UTF-8/man1aout OLD_DIRS+=usr/share/man/man1aout OLD_DIRS+=usr/share/man/cat1aout OLD_DIRS+=usr/share/man/en.ISO8859-1/cat1aout OLD_DIRS+=usr/share/man/en.UTF-8/cat1aout # 20130103: gnats-supfile removed OLD_FILES+=usr/share/examples/cvsup/gnats-supfile # 20121230: libdisk removed OLD_FILES+=usr/share/man/man3/libdisk.3.gz usr/include/libdisk.h OLD_FILES+=usr/lib/libdisk.a # 20121230: remove wrongly created directories for auditdistd OLD_DIRS+=var/dist OLD_DIRS+=var/remote # 20121022: remove harp, hfa and idt man page OLD_FILES+=usr/share/man/man4/harp.4.gz OLD_FILES+=usr/share/man/man4/hfa.4.gz OLD_FILES+=usr/share/man/man4/idt.4.gz OLD_FILES+=usr/share/man/man4/if_idt.4.gz # 20121022: VFS_LOCK_GIANT elimination OLD_FILES+=usr/share/man/man9/VFS_LOCK_GIANT.9.gz OLD_FILES+=usr/share/man/man9/VFS_UNLOCK_GIANT.9.gz # 20121004: remove incomplete unwind.h OLD_FILES+=usr/include/clang/3.2/unwind.h # 20120910: NetBSD compat shims removed OLD_FILES+=usr/include/cam/scsi/scsi_low_pisa.h OLD_FILES+=usr/include/sys/device_port.h # 20120909: doc and www supfiles removed OLD_FILES+=usr/share/examples/cvsup/doc-supfile OLD_FILES+=usr/share/examples/cvsup/www-supfile # 20120908: pf cleanup OLD_FILES+=usr/include/net/if_pflow.h # 20120816: new clang import which bumps version from 3.1 to 3.2 OLD_FILES+=usr/bin/llvm-ld OLD_FILES+=usr/bin/llvm-stub OLD_FILES+=usr/include/clang/3.1/altivec.h OLD_FILES+=usr/include/clang/3.1/avx2intrin.h OLD_FILES+=usr/include/clang/3.1/avxintrin.h OLD_FILES+=usr/include/clang/3.1/bmi2intrin.h OLD_FILES+=usr/include/clang/3.1/bmiintrin.h OLD_FILES+=usr/include/clang/3.1/cpuid.h OLD_FILES+=usr/include/clang/3.1/emmintrin.h OLD_FILES+=usr/include/clang/3.1/fma4intrin.h OLD_FILES+=usr/include/clang/3.1/immintrin.h OLD_FILES+=usr/include/clang/3.1/lzcntintrin.h OLD_FILES+=usr/include/clang/3.1/mm3dnow.h OLD_FILES+=usr/include/clang/3.1/mm_malloc.h OLD_FILES+=usr/include/clang/3.1/mmintrin.h OLD_FILES+=usr/include/clang/3.1/module.map OLD_FILES+=usr/include/clang/3.1/nmmintrin.h OLD_FILES+=usr/include/clang/3.1/pmmintrin.h OLD_FILES+=usr/include/clang/3.1/popcntintrin.h OLD_FILES+=usr/include/clang/3.1/smmintrin.h OLD_FILES+=usr/include/clang/3.1/tmmintrin.h OLD_FILES+=usr/include/clang/3.1/unwind.h OLD_FILES+=usr/include/clang/3.1/wmmintrin.h OLD_FILES+=usr/include/clang/3.1/x86intrin.h OLD_FILES+=usr/include/clang/3.1/xmmintrin.h OLD_DIRS+=usr/include/clang/3.1 OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz # 20120712: OpenSSL 1.0.1c import OLD_LIBS+=lib/libcrypto.so.6 OLD_LIBS+=usr/lib/libssl.so.6 OLD_FILES+=usr/include/openssl/aes_locl.h OLD_FILES+=usr/include/openssl/bio_lcl.h OLD_FILES+=usr/include/openssl/e_os.h OLD_FILES+=usr/include/openssl/fips.h OLD_FILES+=usr/include/openssl/fips_rand.h OLD_FILES+=usr/include/openssl/pq_compat.h OLD_FILES+=usr/include/openssl/tmdiff.h OLD_FILES+=usr/include/openssl/ui_locl.h OLD_FILES+=usr/share/openssl/man/man3/CRYPTO_set_id_callback.3.gz # 20120621: remove old man page OLD_FILES+=usr/share/man/man8/vnconfig.8.gz # 20120619: TOE support updated OLD_FILES+=usr/include/netinet/toedev.h # 20120613: auth.conf removed OLD_FILES+=etc/auth.conf OLD_FILES+=usr/share/examples/etc/auth.conf OLD_FILES+=usr/share/man/man3/auth.3.gz OLD_FILES+=usr/share/man/man3/auth_getval.3.gz OLD_FILES+=usr/share/man/man5/auth.conf.5.gz # 20120530: kde pam lives now in ports OLD_FILES+=etc/pam.d/kde # 20120521: byacc import OLD_FILES+=usr/bin/yyfix OLD_FILES+=usr/share/man/man1/yyfix.1.gz # 20120505: new clang import installed a redundant internal header OLD_FILES+=usr/include/clang/3.1/stdalign.h # 20120428: MD2 removed from libmd OLD_LIBS+=lib/libmd.so.5 OLD_FILES+=usr/include/md2.h OLD_FILES+=usr/share/man/man3/MD2Data.3.gz OLD_FILES+=usr/share/man/man3/MD2End.3.gz OLD_FILES+=usr/share/man/man3/MD2File.3.gz OLD_FILES+=usr/share/man/man3/MD2FileChunk.3.gz OLD_FILES+=usr/share/man/man3/MD2Final.3.gz OLD_FILES+=usr/share/man/man3/MD2Init.3.gz OLD_FILES+=usr/share/man/man3/MD2Update.3.gz OLD_FILES+=usr/share/man/man3/md2.3.gz # 20120425: libusb version bump (r234684) OLD_LIBS+=usr/lib/libusb.so.2 OLD_FILES+=usr/share/man/man3/libsub_get_active_config_descriptor.3.gz # 20120415: new clang import which bumps version from 3.0 to 3.1 OLD_FILES+=usr/include/clang/3.0/altivec.h OLD_FILES+=usr/include/clang/3.0/avxintrin.h OLD_FILES+=usr/include/clang/3.0/emmintrin.h OLD_FILES+=usr/include/clang/3.0/immintrin.h OLD_FILES+=usr/include/clang/3.0/mm3dnow.h OLD_FILES+=usr/include/clang/3.0/mm_malloc.h OLD_FILES+=usr/include/clang/3.0/mmintrin.h OLD_FILES+=usr/include/clang/3.0/nmmintrin.h OLD_FILES+=usr/include/clang/3.0/pmmintrin.h OLD_FILES+=usr/include/clang/3.0/smmintrin.h OLD_FILES+=usr/include/clang/3.0/tmmintrin.h OLD_FILES+=usr/include/clang/3.0/wmmintrin.h OLD_FILES+=usr/include/clang/3.0/x86intrin.h OLD_FILES+=usr/include/clang/3.0/xmmintrin.h OLD_DIRS+=usr/include/clang/3.0 # 20120412: BIND 9.8.1 release notes removed OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.pdf OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.txt OLD_FILES+=usr/share/doc/bind9/RELEASE-NOTES-BIND-9.8.1.html OLD_FILES+=usr/share/doc/bind9/release-notes.css # 20120330: legacy(4) moved to x86 OLD_FILES+=usr/include/machine/legacyvar.h # 20120324: MPI headers updated OLD_FILES+=usr/include/dev/mpt/mpilib/mpi_inb.h # 20120322: hwpmc_mips24k.h removed OLD_FILES+=usr/include/dev/hwpmc/hwpmc_mips24k.h # 20120322: Update heimdal to 1.5.1 OLD_FILES+=usr/include/krb5-v4compat.h \ usr/include/krb_err.h \ usr/include/hdb-private.h \ usr/share/man/man3/krb5_addresses.3.gz \ usr/share/man/man3/krb5_cc_cursor.3.gz \ usr/share/man/man3/krb5_cc_ops.3.gz \ usr/share/man/man3/krb5_config.3.gz \ usr/share/man/man3/krb5_config_get_int_default.3.gz \ usr/share/man/man3/krb5_context.3.gz \ usr/share/man/man3/krb5_data.3.gz \ usr/share/man/man3/krb5_err.3.gz \ usr/share/man/man3/krb5_errx.3.gz \ usr/share/man/man3/krb5_keyblock.3.gz \ usr/share/man/man3/krb5_keytab_entry.3.gz \ usr/share/man/man3/krb5_kt_cursor.3.gz \ usr/share/man/man3/krb5_kt_ops.3.gz \ usr/share/man/man3/krb5_set_warn_dest.3.gz \ usr/share/man/man3/krb5_verr.3.gz \ usr/share/man/man3/krb5_verrx.3.gz \ usr/share/man/man3/krb5_vwarnx.3.gz \ usr/share/man/man3/krb5_warn.3.gz \ usr/share/man/man3/krb5_warnx.3.gz OLD_LIBS+=usr/lib/libasn1.so.10 \ usr/lib/libhdb.so.10 \ usr/lib/libheimntlm.so.10 \ usr/lib/libhx509.so.10 \ usr/lib/libkadm5clnt.so.10 \ usr/lib/libkadm5srv.so.10 \ usr/lib/libkafs5.so.10 \ usr/lib/libkrb5.so.10 \ usr/lib/libroken.so.10 # 20120309: Remove fifofs header files OLD_FILES+=usr/include/fs/fifofs/fifo.h OLD_DIRS+=usr/include/fs/fifofs # 20120304: xlocale cleanup OLD_FILES+=usr/include/_xlocale_ctype.h # 20120225: libarchive 3.0.3 OLD_FILES+=usr/share/man/man3/archive_read_data_into_buffer.3.gz \ usr/share/man/man3/archive_read_support_compression_all.3.gz \ usr/share/man/man3/archive_read_support_compression_bzip2.3.gz \ usr/share/man/man3/archive_read_support_compression_compress.3.gz \ usr/share/man/man3/archive_read_support_compression_gzip.3.gz \ usr/share/man/man3/archive_read_support_compression_lzma.3.gz \ usr/share/man/man3/archive_read_support_compression_none.3.gz \ usr/share/man/man3/archive_read_support_compression_program.3.gz \ usr/share/man/man3/archive_read_support_compression_program_signature.3.gz \ usr/share/man/man3/archive_read_support_compression_xz.3.gz \ usr/share/man/man3/archive_write_set_callbacks.3.gz \ usr/share/man/man3/archive_write_set_compression_bzip2.3.gz \ usr/share/man/man3/archive_write_set_compression_compress.3.gz \ usr/share/man/man3/archive_write_set_compression_gzip.3.gz \ usr/share/man/man3/archive_write_set_compression_none.3.gz \ usr/share/man/man3/archive_write_set_compression_program.3.gz OLD_LIBS+=usr/lib/libarchive.so.5 # 20120113: removal of wtmpcvt(1) OLD_FILES+=usr/bin/wtmpcvt OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz # 20111214: eventtimers(7) moved to eventtimers(4) OLD_FILES+=usr/share/man/man7/eventtimers.7.gz # 20111125: amd(4) removed OLD_FILES+=usr/share/man/man4/amd.4.gz # 20111125: libodialog removed OLD_FILES+=usr/lib/libodialog.a OLD_FILES+=usr/lib/libodialog.so OLD_LIBS+=usr/lib/libodialog.so.7 OLD_FILES+=usr/lib/libodialog_p.a # 20110930: sysinstall removed OLD_FILES+=usr/sbin/sysinstall OLD_FILES+=usr/share/man/man8/sysinstall.8.gz OLD_FILES+=usr/lib/libftpio.a OLD_FILES+=usr/lib/libftpio.so OLD_LIBS+=usr/lib/libftpio.so.8 OLD_FILES+=usr/lib/libftpio_p.a OLD_FILES+=usr/include/ftpio.h OLD_FILES+=usr/share/man/man3/ftpio.3.gz # 20110915: rename congestion control manpages OLD_FILES+=usr/share/man/man9/cc.9.gz # 20110831: atomic page flags operations OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz OLD_FILES+=usr/share/man/man9/vm_page_flag_set.9.gz # 20110828: library version bump for 9.0 OLD_LIBS+=lib/libcam.so.5 OLD_LIBS+=lib/libpcap.so.7 OLD_LIBS+=lib/libufs.so.5 OLD_LIBS+=usr/lib/libbsnmp.so.5 OLD_LIBS+=usr/lib/libdwarf.so.2 OLD_LIBS+=usr/lib/libopie.so.6 OLD_LIBS+=usr/lib/librtld_db.so.1 OLD_LIBS+=usr/lib/libtacplus.so.4 # 20110817: no more acd.4, ad.4, afd.4 and ast.4 OLD_FILES+=usr/share/man/man4/acd.4.gz OLD_FILES+=usr/share/man/man4/ad.4.gz OLD_FILES+=usr/share/man/man4/afd.4.gz OLD_FILES+=usr/share/man/man4/ast.4.gz # 20110718: no longer useful in the age of rc.d OLD_FILES+=usr/sbin/named.reconfig OLD_FILES+=usr/sbin/named.reload OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz OLD_FILES+=usr/share/man/man8/named.reload.8.gz # 20110716: bind 9.8.0 import OLD_LIBS+=usr/lib/liblwres.so.50 OLD_FILES+=usr/share/doc/bind9/KNOWN-DEFECTS OLD_FILES+=usr/share/doc/bind9/NSEC3-NOTES OLD_FILES+=usr/share/doc/bind9/README.idnkit OLD_FILES+=usr/share/doc/bind9/README.pkcs11 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions OLD_FILES+=usr/share/man/man9/vm_page_copy.9.gz OLD_FILES+=usr/share/man/man9/vm_page_protect.9.gz OLD_FILES+=usr/share/man/man9/vm_page_zero_fill.9.gz # 20110707: script no longer needed by /etc/rc.d/nfsd OLD_FILES+=etc/rc.d/nfsserver # 20110705: files moved so both NFS clients can share them OLD_FILES+=usr/include/nfsclient/krpc.h OLD_FILES+=usr/include/nfsclient/nfsdiskless.h # 20110705: the switch of default NFS client to the new one OLD_FILES+=sbin/mount_newnfs OLD_FILES+=usr/share/man/man8/mount_newnfs.8.gz OLD_FILES+=usr/include/nfsclient/nfs_kdtrace.h # 20110628: calendar.msk removed OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk # 20110517: libpkg removed OLD_FILES+=usr/include/pkg.h OLD_FILES+=usr/lib/libpkg.a OLD_FILES+=usr/lib/libpkg.so OLD_LIBS+=usr/lib/libpkg.so.0 OLD_FILES+=usr/lib/libpkg_p.a # 20110517: libsbuf version bump OLD_LIBS+=lib/libsbuf.so.5 # 20110502: new clang import which bumps version from 2.9 to 3.0 OLD_FILES+=usr/include/clang/2.9/emmintrin.h OLD_FILES+=usr/include/clang/2.9/mm_malloc.h OLD_FILES+=usr/include/clang/2.9/mmintrin.h OLD_FILES+=usr/include/clang/2.9/pmmintrin.h OLD_FILES+=usr/include/clang/2.9/tmmintrin.h OLD_FILES+=usr/include/clang/2.9/xmmintrin.h OLD_DIRS+=usr/include/clang/2.9 # 20110417: removal of Objective-C support OLD_FILES+=usr/include/objc/encoding.h OLD_FILES+=usr/include/objc/hash.h OLD_FILES+=usr/include/objc/NXConstStr.h OLD_FILES+=usr/include/objc/objc-api.h OLD_FILES+=usr/include/objc/objc-decls.h OLD_FILES+=usr/include/objc/objc-list.h OLD_FILES+=usr/include/objc/objc.h OLD_FILES+=usr/include/objc/Object.h OLD_FILES+=usr/include/objc/Protocol.h OLD_FILES+=usr/include/objc/runtime.h OLD_FILES+=usr/include/objc/sarray.h OLD_FILES+=usr/include/objc/thr.h OLD_FILES+=usr/include/objc/typedstream.h OLD_FILES+=usr/lib/libobjc.a OLD_FILES+=usr/lib/libobjc.so OLD_FILES+=usr/lib/libobjc_p.a OLD_FILES+=usr/libexec/cc1obj OLD_LIBS+=usr/lib/libobjc.so.4 OLD_DIRS+=usr/include/objc # 20110331: firmware.img created at build time OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img # 20110224: sticky.8 -> sticky.7 OLD_FILES+=usr/share/man/man8/sticky.8.gz # 20110220: new clang import which bumps version from 2.8 to 2.9 OLD_FILES+=usr/include/clang/2.8/emmintrin.h OLD_FILES+=usr/include/clang/2.8/mm_malloc.h OLD_FILES+=usr/include/clang/2.8/mmintrin.h OLD_FILES+=usr/include/clang/2.8/pmmintrin.h OLD_FILES+=usr/include/clang/2.8/tmmintrin.h OLD_FILES+=usr/include/clang/2.8/xmmintrin.h OLD_DIRS+=usr/include/clang/2.8 # 20110119: netinet/sctp_cc_functions.h removed OLD_FILES+=usr/include/netinet/sctp_cc_functions.h # 20110119: Remove SYSCTL_*X* sysctl additions OLD_FILES+=usr/share/man/man9/SYSCTL_XINT.9.gz \ usr/share/man/man9/SYSCTL_XLONG.9.gz # 20110112: Update dialog to new version, rename old libdialog to libodialog, # removing associated man pages and header files. OLD_FILES+=usr/share/man/man3/draw_shadow.3.gz \ usr/share/man/man3/draw_box.3.gz usr/share/man/man3/line_edit.3.gz \ usr/share/man/man3/strheight.3.gz usr/share/man/man3/strwidth.3.gz \ usr/share/man/man3/dialog_create_rc.3.gz \ usr/share/man/man3/dialog_yesno.3.gz usr/share/man/man3/dialog_noyes.3.gz \ usr/share/man/man3/dialog_prgbox.3.gz \ usr/share/man/man3/dialog_textbox.3.gz usr/share/man/man3/dialog_menu.3.gz \ usr/share/man/man3/dialog_checklist.3.gz \ usr/share/man/man3/dialog_radiolist.3.gz \ usr/share/man/man3/dialog_inputbox.3.gz \ usr/share/man/man3/dialog_clear_norefresh.3.gz \ usr/share/man/man3/dialog_clear.3.gz usr/share/man/man3/dialog_update.3.gz \ usr/share/man/man3/dialog_fselect.3.gz \ usr/share/man/man3/dialog_notify.3.gz \ usr/share/man/man3/dialog_mesgbox.3.gz \ usr/share/man/man3/dialog_gauge.3.gz usr/share/man/man3/init_dialog.3.gz \ usr/share/man/man3/end_dialog.3.gz usr/share/man/man3/use_helpfile.3.gz \ usr/share/man/man3/use_helpline.3.gz usr/share/man/man3/get_helpline.3.gz \ usr/share/man/man3/restore_helpline.3.gz \ usr/share/man/man3/dialog_msgbox.3.gz \ usr/share/man/man3/dialog_ftree.3.gz usr/share/man/man3/dialog_tree.3.gz \ usr/share/examples/dialog/README usr/share/examples/dialog/checklist \ usr/share/examples/dialog/ftreebox usr/share/examples/dialog/infobox \ usr/share/examples/dialog/inputbox usr/share/examples/dialog/menubox \ usr/share/examples/dialog/msgbox usr/share/examples/dialog/prgbox \ usr/share/examples/dialog/radiolist usr/share/examples/dialog/textbox \ usr/share/examples/dialog/treebox usr/share/examples/dialog/yesno \ usr/share/examples/libdialog/Makefile usr/share/examples/libdialog/check1.c\ usr/share/examples/libdialog/check2.c usr/share/examples/libdialog/check3.c\ usr/share/examples/libdialog/dselect.c \ usr/share/examples/libdialog/fselect.c \ usr/share/examples/libdialog/ftree1.c \ usr/share/examples/libdialog/ftree1.test \ usr/share/examples/libdialog/ftree2.c \ usr/share/examples/libdialog/ftree2.test \ usr/share/examples/libdialog/gauge.c usr/share/examples/libdialog/input1.c \ usr/share/examples/libdialog/input2.c usr/share/examples/libdialog/menu1.c \ usr/share/examples/libdialog/menu2.c usr/share/examples/libdialog/menu3.c \ usr/share/examples/libdialog/msg.c usr/share/examples/libdialog/prgbox.c \ usr/share/examples/libdialog/radio1.c usr/share/examples/libdialog/radio2.c\ usr/share/examples/libdialog/radio3.c usr/share/examples/libdialog/text.c \ usr/share/examples/libdialog/tree.c usr/share/examples/libdialog/yesno.c OLD_DIRS+=usr/share/examples/libdialog usr/share/examples/dialog # 20101114: Remove long-obsolete MAKEDEV.8 OLD_FILES+=usr/share/man/man8/MAKEDEV.8.gz # 20101112: vgonel(9) has gone to private API a while ago OLD_FILES+=usr/share/man/man9/vgonel.9.gz # 20101112: removed gasp.info OLD_FILES+=usr/share/info/gasp.info.gz # 20101109: machine/mutex.h removed OLD_FILES+=usr/include/machine/mutex.h # 20101109: headers moved from machine/ to x86/ .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/mptable.h .endif # 20101101: headers moved from machine/ to x86/ .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/apicreg.h OLD_FILES+=usr/include/machine/mca.h .endif # 20101020: catch up with vm_page_sleep_if_busy rename OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz # 20101018: taskqueue(9) updates OLD_FILES+=usr/share/man/man9/taskqueue_find.9.gz # 20101011: removed subblock.h from liblzma OLD_FILES+=usr/include/lzma/subblock.h # 20101002: removed manpath.config OLD_FILES+=etc/manpath.config OLD_FILES+=usr/share/examples/etc/manpath.config # 20100910: renamed sbuf_overflowed to sbuf_error OLD_FILES+=usr/share/man/man9/sbuf_overflowed.9.gz # 20100815: retired last traces of chooseproc(9) OLD_FILES+=usr/share/man/man9/chooseproc.9.gz # 20100806: removal of unused libcompat routines OLD_FILES+=usr/share/man/man3/ascftime.3.gz OLD_FILES+=usr/share/man/man3/cfree.3.gz OLD_FILES+=usr/share/man/man3/cftime.3.gz OLD_FILES+=usr/share/man/man3/getpw.3.gz # 20100725: acpi_aiboost(4) removal OLD_FILES+=usr/share/man/man4/acpi_aiboost.4.gz # 20100724: nfsclient/nfs_lock.h moved to nfs/nfs_lock.h OLD_FILES+=usr/include/nfsclient/nfs_lock.h # 20100720: new clang import which bumps version from 2.0 to 2.8 OLD_FILES+=usr/include/clang/2.0/emmintrin.h OLD_FILES+=usr/include/clang/2.0/mm_malloc.h OLD_FILES+=usr/include/clang/2.0/mmintrin.h OLD_FILES+=usr/include/clang/2.0/pmmintrin.h OLD_FILES+=usr/include/clang/2.0/tmmintrin.h OLD_FILES+=usr/include/clang/2.0/xmmintrin.h OLD_DIRS+=usr/include/clang/2.0 # 20100706: removed pc-sysinstall's detect-vmware.sh OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-vmware.sh # 20100701: [powerpc] removed .if ${TARGET_ARCH} == "powerpc" OLD_FILES+=usr/include/machine/intr.h .endif # 20100514: library version bump for versioned symbols for liblzma OLD_LIBS+=usr/lib/liblzma.so.0 # 20100511: move GCC-specific headers to /usr/include/gcc .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/emmintrin.h OLD_FILES+=usr/include/mm_malloc.h OLD_FILES+=usr/include/pmmintrin.h OLD_FILES+=usr/include/xmmintrin.h .endif .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "arm" OLD_FILES+=usr/include/mmintrin.h .endif .if ${TARGET_ARCH} == "powerpc" OLD_FILES+=usr/include/altivec.h OLD_FILES+=usr/include/ppc-asm.h OLD_FILES+=usr/include/spe.h .endif # 20100416: [mips] removed .if ${TARGET_ARCH} == "mips" OLD_FILES+=usr/include/machine/psl.h .endif # 20100415: [mips] removed unused headers .if ${TARGET_ARCH} == "mips" OLD_FILES+=usr/include/machine/archtype.h OLD_FILES+=usr/include/machine/segments.h OLD_FILES+=usr/include/machine/rm7000.h OLD_FILES+=usr/include/machine/defs.h OLD_FILES+=usr/include/machine/queue.h .endif # 20100326: gcpio removal OLD_FILES+=usr/bin/gcpio OLD_FILES+=usr/share/info/cpio.info.gz OLD_FILES+=usr/share/man/man1/gcpio.1.gz # 20100322: libz update OLD_LIBS+=lib/libz.so.5 # 20100314: removal of regexp.h OLD_FILES+=usr/include/regexp.h OLD_FILES+=usr/share/man/man3/regexp.3.gz OLD_FILES+=usr/share/man/man3/regsub.3.gz # 20100303: actual removal of utmp.h OLD_FILES+=usr/include/utmp.h # 20100208: man pages moved .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/share/man/man4/i386/alpm.4.gz OLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz OLD_FILES+=usr/share/man/man4/i386/mcd.4.gz OLD_FILES+=usr/share/man/man4/i386/padlock.4.gz OLD_FILES+=usr/share/man/man4/i386/pcf.4.gz OLD_FILES+=usr/share/man/man4/i386/scd.4.gz OLD_FILES+=usr/share/man/man4/i386/viapm.4.gz .endif # 20100122: move BSDL bc/dc USD documents to /usr/share/doc/usd OLD_FILES+=usr/share/doc/papers/bc.ascii.gz OLD_FILES+=usr/share/doc/papers/dc.ascii.gz # 20100120: replacing GNU bc/dc with BSDL versions OLD_FILES+=usr/share/examples/bc/ckbook.b OLD_FILES+=usr/share/examples/bc/pi.b OLD_FILES+=usr/share/examples/bc/primes.b OLD_FILES+=usr/share/examples/bc/twins.b OLD_FILES+=usr/share/info/dc.info.gz OLD_DIRS+=usr/share/examples/bc # 20100114: removal of ttyslot(3) OLD_FILES+=usr/share/man/man3/ttyslot.3.gz # 20100113: remove utmp.h, replace it by utmpx.h OLD_FILES+=usr/share/man/man3/login.3.gz OLD_FILES+=usr/share/man/man3/logout.3.gz OLD_FILES+=usr/share/man/man3/logwtmp.3.gz OLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz OLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz OLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz OLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz OLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz OLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz OLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz OLD_FILES+=usr/share/man/man5/lastlog.5.gz OLD_FILES+=usr/share/man/man5/utmp.5.gz OLD_FILES+=usr/share/man/man5/wtmp.5.gz OLD_LIBS+=lib/libutil.so.8 # 20100105: new userland semaphore implementation OLD_FILES+=usr/include/sys/semaphore.h # 20100103: ntptrace(8) removed OLD_FILES+=usr/sbin/ntptrace OLD_FILES+=usr/share/man/man8/ntptrace.8.gz # 20091229: remove no longer relevant examples OLD_FILES+=usr/share/examples/pppd/auth-down.sample OLD_FILES+=usr/share/examples/pppd/auth-up.sample OLD_FILES+=usr/share/examples/pppd/chap-secrets.sample OLD_FILES+=usr/share/examples/pppd/chat.sh.sample OLD_FILES+=usr/share/examples/pppd/ip-down.sample OLD_FILES+=usr/share/examples/pppd/ip-up.sample OLD_FILES+=usr/share/examples/pppd/options.sample OLD_FILES+=usr/share/examples/pppd/pap-secrets.sample OLD_FILES+=usr/share/examples/pppd/ppp.deny.sample OLD_FILES+=usr/share/examples/pppd/ppp.shells.sample OLD_DIRS+=usr/share/examples/pppd OLD_FILES+=usr/share/examples/slattach/unit-command.sh OLD_DIRS+=usr/share/examples/slattach OLD_FILES+=usr/share/examples/sliplogin/slip.hosts OLD_FILES+=usr/share/examples/sliplogin/slip.login OLD_FILES+=usr/share/examples/sliplogin/slip.logout OLD_FILES+=usr/share/examples/sliplogin/slip.slparms OLD_DIRS+=usr/share/examples/sliplogin OLD_FILES+=usr/share/examples/startslip/sldown.sh OLD_FILES+=usr/share/examples/startslip/slip.sh OLD_FILES+=usr/share/examples/startslip/slup.sh OLD_DIRS+=usr/share/examples/startslip # 20091202: unify rc.firewall and rc.firewall6 OLD_FILES+=etc/rc.d/ip6fw OLD_FILES+=etc/rc.firewall6 OLD_FILES+=usr/share/examples/etc/rc.firewall6 # 20091117: removal of rc.early(8) link OLD_FILES+=usr/share/man/man8/rc.early.8.gz # 20091027: pselect.3 implemented as syscall OLD_FILES+=usr/share/man/man3/pselect.3.gz # 20091005: fusword.9 and susword.9 removed OLD_FILES+=usr/share/man/man9/fusword.9.gz OLD_FILES+=usr/share/man/man9/susword.9.gz # 20090909: vesa and dpms promoted to be i386/amd64 common OLD_FILES+=usr/include/machine/pc/vesa.h OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz # 20090904: remove lukemftpd OLD_FILES+=usr/libexec/lukemftpd OLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz OLD_FILES+=usr/share/man/man5/ftpusers.5.gz OLD_FILES+=usr/share/man/man8/lukemftpd.8.gz # 20090902: BSD.{x11,x11-4}.dist are dead and BSD.local.dist lives in ports/ OLD_FILES+=etc/mtree/BSD.local.dist OLD_FILES+=etc/mtree/BSD.x11.dist OLD_FILES+=etc/mtree/BSD.x11-4.dist # 20090812: net80211 documentation overhaul OLD_FILES+=usr/share/man/man9/ieee80211_add_rates.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_add_xrates.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_alloc_node.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_attach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_begin_scan.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_cfgget.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_cfgset.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_chan2ieee.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_chan2mode.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_create_ibss.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_crypto_attach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_crypto_detach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_decap.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_dump_pkt.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_dup_bss.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_encap.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_end_scan.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_find_node.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_fix_rate.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_free_allnodes.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_ieee2mhz.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_ioctl.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_lookup_node.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_media2rate.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_media_change.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_media_init.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_media_status.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_mhz2ieee.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_next_scan.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_node_attach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_node_detach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_node_lateattach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_print_essid.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_proto_attach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_proto_detach.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_rate2media.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_recv_mgmt.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_send_mgmt.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_setmode.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_timeout_nodes.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_watchdog.9.gz OLD_FILES+=usr/share/man/man9/ieee80211_wep_crypt.9.gz # 20090801: vimage.h removed in favour of vnet.h OLD_FILES+=usr/include/sys/vimage.h # 20101208: libbsnmp was moved to usr/lib MOVED_LIBS+=lib/libbsnmp.so.5 # 20090719: library version bump for 8.0 OLD_LIBS+=lib/libalias.so.6 OLD_LIBS+=lib/libavl.so.1 OLD_LIBS+=lib/libbegemot.so.3 OLD_LIBS+=lib/libbsdxml.so.3 OLD_LIBS+=lib/libbsnmp.so.4 OLD_LIBS+=lib/libcam.so.4 OLD_LIBS+=lib/libcrypt.so.4 OLD_LIBS+=lib/libcrypto.so.5 OLD_LIBS+=lib/libctf.so.1 OLD_LIBS+=lib/libdevstat.so.6 OLD_LIBS+=lib/libdtrace.so.1 OLD_LIBS+=lib/libedit.so.6 OLD_LIBS+=lib/libgeom.so.4 OLD_LIBS+=lib/libipsec.so.3 OLD_LIBS+=lib/libipx.so.4 OLD_LIBS+=lib/libkiconv.so.3 OLD_LIBS+=lib/libkvm.so.4 OLD_LIBS+=lib/libmd.so.4 OLD_LIBS+=lib/libncurses.so.7 OLD_LIBS+=lib/libncursesw.so.7 OLD_LIBS+=lib/libnvpair.so.1 OLD_LIBS+=lib/libpcap.so.6 OLD_LIBS+=lib/libreadline.so.7 OLD_LIBS+=lib/libsbuf.so.4 OLD_LIBS+=lib/libufs.so.4 OLD_LIBS+=lib/libumem.so.1 OLD_LIBS+=lib/libutil.so.7 OLD_LIBS+=lib/libuutil.so.1 OLD_LIBS+=lib/libz.so.4 OLD_LIBS+=lib/libzfs.so.1 OLD_LIBS+=lib/libzpool.so.1 OLD_LIBS+=usr/lib/libarchive.so.4 OLD_LIBS+=usr/lib/libauditd.so.4 OLD_LIBS+=usr/lib/libbluetooth.so.3 OLD_LIBS+=usr/lib/libbsm.so.2 OLD_LIBS+=usr/lib/libbz2.so.3 OLD_LIBS+=usr/lib/libcalendar.so.4 OLD_LIBS+=usr/lib/libcom_err.so.4 OLD_LIBS+=usr/lib/libdevinfo.so.4 OLD_LIBS+=usr/lib/libdialog.so.6 OLD_LIBS+=usr/lib/libdwarf.so.1 OLD_LIBS+=usr/lib/libfetch.so.5 OLD_LIBS+=usr/lib/libform.so.4 OLD_LIBS+=usr/lib/libformw.so.4 OLD_LIBS+=usr/lib/libftpio.so.7 OLD_LIBS+=usr/lib/libgnuregex.so.4 OLD_LIBS+=usr/lib/libgpib.so.2 OLD_LIBS+=usr/lib/libhistory.so.7 OLD_LIBS+=usr/lib/libmagic.so.3 OLD_LIBS+=usr/lib/libmemstat.so.2 OLD_LIBS+=usr/lib/libmenu.so.4 OLD_LIBS+=usr/lib/libmenuw.so.4 OLD_LIBS+=usr/lib/libmilter.so.4 OLD_LIBS+=usr/lib/libncp.so.3 OLD_LIBS+=usr/lib/libnetgraph.so.3 OLD_LIBS+=usr/lib/libngatm.so.3 OLD_LIBS+=usr/lib/libobjc.so.3 OLD_LIBS+=usr/lib/libopie.so.5 OLD_LIBS+=usr/lib/libpam.so.4 OLD_LIBS+=usr/lib/libpanel.so.4 OLD_LIBS+=usr/lib/libpanelw.so.4 OLD_LIBS+=usr/lib/libpmc.so.4 OLD_LIBS+=usr/lib/libproc.so.1 OLD_LIBS+=usr/lib/libradius.so.3 OLD_LIBS+=usr/lib/librpcsvc.so.4 OLD_LIBS+=usr/lib/libsdp.so.3 OLD_LIBS+=usr/lib/libsmb.so.3 OLD_LIBS+=usr/lib/libssh.so.4 OLD_LIBS+=usr/lib/libssl.so.5 OLD_LIBS+=usr/lib/libtacplus.so.3 OLD_LIBS+=usr/lib/libugidfw.so.3 OLD_LIBS+=usr/lib/libusb.so.1 OLD_LIBS+=usr/lib/libusbhid.so.3 OLD_LIBS+=usr/lib/libvgl.so.5 OLD_LIBS+=usr/lib/libwrap.so.5 OLD_LIBS+=usr/lib/libypclnt.so.3 OLD_LIBS+=usr/lib/pam_chroot.so.4 OLD_LIBS+=usr/lib/pam_deny.so.4 OLD_LIBS+=usr/lib/pam_echo.so.4 OLD_LIBS+=usr/lib/pam_exec.so.4 OLD_LIBS+=usr/lib/pam_ftpusers.so.4 OLD_LIBS+=usr/lib/pam_group.so.4 OLD_LIBS+=usr/lib/pam_guest.so.4 OLD_LIBS+=usr/lib/pam_krb5.so.4 OLD_LIBS+=usr/lib/pam_ksu.so.4 OLD_LIBS+=usr/lib/pam_lastlog.so.4 OLD_LIBS+=usr/lib/pam_login_access.so.4 OLD_LIBS+=usr/lib/pam_nologin.so.4 OLD_LIBS+=usr/lib/pam_opie.so.4 OLD_LIBS+=usr/lib/pam_opieaccess.so.4 OLD_LIBS+=usr/lib/pam_passwdqc.so.4 OLD_LIBS+=usr/lib/pam_permit.so.4 OLD_LIBS+=usr/lib/pam_radius.so.4 OLD_LIBS+=usr/lib/pam_rhosts.so.4 OLD_LIBS+=usr/lib/pam_rootok.so.4 OLD_LIBS+=usr/lib/pam_securetty.so.4 OLD_LIBS+=usr/lib/pam_self.so.4 OLD_LIBS+=usr/lib/pam_ssh.so.4 OLD_LIBS+=usr/lib/pam_tacplus.so.4 OLD_LIBS+=usr/lib/pam_unix.so.4 OLD_LIBS+=usr/lib/snmp_atm.so.5 OLD_LIBS+=usr/lib/snmp_bridge.so.5 OLD_LIBS+=usr/lib/snmp_hostres.so.5 OLD_LIBS+=usr/lib/snmp_mibII.so.5 OLD_LIBS+=usr/lib/snmp_netgraph.so.5 OLD_LIBS+=usr/lib/snmp_pf.so.5 # 20090718: the gdm pam.d file is no longer required OLD_FILES+=etc/pam.d/gdm # 20090714: net_add_domain(9) renamed to domain_add(9) OLD_FILES+=usr/share/man/man9/net_add_domain.9.gz # 20090713: vimage container structs removed OLD_FILES+=usr/include/netinet/vinet.h OLD_FILES+=usr/include/netinet6/vinet6.h OLD_FILES+=usr/include/netipsec/vipsec.h # 20090712: ieee80211.4 -> net80211.4 OLD_FILES+=usr/share/man/man4/ieee80211.4.gz # 20090711: typo fixed, kproc_resume,.9 -> kproc_resume.9 OLD_FILES+=usr/share/man/man9/kproc_resume,.9.gz # 20090709: msgctl.3 msgget.3 msgrcv.3 msgsnd.3 manual pages moved OLD_FILES+=usr/share/man/man3/msgctl.3.gz OLD_FILES+=usr/share/man/man3/msgget.3.gz OLD_FILES+=usr/share/man/man3/msgrcv.3.gz OLD_FILES+=usr/share/man/man3/msgsnd.3.gz # 20090630: old kernel RPC implementation removal OLD_FILES+=usr/include/nfs/rpcv2.h # 20090624: update usbdi(9) OLD_FILES+=usr/share/man/man9/usbd_abort_default_pipe.9.gz OLD_FILES+=usr/share/man/man9/usbd_abort_pipe.9.gz OLD_FILES+=usr/share/man/man9/usbd_alloc_buffer.9.gz OLD_FILES+=usr/share/man/man9/usbd_alloc_xfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall.9.gz OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall_async.9.gz OLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_toggle.9.gz OLD_FILES+=usr/share/man/man9/usbd_close_pipe.9.gz OLD_FILES+=usr/share/man/man9/usbd_device2interface_handle.9.gz OLD_FILES+=usr/share/man/man9/usbd_do_request_async.9.gz OLD_FILES+=usr/share/man/man9/usbd_do_request_flags_pipe.9.gz OLD_FILES+=usr/share/man/man9/usbd_endpoint_count.9.gz OLD_FILES+=usr/share/man/man9/usbd_find_edesc.9.gz OLD_FILES+=usr/share/man/man9/usbd_find_idesc.9.gz OLD_FILES+=usr/share/man/man9/usbd_free_buffer.9.gz OLD_FILES+=usr/share/man/man9/usbd_free_xfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_buffer.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_config.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_config_desc.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_config_desc_full.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_config_descriptor.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_device_descriptor.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_endpoint_descriptor.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_interface_altindex.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_interface_descriptor.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_no_alts.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_quirks.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_speed.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_string.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_string_desc.9.gz OLD_FILES+=usr/share/man/man9/usbd_get_xfer_status.9.gz OLD_FILES+=usr/share/man/man9/usbd_interface2device_handle.9.gz OLD_FILES+=usr/share/man/man9/usbd_interface2endpoint_descriptor.9.gz OLD_FILES+=usr/share/man/man9/usbd_interface_count.9.gz OLD_FILES+=usr/share/man/man9/usbd_open_pipe.9.gz OLD_FILES+=usr/share/man/man9/usbd_open_pipe_intr.9.gz OLD_FILES+=usr/share/man/man9/usbd_pipe2device_handle.9.gz OLD_FILES+=usr/share/man/man9/usbd_set_config_index.9.gz OLD_FILES+=usr/share/man/man9/usbd_set_config_no.9.gz OLD_FILES+=usr/share/man/man9/usbd_set_interface.9.gz OLD_FILES+=usr/share/man/man9/usbd_setup_default_xfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_setup_isoc_xfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_setup_xfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_sync_transfer.9.gz OLD_FILES+=usr/share/man/man9/usbd_transfer.9.gz OLD_FILES+=usr/share/man/man9/usb_find_desc.9.gz # 20090623: number of headers needed for a usb driver reduced OLD_FILES+=usr/include/dev/usb/usb_defs.h OLD_FILES+=usr/include/dev/usb/usb_error.h OLD_FILES+=usr/include/dev/usb/usb_handle_request.h OLD_FILES+=usr/include/dev/usb/usb_hid.h OLD_FILES+=usr/include/dev/usb/usb_lookup.h OLD_FILES+=usr/include/dev/usb/usb_mfunc.h OLD_FILES+=usr/include/dev/usb/usb_parse.h OLD_FILES+=usr/include/dev/usb/usb_revision.h # 20090609: devclass_add_driver is no longer public OLD_FILES+=usr/share/man/man9/devclass_add_driver.9.gz OLD_FILES+=usr/share/man/man9/devclass_delete_driver.9.gz OLD_FILES+=usr/share/man/man9/devclass_find_driver.9.gz # 20090605: removal of clists OLD_FILES+=usr/include/sys/clist.h # 20090602: removal of window(1) OLD_FILES+=usr/bin/window OLD_FILES+=usr/share/man/man1/window.1.gz # 20090531: bind 9.6.1rc1 import OLD_LIBS+=usr/lib/liblwres.so.30 # 20090530: removal of early.sh OLD_FILES+=etc/rc.d/early.sh # 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER() OLD_FILES+=usr/share/man/man3/SLIST_REMOVE_NEXT.3.gz OLD_FILES+=usr/share/man/man3/STAILQ_REMOVE_NEXT.3.gz # 20090527: removal of legacy USB stack OLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h OLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h OLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h OLD_FILES+=usr/include/legacy/dev/usb/hid.h OLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h OLD_FILES+=usr/include/legacy/dev/usb/if_urtwvar.h OLD_FILES+=usr/include/legacy/dev/usb/ohcireg.h OLD_FILES+=usr/include/legacy/dev/usb/ohcivar.h OLD_FILES+=usr/include/legacy/dev/usb/rio500_usb.h OLD_FILES+=usr/include/legacy/dev/usb/rt2573_ucode.h OLD_FILES+=usr/include/legacy/dev/usb/sl811hsreg.h OLD_FILES+=usr/include/legacy/dev/usb/sl811hsvar.h OLD_FILES+=usr/include/legacy/dev/usb/ubser.h OLD_FILES+=usr/include/legacy/dev/usb/ucomvar.h OLD_FILES+=usr/include/legacy/dev/usb/udbp.h OLD_FILES+=usr/include/legacy/dev/usb/uftdireg.h OLD_FILES+=usr/include/legacy/dev/usb/ugraphire_rdesc.h OLD_FILES+=usr/include/legacy/dev/usb/uhcireg.h OLD_FILES+=usr/include/legacy/dev/usb/uhcivar.h OLD_FILES+=usr/include/legacy/dev/usb/usb.h OLD_FILES+=usr/include/legacy/dev/usb/usb_mem.h OLD_FILES+=usr/include/legacy/dev/usb/usb_port.h OLD_FILES+=usr/include/legacy/dev/usb/usb_quirks.h OLD_FILES+=usr/include/legacy/dev/usb/usbcdc.h OLD_FILES+=usr/include/legacy/dev/usb/usbdi.h OLD_FILES+=usr/include/legacy/dev/usb/usbdi_util.h OLD_FILES+=usr/include/legacy/dev/usb/usbdivar.h OLD_FILES+=usr/include/legacy/dev/usb/usbhid.h OLD_FILES+=usr/include/legacy/dev/usb/uxb360gp_rdesc.h OLD_DIRS+=usr/include/legacy/dev/usb OLD_DIRS+=usr/include/legacy/dev OLD_DIRS+=usr/include/legacy # 20090526: removal of makekey(8) OLD_FILES+=usr/libexec/makekey OLD_FILES+=usr/share/man/man8/makekey.8.gz # 20090522: removal of University of Michigan NFSv4 client OLD_FILES+=etc/rc.d/idmapd OLD_FILES+=sbin/idmapd OLD_FILES+=sbin/mount_nfs4 OLD_FILES+=usr/share/man/man8/idmapd.8.gz OLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz # 20090513: removal of legacy versions of USB network interface drivers OLD_FILES+=usr/include/legacy/dev/usb/if_upgtvar.h OLD_FILES+=usr/include/legacy/dev/usb/usb_ethersubr.h # 20090417: removal of legacy versions of USB network interface drivers OLD_FILES+=usr/include/legacy/dev/usb/if_auereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_axereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_cdcereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_cuereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_kuereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_ruereg.h OLD_FILES+=usr/include/legacy/dev/usb/if_rumreg.h OLD_FILES+=usr/include/legacy/dev/usb/if_rumvar.h OLD_FILES+=usr/include/legacy/dev/usb/if_udavreg.h OLD_FILES+=usr/include/legacy/dev/usb/if_uralreg.h OLD_FILES+=usr/include/legacy/dev/usb/if_uralvar.h OLD_FILES+=usr/include/legacy/dev/usb/if_zydfw.h OLD_FILES+=usr/include/legacy/dev/usb/if_zydreg.h OLD_FILES+=usr/include/legacy/dev/usb/kue_fw.h # 20090416: removal of ar(4), ray(4), sr(4), raycontrol(8) OLD_FILES+=usr/sbin/raycontrol OLD_FILES+=usr/share/man/man4/i386/ar.4.gz OLD_FILES+=usr/share/man/man4/i386/ray.4.gz OLD_FILES+=usr/share/man/man4/i386/sr.4.gz OLD_FILES+=usr/share/man/man8/raycontrol.8.gz # 20090410: VOP_LEASE.9 removed OLD_FILES+=usr/share/man/man9/VOP_LEASE.9.gz # 20090406: usb_sw_transfer.h removed OLD_FILES+=usr/include/dev/usb/usb_sw_transfer.h # 20090405: removal of if_ppp(4) and if_sl(4) OLD_FILES+=sbin/slattach rescue/slattach OLD_FILES+=sbin/startslip rescue/startslip OLD_FILES+=usr/include/net/if_ppp.h OLD_FILES+=usr/include/net/if_pppvar.h OLD_FILES+=usr/include/net/if_slvar.h OLD_FILES+=usr/include/net/ppp_comp.h OLD_FILES+=usr/include/net/slip.h OLD_FILES+=usr/sbin/sliplogin OLD_FILES+=usr/sbin/slstat OLD_FILES+=usr/sbin/pppd OLD_FILES+=usr/sbin/pppstats OLD_FILES+=usr/share/man/man1/startslip.1.gz OLD_FILES+=usr/share/man/man4/if_ppp.4.gz OLD_FILES+=usr/share/man/man4/if_sl.4.gz OLD_FILES+=usr/share/man/man4/ppp.4.gz OLD_FILES+=usr/share/man/man4/sl.4.gz OLD_FILES+=usr/share/man/man8/pppd.8.gz OLD_FILES+=usr/share/man/man8/pppstats.8.gz OLD_FILES+=usr/share/man/man8/slattach.8.gz OLD_FILES+=usr/share/man/man8/slip.8.gz OLD_FILES+=usr/share/man/man8/sliplogin.8.gz OLD_FILES+=usr/share/man/man8/slstat.8.gz # 20090321: libpcap upgraded to 1.0.0 OLD_LIBS+=lib/libpcap.so.5 # 20090319: uscanner(4) has been removed OLD_FILES+=usr/share/man/man4/uscanner.4.gz # 20090313: k8temp(4) renamed to amdtemp(4) OLD_FILES+=usr/share/man/man4/k8temp.4.gz # 20090308: libusb.so.1 renamed OLD_LIBS+=usr/lib/libusb20.so.1 OLD_FILES+=usr/lib/libusb20.a OLD_FILES+=usr/lib/libusb20.so OLD_FILES+=usr/lib/libusb20_p.a OLD_FILES+=usr/include/libusb20_compat01.h OLD_FILES+=usr/include/libusb20_compat10.h # 20090226: libmp(3) functions renamed OLD_LIBS+=usr/lib/libmp.so.6 # 20090223: changeover of USB stacks OLD_FILES+=usr/include/dev/usb2/include/ufm2_ioctl.h OLD_FILES+=usr/include/dev/usb2/include/urio2_ioctl.h OLD_FILES+=usr/include/dev/usb2/include/usb2_cdc.h OLD_FILES+=usr/include/dev/usb2/include/usb2_defs.h OLD_FILES+=usr/include/dev/usb2/include/usb2_devid.h OLD_FILES+=usr/include/dev/usb2/include/usb2_devtable.h OLD_FILES+=usr/include/dev/usb2/include/usb2_endian.h OLD_FILES+=usr/include/dev/usb2/include/usb2_error.h OLD_FILES+=usr/include/dev/usb2/include/usb2_hid.h OLD_FILES+=usr/include/dev/usb2/include/usb2_ioctl.h OLD_FILES+=usr/include/dev/usb2/include/usb2_mfunc.h OLD_FILES+=usr/include/dev/usb2/include/usb2_revision.h OLD_FILES+=usr/include/dev/usb2/include/usb2_standard.h OLD_DIRS+=usr/include/dev/usb2/include OLD_DIRS+=usr/include/dev/usb2 OLD_FILES+=usr/include/dev/usb/dsbr100io.h OLD_FILES+=usr/include/dev/usb/ehcireg.h OLD_FILES+=usr/include/dev/usb/ehcivar.h OLD_FILES+=usr/include/dev/usb/hid.h OLD_FILES+=usr/include/dev/usb/if_auereg.h OLD_FILES+=usr/include/dev/usb/if_axereg.h OLD_FILES+=usr/include/dev/usb/if_cdcereg.h OLD_FILES+=usr/include/dev/usb/if_cuereg.h OLD_FILES+=usr/include/dev/usb/if_kuereg.h OLD_FILES+=usr/include/dev/usb/if_ruereg.h OLD_FILES+=usr/include/dev/usb/if_rumreg.h OLD_FILES+=usr/include/dev/usb/if_rumvar.h OLD_FILES+=usr/include/dev/usb/if_udavreg.h OLD_FILES+=usr/include/dev/usb/if_upgtvar.h OLD_FILES+=usr/include/dev/usb/if_uralreg.h OLD_FILES+=usr/include/dev/usb/if_uralvar.h OLD_FILES+=usr/include/dev/usb/if_urtwreg.h OLD_FILES+=usr/include/dev/usb/if_urtwvar.h OLD_FILES+=usr/include/dev/usb/if_zydfw.h OLD_FILES+=usr/include/dev/usb/if_zydreg.h OLD_FILES+=usr/include/dev/usb/kue_fw.h OLD_FILES+=usr/include/dev/usb/ohcireg.h OLD_FILES+=usr/include/dev/usb/ohcivar.h OLD_FILES+=usr/include/dev/usb/rio500_usb.h OLD_FILES+=usr/include/dev/usb/rt2573_ucode.h OLD_FILES+=usr/include/dev/usb/sl811hsreg.h OLD_FILES+=usr/include/dev/usb/sl811hsvar.h OLD_FILES+=usr/include/dev/usb/ubser.h OLD_FILES+=usr/include/dev/usb/ucomvar.h OLD_FILES+=usr/include/dev/usb/udbp.h OLD_FILES+=usr/include/dev/usb/uftdireg.h OLD_FILES+=usr/include/dev/usb/ugraphire_rdesc.h OLD_FILES+=usr/include/dev/usb/uhcireg.h OLD_FILES+=usr/include/dev/usb/uhcivar.h OLD_FILES+=usr/include/dev/usb/usb_ethersubr.h OLD_FILES+=usr/include/dev/usb/usb_mem.h OLD_FILES+=usr/include/dev/usb/usb_port.h OLD_FILES+=usr/include/dev/usb/usb_quirks.h OLD_FILES+=usr/include/dev/usb/usbcdc.h OLD_FILES+=usr/include/dev/usb/usbdivar.h OLD_FILES+=usr/include/dev/usb/uxb360gp_rdesc.h OLD_FILES+=usr/sbin/usbdevs OLD_FILES+=usr/share/man/man8/usbdevs.8.gz # 20090203: removal of pccard header files OLD_FILES+=usr/include/pccard/cardinfo.h OLD_FILES+=usr/include/pccard/cis.h OLD_DIRS+=usr/include/pccard # 20090203: adding_user.8 moved to adding_user.7 OLD_FILES+=usr/share/man/man8/adding_user.8.gz # 20090102: file 4.26 import OLD_FILES+=usr/share/misc/magic.mime OLD_FILES+=usr/share/misc/magic.mime.mgc # 20081223: bind 9.4.3 import, nsupdate.8 moved to nsupdate.1 OLD_FILES+=usr/share/man/man8/nsupdate.8.gz # 20081223: ipprotosw.h removed OLD_FILES+=usr/include/netinet/ipprotosw.h # 20081123: vfs_mountedon.9 removed OLD_FILES+=usr/share/man/man9/vfs_mountedon.9.gz # 20081023: FREE.9 and MALLOC.9 removed OLD_FILES+=usr/share/man/man9/FREE.9.gz OLD_FILES+=usr/share/man/man9/MALLOC.9.gz # 20080928: removal of inaccurate device_ids(9) manual page OLD_FILES+=usr/share/man/man9/device_ids.9.gz OLD_FILES+=usr/share/man/man9/major.9.gz OLD_FILES+=usr/share/man/man9/minor.9.gz OLD_FILES+=usr/share/man/man9/umajor.9.gz OLD_FILES+=usr/share/man/man9/uminor.9.gz # 20080917: removal of manpage for axed kernel primitive suser(9) OLD_FILES+=usr/share/man/man9/suser.9.gz OLD_FILES+=usr/share/man/man9/suser_cred.9.gz # 20080913: pax removed from rescue OLD_FILES+=rescue/pax # 20080823: removal of unneeded pt_chown, to implement grantpt(3) OLD_FILES+=usr/libexec/pt_chown # 20080822: ntp 4.2.4p5 import OLD_FILES+=usr/share/doc/ntp/driver23.html OLD_FILES+=usr/share/doc/ntp/driver24.html # 20080821: several man pages moved from man4.i386 to man4 .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/share/man/man4/i386/acpi_aiboost.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_asus.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_fujitsu.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_ibm.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_panasonic.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_sony.4.gz OLD_FILES+=usr/share/man/man4/i386/acpi_toshiba.4.gz OLD_FILES+=usr/share/man/man4/i386/ichwd.4.gz OLD_FILES+=usr/share/man/man4/i386/if_ndis.4.gz OLD_FILES+=usr/share/man/man4/i386/io.4.gz OLD_FILES+=usr/share/man/man4/i386/linux.4.gz OLD_FILES+=usr/share/man/man4/i386/ndis.4.gz .endif # 20080820: MPSAFE TTY layer integrated OLD_FILES+=usr/include/sys/linedisc.h OLD_FILES+=usr/share/man/man3/posix_openpt.3.gz # 20080725: sgtty.h removed OLD_FILES+=usr/include/sgtty.h # 20080706: bsdlabel(8) removed on powerpc .if ${TARGET_ARCH} == "powerpc" OLD_FILES+=sbin/bsdlabel OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz .endif # 20080704: sbsh(4) removed OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz OLD_FILES+=usr/share/man/man4/sbsh.4.gz # 20080704: cnw(4) removed OLD_FILES+=usr/share/man/man4/if_cnw.4.gz OLD_FILES+=usr/share/man/man4/cnw.4.gz # 20080704: oltr(4) removed .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/share/man/man4/i386/if_oltr.4.gz OLD_FILES+=usr/share/man/man4/i386/oltr.4.gz .endif # 20080704: arl(4) removed .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/sbin/arlcontrol OLD_FILES+=usr/share/man/man4/i386/arl.4.gz OLD_FILES+=usr/share/man/man8/arlcontrol.8.gz .endif # 20080703: sunlabel only for sparc64 .if ${TARGET_ARCH} != "sparc64" OLD_FILES+=sbin/sunlabel OLD_FILES+=usr/share/man/man8/sunlabel.8.gz .endif # 20080701: wpa_supplicant.conf moved to share/examples/etc/ OLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf OLD_DIRS+=usr/share/examples/wpa_supplicant # 20080614: pecoff image activator removed .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/pecoff_machdep.h .endif # 20080614: sgtty removed OLD_FILES+=usr/include/sys/ttychars.h OLD_FILES+=usr/include/sys/ttydev.h OLD_FILES+=usr/share/man/man3/gtty.3.gz OLD_FILES+=usr/share/man/man3/stty.3.gz # 20080609: gpt(8) removed OLD_FILES+=sbin/gpt OLD_FILES+=usr/share/man/man8/gpt.8.gz # 20080525: I4B removed OLD_FILES+=etc/isdn/answer OLD_FILES+=etc/isdn/isdntel OLD_FILES+=etc/isdn/record OLD_FILES+=etc/isdn/tell OLD_FILES+=etc/isdn/tell-record OLD_FILES+=etc/isdn/unknown_incoming OLD_FILES+=etc/isdn/holidays.D OLD_FILES+=etc/isdn/isdnd.rates.A OLD_FILES+=etc/isdn/isdnd.rates.D OLD_FILES+=etc/isdn/isdnd.rates.F OLD_FILES+=etc/isdn/isdnd.rates.L OLD_FILES+=etc/isdn/isdnd.rates.UK.BT OLD_FILES+=etc/isdn/isdnd.rc.sample OLD_FILES+=etc/isdn/isdntel.alias.sample OLD_DIRS+=etc/isdn OLD_FILES+=etc/rc.d/isdnd OLD_FILES+=usr/include/i4b/i4b_cause.h OLD_FILES+=usr/include/i4b/i4b_debug.h OLD_FILES+=usr/include/i4b/i4b_ioctl.h OLD_FILES+=usr/include/i4b/i4b_rbch_ioctl.h OLD_FILES+=usr/include/i4b/i4b_tel_ioctl.h OLD_FILES+=usr/include/i4b/i4b_trace.h OLD_DIRS+=usr/include/i4b OLD_FILES+=usr/sbin/dtmfdecode OLD_FILES+=usr/sbin/g711conv OLD_FILES+=usr/sbin/isdnd OLD_FILES+=usr/sbin/isdndebug OLD_FILES+=usr/sbin/isdndecode OLD_FILES+=usr/sbin/isdnmonitor OLD_FILES+=usr/sbin/isdnphone OLD_FILES+=usr/sbin/isdntel OLD_FILES+=usr/sbin/isdntelctl OLD_FILES+=usr/sbin/isdntrace OLD_FILES+=usr/share/isdn/0.al OLD_FILES+=usr/share/isdn/1.al OLD_FILES+=usr/share/isdn/2.al OLD_FILES+=usr/share/isdn/3.al OLD_FILES+=usr/share/isdn/4.al OLD_FILES+=usr/share/isdn/5.al OLD_FILES+=usr/share/isdn/6.al OLD_FILES+=usr/share/isdn/7.al OLD_FILES+=usr/share/isdn/8.al OLD_FILES+=usr/share/isdn/9.al OLD_FILES+=usr/share/isdn/beep.al OLD_FILES+=usr/share/isdn/msg.al OLD_DIRS+=usr/share/isdn OLD_FILES+=usr/share/man/man1/dtmfdecode.1.gz OLD_FILES+=usr/share/man/man1/g711conv.1.gz OLD_FILES+=usr/share/man/man4/i4b.4.gz OLD_FILES+=usr/share/man/man4/i4bcapi.4.gz OLD_FILES+=usr/share/man/man4/i4bctl.4.gz OLD_FILES+=usr/share/man/man4/i4bing.4.gz OLD_FILES+=usr/share/man/man4/i4bipr.4.gz OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz OLD_FILES+=usr/share/man/man4/i4bq921.4.gz OLD_FILES+=usr/share/man/man4/i4bq931.4.gz OLD_FILES+=usr/share/man/man4/i4brbch.4.gz OLD_FILES+=usr/share/man/man4/i4btel.4.gz OLD_FILES+=usr/share/man/man4/i4btrc.4.gz OLD_FILES+=usr/share/man/man4/iavc.4.gz OLD_FILES+=usr/share/man/man4/isic.4.gz OLD_FILES+=usr/share/man/man4/ifpi.4.gz OLD_FILES+=usr/share/man/man4/ifpi2.4.gz OLD_FILES+=usr/share/man/man4/ifpnp.4.gz OLD_FILES+=usr/share/man/man4/ihfc.4.gz OLD_FILES+=usr/share/man/man4/itjc.4.gz OLD_FILES+=usr/share/man/man4/iwic.4.gz OLD_FILES+=usr/share/man/man5/isdnd.rc.5.gz OLD_FILES+=usr/share/man/man5/isdnd.rates.5.gz OLD_FILES+=usr/share/man/man5/isdnd.acct.5.gz OLD_FILES+=usr/share/man/man8/isdnd.8.gz OLD_FILES+=usr/share/man/man8/isdndebug.8.gz OLD_FILES+=usr/share/man/man8/isdndecode.8.gz OLD_FILES+=usr/share/man/man8/isdnmonitor.8.gz OLD_FILES+=usr/share/man/man8/isdnphone.8.gz OLD_FILES+=usr/share/man/man8/isdntel.8.gz OLD_FILES+=usr/share/man/man8/isdntelctl.8.gz OLD_FILES+=usr/share/man/man8/isdntrace.8.gz OLD_FILES+=usr/share/examples/isdn/contrib/README OLD_FILES+=usr/share/examples/isdn/contrib/anleitung.ppp OLD_FILES+=usr/share/examples/isdn/contrib/answer.c OLD_FILES+=usr/share/examples/isdn/contrib/answer.sh OLD_FILES+=usr/share/examples/isdn/contrib/convert.sh OLD_FILES+=usr/share/examples/isdn/contrib/hplay.c OLD_FILES+=usr/share/examples/isdn/contrib/i4b-ppp-newbie.txt OLD_FILES+=usr/share/examples/isdn/contrib/isdnctl OLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct OLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct.pl OLD_FILES+=usr/share/examples/isdn/contrib/isdntelmux.c OLD_FILES+=usr/share/examples/isdn/contrib/mrtg-isp0.sh OLD_FILES+=usr/share/examples/isdn/i4brunppp/Makefile OLD_FILES+=usr/share/examples/isdn/i4brunppp/README OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp-isdnd.rc OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.8 OLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.c OLD_FILES+=usr/share/examples/isdn/v21/Makefile OLD_FILES+=usr/share/examples/isdn/v21/README OLD_FILES+=usr/share/examples/isdn/v21/v21modem.c OLD_FILES+=usr/share/examples/isdn/FAQ OLD_FILES+=usr/share/examples/isdn/KERNEL OLD_FILES+=usr/share/examples/isdn/Overview OLD_FILES+=usr/share/examples/isdn/README OLD_FILES+=usr/share/examples/isdn/ROADMAP OLD_FILES+=usr/share/examples/isdn/ReleaseNotes OLD_FILES+=usr/share/examples/isdn/Resources OLD_FILES+=usr/share/examples/isdn/SupportedCards OLD_FILES+=usr/share/examples/isdn/ThankYou OLD_DIRS+=usr/share/examples/isdn/contrib OLD_DIRS+=usr/share/examples/isdn/i4brunppp OLD_DIRS+=usr/share/examples/isdn/v21 OLD_DIRS+=usr/share/examples/isdn OLD_FILES+=usr/share/examples/ppp/isdnd.rc OLD_FILES+=usr/share/examples/ppp/ppp.conf.isdn # 20080525: ng_atmpif removed OLD_FILES+=usr/include/netgraph/atm/ng_atmpif.h OLD_FILES+=usr/share/man/man4/ng_atmpif.4.gz # 20080522: pmap_addr_hint removed OLD_FILES+=usr/share/man/man9/pmap_addr_hint.9.gz # 20080517: ipsec_osdep.h removed OLD_FILES+=usr/include/netipsec/ipsec_osdep.h # 20080507: heimdal 1.1 import OLD_LIBS+=usr/lib/libasn1.so.9 OLD_LIBS+=usr/lib/libgssapi.so.9 OLD_LIBS+=usr/lib/libgssapi_krb5.so.9 OLD_LIBS+=usr/lib/libhdb.so.9 OLD_LIBS+=usr/lib/libkadm5clnt.so.9 OLD_LIBS+=usr/lib/libkadm5srv.so.9 OLD_LIBS+=usr/lib/libkafs5.so.9 OLD_LIBS+=usr/lib/libkrb5.so.9 OLD_LIBS+=usr/lib/libroken.so.9 # 20080420: Symbol card support dropped OLD_FILES+=usr/include/dev/wi/spectrum24t_cf.h # 20080420: awi removal OLD_FILES+=usr/share/man/man4/awi.4.gz OLD_FILES+=usr/share/man/man4/if_awi.4.gz # 20080331: pkg_sign has been removed OLD_FILES+=usr/sbin/pkg_check OLD_FILES+=usr/sbin/pkg_sign OLD_FILES+=usr/share/man/man1/pkg_check.1.gz OLD_FILES+=usr/share/man/man1/pkg_sign.1.gz # 20080314: stack_print(9) mlink fixed OLD_FILES+=usr/share/man/man9/stack_printf.9.gz # 20080312: libkse removal OLD_FILES+=usr/include/sys/kse.h OLD_FILES+=usr/lib/libkse.so OLD_LIBS+=usr/lib/libkse.so.3 OLD_FILES+=usr/share/man/man2/kse.2.gz OLD_FILES+=usr/share/man/man2/kse_create.2.gz OLD_FILES+=usr/share/man/man2/kse_exit.2.gz OLD_FILES+=usr/share/man/man2/kse_release.2.gz OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz # 20080225: bsdar/bsdranlib rename to ar/ranlib OLD_FILES+=usr/bin/bsdar OLD_FILES+=usr/bin/bsdranlib OLD_FILES+=usr/share/man/man1/bsdar.1.gz OLD_FILES+=usr/share/man/man1/bsdranlib.1.gz # 20080220: geom_lvm rename to geom_linux_lvm OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz # 20080126: oldcard.4 removal OLD_FILES+=usr/share/man/man4/card.4.gz OLD_FILES+=usr/share/man/man4/oldcard.4.gz # 20080122: Removed from the tree OLD_FILES+=usr/share/man/man9/BUF_REFCNT.9.gz # 20080108: Moved to section 2 OLD_FILES+=usr/share/man/man3/shm_open.3.gz OLD_FILES+=usr/share/man/man3/shm_unlink.3.gz # 20071207: Merged with fortunes-o.real OLD_FILES+=usr/share/games/fortune/fortunes2-o OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat # 20071201: Removal of XRPU driver OLD_FILES+=usr/include/sys/xrpuio.h # 20071129: Disabled static versions of libkse by default OLD_FILES+=usr/lib/libkse.a OLD_FILES+=usr/lib/libkse_p.a OLD_FILES+=usr/lib/libkse_pic.a # 20071129: Removed a Solaris compatibility header OLD_FILES+=usr/include/sys/_elf_solaris.h # 20071125: Renamed to pmc_get_msr() OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz # 20071108: Removed very crunch OLDCARD support file OLD_FILES+=etc/defaults/pccard.conf # 20071025: rc.d/nfslocking superseded by rc.d/lockd and rc.d/statd OLD_FILES+=etc/rc.d/nfslocking # 20070930: rename of cached to nscd OLD_FILES+=etc/cached.conf OLD_FILES+=etc/rc.d/cached OLD_FILES+=usr/sbin/cached OLD_FILES+=usr/share/man/man5/cached.conf.5.gz OLD_FILES+=usr/share/man/man8/cached.8.gz # 20070807: removal of PowerPC specific header file .if ${TARGET_ARCH} == "powerpc" OLD_FILES+=usr/include/machine/interruptvar.h .endif # 20070801: fast_ipsec.4 gone OLD_FILES+=usr/share/man/man4/fast_ipsec.4.gz # 20070715: netatm temporarily disconnected (removed 20080525) OLD_FILES+=rescue/atm OLD_FILES+=rescue/fore_dnld OLD_FILES+=rescue/ilmid OLD_FILES+=sbin/atm OLD_FILES+=sbin/fore_dnld OLD_FILES+=sbin/ilmid OLD_FILES+=usr/include/libatm.h OLD_FILES+=usr/include/netatm/atm.h OLD_FILES+=usr/include/netatm/atm_cm.h OLD_FILES+=usr/include/netatm/atm_if.h OLD_FILES+=usr/include/netatm/atm_ioctl.h OLD_FILES+=usr/include/netatm/atm_pcb.h OLD_FILES+=usr/include/netatm/atm_sap.h OLD_FILES+=usr/include/netatm/atm_sigmgr.h OLD_FILES+=usr/include/netatm/atm_stack.h OLD_FILES+=usr/include/netatm/atm_sys.h OLD_FILES+=usr/include/netatm/atm_var.h OLD_FILES+=usr/include/netatm/atm_vc.h OLD_FILES+=usr/include/netatm/ipatm/ipatm.h OLD_FILES+=usr/include/netatm/ipatm/ipatm_serv.h OLD_FILES+=usr/include/netatm/ipatm/ipatm_var.h OLD_FILES+=usr/include/netatm/port.h OLD_FILES+=usr/include/netatm/queue.h OLD_FILES+=usr/include/netatm/sigpvc/sigpvc_var.h OLD_FILES+=usr/include/netatm/spans/spans_cls.h OLD_FILES+=usr/include/netatm/spans/spans_kxdr.h OLD_FILES+=usr/include/netatm/spans/spans_var.h OLD_FILES+=usr/include/netatm/uni/sscf_uni.h OLD_FILES+=usr/include/netatm/uni/sscf_uni_var.h OLD_FILES+=usr/include/netatm/uni/sscop.h OLD_FILES+=usr/include/netatm/uni/sscop_misc.h OLD_FILES+=usr/include/netatm/uni/sscop_pdu.h OLD_FILES+=usr/include/netatm/uni/sscop_var.h OLD_FILES+=usr/include/netatm/uni/uni.h OLD_FILES+=usr/include/netatm/uni/uniip_var.h OLD_FILES+=usr/include/netatm/uni/unisig.h OLD_FILES+=usr/include/netatm/uni/unisig_decode.h OLD_FILES+=usr/include/netatm/uni/unisig_mbuf.h OLD_FILES+=usr/include/netatm/uni/unisig_msg.h OLD_FILES+=usr/include/netatm/uni/unisig_print.h OLD_FILES+=usr/include/netatm/uni/unisig_var.h OLD_FILES+=usr/lib/libatm.a OLD_FILES+=usr/lib/libatm_p.a OLD_FILES+=usr/sbin/atmarpd OLD_FILES+=usr/sbin/scspd OLD_FILES+=usr/share/man/en.ISO8859-1/man8/atm.8.gz OLD_FILES+=usr/share/man/en.ISO8859-1/man8/atmarpd.8.gz OLD_FILES+=usr/share/man/en.ISO8859-1/man8/fore_dnld.8.gz OLD_FILES+=usr/share/man/en.ISO8859-1/man8/ilmid.8.gz OLD_FILES+=usr/share/man/en.ISO8859-1/man8/scspd.8.gz OLD_FILES+=usr/share/man/man8/atm.8.gz OLD_FILES+=usr/share/man/man8/atmarpd.8.gz OLD_FILES+=usr/share/man/man8/fore_dnld.8.gz OLD_FILES+=usr/share/man/man8/ilmid.8.gz OLD_FILES+=usr/share/man/man8/scspd.8.gz OLD_FILES+=usr/share/examples/atm/NOTES OLD_FILES+=usr/share/examples/atm/README OLD_FILES+=usr/share/examples/atm/Startup OLD_FILES+=usr/share/examples/atm/atm-config.sh OLD_FILES+=usr/share/examples/atm/atm-sockets.txt OLD_FILES+=usr/share/examples/atm/cpcs-design.txt OLD_FILES+=usr/share/examples/atm/fore-microcode.txt OLD_FILES+=usr/share/examples/atm/sscf-design.txt OLD_FILES+=usr/share/examples/atm/sscop-design.txt OLD_LIBS+=lib/libatm.so.5 OLD_FILES+=usr/lib/libatm.so OLD_DIRS+=usr/include/netatm/sigpvc OLD_DIRS+=usr/include/netatm/spans OLD_DIRS+=usr/include/netatm/ipatm OLD_DIRS+=usr/include/netatm/uni OLD_DIRS+=usr/include/netatm OLD_DIRS+=usr/share/examples/atm # 20070705: I4B headers repo-copied to include/i4b/ .if ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/machine/i4b_cause.h OLD_FILES+=usr/include/machine/i4b_debug.h OLD_FILES+=usr/include/machine/i4b_ioctl.h OLD_FILES+=usr/include/machine/i4b_rbch_ioctl.h OLD_FILES+=usr/include/machine/i4b_tel_ioctl.h OLD_FILES+=usr/include/machine/i4b_trace.h .endif # 20070703: pf 4.1 import OLD_FILES+=usr/libexec/ftp-proxy # 20070701: KAME IPSec removal OLD_FILES+=usr/include/netinet6/ah.h OLD_FILES+=usr/include/netinet6/ah6.h OLD_FILES+=usr/include/netinet6/ah_aesxcbcmac.h OLD_FILES+=usr/include/netinet6/esp.h OLD_FILES+=usr/include/netinet6/esp6.h OLD_FILES+=usr/include/netinet6/esp_aesctr.h OLD_FILES+=usr/include/netinet6/esp_camellia.h OLD_FILES+=usr/include/netinet6/esp_rijndael.h OLD_FILES+=usr/include/netinet6/ipsec.h OLD_FILES+=usr/include/netinet6/ipsec6.h OLD_FILES+=usr/include/netinet6/ipcomp.h OLD_FILES+=usr/include/netinet6/ipcomp6.h OLD_FILES+=usr/include/netkey/key.h OLD_FILES+=usr/include/netkey/key_debug.h OLD_FILES+=usr/include/netkey/key_var.h OLD_FILES+=usr/include/netkey/keydb.h OLD_FILES+=usr/include/netkey/keysock.h OLD_DIRS+=usr/include/netkey # 20070701: remove wicontrol OLD_FILES+=usr/sbin/wicontrol OLD_FILES+=usr/share/man/man8/wicontrol.8.gz # 20070625: umapfs removal OLD_FILES+=rescue/mount_umapfs OLD_FILES+=sbin/mount_umapfs OLD_FILES+=usr/include/fs/umapfs/umap.h OLD_FILES+=usr/share/man/man8/mount_umapfs.8.gz OLD_DIRS+=usr/include/fs/umapfs # 20070618: Removal of the PROTO.localhost* files OLD_FILES+=etc/namedb/PROTO.localhost-v6.rev OLD_FILES+=etc/namedb/PROTO.localhost.rev OLD_FILES+=etc/namedb/make-localhost # 20070618: shared library version bump OLD_LIBS+=lib/libalias.so.5 OLD_LIBS+=lib/libbsnmp.so.3 OLD_LIBS+=lib/libncurses.so.6 OLD_LIBS+=lib/libncursesw.so.6 OLD_LIBS+=lib/libreadline.so.6 OLD_LIBS+=usr/lib/libdialog.so.5 OLD_LIBS+=usr/lib/libgnuregex.so.3 OLD_LIBS+=usr/lib/libhistory.so.6 OLD_LIBS+=usr/lib/libpam.so.3 OLD_LIBS+=usr/lib/libssh.so.3 OLD_LIBS+=usr/lib/pam_chroot.so.3 OLD_LIBS+=usr/lib/pam_deny.so.3 OLD_LIBS+=usr/lib/pam_echo.so.3 OLD_LIBS+=usr/lib/pam_exec.so.3 OLD_LIBS+=usr/lib/pam_ftpusers.so.3 OLD_LIBS+=usr/lib/pam_group.so.3 OLD_LIBS+=usr/lib/pam_guest.so.3 OLD_LIBS+=usr/lib/pam_krb5.so.3 OLD_LIBS+=usr/lib/pam_ksu.so.3 OLD_LIBS+=usr/lib/pam_lastlog.so.3 OLD_LIBS+=usr/lib/pam_login_access.so.3 OLD_LIBS+=usr/lib/pam_nologin.so.3 OLD_LIBS+=usr/lib/pam_opie.so.3 OLD_LIBS+=usr/lib/pam_opieaccess.so.3 OLD_LIBS+=usr/lib/pam_passwdqc.so.3 OLD_LIBS+=usr/lib/pam_permit.so.3 OLD_LIBS+=usr/lib/pam_radius.so.3 OLD_LIBS+=usr/lib/pam_rhosts.so.3 OLD_LIBS+=usr/lib/pam_rootok.so.3 OLD_LIBS+=usr/lib/pam_securetty.so.3 OLD_LIBS+=usr/lib/pam_self.so.3 OLD_LIBS+=usr/lib/pam_ssh.so.3 OLD_LIBS+=usr/lib/pam_tacplus.so.3 OLD_LIBS+=usr/lib/pam_unix.so.3 OLD_LIBS+=usr/lib/snmp_atm.so.4 OLD_LIBS+=usr/lib/snmp_bridge.so.4 OLD_LIBS+=usr/lib/snmp_hostres.so.4 OLD_LIBS+=usr/lib/snmp_mibII.so.4 OLD_LIBS+=usr/lib/snmp_netgraph.so.4 OLD_LIBS+=usr/lib/snmp_pf.so.4 # 20070613: IPX over IP tunnel removal OLD_FILES+=usr/include/netipx/ipx_ip.h # 20070605: sched_core removal OLD_FILES+=usr/share/man/man4/sched_core.4.gz # 20070603: BIND 9.4.1 import OLD_LIBS+=usr/lib/liblwres.so.10 # 20070521: shared library version bump OLD_LIBS+=lib/libatm.so.4 OLD_LIBS+=lib/libbegemot.so.2 OLD_LIBS+=lib/libbsdxml.so.2 OLD_LIBS+=lib/libcam.so.3 OLD_LIBS+=lib/libcrypt.so.3 OLD_LIBS+=lib/libdevstat.so.5 OLD_LIBS+=lib/libedit.so.5 OLD_LIBS+=lib/libgeom.so.3 OLD_LIBS+=lib/libipsec.so.2 OLD_LIBS+=lib/libipx.so.3 OLD_LIBS+=lib/libkiconv.so.2 OLD_LIBS+=lib/libkse.so.2 OLD_LIBS+=lib/libkvm.so.3 OLD_LIBS+=lib/libm.so.4 OLD_LIBS+=lib/libmd.so.3 OLD_LIBS+=lib/libpcap.so.4 OLD_LIBS+=lib/libpthread.so.2 OLD_LIBS+=lib/libsbuf.so.3 OLD_LIBS+=lib/libthr.so.2 OLD_LIBS+=lib/libufs.so.3 OLD_LIBS+=lib/libutil.so.6 OLD_LIBS+=lib/libz.so.3 OLD_LIBS+=usr/lib/libbluetooth.so.2 OLD_LIBS+=usr/lib/libbsm.so.1 OLD_LIBS+=usr/lib/libbz2.so.2 OLD_LIBS+=usr/lib/libcalendar.so.3 OLD_LIBS+=usr/lib/libcom_err.so.3 OLD_LIBS+=usr/lib/libdevinfo.so.3 OLD_LIBS+=usr/lib/libfetch.so.4 OLD_LIBS+=usr/lib/libform.so.3 OLD_LIBS+=usr/lib/libformw.so.3 OLD_LIBS+=usr/lib/libftpio.so.6 OLD_LIBS+=usr/lib/libgpib.so.1 OLD_LIBS+=usr/lib/libkse.so.2 OLD_LIBS+=usr/lib/libmagic.so.2 OLD_LIBS+=usr/lib/libmemstat.so.1 OLD_LIBS+=usr/lib/libmenu.so.3 OLD_LIBS+=usr/lib/libmenuw.so.3 OLD_LIBS+=usr/lib/libmilter.so.3 OLD_LIBS+=usr/lib/libmp.so.5 OLD_LIBS+=usr/lib/libncp.so.2 OLD_LIBS+=usr/lib/libnetgraph.so.2 OLD_LIBS+=usr/lib/libngatm.so.2 OLD_LIBS+=usr/lib/libopie.so.4 OLD_LIBS+=usr/lib/libpanel.so.3 OLD_LIBS+=usr/lib/libpanelw.so.3 OLD_LIBS+=usr/lib/libpmc.so.3 OLD_LIBS+=usr/lib/libradius.so.2 OLD_LIBS+=usr/lib/librpcsvc.so.3 OLD_LIBS+=usr/lib/libsdp.so.2 OLD_LIBS+=usr/lib/libsmb.so.2 OLD_LIBS+=usr/lib/libstdc++.so.5 OLD_LIBS+=usr/lib/libtacplus.so.2 OLD_LIBS+=usr/lib/libthr.so.2 OLD_LIBS+=usr/lib/libthread_db.so.2 OLD_LIBS+=usr/lib/libugidfw.so.2 OLD_LIBS+=usr/lib/libusbhid.so.2 OLD_LIBS+=usr/lib/libvgl.so.4 OLD_LIBS+=usr/lib/libwrap.so.4 OLD_LIBS+=usr/lib/libypclnt.so.2 OLD_LIBS+=usr/lib/snmp_bridge.so.3 OLD_LIBS+=usr/lib/snmp_hostres.so.3 # 20070519: GCC 4.2 OLD_FILES+=usr/bin/f77 OLD_FILES+=usr/bin/protoize OLD_FILES+=usr/include/g2c.h OLD_FILES+=usr/libexec/f771 OLD_FILES+=usr/share/info/g77.info.gz OLD_FILES+=usr/share/man/man1/f77.1.gz OLD_FILES+=usr/include/c++/3.4/algorithm OLD_FILES+=usr/include/c++/3.4/backward/algo.h OLD_FILES+=usr/include/c++/3.4/backward/algobase.h OLD_FILES+=usr/include/c++/3.4/backward/alloc.h OLD_FILES+=usr/include/c++/3.4/backward/backward_warning.h OLD_FILES+=usr/include/c++/3.4/backward/bvector.h OLD_FILES+=usr/include/c++/3.4/backward/complex.h OLD_FILES+=usr/include/c++/3.4/backward/defalloc.h OLD_FILES+=usr/include/c++/3.4/backward/deque.h OLD_FILES+=usr/include/c++/3.4/backward/fstream.h OLD_FILES+=usr/include/c++/3.4/backward/function.h OLD_FILES+=usr/include/c++/3.4/backward/hash_map.h OLD_FILES+=usr/include/c++/3.4/backward/hash_set.h OLD_FILES+=usr/include/c++/3.4/backward/hashtable.h OLD_FILES+=usr/include/c++/3.4/backward/heap.h OLD_FILES+=usr/include/c++/3.4/backward/iomanip.h OLD_FILES+=usr/include/c++/3.4/backward/iostream.h OLD_FILES+=usr/include/c++/3.4/backward/istream.h OLD_FILES+=usr/include/c++/3.4/backward/iterator.h OLD_FILES+=usr/include/c++/3.4/backward/list.h OLD_FILES+=usr/include/c++/3.4/backward/map.h OLD_FILES+=usr/include/c++/3.4/backward/multimap.h OLD_FILES+=usr/include/c++/3.4/backward/multiset.h OLD_FILES+=usr/include/c++/3.4/backward/new.h OLD_FILES+=usr/include/c++/3.4/backward/ostream.h OLD_FILES+=usr/include/c++/3.4/backward/pair.h OLD_FILES+=usr/include/c++/3.4/backward/queue.h OLD_FILES+=usr/include/c++/3.4/backward/rope.h OLD_FILES+=usr/include/c++/3.4/backward/set.h OLD_FILES+=usr/include/c++/3.4/backward/slist.h OLD_FILES+=usr/include/c++/3.4/backward/stack.h OLD_FILES+=usr/include/c++/3.4/backward/stream.h OLD_FILES+=usr/include/c++/3.4/backward/streambuf.h OLD_FILES+=usr/include/c++/3.4/backward/strstream OLD_FILES+=usr/include/c++/3.4/backward/tempbuf.h OLD_FILES+=usr/include/c++/3.4/backward/tree.h OLD_FILES+=usr/include/c++/3.4/backward/vector.h OLD_FILES+=usr/include/c++/3.4/bits/allocator.h OLD_FILES+=usr/include/c++/3.4/bits/atomic_word.h OLD_FILES+=usr/include/c++/3.4/bits/atomicity.h OLD_FILES+=usr/include/c++/3.4/bits/basic_file.h OLD_FILES+=usr/include/c++/3.4/bits/basic_ios.h OLD_FILES+=usr/include/c++/3.4/bits/basic_ios.tcc OLD_FILES+=usr/include/c++/3.4/bits/basic_string.h OLD_FILES+=usr/include/c++/3.4/bits/basic_string.tcc OLD_FILES+=usr/include/c++/3.4/bits/boost_concept_check.h OLD_FILES+=usr/include/c++/3.4/bits/c++allocator.h OLD_FILES+=usr/include/c++/3.4/bits/c++config.h OLD_FILES+=usr/include/c++/3.4/bits/c++io.h OLD_FILES+=usr/include/c++/3.4/bits/c++locale.h OLD_FILES+=usr/include/c++/3.4/bits/c++locale_internal.h OLD_FILES+=usr/include/c++/3.4/bits/char_traits.h OLD_FILES+=usr/include/c++/3.4/bits/cmath.tcc OLD_FILES+=usr/include/c++/3.4/bits/codecvt.h OLD_FILES+=usr/include/c++/3.4/bits/codecvt_specializations.h OLD_FILES+=usr/include/c++/3.4/bits/concept_check.h OLD_FILES+=usr/include/c++/3.4/bits/concurrence.h OLD_FILES+=usr/include/c++/3.4/bits/cpp_type_traits.h OLD_FILES+=usr/include/c++/3.4/bits/ctype_base.h OLD_FILES+=usr/include/c++/3.4/bits/ctype_inline.h OLD_FILES+=usr/include/c++/3.4/bits/ctype_noninline.h OLD_FILES+=usr/include/c++/3.4/bits/deque.tcc OLD_FILES+=usr/include/c++/3.4/bits/fstream.tcc OLD_FILES+=usr/include/c++/3.4/bits/functexcept.h OLD_FILES+=usr/include/c++/3.4/bits/gslice.h OLD_FILES+=usr/include/c++/3.4/bits/gslice_array.h OLD_FILES+=usr/include/c++/3.4/bits/gthr-default.h OLD_FILES+=usr/include/c++/3.4/bits/gthr-posix.h OLD_FILES+=usr/include/c++/3.4/bits/gthr-single.h OLD_FILES+=usr/include/c++/3.4/bits/gthr.h OLD_FILES+=usr/include/c++/3.4/bits/indirect_array.h OLD_FILES+=usr/include/c++/3.4/bits/ios_base.h OLD_FILES+=usr/include/c++/3.4/bits/istream.tcc OLD_FILES+=usr/include/c++/3.4/bits/list.tcc OLD_FILES+=usr/include/c++/3.4/bits/locale_classes.h OLD_FILES+=usr/include/c++/3.4/bits/locale_facets.h OLD_FILES+=usr/include/c++/3.4/bits/locale_facets.tcc OLD_FILES+=usr/include/c++/3.4/bits/localefwd.h OLD_FILES+=usr/include/c++/3.4/bits/mask_array.h OLD_FILES+=usr/include/c++/3.4/bits/messages_members.h OLD_FILES+=usr/include/c++/3.4/bits/os_defines.h OLD_FILES+=usr/include/c++/3.4/bits/ostream.tcc OLD_FILES+=usr/include/c++/3.4/bits/postypes.h OLD_FILES+=usr/include/c++/3.4/bits/slice_array.h OLD_FILES+=usr/include/c++/3.4/bits/sstream.tcc OLD_FILES+=usr/include/c++/3.4/bits/stl_algo.h OLD_FILES+=usr/include/c++/3.4/bits/stl_algobase.h OLD_FILES+=usr/include/c++/3.4/bits/stl_bvector.h OLD_FILES+=usr/include/c++/3.4/bits/stl_construct.h OLD_FILES+=usr/include/c++/3.4/bits/stl_deque.h OLD_FILES+=usr/include/c++/3.4/bits/stl_function.h OLD_FILES+=usr/include/c++/3.4/bits/stl_heap.h OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator.h OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_funcs.h OLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_types.h OLD_FILES+=usr/include/c++/3.4/bits/stl_list.h OLD_FILES+=usr/include/c++/3.4/bits/stl_map.h OLD_FILES+=usr/include/c++/3.4/bits/stl_multimap.h OLD_FILES+=usr/include/c++/3.4/bits/stl_multiset.h OLD_FILES+=usr/include/c++/3.4/bits/stl_numeric.h OLD_FILES+=usr/include/c++/3.4/bits/stl_pair.h OLD_FILES+=usr/include/c++/3.4/bits/stl_queue.h OLD_FILES+=usr/include/c++/3.4/bits/stl_raw_storage_iter.h OLD_FILES+=usr/include/c++/3.4/bits/stl_relops.h OLD_FILES+=usr/include/c++/3.4/bits/stl_set.h OLD_FILES+=usr/include/c++/3.4/bits/stl_stack.h OLD_FILES+=usr/include/c++/3.4/bits/stl_tempbuf.h OLD_FILES+=usr/include/c++/3.4/bits/stl_threads.h OLD_FILES+=usr/include/c++/3.4/bits/stl_tree.h OLD_FILES+=usr/include/c++/3.4/bits/stl_uninitialized.h OLD_FILES+=usr/include/c++/3.4/bits/stl_vector.h OLD_FILES+=usr/include/c++/3.4/bits/stream_iterator.h OLD_FILES+=usr/include/c++/3.4/bits/streambuf.tcc OLD_FILES+=usr/include/c++/3.4/bits/streambuf_iterator.h OLD_FILES+=usr/include/c++/3.4/bits/stringfwd.h OLD_FILES+=usr/include/c++/3.4/bits/time_members.h OLD_FILES+=usr/include/c++/3.4/bits/type_traits.h OLD_FILES+=usr/include/c++/3.4/bits/valarray_after.h OLD_FILES+=usr/include/c++/3.4/bits/valarray_array.h OLD_FILES+=usr/include/c++/3.4/bits/valarray_array.tcc OLD_FILES+=usr/include/c++/3.4/bits/valarray_before.h OLD_FILES+=usr/include/c++/3.4/bits/vector.tcc OLD_FILES+=usr/include/c++/3.4/bitset OLD_FILES+=usr/include/c++/3.4/cassert OLD_FILES+=usr/include/c++/3.4/cctype OLD_FILES+=usr/include/c++/3.4/cerrno OLD_FILES+=usr/include/c++/3.4/cfloat OLD_FILES+=usr/include/c++/3.4/ciso646 OLD_FILES+=usr/include/c++/3.4/climits OLD_FILES+=usr/include/c++/3.4/clocale OLD_FILES+=usr/include/c++/3.4/cmath OLD_FILES+=usr/include/c++/3.4/complex OLD_FILES+=usr/include/c++/3.4/csetjmp OLD_FILES+=usr/include/c++/3.4/csignal OLD_FILES+=usr/include/c++/3.4/cstdarg OLD_FILES+=usr/include/c++/3.4/cstddef OLD_FILES+=usr/include/c++/3.4/cstdio OLD_FILES+=usr/include/c++/3.4/cstdlib OLD_FILES+=usr/include/c++/3.4/cstring OLD_FILES+=usr/include/c++/3.4/ctime OLD_FILES+=usr/include/c++/3.4/cwchar OLD_FILES+=usr/include/c++/3.4/cwctype OLD_FILES+=usr/include/c++/3.4/cxxabi.h OLD_FILES+=usr/include/c++/3.4/debug/bitset OLD_FILES+=usr/include/c++/3.4/debug/debug.h OLD_FILES+=usr/include/c++/3.4/debug/deque OLD_FILES+=usr/include/c++/3.4/debug/formatter.h OLD_FILES+=usr/include/c++/3.4/debug/hash_map OLD_FILES+=usr/include/c++/3.4/debug/hash_map.h OLD_FILES+=usr/include/c++/3.4/debug/hash_multimap.h OLD_FILES+=usr/include/c++/3.4/debug/hash_multiset.h OLD_FILES+=usr/include/c++/3.4/debug/hash_set OLD_FILES+=usr/include/c++/3.4/debug/hash_set.h OLD_FILES+=usr/include/c++/3.4/debug/list OLD_FILES+=usr/include/c++/3.4/debug/map OLD_FILES+=usr/include/c++/3.4/debug/map.h OLD_FILES+=usr/include/c++/3.4/debug/multimap.h OLD_FILES+=usr/include/c++/3.4/debug/multiset.h OLD_FILES+=usr/include/c++/3.4/debug/safe_base.h OLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.h OLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.tcc OLD_FILES+=usr/include/c++/3.4/debug/safe_sequence.h OLD_FILES+=usr/include/c++/3.4/debug/set OLD_FILES+=usr/include/c++/3.4/debug/set.h OLD_FILES+=usr/include/c++/3.4/debug/string OLD_FILES+=usr/include/c++/3.4/debug/vector OLD_FILES+=usr/include/c++/3.4/deque OLD_FILES+=usr/include/c++/3.4/exception OLD_FILES+=usr/include/c++/3.4/exception_defines.h OLD_FILES+=usr/include/c++/3.4/ext/algorithm OLD_FILES+=usr/include/c++/3.4/ext/bitmap_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/debug_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/enc_filebuf.h OLD_FILES+=usr/include/c++/3.4/ext/functional OLD_FILES+=usr/include/c++/3.4/ext/hash_fun.h OLD_FILES+=usr/include/c++/3.4/ext/hash_map OLD_FILES+=usr/include/c++/3.4/ext/hash_set OLD_FILES+=usr/include/c++/3.4/ext/hashtable.h OLD_FILES+=usr/include/c++/3.4/ext/iterator OLD_FILES+=usr/include/c++/3.4/ext/malloc_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/memory OLD_FILES+=usr/include/c++/3.4/ext/mt_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/new_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/numeric OLD_FILES+=usr/include/c++/3.4/ext/pod_char_traits.h OLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h OLD_FILES+=usr/include/c++/3.4/ext/rb_tree OLD_FILES+=usr/include/c++/3.4/ext/rope OLD_FILES+=usr/include/c++/3.4/ext/ropeimpl.h OLD_FILES+=usr/include/c++/3.4/ext/slist OLD_FILES+=usr/include/c++/3.4/ext/stdio_filebuf.h OLD_FILES+=usr/include/c++/3.4/ext/stdio_sync_filebuf.h OLD_FILES+=usr/include/c++/3.4/fstream OLD_FILES+=usr/include/c++/3.4/functional OLD_FILES+=usr/include/c++/3.4/iomanip OLD_FILES+=usr/include/c++/3.4/ios OLD_FILES+=usr/include/c++/3.4/iosfwd OLD_FILES+=usr/include/c++/3.4/iostream OLD_FILES+=usr/include/c++/3.4/istream OLD_FILES+=usr/include/c++/3.4/iterator OLD_FILES+=usr/include/c++/3.4/limits OLD_FILES+=usr/include/c++/3.4/list OLD_FILES+=usr/include/c++/3.4/locale OLD_FILES+=usr/include/c++/3.4/map OLD_FILES+=usr/include/c++/3.4/memory OLD_FILES+=usr/include/c++/3.4/new OLD_FILES+=usr/include/c++/3.4/numeric OLD_FILES+=usr/include/c++/3.4/ostream OLD_FILES+=usr/include/c++/3.4/queue OLD_FILES+=usr/include/c++/3.4/set OLD_FILES+=usr/include/c++/3.4/sstream OLD_FILES+=usr/include/c++/3.4/stack OLD_FILES+=usr/include/c++/3.4/stdexcept OLD_FILES+=usr/include/c++/3.4/streambuf OLD_FILES+=usr/include/c++/3.4/string OLD_FILES+=usr/include/c++/3.4/typeinfo OLD_FILES+=usr/include/c++/3.4/utility OLD_FILES+=usr/include/c++/3.4/valarray OLD_FILES+=usr/include/c++/3.4/vector OLD_DIRS+=usr/include/c++/3.4/backward OLD_DIRS+=usr/include/c++/3.4/bits OLD_DIRS+=usr/include/c++/3.4/debug OLD_DIRS+=usr/include/c++/3.4/ext OLD_DIRS+=usr/include/c++/3.4 # 20070510: zpool/zfs moved to /sbin OLD_FILES+=usr/sbin/zfs OLD_FILES+=usr/sbin/zpool # 20070423: rc.bluetooth (examples) removed OLD_FILES+=usr/share/examples/netgraph/bluetooth/rc.bluetooth OLD_DIRS+=usr/share/examples/netgraph/bluetooth # 20070421: worm.4 removed OLD_FILES+=usr/share/man/man4/worm.4.gz # 20070417: trunk(4) renamed to lagg(4) OLD_FILES+=usr/include/net/if_trunk.h # 20070409: uuidgen moved to /bin/ OLD_FILES+=usr/bin/uuidgen # 20070328: bzip2 1.0.4 OLD_FILES+=usr/share/info/bzip2.info.gz # 20070303: libarchive 2.0 OLD_LIBS+=usr/lib/libarchive.so.3 # 20070301: remove addr2ascii and ascii2addr OLD_FILES+=usr/share/man/man3/addr2ascii.3.gz OLD_FILES+=usr/share/man/man3/ascii2addr.3.gz # 20070225: vm_page_unmanage() removed OLD_FILES+=usr/share/man/man9/vm_page_unmanage.9.gz # 20070216: VFS_VPTOFH(9) -> VOP_VPTOFH(9) OLD_FILES+=usr/share/man/man9/VFS_VPTOFH.9.gz # 20070212: kame.4 removed OLD_FILES+=usr/share/man/man4/kame.4.gz # 20070201: remove libmytinfo link OLD_FILES+=usr/lib/libmytinfo.a OLD_FILES+=usr/lib/libmytinfo.so OLD_FILES+=usr/lib/libmytinfo_p.a OLD_FILES+=usr/lib/libmytinfow.a OLD_FILES+=usr/lib/libmytinfow.so OLD_FILES+=usr/lib/libmytinfow_p.a # 20070128: remove vnconfig OLD_FILES+=usr/sbin/vnconfig # 20070127: remove bpf_compat.h OLD_FILES+=usr/include/net/bpf_compat.h # 20070125: objformat bites the dust OLD_FILES+=usr/bin/objformat OLD_FILES+=usr/share/man/man1/objformat.1.gz OLD_FILES+=usr/include/objformat.h OLD_FILES+=usr/share/man/man3/getobjformat.3.gz # 20061008: rename *.so.4 libalias modules to *.so and move to /lib # This uses MOVED_LIBS because the new files are libraries even though # the old files to remove are symlinks MOVED_LIBS+=usr/lib/libalias_cuseeme.so MOVED_LIBS+=usr/lib/libalias_dummy.so MOVED_LIBS+=usr/lib/libalias_ftp.so MOVED_LIBS+=usr/lib/libalias_irc.so MOVED_LIBS+=usr/lib/libalias_nbt.so MOVED_LIBS+=usr/lib/libalias_pptp.so MOVED_LIBS+=usr/lib/libalias_skinny.so MOVED_LIBS+=usr/lib/libalias_smedia.so OLD_LIBS+=lib/libalias_cuseeme.so.4 OLD_LIBS+=lib/libalias_dummy.so.4 OLD_LIBS+=lib/libalias_ftp.so.4 OLD_LIBS+=lib/libalias_irc.so.4 OLD_LIBS+=lib/libalias_nbt.so.4 OLD_LIBS+=lib/libalias_pptp.so.4 OLD_LIBS+=lib/libalias_skinny.so.4 OLD_LIBS+=lib/libalias_smedia.so.4 # 20061126: remove old man page OLD_FILES+=usr/share/man/man3/archive_read_set_bytes_per_block.3.gz # 20061125: remove old man page OLD_FILES+=usr/share/man/man9/devsw.9.gz # 20061122: remove obsolete mount programs OLD_FILES+=sbin/mount_devfs OLD_FILES+=sbin/mount_ext2fs OLD_FILES+=sbin/mount_fdescfs OLD_FILES+=sbin/mount_linprocfs OLD_FILES+=sbin/mount_procfs OLD_FILES+=sbin/mount_std OLD_FILES+=rescue/mount_devfs OLD_FILES+=rescue/mount_ext2fs OLD_FILES+=rescue/mount_fdescfs OLD_FILES+=rescue/mount_linprocfs OLD_FILES+=rescue/mount_procfs OLD_FILES+=rescue/mount_std OLD_FILES+=usr/share/man/man8/mount_devfs.8.gz OLD_FILES+=usr/share/man/man8/mount_ext2fs.8.gz OLD_FILES+=usr/share/man/man8/mount_fdescfs.8.gz OLD_FILES+=usr/share/man/man8/mount_linprocfs.8.gz OLD_FILES+=usr/share/man/man8/mount_procfs.8.gz OLD_FILES+=usr/share/man/man8/mount_std.8.gz # 20061116: uhidev.4 removed OLD_FILES+=usr/share/man/man4/uhidev.4.gz # 20061106: archive_write_prepare.3 removed OLD_FILES+=usr/share/man/man3/archive_write_prepare.3.gz # 20061018: pccardc removed OLD_FILES+=usr/sbin/pccardc usr/share/man/man8/pccardc.8.gz # 20060930: demangle.h from contrib/libstdc++/include/ext/ OLD_FILES+=usr/include/c++/3.4/ext/demangle.h # 20060929: mrouted removed OLD_FILES+=usr/sbin/map-mbone OLD_FILES+=usr/sbin/mrinfo OLD_FILES+=usr/sbin/mrouted OLD_FILES+=usr/sbin/mtrace OLD_FILES+=usr/share/man/man8/map-mbone.8.gz OLD_FILES+=usr/share/man/man8/mrinfo.8.gz OLD_FILES+=usr/share/man/man8/mrouted.8.gz OLD_FILES+=usr/share/man/man8/mtrace.8.gz # 20060924: tcpslice removed OLD_FILES+=usr/sbin/tcpslice OLD_FILES+=usr/share/man/man1/tcpslice.1.gz # 20060829: kvmdb cleanup script removed OLD_FILES+=etc/periodic/weekly/120.clean-kvmdb # 20060822: ramdisk{,-own} have been replaced by mdconfig{,2} OLD_FILES+=etc/rc.d/ramdisk OLD_FILES+=etc/rc.d/ramdisk-own # 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade OLD_FILES+=usr/include/openssl/eng_int.h OLD_FILES+=usr/include/openssl/hw_4758_cca_err.h OLD_FILES+=usr/include/openssl/hw_aep_err.h OLD_FILES+=usr/include/openssl/hw_atalla_err.h OLD_FILES+=usr/include/openssl/hw_cswift_err.h OLD_FILES+=usr/include/openssl/hw_ncipher_err.h OLD_FILES+=usr/include/openssl/hw_nuron_err.h OLD_FILES+=usr/include/openssl/hw_sureware_err.h OLD_FILES+=usr/include/openssl/hw_ubsec_err.h # 20060713: mount_linsysfs(8) never existed in 7.x OLD_FILES+=sbin/mount_linsysfs OLD_FILES+=usr/share/man/man8/mount_linsysfs.8.gz # 20060704: KAME compat file net_osdep.h removed OLD_FILES+=usr/include/net/net_osdep.h # 20060605: man page links removed by OpenBSM 1.0 alpha 6 import OLD_FILES+=usr/share/man/man3/au_to_socket.3.gz OLD_FILES+=usr/share/man/man3/au_to_socket_ex_128.3.gz OLD_FILES+=usr/share/man/man3/au_to_socket_ex_32.3.gz # 20060517: pcvt removed OLD_FILES+=usr/share/pcvt/README.FIRST OLD_FILES+=usr/share/pcvt/Etc/xmodmap-german OLD_FILES+=usr/share/pcvt/Etc/pcvt.sh OLD_FILES+=usr/share/pcvt/Etc/pcvt.el OLD_FILES+=usr/share/pcvt/Etc/Terminfo OLD_FILES+=usr/share/pcvt/Etc/Termcap OLD_DIRS+=usr/share/pcvt/Etc OLD_FILES+=usr/share/pcvt/Doc/NotesAndHints OLD_FILES+=usr/share/pcvt/Doc/Keyboard.VT OLD_FILES+=usr/share/pcvt/Doc/Keyboard.HP OLD_FILES+=usr/share/pcvt/Doc/EscapeSequences OLD_FILES+=usr/share/pcvt/Doc/Charsets OLD_FILES+=usr/share/pcvt/Doc/CharGen OLD_FILES+=usr/share/pcvt/Doc/Bibliography OLD_FILES+=usr/share/pcvt/Doc/Acknowledgements OLD_DIRS+=usr/share/pcvt/Doc OLD_DIRS+=usr/share/pcvt OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.816 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.814 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.810 OLD_FILES+=usr/share/misc/pcvtfonts/vt220l.808 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.816 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.814 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.810 OLD_FILES+=usr/share/misc/pcvtfonts/vt220h.808 OLD_DIRS+=usr/share/misc/pcvtfonts OLD_FILES+=usr/share/misc/keycap.pcvt OLD_FILES+=usr/share/man/man8/ispcvt.8.gz OLD_FILES+=usr/share/man/man5/keycap.5.gz OLD_FILES+=usr/share/man/man4/pcvt.4.gz OLD_FILES+=usr/share/man/man3/kgetstr.3.gz OLD_FILES+=usr/share/man/man3/kgetnum.3.gz OLD_FILES+=usr/share/man/man3/kgetflag.3.gz OLD_FILES+=usr/share/man/man3/kgetent.3.gz OLD_FILES+=usr/share/man/man3/keycap.3.gz OLD_FILES+=usr/share/man/man1/vt220keys.1.gz OLD_FILES+=usr/share/man/man1/scon.1.gz OLD_FILES+=usr/share/man/man1/loadfont.1.gz OLD_FILES+=usr/share/man/man1/kcon.1.gz OLD_FILES+=usr/share/man/man1/fontedit.1.gz OLD_FILES+=usr/share/man/man1/cursor.1.gz OLD_FILES+=usr/sbin/vt220keys OLD_FILES+=usr/sbin/scon OLD_FILES+=usr/sbin/loadfont OLD_FILES+=usr/sbin/kcon OLD_FILES+=usr/sbin/ispcvt OLD_FILES+=usr/sbin/fontedit OLD_FILES+=usr/sbin/cursor OLD_FILES+=usr/lib/libkeycap_p.a OLD_FILES+=usr/lib/libkeycap.a OLD_FILES+=usr/include/machine/pcvt_ioctl.h # 20060514: lnc(4) replaced by le(4) OLD_FILES+=usr/share/man/man4/i386/lnc.4.gz # 20060512: remove ip6fw OLD_FILES+=etc/periodic/security/600.ip6fwdenied OLD_FILES+=etc/periodic/security/650.ip6fwlimit OLD_FILES+=sbin/ip6fw OLD_FILES+=usr/include/netinet6/ip6_fw.h OLD_FILES+=usr/share/man/man8/ip6fw.8.gz # 20060424: sab(4) removed OLD_FILES+=usr/share/man/man4/sab.4.gz # 20060328: remove redundant rc.d script OLD_FILES+=etc/rc.d/ike # 20060127: revert libdisk to static-only OLD_FILES+=usr/lib/libdisk.so # 20060115: sys/pccard includes cleanup OLD_FILES+=usr/include/pccard/driver.h OLD_FILES+=usr/include/pccard/i82365.h OLD_FILES+=usr/include/pccard/meciareg.h OLD_FILES+=usr/include/pccard/pccard_nbk.h OLD_FILES+=usr/include/pccard/pcic_pci.h OLD_FILES+=usr/include/pccard/pcicvar.h OLD_FILES+=usr/include/pccard/slot.h # 20051215: rescue/nextboot.sh renamed to rescue/nextboot OLD_FILES+=rescue/nextboot.sh # 20051214: usbd(8) removed OLD_FILES+=etc/rc.d/usbd OLD_FILES+=etc/usbd.conf OLD_FILES+=usr/sbin/usbd OLD_FILES+=usr/share/man/man8/usbd.8.gz # 20051029: rc.d/ppp-user renamed to rc.d/ppp for convenience OLD_FILES+=etc/rc.d/ppp-user # 20051012: setkey(8) moved to /sbin/ OLD_FILES+=usr/sbin/setkey # 20050930: pccardd(8) removed OLD_FILES+=usr/sbin/pccardd OLD_FILES+=usr/share/man/man5/pccard.conf.5.gz OLD_FILES+=usr/share/man/man8/pccardd.8.gz # 20050927: bridge(4) replaced by if_bridge(4) OLD_FILES+=usr/include/net/bridge.h # 20050831: not implemented OLD_FILES+=usr/share/man/man3/getino.3.gz OLD_FILES+=usr/share/man/man3/putino.3.gz # 20050825: T/TCP retired several months ago OLD_FILES+=usr/share/man/man4/ttcp.4.gz # 20050805 tn3270 retired long ago OLD_FILES+=usr/share/misc/map3270 # 20050801: too old to be interesting here OLD_FILES+=usr/share/doc/papers/px.ps.gz # 20050721: moved to ports OLD_FILES+=usr/sbin/vttest OLD_FILES+=usr/share/man/man1/vttest.1.gz # 20050617: wpa man pages moved to section 8 OLD_FILES+=usr/share/man/man1/hostapd.1.gz OLD_FILES+=usr/share/man/man1/hostapd_cli.1.gz OLD_FILES+=usr/share/man/man1/wpa_cli.1.gz OLD_FILES+=usr/share/man/man1/wpa_supplicant.1.gz # 20050610: rexecd (insecure by design) OLD_FILES+=etc/pam.d/rexecd OLD_FILES+=usr/share/man/man8/rexecd.8.gz OLD_FILES+=usr/libexec/rexecd # 20050606: OpenBSD dhclient replaces ISC one OLD_FILES+=bin/omshell OLD_FILES+=sbin/omshell OLD_FILES+=usr/share/man/man1/omshell.1.gz OLD_FILES+=usr/share/man/man5/dhcp-eval.5.gz # 200504XX: ipf tools moved from /usr to / OLD_FILES+=rescue/ipfs OLD_FILES+=rescue/ipfstat OLD_FILES+=rescue/ipmon OLD_FILES+=rescue/ipnat OLD_FILES+=usr/sbin/ipftest OLD_FILES+=usr/sbin/ipresend OLD_FILES+=usr/sbin/ipsend OLD_FILES+=usr/sbin/iptest OLD_FILES+=usr/share/man/man1/ipnat.1.gz OLD_FILES+=usr/share/man/man1/ipsend.1.gz OLD_FILES+=usr/share/man/man1/iptest.1.gz OLD_FILES+=usr/share/man/man5/ipsend.5.gz # 200503XX: bsdtar takes over gtar OLD_FILES+=usr/bin/gtar OLD_FILES+=usr/share/man/man1/gtar.1.gz # 200503XX OLD_FILES+=usr/share/man/man3/exp10.3.gz OLD_FILES+=usr/share/man/man3/exp10f.3.gz OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz # 20050324: updated release infrastructure OLD_FILES+=usr/share/man/man5/drivers.conf.5.gz # 20050317: removed from BIND 9 distribution OLD_FILES+=usr/share/doc/bind9/KNOWN_DEFECTS # 2005XXXX: OLD_FILES+=sbin/mount_autofs OLD_FILES+=usr/lib/libautofs.a OLD_FILES+=usr/lib/libautofs.so OLD_FILES+=usr/share/man/man8/mount_autofs.8.gz # 20050203: Merged with fortunes OLD_FILES+=usr/share/games/fortune/fortunes2 OLD_FILES+=usr/share/games/fortune/fortunes2.dat # 200501XX: OLD_FILES+=usr/libexec/getNAME # 200411XX: gvinum replaces vinum OLD_FILES+=bin/vinum OLD_FILES+=rescue/vinum OLD_FILES+=sbin/vinum OLD_FILES+=usr/share/man/man8/vinum.8.gz # 200411XX: libxpg4 removal OLD_FILES+=usr/lib/libxpg4.a OLD_FILES+=usr/lib/libxpg4.so OLD_FILES+=usr/lib/libxpg4_p.a # 20041109: replaced by em(4) OLD_FILES+=usr/share/man/man4/gx.4.gz OLD_FILES+=usr/share/man/man4/if_gx.4.gz # 20041017: rune interface removed OLD_FILES+=usr/include/rune.h OLD_FILES+=usr/share/man/man3/fgetrune.3.gz OLD_FILES+=usr/share/man/man3/fputrune.3.gz OLD_FILES+=usr/share/man/man3/fungetrune.3.gz OLD_FILES+=usr/share/man/man3/mbrrune.3.gz OLD_FILES+=usr/share/man/man3/mbrune.3.gz OLD_FILES+=usr/share/man/man3/rune.3.gz OLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz OLD_FILES+=usr/share/man/man3/sgetrune.3.gz OLD_FILES+=usr/share/man/man3/sputrune.3.gz # 20040925: bind9 import OLD_FILES+=usr/bin/dnskeygen OLD_FILES+=usr/bin/dnsquery OLD_FILES+=usr/lib/libisc.a OLD_FILES+=usr/lib/libisc.so OLD_FILES+=usr/lib/libisc_p.a OLD_FILES+=usr/libexec/named-xfer OLD_FILES+=usr/sbin/named.restart OLD_FILES+=usr/sbin/ndc OLD_FILES+=usr/sbin/nslookup OLD_FILES+=usr/sbin/nsupdate OLD_FILES+=usr/share/doc/bind/html/acl.html OLD_FILES+=usr/share/doc/bind/html/address_list.html OLD_FILES+=usr/share/doc/bind/html/comments.html OLD_FILES+=usr/share/doc/bind/html/config.html OLD_FILES+=usr/share/doc/bind/html/controls.html OLD_FILES+=usr/share/doc/bind/html/docdef.html OLD_FILES+=usr/share/doc/bind/html/example.html OLD_FILES+=usr/share/doc/bind/html/include.html OLD_FILES+=usr/share/doc/bind/html/index.html OLD_FILES+=usr/share/doc/bind/html/key.html OLD_FILES+=usr/share/doc/bind/html/logging.html OLD_FILES+=usr/share/doc/bind/html/master.html OLD_FILES+=usr/share/doc/bind/html/options.html OLD_FILES+=usr/share/doc/bind/html/server.html OLD_FILES+=usr/share/doc/bind/html/trusted-keys.html OLD_FILES+=usr/share/doc/bind/html/zone.html OLD_FILES+=usr/share/doc/bind/misc/DynamicUpdate OLD_FILES+=usr/share/doc/bind/misc/FAQ.1of2 OLD_FILES+=usr/share/doc/bind/misc/FAQ.2of2 OLD_FILES+=usr/share/doc/bind/misc/rfc2317-notes.txt OLD_FILES+=usr/share/doc/bind/misc/style.txt OLD_FILES+=usr/share/man/man1/dnskeygen.1.gz OLD_FILES+=usr/share/man/man1/dnsquery.1.gz OLD_FILES+=usr/share/man/man8/named-bootconf.8.gz OLD_FILES+=usr/share/man/man8/named-xfer.8.gz OLD_FILES+=usr/share/man/man8/named.restart.8.gz OLD_FILES+=usr/share/man/man8/ndc.8.gz OLD_FILES+=usr/share/man/man8/nslookup.8.gz # 200409XX OLD_FILES+=usr/share/man/man3/ENSURE.3.gz OLD_FILES+=usr/share/man/man3/ENSURE_ERR.3.gz OLD_FILES+=usr/share/man/man3/INSIST.3.gz OLD_FILES+=usr/share/man/man3/INSIST_ERR.3.gz OLD_FILES+=usr/share/man/man3/INVARIANT.3.gz OLD_FILES+=usr/share/man/man3/INVARIANT_ERR.3.gz OLD_FILES+=usr/share/man/man3/REQUIRE.3.gz OLD_FILES+=usr/share/man/man3/REQUIRE_ERR.3.gz OLD_FILES+=usr/share/man/man3/assertion_type_to_text.3.gz OLD_FILES+=usr/share/man/man3/assertions.3.gz OLD_FILES+=usr/share/man/man3/bitncmp.3.gz OLD_FILES+=usr/share/man/man3/evAddTime.3.gz OLD_FILES+=usr/share/man/man3/evCancelConn.3.gz OLD_FILES+=usr/share/man/man3/evCancelRW.3.gz OLD_FILES+=usr/share/man/man3/evClearIdleTimer.3.gz OLD_FILES+=usr/share/man/man3/evClearTimer.3.gz OLD_FILES+=usr/share/man/man3/evCmpTime.3.gz OLD_FILES+=usr/share/man/man3/evConnFunc.3.gz OLD_FILES+=usr/share/man/man3/evConnect.3.gz OLD_FILES+=usr/share/man/man3/evConsIovec.3.gz OLD_FILES+=usr/share/man/man3/evConsTime.3.gz OLD_FILES+=usr/share/man/man3/evCreate.3.gz OLD_FILES+=usr/share/man/man3/evDefer.3.gz OLD_FILES+=usr/share/man/man3/evDeselectFD.3.gz OLD_FILES+=usr/share/man/man3/evDestroy.3.gz OLD_FILES+=usr/share/man/man3/evDispatch.3.gz OLD_FILES+=usr/share/man/man3/evDo.3.gz OLD_FILES+=usr/share/man/man3/evDrop.3.gz OLD_FILES+=usr/share/man/man3/evFileFunc.3.gz OLD_FILES+=usr/share/man/man3/evGetNext.3.gz OLD_FILES+=usr/share/man/man3/evHold.3.gz OLD_FILES+=usr/share/man/man3/evInitID.3.gz OLD_FILES+=usr/share/man/man3/evLastEventTime.3.gz OLD_FILES+=usr/share/man/man3/evListen.3.gz OLD_FILES+=usr/share/man/man3/evMainLoop.3.gz OLD_FILES+=usr/share/man/man3/evNowTime.3.gz OLD_FILES+=usr/share/man/man3/evPrintf.3.gz OLD_FILES+=usr/share/man/man3/evRead.3.gz OLD_FILES+=usr/share/man/man3/evResetTimer.3.gz OLD_FILES+=usr/share/man/man3/evSelectFD.3.gz OLD_FILES+=usr/share/man/man3/evSetDebug.3.gz OLD_FILES+=usr/share/man/man3/evSetIdleTimer.3.gz OLD_FILES+=usr/share/man/man3/evSetTimer.3.gz OLD_FILES+=usr/share/man/man3/evStreamFunc.3.gz OLD_FILES+=usr/share/man/man3/evSubTime.3.gz OLD_FILES+=usr/share/man/man3/evTestID.3.gz OLD_FILES+=usr/share/man/man3/evTimeRW.3.gz OLD_FILES+=usr/share/man/man3/evTimeSpec.3.gz OLD_FILES+=usr/share/man/man3/evTimeVal.3.gz OLD_FILES+=usr/share/man/man3/evTimerFunc.3.gz OLD_FILES+=usr/share/man/man3/evTouchIdleTimer.3.gz OLD_FILES+=usr/share/man/man3/evTryAccept.3.gz OLD_FILES+=usr/share/man/man3/evUnhold.3.gz OLD_FILES+=usr/share/man/man3/evUntimeRW.3.gz OLD_FILES+=usr/share/man/man3/evUnwait.3.gz OLD_FILES+=usr/share/man/man3/evWaitFor.3.gz OLD_FILES+=usr/share/man/man3/evWaitFunc.3.gz OLD_FILES+=usr/share/man/man3/evWrite.3.gz OLD_FILES+=usr/share/man/man3/eventlib.3.gz OLD_FILES+=usr/share/man/man3/heap.3.gz OLD_FILES+=usr/share/man/man3/heap_decreased.3.gz OLD_FILES+=usr/share/man/man3/heap_delete.3.gz OLD_FILES+=usr/share/man/man3/heap_element.3.gz OLD_FILES+=usr/share/man/man3/heap_for_each.3.gz OLD_FILES+=usr/share/man/man3/heap_free.3.gz OLD_FILES+=usr/share/man/man3/heap_increased.3.gz OLD_FILES+=usr/share/man/man3/heap_insert.3.gz OLD_FILES+=usr/share/man/man3/heap_new.3.gz OLD_FILES+=usr/share/man/man3/log_add_channel.3.gz OLD_FILES+=usr/share/man/man3/log_category_is_active.3.gz OLD_FILES+=usr/share/man/man3/log_close_stream.3.gz OLD_FILES+=usr/share/man/man3/log_dec_references.3.gz OLD_FILES+=usr/share/man/man3/log_free_channel.3.gz OLD_FILES+=usr/share/man/man3/log_free_context.3.gz OLD_FILES+=usr/share/man/man3/log_get_filename.3.gz OLD_FILES+=usr/share/man/man3/log_get_stream.3.gz OLD_FILES+=usr/share/man/man3/log_inc_references.3.gz OLD_FILES+=usr/share/man/man3/log_new_context.3.gz OLD_FILES+=usr/share/man/man3/log_new_file_channel.3.gz OLD_FILES+=usr/share/man/man3/log_new_null_channel.3.gz OLD_FILES+=usr/share/man/man3/log_new_syslog_channel.3.gz OLD_FILES+=usr/share/man/man3/log_open_stream.3.gz OLD_FILES+=usr/share/man/man3/log_option.3.gz OLD_FILES+=usr/share/man/man3/log_remove_channel.3.gz OLD_FILES+=usr/share/man/man3/log_set_file_owner.3.gz OLD_FILES+=usr/share/man/man3/log_vwrite.3.gz OLD_FILES+=usr/share/man/man3/log_write.3.gz OLD_FILES+=usr/share/man/man3/logging.3.gz OLD_FILES+=usr/share/man/man3/memcluster.3.gz OLD_FILES+=usr/share/man/man3/memget.3.gz OLD_FILES+=usr/share/man/man3/memput.3.gz OLD_FILES+=usr/share/man/man3/memstats.3.gz OLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3. OLD_FILES+=usr/share/man/man3/sigwait.3.gz OLD_FILES+=usr/share/man/man3/tree_add.3.gz OLD_FILES+=usr/share/man/man3/tree_delete.3.gz OLD_FILES+=usr/share/man/man3/tree_init.3.gz OLD_FILES+=usr/share/man/man3/tree_mung.3.gz OLD_FILES+=usr/share/man/man3/tree_srch.3.gz OLD_FILES+=usr/share/man/man3/tree_trav.3.gz # 2004XXYY: OS internal libs, no ports use them, no need to use OLD_LIBS OLD_LIBS+=lib/geom/geom_concat.so.1 OLD_LIBS+=lib/geom/geom_label.so.1 OLD_LIBS+=lib/geom/geom_nop.so.1 OLD_LIBS+=lib/geom/geom_stripe.so.1 # 20040728: GCC 3.4.2 OLD_DIRS+=usr/include/c++/3.3 OLD_FILES+=usr/include/c++/3.3/FlexLexer.h OLD_FILES+=usr/include/c++/3.3/algorithm OLD_FILES+=usr/include/c++/3.3/backward/algo.h OLD_FILES+=usr/include/c++/3.3/backward/algobase.h OLD_FILES+=usr/include/c++/3.3/backward/alloc.h OLD_FILES+=usr/include/c++/3.3/backward/backward_warning.h OLD_FILES+=usr/include/c++/3.3/backward/bvector.h OLD_FILES+=usr/include/c++/3.3/backward/complex.h OLD_FILES+=usr/include/c++/3.3/backward/defalloc.h OLD_FILES+=usr/include/c++/3.3/backward/deque.h OLD_FILES+=usr/include/c++/3.3/backward/fstream.h OLD_FILES+=usr/include/c++/3.3/backward/function.h OLD_FILES+=usr/include/c++/3.3/backward/hash_map.h OLD_FILES+=usr/include/c++/3.3/backward/hash_set.h OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h OLD_FILES+=usr/include/c++/3.3/backward/heap.h OLD_FILES+=usr/include/c++/3.3/backward/iomanip.h OLD_FILES+=usr/include/c++/3.3/backward/iostream.h OLD_FILES+=usr/include/c++/3.3/backward/istream.h OLD_FILES+=usr/include/c++/3.3/backward/iterator.h OLD_FILES+=usr/include/c++/3.3/backward/list.h OLD_FILES+=usr/include/c++/3.3/backward/map.h OLD_FILES+=usr/include/c++/3.3/backward/multimap.h OLD_FILES+=usr/include/c++/3.3/backward/multiset.h OLD_FILES+=usr/include/c++/3.3/backward/new.h OLD_FILES+=usr/include/c++/3.3/backward/ostream.h OLD_FILES+=usr/include/c++/3.3/backward/pair.h OLD_FILES+=usr/include/c++/3.3/backward/queue.h OLD_FILES+=usr/include/c++/3.3/backward/rope.h OLD_FILES+=usr/include/c++/3.3/backward/set.h OLD_FILES+=usr/include/c++/3.3/backward/slist.h OLD_FILES+=usr/include/c++/3.3/backward/stack.h OLD_FILES+=usr/include/c++/3.3/backward/stream.h OLD_FILES+=usr/include/c++/3.3/backward/streambuf.h OLD_FILES+=usr/include/c++/3.3/backward/strstream OLD_FILES+=usr/include/c++/3.3/backward/strstream.h OLD_FILES+=usr/include/c++/3.3/backward/tempbuf.h OLD_FILES+=usr/include/c++/3.3/backward/tree.h OLD_FILES+=usr/include/c++/3.3/backward/vector.h OLD_DIRS+=usr/include/c++/3.3/backward OLD_FILES+=usr/include/c++/3.3/bits/atomicity.h OLD_FILES+=usr/include/c++/3.3/bits/basic_file.h OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.h OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.tcc OLD_FILES+=usr/include/c++/3.3/bits/basic_string.h OLD_FILES+=usr/include/c++/3.3/bits/basic_string.tcc OLD_FILES+=usr/include/c++/3.3/bits/boost_concept_check.h OLD_FILES+=usr/include/c++/3.3/bits/c++config.h OLD_FILES+=usr/include/c++/3.3/bits/c++io.h OLD_FILES+=usr/include/c++/3.3/bits/c++locale.h OLD_FILES+=usr/include/c++/3.3/bits/c++locale_internal.h OLD_FILES+=usr/include/c++/3.3/bits/char_traits.h OLD_FILES+=usr/include/c++/3.3/bits/cmath.tcc OLD_FILES+=usr/include/c++/3.3/bits/codecvt.h OLD_FILES+=usr/include/c++/3.3/bits/codecvt_specializations.h OLD_FILES+=usr/include/c++/3.3/bits/concept_check.h OLD_FILES+=usr/include/c++/3.3/bits/cpp_type_traits.h OLD_FILES+=usr/include/c++/3.3/bits/ctype_base.h OLD_FILES+=usr/include/c++/3.3/bits/ctype_inline.h OLD_FILES+=usr/include/c++/3.3/bits/ctype_noninline.h OLD_FILES+=usr/include/c++/3.3/bits/deque.tcc OLD_FILES+=usr/include/c++/3.3/bits/fpos.h OLD_FILES+=usr/include/c++/3.3/bits/fstream.tcc OLD_FILES+=usr/include/c++/3.3/bits/functexcept.h OLD_FILES+=usr/include/c++/3.3/bits/generic_shadow.h OLD_FILES+=usr/include/c++/3.3/bits/gslice.h OLD_FILES+=usr/include/c++/3.3/bits/gslice_array.h OLD_FILES+=usr/include/c++/3.3/bits/gthr-default.h OLD_FILES+=usr/include/c++/3.3/bits/gthr-posix.h OLD_FILES+=usr/include/c++/3.3/bits/gthr-single.h OLD_FILES+=usr/include/c++/3.3/bits/gthr.h OLD_FILES+=usr/include/c++/3.3/bits/indirect_array.h OLD_FILES+=usr/include/c++/3.3/bits/ios_base.h OLD_FILES+=usr/include/c++/3.3/bits/istream.tcc OLD_FILES+=usr/include/c++/3.3/bits/list.tcc OLD_FILES+=usr/include/c++/3.3/bits/locale_classes.h OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.h OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.tcc OLD_FILES+=usr/include/c++/3.3/bits/localefwd.h OLD_FILES+=usr/include/c++/3.3/bits/mask_array.h OLD_FILES+=usr/include/c++/3.3/bits/messages_members.h OLD_FILES+=usr/include/c++/3.3/bits/os_defines.h OLD_FILES+=usr/include/c++/3.3/bits/ostream.tcc OLD_FILES+=usr/include/c++/3.3/bits/pthread_allocimpl.h OLD_FILES+=usr/include/c++/3.3/bits/slice.h OLD_FILES+=usr/include/c++/3.3/bits/slice_array.h OLD_FILES+=usr/include/c++/3.3/bits/sstream.tcc OLD_FILES+=usr/include/c++/3.3/bits/stl_algo.h OLD_FILES+=usr/include/c++/3.3/bits/stl_algobase.h OLD_FILES+=usr/include/c++/3.3/bits/stl_alloc.h OLD_FILES+=usr/include/c++/3.3/bits/stl_bvector.h OLD_FILES+=usr/include/c++/3.3/bits/stl_construct.h OLD_FILES+=usr/include/c++/3.3/bits/stl_deque.h OLD_FILES+=usr/include/c++/3.3/bits/stl_function.h OLD_FILES+=usr/include/c++/3.3/bits/stl_heap.h OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator.h OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator_base_funcs.h OLD_FILES+=usr/include/c++/3.3/bits/stl_iterator_base_types.h OLD_FILES+=usr/include/c++/3.3/bits/stl_list.h OLD_FILES+=usr/include/c++/3.3/bits/stl_map.h OLD_FILES+=usr/include/c++/3.3/bits/stl_multimap.h OLD_FILES+=usr/include/c++/3.3/bits/stl_multiset.h OLD_FILES+=usr/include/c++/3.3/bits/stl_numeric.h OLD_FILES+=usr/include/c++/3.3/bits/stl_pair.h OLD_FILES+=usr/include/c++/3.3/bits/stl_pthread_alloc.h OLD_FILES+=usr/include/c++/3.3/bits/stl_queue.h OLD_FILES+=usr/include/c++/3.3/bits/stl_raw_storage_iter.h OLD_FILES+=usr/include/c++/3.3/bits/stl_relops.h OLD_FILES+=usr/include/c++/3.3/bits/stl_set.h OLD_FILES+=usr/include/c++/3.3/bits/stl_stack.h OLD_FILES+=usr/include/c++/3.3/bits/stl_tempbuf.h OLD_FILES+=usr/include/c++/3.3/bits/stl_threads.h OLD_FILES+=usr/include/c++/3.3/bits/stl_tree.h OLD_FILES+=usr/include/c++/3.3/bits/stl_uninitialized.h OLD_FILES+=usr/include/c++/3.3/bits/stl_vector.h OLD_FILES+=usr/include/c++/3.3/bits/stream_iterator.h OLD_FILES+=usr/include/c++/3.3/bits/streambuf.tcc OLD_FILES+=usr/include/c++/3.3/bits/streambuf_iterator.h OLD_FILES+=usr/include/c++/3.3/bits/stringfwd.h OLD_FILES+=usr/include/c++/3.3/bits/time_members.h OLD_FILES+=usr/include/c++/3.3/bits/type_traits.h OLD_FILES+=usr/include/c++/3.3/bits/valarray_array.h OLD_FILES+=usr/include/c++/3.3/bits/valarray_array.tcc OLD_FILES+=usr/include/c++/3.3/bits/valarray_meta.h OLD_FILES+=usr/include/c++/3.3/bits/vector.tcc OLD_DIRS+=usr/include/c++/3.3/bits OLD_FILES+=usr/include/c++/3.3/bitset OLD_FILES+=usr/include/c++/3.3/cassert OLD_FILES+=usr/include/c++/3.3/cctype OLD_FILES+=usr/include/c++/3.3/cerrno OLD_FILES+=usr/include/c++/3.3/cfloat OLD_FILES+=usr/include/c++/3.3/ciso646 OLD_FILES+=usr/include/c++/3.3/climits OLD_FILES+=usr/include/c++/3.3/clocale OLD_FILES+=usr/include/c++/3.3/cmath OLD_FILES+=usr/include/c++/3.3/complex OLD_FILES+=usr/include/c++/3.3/csetjmp OLD_FILES+=usr/include/c++/3.3/csignal OLD_FILES+=usr/include/c++/3.3/cstdarg OLD_FILES+=usr/include/c++/3.3/cstddef OLD_FILES+=usr/include/c++/3.3/cstdio OLD_FILES+=usr/include/c++/3.3/cstdlib OLD_FILES+=usr/include/c++/3.3/cstring OLD_FILES+=usr/include/c++/3.3/ctime OLD_FILES+=usr/include/c++/3.3/cwchar OLD_FILES+=usr/include/c++/3.3/cwctype OLD_FILES+=usr/include/c++/3.3/cxxabi.h OLD_FILES+=usr/include/c++/3.3/deque OLD_FILES+=usr/include/c++/3.3/exception OLD_FILES+=usr/include/c++/3.3/exception_defines.h OLD_FILES+=usr/include/c++/3.3/ext/algorithm OLD_FILES+=usr/include/c++/3.3/ext/enc_filebuf.h OLD_FILES+=usr/include/c++/3.3/ext/functional OLD_FILES+=usr/include/c++/3.3/ext/hash_map OLD_FILES+=usr/include/c++/3.3/ext/hash_set OLD_FILES+=usr/include/c++/3.3/ext/iterator OLD_FILES+=usr/include/c++/3.3/ext/memory OLD_FILES+=usr/include/c++/3.3/ext/numeric OLD_FILES+=usr/include/c++/3.3/ext/rb_tree OLD_FILES+=usr/include/c++/3.3/ext/rope OLD_FILES+=usr/include/c++/3.3/ext/ropeimpl.h OLD_FILES+=usr/include/c++/3.3/ext/slist OLD_FILES+=usr/include/c++/3.3/ext/stdio_filebuf.h OLD_FILES+=usr/include/c++/3.3/ext/stl_hash_fun.h OLD_FILES+=usr/include/c++/3.3/ext/stl_hashtable.h OLD_FILES+=usr/include/c++/3.3/ext/stl_rope.h OLD_DIRS+=usr/include/c++/3.3/ext OLD_FILES+=usr/include/c++/3.3/fstream OLD_FILES+=usr/include/c++/3.3/functional OLD_FILES+=usr/include/c++/3.3/iomanip OLD_FILES+=usr/include/c++/3.3/ios OLD_FILES+=usr/include/c++/3.3/iosfwd OLD_FILES+=usr/include/c++/3.3/iostream OLD_FILES+=usr/include/c++/3.3/istream OLD_FILES+=usr/include/c++/3.3/iterator OLD_FILES+=usr/include/c++/3.3/limits OLD_FILES+=usr/include/c++/3.3/list OLD_FILES+=usr/include/c++/3.3/locale OLD_FILES+=usr/include/c++/3.3/map OLD_FILES+=usr/include/c++/3.3/memory OLD_FILES+=usr/include/c++/3.3/new OLD_FILES+=usr/include/c++/3.3/numeric OLD_FILES+=usr/include/c++/3.3/ostream OLD_FILES+=usr/include/c++/3.3/queue OLD_FILES+=usr/include/c++/3.3/set OLD_FILES+=usr/include/c++/3.3/sstream OLD_FILES+=usr/include/c++/3.3/stack OLD_FILES+=usr/include/c++/3.3/stdexcept OLD_FILES+=usr/include/c++/3.3/streambuf OLD_FILES+=usr/include/c++/3.3/string OLD_FILES+=usr/include/c++/3.3/typeinfo OLD_FILES+=usr/include/c++/3.3/utility OLD_FILES+=usr/include/c++/3.3/valarray OLD_FILES+=usr/include/c++/3.3/vector # 20040713: fla(4) removed OLD_FILES+=usr/share/man/man4/fla.4.gz # 200407XX OLD_FILES+=usr/sbin/kernbb OLD_FILES+=usr/sbin/ntp-genkeys OLD_FILES+=usr/sbin/ntptimeset OLD_FILES+=usr/share/man/man8/kernbb.8.gz OLD_FILES+=usr/share/man/man8/ntp-genkeys.8.gz # 20040627: usbdevs.h and usbdevs_data.h removal OLD_FILES+=usr/include/dev/usb/usbdevs.h OLD_FILES+=usr/include/dev/usb/usbdevs_data.h # 200406XX OLD_FILES+=usr/bin/gasp OLD_FILES+=usr/bin/gdbreplay OLD_FILES+=usr/share/man/man1/gasp.1.gz OLD_FILES+=sbin/mountd OLD_FILES+=sbin/mount_fdesc OLD_FILES+=sbin/mount_umap OLD_FILES+=sbin/mount_union OLD_FILES+=sbin/mount_msdos OLD_FILES+=sbin/mount_null OLD_FILES+=sbin/mount_kernfs # 200405XX: arl OLD_FILES+=usr/sbin/arlconfig OLD_FILES+=usr/share/man/man8/arlconfig.8.gz # 200403XX OLD_FILES+=bin/raidctl OLD_FILES+=sbin/raidctl OLD_FILES+=usr/bin/sasc OLD_FILES+=usr/sbin/sgsc OLD_FILES+=usr/sbin/stlload OLD_FILES+=usr/sbin/stlstats OLD_FILES+=usr/share/man/man1/sasc.1.gz OLD_FILES+=usr/share/man/man1/sgsc.1.gz OLD_FILES+=usr/share/man/man4/i386/stl.4.gz OLD_FILES+=usr/share/man/man8/raidctl.8.gz # 20040229: clean_environment() was removed after 3 days OLD_FILES+=usr/share/man/man3/clean_environment.3.gz # 20040119: installed as `isdntel' in newer systems OLD_FILES+=etc/isdn/isdntel.sh # 200XYYZZ: /lib transition clitches OLD_FILES+=lib/libalias.so OLD_FILES+=lib/libatm.so OLD_FILES+=lib/libbsdxml.so OLD_FILES+=lib/libc.so OLD_FILES+=lib/libcam.so OLD_FILES+=lib/libcrypt.so OLD_FILES+=lib/libcrypto.so OLD_FILES+=lib/libdevstat.so OLD_FILES+=lib/libedit.so OLD_FILES+=lib/libgeom.so OLD_FILES+=lib/libipsec.so OLD_FILES+=lib/libipx.so OLD_FILES+=lib/libkvm.so OLD_FILES+=lib/libm.so OLD_FILES+=lib/libmd.so OLD_FILES+=lib/libncurses.so OLD_FILES+=lib/libreadline.so OLD_FILES+=lib/libsbuf.so OLD_FILES+=lib/libufs.so OLD_FILES+=lib/libz.so # 200312XX OLD_FILES+=bin/cxconfig OLD_FILES+=sbin/cxconfig OLD_FILES+=usr/share/man/man8/cxconfig.8.gz # 20031016: MULTI_DRIVER_MODULE macro removed OLD_FILES+=usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz # 200309XX OLD_FILES+=usr/bin/symorder OLD_FILES+=usr/share/man/man1/symorder.1.gz # 200308XX OLD_FILES+=usr/sbin/amldb OLD_FILES+=usr/share/man/man8/amldb.8.gz # 200307XX OLD_FILES+=sbin/mount_nwfs OLD_FILES+=sbin/mount_portalfs OLD_FILES+=sbin/mount_smbfs # 200306XX OLD_FILES+=usr/sbin/dev_mkdb OLD_FILES+=usr/share/man/man8/dev_mkdb.8.gz # 200304XX OLD_FILES+=usr/lib/libcipher.a OLD_FILES+=usr/lib/libcipher.so OLD_FILES+=usr/lib/libcipher_p.a OLD_FILES+=usr/lib/libgmp.a OLD_FILES+=usr/lib/libgmp.so OLD_FILES+=usr/lib/libgmp_p.a OLD_FILES+=usr/lib/libperl.a OLD_FILES+=usr/lib/libperl.so OLD_FILES+=usr/lib/libperl_p.a OLD_FILES+=usr/lib/libposix1e.a OLD_FILES+=usr/lib/libposix1e.so OLD_FILES+=usr/lib/libposix1e_p.a OLD_FILES+=usr/lib/libskey.a OLD_FILES+=usr/lib/libskey.so OLD_FILES+=usr/lib/libskey_p.a OLD_FILES+=usr/libexec/tradcpp0 OLD_FILES+=usr/libexec/cpp0 # 200304XX: removal of xten OLD_FILES+=usr/libexec/xtend OLD_FILES+=usr/sbin/xten OLD_FILES+=usr/share/man/man1/xten.1.gz OLD_FILES+=usr/share/man/man8/xtend.8.gz # 200303XX OLD_FILES+=usr/lib/libacl.so OLD_FILES+=usr/lib/libdescrypt.so OLD_FILES+=usr/lib/libf2c.so OLD_FILES+=usr/lib/libg++.so OLD_FILES+=usr/lib/libkdb.so OLD_FILES+=usr/lib/librsaINTL.so OLD_FILES+=usr/lib/libscrypt.so OLD_FILES+=usr/lib/libss.so # 200302XX OLD_FILES+=usr/lib/libacl.a OLD_FILES+=usr/lib/libacl_p.a OLD_FILES+=usr/lib/libkadm.a OLD_FILES+=usr/lib/libkadm.so OLD_FILES+=usr/lib/libkadm_p.a OLD_FILES+=usr/lib/libkafs.a OLD_FILES+=usr/lib/libkafs.so OLD_FILES+=usr/lib/libkafs_p.a OLD_FILES+=usr/lib/libkdb.a OLD_FILES+=usr/lib/libkdb_p.a OLD_FILES+=usr/lib/libkrb.a OLD_FILES+=usr/lib/libkrb.so OLD_FILES+=usr/lib/libkrb_p.a OLD_FILES+=usr/share/man/man3/SSL_CIPHER_get_name.3.gz OLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3 OLD_FILES+=usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_add_session.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_ctrl.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_flush_sessions.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_free.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_get_verify_mode.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_load_verify_locations.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_new.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_number.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_cache_size.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_get_cb.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_sessions.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_store.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_cipher_list.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_CA_list.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_cert_cb.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_default_passwd_cb.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_generate_session_id.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_info_callback.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_max_cert_list.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_mode.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_msg_callback.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_options.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_cache_mode.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_id_context.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_ssl_version.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_timeout.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_dh_callback.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_set_verify.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_use_certificate.3.gz OLD_FILES+=usr/share/man/man3/SSL_SESSION_free.3.gz OLD_FILES+=usr/share/man/man3/SSL_SESSION_get_ex_new_index.3.gz OLD_FILES+=usr/share/man/man3/SSL_SESSION_get_time.3.gz OLD_FILES+=usr/share/man/man3/SSL_accept.3.gz OLD_FILES+=usr/share/man/man3/SSL_alert_type_string.3.gz OLD_FILES+=usr/share/man/man3/SSL_clear.3.gz OLD_FILES+=usr/share/man/man3/SSL_connect.3.gz OLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz OLD_FILES+=usr/share/man/man3/SSL_free.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_SSL_CTX.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_ciphers.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_client_CA_list.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_default_timeout.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_error.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_ex_new_index.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_peer_cert_chain.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_peer_certificate.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_session.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_verify_result.3.gz OLD_FILES+=usr/share/man/man3/SSL_get_version.3.gz OLD_FILES+=usr/share/man/man3/SSL_library_init.3.gz OLD_FILES+=usr/share/man/man3/SSL_load_client_CA_file.3.gz OLD_FILES+=usr/share/man/man3/SSL_new.3.gz OLD_FILES+=usr/share/man/man3/SSL_pending.3.gz OLD_FILES+=usr/share/man/man3/SSL_read.3.gz OLD_FILES+=usr/share/man/man3/SSL_rstate_string.3.gz OLD_FILES+=usr/share/man/man3/SSL_session_reused.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_bio.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_connect_state.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_fd.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_session.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_shutdown.3.gz OLD_FILES+=usr/share/man/man3/SSL_set_verify_result.3.gz OLD_FILES+=usr/share/man/man3/SSL_shutdown.3.gz OLD_FILES+=usr/share/man/man3/SSL_state_string.3.gz OLD_FILES+=usr/share/man/man3/SSL_want.3.gz OLD_FILES+=usr/share/man/man3/SSL_write.3.gz OLD_FILES+=usr/share/man/man3/d2i_SSL_SESSION.3.gz # 200301XX OLD_FILES+=usr/share/man/man3/des_3cbc_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_3ecb_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_cbc_cksum.3.gz OLD_FILES+=usr/share/man/man3/des_cbc_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_cfb_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_ecb_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_enc_read.3.gz OLD_FILES+=usr/share/man/man3/des_enc_write.3.gz OLD_FILES+=usr/share/man/man3/des_is_weak_key.3.gz OLD_FILES+=usr/share/man/man3/des_key_sched.3.gz OLD_FILES+=usr/share/man/man3/des_ofb_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_pcbc_encrypt.3.gz OLD_FILES+=usr/share/man/man3/des_quad_cksum.3.gz OLD_FILES+=usr/share/man/man3/des_random_key.3.gz OLD_FILES+=usr/share/man/man3/des_read_2password.3.gz OLD_FILES+=usr/share/man/man3/des_read_password.3.gz OLD_FILES+=usr/share/man/man3/des_read_pw_string.3.gz OLD_FILES+=usr/share/man/man3/des_set_key.3.gz OLD_FILES+=usr/share/man/man3/des_set_odd_parity.3.gz OLD_FILES+=usr/share/man/man3/des_string_to_2key.3.gz OLD_FILES+=usr/share/man/man3/des_string_to_key.3.gz # 200212XX OLD_FILES+=usr/sbin/kenv OLD_FILES+=usr/bin/kenv OLD_FILES+=usr/sbin/elf2aout # 200210XX OLD_FILES+=usr/include/libusbhid.h OLD_FILES+=usr/share/man/man3/All_FreeBSD.3.gz OLD_FILES+=usr/share/man/man3/CheckRules.3.gz OLD_FILES+=usr/share/man/man3/ChunkCanBeRoot.3.gz OLD_FILES+=usr/share/man/man3/Clone_Disk.3.gz OLD_FILES+=usr/share/man/man3/Collapse_Chunk.3.gz OLD_FILES+=usr/share/man/man3/Collapse_Disk.3.gz OLD_FILES+=usr/share/man/man3/Create_Chunk.3.gz OLD_FILES+=usr/share/man/man3/Create_Chunk_DWIM.3.gz OLD_FILES+=usr/share/man/man3/Cyl_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Debug_Disk.3.gz OLD_FILES+=usr/share/man/man3/Delete_Chunk.3.gz OLD_FILES+=usr/share/man/man3/Disk_Names.3.gz OLD_FILES+=usr/share/man/man3/Free_Disk.3.gz OLD_FILES+=usr/share/man/man3/MakeDev.3.gz OLD_FILES+=usr/share/man/man3/MakeDevDisk.3.gz OLD_FILES+=usr/share/man/man3/Next_Cyl_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Next_Track_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Open_Disk.3.gz OLD_FILES+=usr/share/man/man3/Prev_Cyl_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Prev_Track_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Set_Bios_Geom.3.gz OLD_FILES+=usr/share/man/man3/Set_Boot_Blocks.3.gz OLD_FILES+=usr/share/man/man3/Set_Boot_Mgr.3.gz OLD_FILES+=usr/share/man/man3/ShowChunkFlags.3.gz OLD_FILES+=usr/share/man/man3/Track_Aligned.3.gz OLD_FILES+=usr/share/man/man3/Write_Disk.3.gz OLD_FILES+=usr/share/man/man3/slice_type_name.3.gz # 200210XX: most games moved to ports OLD_FILES+=usr/share/man/man6/adventure.6.gz OLD_FILES+=usr/share/man/man6/arithmetic.6.gz OLD_FILES+=usr/share/man/man6/atc.6.gz OLD_FILES+=usr/share/man/man6/backgammon.6.gz OLD_FILES+=usr/share/man/man6/battlestar.6.gz OLD_FILES+=usr/share/man/man6/bs.6.gz OLD_FILES+=usr/share/man/man6/canfield.6.gz OLD_FILES+=usr/share/man/man6/cfscores.6.gz OLD_FILES+=usr/share/man/man6/cribbage.6.gz OLD_FILES+=usr/share/man/man6/fish.6.gz OLD_FILES+=usr/share/man/man6/hack.6.gz OLD_FILES+=usr/share/man/man6/hangman.6.gz OLD_FILES+=usr/share/man/man6/larn.6.gz OLD_FILES+=usr/share/man/man6/mille.6.gz OLD_FILES+=usr/share/man/man6/phantasia.6.gz OLD_FILES+=usr/share/man/man6/piano.6.gz OLD_FILES+=usr/share/man/man6/pig.6.gz OLD_FILES+=usr/share/man/man6/quiz.6.gz OLD_FILES+=usr/share/man/man6/rain.6.gz OLD_FILES+=usr/share/man/man6/robots.6.gz OLD_FILES+=usr/share/man/man6/rogue.6.gz OLD_FILES+=usr/share/man/man6/sail.6.gz OLD_FILES+=usr/share/man/man6/snake.6.gz OLD_FILES+=usr/share/man/man6/snscore.6.gz OLD_FILES+=usr/share/man/man6/trek.6.gz OLD_FILES+=usr/share/man/man6/wargames.6.gz OLD_FILES+=usr/share/man/man6/worm.6.gz OLD_FILES+=usr/share/man/man6/worms.6.gz OLD_FILES+=usr/share/man/man6/wump.6.gz # 200207XX OLD_FILES+=usr/share/man/man1aout/ar.1aout.gz OLD_FILES+=usr/share/man/man1aout/as.1aout.gz OLD_FILES+=usr/share/man/man1aout/ld.1aout.gz OLD_FILES+=usr/share/man/man1aout/nm.1aout.gz OLD_FILES+=usr/share/man/man1aout/ranlib.1aout.gz OLD_FILES+=usr/share/man/man1aout/size.1aout.gz OLD_FILES+=usr/share/man/man1aout/strings.1aout.gz OLD_FILES+=usr/share/man/man1aout/strip.1aout.gz OLD_FILES+=bin/mountd OLD_FILES+=bin/nfsd # 20020707 sbin/nfsd -> usr.sbin/nfsd OLD_FILES+=sbin/nfsd # 200206XX OLD_FILES+=usr/lib/libpam_ssh.a OLD_FILES+=usr/lib/libpam_ssh_p.a OLD_FILES+=usr/bin/help OLD_FILES+=usr/bin/sccs .if ${TARGET_ARCH} != "amd64" && ${TARGET} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET} != "powerpc" OLD_FILES+=usr/bin/gdbserver .endif OLD_FILES+=usr/bin/ssh-keysign OLD_FILES+=usr/sbin/gifconfig OLD_FILES+=usr/sbin/prefix # 200205XX OLD_FILES+=usr/bin/doscmd # 200204XX OLD_FILES+=usr/bin/a2p OLD_FILES+=usr/bin/ptx OLD_FILES+=usr/bin/pod2text OLD_FILES+=usr/bin/pod2man OLD_FILES+=usr/bin/pod2latex OLD_FILES+=usr/bin/pod2html OLD_FILES+=usr/bin/h2ph OLD_FILES+=usr/bin/dprofpp OLD_FILES+=usr/bin/c2ph OLD_FILES+=usr/bin/h2xs OLD_FILES+=usr/bin/pl2pm OLD_FILES+=usr/bin/splain OLD_FILES+=usr/bin/s2p OLD_FILES+=usr/bin/find2perl OLD_FILES+=usr/sbin/pkg_update OLD_FILES+=usr/sbin/scriptdump # 20020409 GC kget(1), userconfig is long dead. OLD_FILES+=sbin/kget OLD_FILES+=usr/share/man/man8/kget.8.gz # 200203XX OLD_FILES+=usr/lib/libss.a OLD_FILES+=usr/lib/libss_p.a OLD_FILES+=usr/lib/libtelnet.a OLD_FILES+=usr/lib/libtelnet_p.a OLD_FILES+=usr/sbin/diskpart # 200202XX OLD_FILES+=usr/bin/gprof4 # 200201XX OLD_FILES+=usr/sbin/linux # 2001XXXX OLD_FILES+=usr/bin/joy OLD_FILES+=usr/sbin/ibcs2 OLD_FILES+=usr/sbin/svr4 OLD_FILES+=usr/bin/chflags OLD_FILES+=usr/sbin/uuconv OLD_FILES+=usr/sbin/uuchk OLD_FILES+=usr/sbin/portmap OLD_FILES+=usr/sbin/pmap_set OLD_FILES+=usr/sbin/pmap_dump OLD_FILES+=usr/sbin/mcon OLD_FILES+=usr/sbin/stlstty OLD_FILES+=usr/sbin/ispppcontrol OLD_FILES+=usr/sbin/rndcontrol # 20011001: UUCP migration to ports OLD_FILES+=usr/bin/uucp OLD_FILES+=usr/bin/uulog OLD_FILES+=usr/bin/uuname OLD_FILES+=usr/bin/uupick OLD_FILES+=usr/bin/uusched OLD_FILES+=usr/bin/uustat OLD_FILES+=usr/bin/uuto OLD_FILES+=usr/bin/uux OLD_FILES+=usr/libexec/uucp/uucico OLD_FILES+=usr/libexec/uucp/uuxqt OLD_FILES+=usr/libexec/uucpd OLD_FILES+=usr/share/man/man1/uuconv.1.gz OLD_FILES+=usr/share/man/man1/uucp.1.gz OLD_FILES+=usr/share/man/man1/uulog.1.gz OLD_FILES+=usr/share/man/man1/uuname.1.gz OLD_FILES+=usr/share/man/man1/uupick.1.gz OLD_FILES+=usr/share/man/man1/uustat.1.gz OLD_FILES+=usr/share/man/man1/uuto.1.gz OLD_FILES+=usr/share/man/man1/uux.1.gz OLD_FILES+=usr/share/man/man8/uuchk.8.gz OLD_FILES+=usr/share/man/man8/uucico.8.gz OLD_FILES+=usr/share/man/man8/uucpd.8.gz OLD_FILES+=usr/share/man/man8/uusched.8.gz OLD_FILES+=usr/share/man/man8/uuxqt.8.gz # 20010523 mount_portal -> mount_portalfs OLD_FILES+=sbin/mount_portal OLD_FILES+=usr/share/man/man8/mount_portal.8.gz # 200104XX OLD_FILES+=usr/lib/libdescrypt.a OLD_FILES+=usr/lib/libscrypt.a OLD_FILES+=usr/lib/libscrypt_p.a OLD_FILES+=usr/sbin/pim6stat OLD_FILES+=usr/sbin/pim6sd OLD_FILES+=usr/sbin/pim6dd # 20010217 OLD_FILES+=usr/share/doc/bind/misc/dns-setup # 20001200 OLD_FILES+=usr/lib/libgcc_r_pic.a # 200009XX OLD_FILES+=usr/lib/libRSAglue.a OLD_FILES+=usr/lib/libRSAglue.so OLD_FILES+=usr/lib/librsaINTL.a OLD_FILES+=usr/lib/librsaUSA.a OLD_FILES+=usr/lib/librsaUSA.so # 200002XX ? OLD_FILES+=usr/lib/libf2c.a OLD_FILES+=usr/lib/libf2c_p.a OLD_FILES+=usr/lib/libg++.a OLD_FILES+=usr/lib/libg++_p.a # 20001006 OLD_FILES+=usr/bin/miniperl # 20000810 OLD_FILES+=usr/bin/sperl # 200001XX OLD_FILES+=usr/sbin/apmconf ## unsorted # do we still support aout builds? #OLD_FILES+=usr/lib/aout/c++rt0.o #OLD_FILES+=usr/lib/aout/crt0.o #OLD_FILES+=usr/lib/aout/gcrt0.o #OLD_FILES+=usr/lib/aout/scrt0.o #OLD_FILES+=usr/lib/aout/sgcrt0.o OLD_FILES+=usr/lib/pam_ftp.so OLD_FILES+=usr/share/man/man1/CA.pl.1.gz OLD_FILES+=usr/share/man/man1/asn1parse.1.gz OLD_FILES+=usr/share/man/man1/ca.1.gz OLD_FILES+=usr/share/man/man1/ciphers.1.gz OLD_FILES+=usr/share/man/man1/config.1.gz OLD_FILES+=usr/share/man/man1/crl.1.gz OLD_FILES+=usr/share/man/man1/crl2pkcs7.1.gz OLD_FILES+=usr/share/man/man1/dgst.1.gz OLD_FILES+=usr/share/man/man1/dhparam.1.gz OLD_FILES+=usr/share/man/man1/doscmd.1.gz OLD_FILES+=usr/share/man/man1/dsa.1.gz OLD_FILES+=usr/share/man/man1/dsaparam.1.gz OLD_FILES+=usr/share/man/man1/enc.1.gz OLD_FILES+=usr/share/man/man1/gendsa.1.gz OLD_FILES+=usr/share/man/man1/genrsa.1.gz OLD_FILES+=usr/share/man/man1/getNAME.1.gz OLD_FILES+=usr/share/man/man1/nseq.1.gz OLD_FILES+=usr/share/man/man1/ocsp.1.gz OLD_FILES+=usr/share/man/man1/openssl.1.gz OLD_FILES+=usr/share/man/man1/pkcs12.1.gz OLD_FILES+=usr/share/man/man1/pkcs7.1.gz OLD_FILES+=usr/share/man/man1/pkcs8.1.gz OLD_FILES+=usr/share/man/man1/rand.1.gz OLD_FILES+=usr/share/man/man1/req.1.gz OLD_FILES+=usr/share/man/man1/rsa.1.gz OLD_FILES+=usr/share/man/man1/rsautl.1.gz OLD_FILES+=usr/share/man/man1/s_client.1.gz OLD_FILES+=usr/share/man/man1/s_server.1.gz OLD_FILES+=usr/share/man/man1/sess_id.1.gz OLD_FILES+=usr/share/man/man1/smime.1.gz OLD_FILES+=usr/share/man/man1/speed.1.gz OLD_FILES+=usr/share/man/man1/spkac.1.gz OLD_FILES+=usr/share/man/man1/verify.1.gz OLD_FILES+=usr/share/man/man1/version.1.gz OLD_FILES+=usr/share/man/man1/x509.1.gz OLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3.gz OLD_FILES+=usr/share/man/man3/SSL_CTX_get_ex_new_index.3.gz OLD_FILES+=usr/share/man/man3/archive_entry_dup.3.gz OLD_FILES+=usr/share/man/man3/archive_entry_set_tartype.3.gz OLD_FILES+=usr/share/man/man3/archive_entry_tartype.3.gz OLD_FILES+=usr/share/man/man3/archive_read_data_into_file.3.gz OLD_FILES+=usr/share/man/man3/archive_read_open_tar.3.gz OLD_FILES+=usr/share/man/man3/archive_read_support_format_gnutar.3.gz OLD_FILES+=usr/share/man/man3/cipher.3.gz OLD_FILES+=usr/share/man/man3/des_cipher.3.gz OLD_FILES+=usr/share/man/man3/des_setkey.3.gz OLD_FILES+=usr/share/man/man3/encrypt.3.gz OLD_FILES+=usr/share/man/man3/endvfsent.3.gz OLD_FILES+=usr/share/man/man3/getvfsbytype.3.gz OLD_FILES+=usr/share/man/man3/getvfsent.3.gz OLD_FILES+=usr/share/man/man3/isnanf.3.gz OLD_FILES+=usr/share/man/man3/libautofs.3.gz OLD_FILES+=usr/share/man/man3/pthread_attr_setsstack.3.gz OLD_FILES+=usr/share/man/man3/pthread_getcancelstate.3.gz OLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.gz OLD_FILES+=usr/share/man/man3/setkey.3.gz OLD_FILES+=usr/share/man/man3/setvfsent.3.gz OLD_FILES+=usr/share/man/man3/ssl.3.gz OLD_FILES+=usr/share/man/man3/vfsisloadable.3.gz OLD_FILES+=usr/share/man/man3/vfsload.3.gz OLD_FILES+=usr/share/man/man4/als4000.4.gz OLD_FILES+=usr/share/man/man4/csa.4.gz OLD_FILES+=usr/share/man/man4/emu10k1.4.gz OLD_FILES+=usr/share/man/man4/euc.4.gz OLD_FILES+=usr/share/man/man4/gusc.4.gz OLD_FILES+=usr/share/man/man4/if_fwp.4.gz OLD_FILES+=usr/share/man/man4/lomac.4.gz OLD_FILES+=usr/share/man/man4/maestro3.4.gz OLD_FILES+=usr/share/man/man4/raid.4.gz OLD_FILES+=usr/share/man/man4/sbc.4.gz OLD_FILES+=usr/share/man/man4/sd.4.gz OLD_FILES+=usr/share/man/man4/snc.4.gz OLD_FILES+=usr/share/man/man4/st.4.gz OLD_FILES+=usr/share/man/man4/uaudio.4.gz OLD_FILES+=usr/share/man/man4/utf2.4.gz OLD_FILES+=usr/share/man/man4/vinumdebug.4.gz OLD_FILES+=usr/share/man/man5/disklabel.5.gz OLD_FILES+=usr/share/man/man5/dm.conf.5.gz OLD_FILES+=usr/share/man/man5/ranlib.5.gz OLD_FILES+=usr/share/man/man5/utf2.5.gz OLD_FILES+=usr/share/man/man7/groff_mwww.7.gz OLD_FILES+=usr/share/man/man7/mmroff.7.gz OLD_FILES+=usr/share/man/man7/mwww.7.gz OLD_FILES+=usr/share/man/man8/dm.8.gz OLD_FILES+=usr/share/man/man8/pam_ftp.8.gz OLD_FILES+=usr/share/man/man8/pam_wheel.8.gz OLD_FILES+=usr/share/man/man8/ssl.8.gz OLD_FILES+=usr/share/man/man8/wlconfig.8.gz OLD_FILES+=usr/share/man/man9/CURSIG.9.gz OLD_FILES+=usr/share/man/man9/VFS_INIT.9.gz OLD_FILES+=usr/share/man/man9/at_exit.9.gz OLD_FILES+=usr/share/man/man9/at_fork.9.gz OLD_FILES+=usr/share/man/man9/cdevsw_add.9.gz OLD_FILES+=usr/share/man/man9/cdevsw_remove.9.gz OLD_FILES+=usr/share/man/man9/cv_waitq_empty.9.gz OLD_FILES+=usr/share/man/man9/cv_waitq_remove.9.gz OLD_FILES+=usr/share/man/man9/endtsleep.9.gz OLD_FILES+=usr/share/man/man9/jumbo.9.gz OLD_FILES+=usr/share/man/man9/jumbo_freem.9.gz OLD_FILES+=usr/share/man/man9/jumbo_pg_alloc.9.gz OLD_FILES+=usr/share/man/man9/jumbo_pg_free.9.gz OLD_FILES+=usr/share/man/man9/jumbo_pg_steal.9.gz OLD_FILES+=usr/share/man/man9/jumbo_phys_to_kva.9.gz OLD_FILES+=usr/share/man/man9/jumbo_vm_init.9.gz OLD_FILES+=usr/share/man/man9/mac_biba.9.gz OLD_FILES+=usr/share/man/man9/mac_bsdextended.9.gz OLD_FILES+=usr/share/man/man9/mono_time.9.gz OLD_FILES+=usr/share/man/man9/p1003_1b.9.gz OLD_FILES+=usr/share/man/man9/pmap_prefault.9.gz OLD_FILES+=usr/share/man/man9/posix4.9.gz OLD_FILES+=usr/share/man/man9/resource_query_name.9.gz OLD_FILES+=usr/share/man/man9/resource_query_string.9.gz OLD_FILES+=usr/share/man/man9/resource_query_unit.9.gz OLD_FILES+=usr/share/man/man9/rm_at_exit.9.gz OLD_FILES+=usr/share/man/man9/rm_at_fork.9.gz OLD_FILES+=usr/share/man/man9/runtime.9.gz OLD_FILES+=usr/share/man/man9/sleepinit.9.gz OLD_FILES+=usr/share/man/man9/unsleep.9.gz OLD_FILES+=usr/share/games/atc/Game_List OLD_FILES+=usr/share/games/atc/Killer OLD_FILES+=usr/share/games/atc/crossover OLD_FILES+=usr/share/games/atc/default OLD_FILES+=usr/share/games/atc/easy OLD_FILES+=usr/share/games/atc/game_2 OLD_FILES+=usr/share/games/larn/larnmaze OLD_FILES+=usr/share/games/larn/larnopts OLD_FILES+=usr/share/games/larn/larn.help OLD_FILES+=usr/share/games/quiz.db/africa OLD_FILES+=usr/share/games/quiz.db/america OLD_FILES+=usr/share/games/quiz.db/areas OLD_FILES+=usr/share/games/quiz.db/arith OLD_FILES+=usr/share/games/quiz.db/asia OLD_FILES+=usr/share/games/quiz.db/babies OLD_FILES+=usr/share/games/quiz.db/bard OLD_FILES+=usr/share/games/quiz.db/chinese OLD_FILES+=usr/share/games/quiz.db/collectives OLD_FILES+=usr/share/games/quiz.db/ed OLD_FILES+=usr/share/games/quiz.db/elements OLD_FILES+=usr/share/games/quiz.db/europe OLD_FILES+=usr/share/games/quiz.db/flowers OLD_FILES+=usr/share/games/quiz.db/greek OLD_FILES+=usr/share/games/quiz.db/inca OLD_FILES+=usr/share/games/quiz.db/index OLD_FILES+=usr/share/games/quiz.db/latin OLD_FILES+=usr/share/games/quiz.db/locomotive OLD_FILES+=usr/share/games/quiz.db/midearth OLD_FILES+=usr/share/games/quiz.db/morse OLD_FILES+=usr/share/games/quiz.db/murders OLD_FILES+=usr/share/games/quiz.db/poetry OLD_FILES+=usr/share/games/quiz.db/posneg OLD_FILES+=usr/share/games/quiz.db/pres OLD_FILES+=usr/share/games/quiz.db/province OLD_FILES+=usr/share/games/quiz.db/seq-easy OLD_FILES+=usr/share/games/quiz.db/seq-hard OLD_FILES+=usr/share/games/quiz.db/sexes OLD_FILES+=usr/share/games/quiz.db/sov OLD_FILES+=usr/share/games/quiz.db/spell OLD_FILES+=usr/share/games/quiz.db/state OLD_FILES+=usr/share/games/quiz.db/trek OLD_FILES+=usr/share/games/quiz.db/ucc OLD_FILES+=usr/share/games/cribbage.instr OLD_FILES+=usr/share/games/fish.instr OLD_FILES+=usr/share/games/wump.info OLD_FILES+=usr/games/hide/adventure OLD_FILES+=usr/games/hide/arithmetic OLD_FILES+=usr/games/hide/atc OLD_FILES+=usr/games/hide/backgammon OLD_FILES+=usr/games/hide/teachgammon OLD_FILES+=usr/games/hide/battlestar OLD_FILES+=usr/games/hide/bs OLD_FILES+=usr/games/hide/canfield OLD_FILES+=usr/games/hide/cribbage OLD_FILES+=usr/games/hide/fish OLD_FILES+=usr/games/hide/hack OLD_FILES+=usr/games/hide/hangman OLD_FILES+=usr/games/hide/larn OLD_FILES+=usr/games/hide/mille OLD_FILES+=usr/games/hide/phantasia OLD_FILES+=usr/games/hide/quiz OLD_FILES+=usr/games/hide/robots OLD_FILES+=usr/games/hide/rogue OLD_FILES+=usr/games/hide/sail OLD_FILES+=usr/games/hide/snake OLD_FILES+=usr/games/hide/trek OLD_FILES+=usr/games/hide/worm OLD_FILES+=usr/games/hide/wump OLD_FILES+=usr/games/adventure OLD_FILES+=usr/games/arithmetic OLD_FILES+=usr/games/atc OLD_FILES+=usr/games/backgammon OLD_FILES+=usr/games/teachgammon OLD_FILES+=usr/games/battlestar OLD_FILES+=usr/games/bs OLD_FILES+=usr/games/canfield OLD_FILES+=usr/games/cfscores OLD_FILES+=usr/games/cribbage OLD_FILES+=usr/games/dm OLD_FILES+=usr/games/fish OLD_FILES+=usr/games/hack OLD_FILES+=usr/games/hangman OLD_FILES+=usr/games/larn OLD_FILES+=usr/games/mille OLD_FILES+=usr/games/phantasia OLD_FILES+=usr/games/piano OLD_FILES+=usr/games/pig OLD_FILES+=usr/games/quiz OLD_FILES+=usr/games/rain OLD_FILES+=usr/games/robots OLD_FILES+=usr/games/rogue OLD_FILES+=usr/games/sail OLD_FILES+=usr/games/snake OLD_FILES+=usr/games/snscore OLD_FILES+=usr/games/trek OLD_FILES+=usr/games/wargames OLD_FILES+=usr/games/worm OLD_FILES+=usr/games/worms OLD_FILES+=usr/games/wump OLD_FILES+=sbin/mount_reiserfs OLD_FILES+=usr/include/cam/cam_extend.h OLD_FILES+=usr/include/dev/wi/wi_hostap.h OLD_FILES+=usr/include/disktab.h OLD_FILES+=usr/include/g++/FlexLexer.h OLD_FILES+=usr/include/g++/PlotFile.h OLD_FILES+=usr/include/g++/SFile.h OLD_FILES+=usr/include/g++/_G_config.h OLD_FILES+=usr/include/g++/algo.h OLD_FILES+=usr/include/g++/algobase.h OLD_FILES+=usr/include/g++/algorithm OLD_FILES+=usr/include/g++/alloc.h OLD_FILES+=usr/include/g++/bitset OLD_FILES+=usr/include/g++/builtinbuf.h OLD_FILES+=usr/include/g++/bvector.h OLD_FILES+=usr/include/g++/cassert OLD_FILES+=usr/include/g++/cctype OLD_FILES+=usr/include/g++/cerrno OLD_FILES+=usr/include/g++/cfloat OLD_FILES+=usr/include/g++/ciso646 OLD_FILES+=usr/include/g++/climits OLD_FILES+=usr/include/g++/clocale OLD_FILES+=usr/include/g++/cmath OLD_FILES+=usr/include/g++/complex OLD_FILES+=usr/include/g++/complex.h OLD_FILES+=usr/include/g++/csetjmp OLD_FILES+=usr/include/g++/csignal OLD_FILES+=usr/include/g++/cstdarg OLD_FILES+=usr/include/g++/cstddef OLD_FILES+=usr/include/g++/cstdio OLD_FILES+=usr/include/g++/cstdlib OLD_FILES+=usr/include/g++/cstring OLD_FILES+=usr/include/g++/ctime OLD_FILES+=usr/include/g++/cwchar OLD_FILES+=usr/include/g++/cwctype OLD_FILES+=usr/include/g++/defalloc.h OLD_FILES+=usr/include/g++/deque OLD_FILES+=usr/include/g++/deque.h OLD_FILES+=usr/include/g++/editbuf.h OLD_FILES+=usr/include/g++/exception OLD_FILES+=usr/include/g++/floatio.h OLD_FILES+=usr/include/g++/fstream OLD_FILES+=usr/include/g++/fstream.h OLD_FILES+=usr/include/g++/function.h OLD_FILES+=usr/include/g++/functional OLD_FILES+=usr/include/g++/hash_map OLD_FILES+=usr/include/g++/hash_map.h OLD_FILES+=usr/include/g++/hash_set OLD_FILES+=usr/include/g++/hash_set.h OLD_FILES+=usr/include/g++/hashtable.h OLD_FILES+=usr/include/g++/heap.h OLD_FILES+=usr/include/g++/indstream.h OLD_FILES+=usr/include/g++/iolibio.h OLD_FILES+=usr/include/g++/iomanip OLD_FILES+=usr/include/g++/iomanip.h OLD_FILES+=usr/include/g++/iosfwd OLD_FILES+=usr/include/g++/iostdio.h OLD_FILES+=usr/include/g++/iostream OLD_FILES+=usr/include/g++/iostream.h OLD_FILES+=usr/include/g++/iostreamP.h OLD_FILES+=usr/include/g++/istream.h OLD_FILES+=usr/include/g++/iterator OLD_FILES+=usr/include/g++/iterator.h OLD_FILES+=usr/include/g++/libio.h OLD_FILES+=usr/include/g++/libioP.h OLD_FILES+=usr/include/g++/list OLD_FILES+=usr/include/g++/list.h OLD_FILES+=usr/include/g++/map OLD_FILES+=usr/include/g++/map.h OLD_FILES+=usr/include/g++/memory OLD_FILES+=usr/include/g++/multimap.h OLD_FILES+=usr/include/g++/multiset.h OLD_FILES+=usr/include/g++/new OLD_FILES+=usr/include/g++/new.h OLD_FILES+=usr/include/g++/numeric OLD_FILES+=usr/include/g++/ostream.h OLD_FILES+=usr/include/g++/pair.h OLD_FILES+=usr/include/g++/parsestream.h OLD_FILES+=usr/include/g++/pfstream.h OLD_FILES+=usr/include/g++/procbuf.h OLD_FILES+=usr/include/g++/pthread_alloc OLD_FILES+=usr/include/g++/pthread_alloc.h OLD_FILES+=usr/include/g++/queue OLD_FILES+=usr/include/g++/rope OLD_FILES+=usr/include/g++/rope.h OLD_FILES+=usr/include/g++/ropeimpl.h OLD_FILES+=usr/include/g++/set OLD_FILES+=usr/include/g++/set.h OLD_FILES+=usr/include/g++/slist OLD_FILES+=usr/include/g++/slist.h OLD_FILES+=usr/include/g++/sstream OLD_FILES+=usr/include/g++/stack OLD_FILES+=usr/include/g++/stack.h OLD_FILES+=usr/include/g++/std/bastring.cc OLD_FILES+=usr/include/g++/std/bastring.h OLD_FILES+=usr/include/g++/std/complext.cc OLD_FILES+=usr/include/g++/std/complext.h OLD_FILES+=usr/include/g++/std/dcomplex.h OLD_FILES+=usr/include/g++/std/fcomplex.h OLD_FILES+=usr/include/g++/std/gslice.h OLD_FILES+=usr/include/g++/std/gslice_array.h OLD_FILES+=usr/include/g++/std/indirect_array.h OLD_FILES+=usr/include/g++/std/ldcomplex.h OLD_FILES+=usr/include/g++/std/mask_array.h OLD_FILES+=usr/include/g++/std/slice.h OLD_FILES+=usr/include/g++/std/slice_array.h OLD_FILES+=usr/include/g++/std/std_valarray.h OLD_FILES+=usr/include/g++/std/straits.h OLD_FILES+=usr/include/g++/std/valarray_array.h OLD_FILES+=usr/include/g++/std/valarray_array.tcc OLD_FILES+=usr/include/g++/std/valarray_meta.h OLD_FILES+=usr/include/g++/stdexcept OLD_FILES+=usr/include/g++/stdiostream.h OLD_FILES+=usr/include/g++/stl.h OLD_FILES+=usr/include/g++/stl_algo.h OLD_FILES+=usr/include/g++/stl_algobase.h OLD_FILES+=usr/include/g++/stl_alloc.h OLD_FILES+=usr/include/g++/stl_bvector.h OLD_FILES+=usr/include/g++/stl_config.h OLD_FILES+=usr/include/g++/stl_construct.h OLD_FILES+=usr/include/g++/stl_deque.h OLD_FILES+=usr/include/g++/stl_function.h OLD_FILES+=usr/include/g++/stl_hash_fun.h OLD_FILES+=usr/include/g++/stl_hash_map.h OLD_FILES+=usr/include/g++/stl_hash_set.h OLD_FILES+=usr/include/g++/stl_hashtable.h OLD_FILES+=usr/include/g++/stl_heap.h OLD_FILES+=usr/include/g++/stl_iterator.h OLD_FILES+=usr/include/g++/stl_list.h OLD_FILES+=usr/include/g++/stl_map.h OLD_FILES+=usr/include/g++/stl_multimap.h OLD_FILES+=usr/include/g++/stl_multiset.h OLD_FILES+=usr/include/g++/stl_numeric.h OLD_FILES+=usr/include/g++/stl_pair.h OLD_FILES+=usr/include/g++/stl_queue.h OLD_FILES+=usr/include/g++/stl_raw_storage_iter.h OLD_FILES+=usr/include/g++/stl_relops.h OLD_FILES+=usr/include/g++/stl_rope.h OLD_FILES+=usr/include/g++/stl_set.h OLD_FILES+=usr/include/g++/stl_slist.h OLD_FILES+=usr/include/g++/stl_stack.h OLD_FILES+=usr/include/g++/stl_tempbuf.h OLD_FILES+=usr/include/g++/stl_tree.h OLD_FILES+=usr/include/g++/stl_uninitialized.h OLD_FILES+=usr/include/g++/stl_vector.h OLD_FILES+=usr/include/g++/stream.h OLD_FILES+=usr/include/g++/streambuf.h OLD_FILES+=usr/include/g++/strfile.h OLD_FILES+=usr/include/g++/string OLD_FILES+=usr/include/g++/strstream OLD_FILES+=usr/include/g++/strstream.h OLD_FILES+=usr/include/g++/tempbuf.h OLD_FILES+=usr/include/g++/tree.h OLD_FILES+=usr/include/g++/type_traits.h OLD_FILES+=usr/include/g++/typeinfo OLD_FILES+=usr/include/g++/utility OLD_FILES+=usr/include/g++/valarray OLD_FILES+=usr/include/g++/vector OLD_FILES+=usr/include/g++/vector.h OLD_FILES+=usr/include/gmp.h OLD_FILES+=usr/include/isc/assertions.h OLD_FILES+=usr/include/isc/ctl.h OLD_FILES+=usr/include/isc/dst.h OLD_FILES+=usr/include/isc/eventlib.h OLD_FILES+=usr/include/isc/heap.h OLD_FILES+=usr/include/isc/irpmarshall.h OLD_FILES+=usr/include/isc/list.h OLD_FILES+=usr/include/isc/logging.h OLD_FILES+=usr/include/isc/memcluster.h OLD_FILES+=usr/include/isc/misc.h OLD_FILES+=usr/include/isc/tree.h OLD_FILES+=usr/include/machine/ansi.h OLD_FILES+=usr/include/machine/apic.h OLD_FILES+=usr/include/machine/asc_ioctl.h OLD_FILES+=usr/include/machine/asnames.h OLD_FILES+=usr/include/machine/bus_at386.h OLD_FILES+=usr/include/machine/bus_memio.h OLD_FILES+=usr/include/machine/bus_pc98.h OLD_FILES+=usr/include/machine/bus_pio.h OLD_FILES+=usr/include/machine/cdk.h OLD_FILES+=usr/include/machine/comstats.h OLD_FILES+=usr/include/machine/console.h OLD_FILES+=usr/include/machine/critical.h OLD_FILES+=usr/include/machine/cronyx.h OLD_FILES+=usr/include/machine/dvcfg.h OLD_FILES+=usr/include/machine/globaldata.h OLD_FILES+=usr/include/machine/globals.h OLD_FILES+=usr/include/machine/gsc.h OLD_FILES+=usr/include/machine/i4b_isppp.h OLD_FILES+=usr/include/machine/if_wavelan_ieee.h OLD_FILES+=usr/include/machine/iic.h OLD_FILES+=usr/include/machine/ioctl_ctx.h OLD_FILES+=usr/include/machine/ioctl_fd.h OLD_FILES+=usr/include/machine/ipl.h OLD_FILES+=usr/include/machine/lock.h OLD_FILES+=usr/include/machine/mouse.h OLD_FILES+=usr/include/machine/mpapic.h OLD_FILES+=usr/include/machine/mtpr.h OLD_FILES+=usr/include/machine/pc/msdos.h OLD_FILES+=usr/include/machine/physio_proc.h OLD_FILES+=usr/include/machine/smb.h OLD_FILES+=usr/include/machine/spigot.h OLD_FILES+=usr/include/machine/types.h OLD_FILES+=usr/include/machine/uc_device.h OLD_FILES+=usr/include/machine/ultrasound.h OLD_FILES+=usr/include/machine/wtio.h OLD_FILES+=usr/include/msdosfs/bootsect.h OLD_FILES+=usr/include/msdosfs/bpb.h OLD_FILES+=usr/include/msdosfs/denode.h OLD_FILES+=usr/include/msdosfs/direntry.h OLD_FILES+=usr/include/msdosfs/fat.h OLD_FILES+=usr/include/msdosfs/msdosfsmount.h OLD_FILES+=usr/include/net/hostcache.h OLD_FILES+=usr/include/net/if_faith.h OLD_FILES+=usr/include/net/if_ieee80211.h OLD_FILES+=usr/include/net/if_tunvar.h OLD_FILES+=usr/include/net/intrq.h OLD_FILES+=usr/include/netatm/kern_include.h OLD_FILES+=usr/include/netinet/if_fddi.h OLD_FILES+=usr/include/netinet/in_hostcache.h OLD_FILES+=usr/include/netinet/ip_flow.h OLD_FILES+=usr/include/netinet/ip_fw2.h OLD_FILES+=usr/include/netinet6/in6_prefix.h OLD_FILES+=usr/include/netns/idp.h OLD_FILES+=usr/include/netns/idp_var.h OLD_FILES+=usr/include/netns/ns.h OLD_FILES+=usr/include/netns/ns_error.h OLD_FILES+=usr/include/netns/ns_if.h OLD_FILES+=usr/include/netns/ns_pcb.h OLD_FILES+=usr/include/netns/sp.h OLD_FILES+=usr/include/netns/spidp.h OLD_FILES+=usr/include/netns/spp_debug.h OLD_FILES+=usr/include/netns/spp_timer.h OLD_FILES+=usr/include/netns/spp_var.h OLD_FILES+=usr/include/nfs/nfs.h OLD_FILES+=usr/include/nfs/nfsm_subs.h OLD_FILES+=usr/include/nfs/nfsmount.h OLD_FILES+=usr/include/nfs/nfsnode.h OLD_FILES+=usr/include/nfs/nfsrtt.h OLD_FILES+=usr/include/nfs/nfsrvcache.h OLD_FILES+=usr/include/nfs/nfsv2.h OLD_FILES+=usr/include/nfs/nqnfs.h OLD_FILES+=usr/include/ntfs/ntfs.h OLD_FILES+=usr/include/ntfs/ntfs_compr.h OLD_FILES+=usr/include/ntfs/ntfs_ihash.h OLD_FILES+=usr/include/ntfs/ntfs_inode.h OLD_FILES+=usr/include/ntfs/ntfs_subr.h OLD_FILES+=usr/include/ntfs/ntfs_vfsops.h OLD_FILES+=usr/include/ntfs/ntfsmount.h OLD_FILES+=usr/include/nwfs/nwfs.h OLD_FILES+=usr/include/nwfs/nwfs_mount.h OLD_FILES+=usr/include/nwfs/nwfs_node.h OLD_FILES+=usr/include/nwfs/nwfs_subr.h OLD_FILES+=usr/include/posix4/_semaphore.h OLD_FILES+=usr/include/posix4/aio.h OLD_FILES+=usr/include/posix4/ksem.h OLD_FILES+=usr/include/posix4/mqueue.h OLD_FILES+=usr/include/posix4/posix4.h OLD_FILES+=usr/include/posix4/sched.h OLD_FILES+=usr/include/posix4/semaphore.h OLD_DIRS+=usr/include/posix4 OLD_FILES+=usr/include/security/_pam_compat.h OLD_FILES+=usr/include/security/_pam_macros.h OLD_FILES+=usr/include/security/_pam_types.h OLD_FILES+=usr/include/security/pam_malloc.h OLD_FILES+=usr/include/security/pam_misc.h OLD_FILES+=usr/include/skey.h OLD_FILES+=usr/include/strhash.h OLD_FILES+=usr/include/struct.h OLD_FILES+=usr/include/sys/_label.h OLD_FILES+=usr/include/sys/_posix.h OLD_FILES+=usr/include/sys/bus_private.h OLD_FILES+=usr/include/sys/ccdvar.h OLD_FILES+=usr/include/sys/diskslice.h OLD_FILES+=usr/include/sys/dmap.h OLD_FILES+=usr/include/sys/inttypes.h OLD_FILES+=usr/include/sys/jumbo.h OLD_FILES+=usr/include/sys/mac_policy.h OLD_FILES+=usr/include/sys/pbioio.h OLD_FILES+=usr/include/sys/syscall-hide.h OLD_FILES+=usr/include/sys/tprintf.h OLD_FILES+=usr/include/sys/vnioctl.h OLD_FILES+=usr/include/sys/wormio.h OLD_FILES+=usr/include/telnet.h OLD_FILES+=usr/include/ufs/mfs/mfs_extern.h OLD_FILES+=usr/include/ufs/mfs/mfsnode.h OLD_FILES+=usr/include/values.h OLD_FILES+=usr/include/vm/vm_zone.h OLD_FILES+=usr/share/examples/etc/usbd.conf OLD_FILES+=usr/share/examples/meteor/README OLD_FILES+=usr/share/examples/meteor/rgb16.c OLD_FILES+=usr/share/examples/meteor/rgb24.c OLD_FILES+=usr/share/examples/meteor/test-n.c OLD_FILES+=usr/share/examples/meteor/yuvpk.c OLD_FILES+=usr/share/examples/meteor/yuvpl.c OLD_FILES+=usr/share/examples/worm/README OLD_FILES+=usr/share/examples/worm/makecdfs.sh OLD_FILES+=usr/share/groff_font/devlj4/Makefile OLD_FILES+=usr/share/groff_font/devlj4/text.map OLD_FILES+=usr/share/groff_font/devlj4/special.map OLD_FILES+=usr/share/misc/nslookup.help OLD_FILES+=usr/share/sendmail/cf/feature/nodns.m4 OLD_FILES+=usr/share/syscons/keymaps/lat-amer.kbd OLD_FILES+=usr/share/vi/catalog/ru_SU.KOI8-R OLD_FILES+=usr/share/zoneinfo/SystemV/YST9 OLD_FILES+=usr/share/zoneinfo/SystemV/PST8 OLD_FILES+=usr/share/zoneinfo/SystemV/EST5EDT OLD_FILES+=usr/share/zoneinfo/SystemV/CST6CDT OLD_FILES+=usr/share/zoneinfo/SystemV/MST7MDT OLD_FILES+=usr/share/zoneinfo/SystemV/PST8PDT OLD_FILES+=usr/share/zoneinfo/SystemV/YST9YDT OLD_FILES+=usr/share/zoneinfo/SystemV/HST10 OLD_FILES+=usr/share/zoneinfo/SystemV/MST7 OLD_FILES+=usr/share/zoneinfo/SystemV/EST5 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4ADT OLD_FILES+=usr/share/zoneinfo/SystemV/CST6 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4 OLD_DIRS+=usr/share/zoneinfo/SystemV OLD_FILES+=usr/share/doc/ntp/accopt.htm OLD_FILES+=usr/share/doc/ntp/assoc.htm OLD_FILES+=usr/share/doc/ntp/audio.htm OLD_FILES+=usr/share/doc/ntp/authopt.htm OLD_FILES+=usr/share/doc/ntp/biblio.htm OLD_FILES+=usr/share/doc/ntp/build.htm OLD_FILES+=usr/share/doc/ntp/clockopt.htm OLD_FILES+=usr/share/doc/ntp/config.htm OLD_FILES+=usr/share/doc/ntp/confopt.htm OLD_FILES+=usr/share/doc/ntp/copyright.htm OLD_FILES+=usr/share/doc/ntp/debug.htm OLD_FILES+=usr/share/doc/ntp/driver1.htm OLD_FILES+=usr/share/doc/ntp/driver10.htm OLD_FILES+=usr/share/doc/ntp/driver11.htm OLD_FILES+=usr/share/doc/ntp/driver12.htm OLD_FILES+=usr/share/doc/ntp/driver16.htm OLD_FILES+=usr/share/doc/ntp/driver18.htm OLD_FILES+=usr/share/doc/ntp/driver19.htm OLD_FILES+=usr/share/doc/ntp/driver2.htm OLD_FILES+=usr/share/doc/ntp/driver20.htm OLD_FILES+=usr/share/doc/ntp/driver22.htm OLD_FILES+=usr/share/doc/ntp/driver23.htm OLD_FILES+=usr/share/doc/ntp/driver24.htm OLD_FILES+=usr/share/doc/ntp/driver26.htm OLD_FILES+=usr/share/doc/ntp/driver27.htm OLD_FILES+=usr/share/doc/ntp/driver28.htm OLD_FILES+=usr/share/doc/ntp/driver29.htm OLD_FILES+=usr/share/doc/ntp/driver3.htm OLD_FILES+=usr/share/doc/ntp/driver30.htm OLD_FILES+=usr/share/doc/ntp/driver32.htm OLD_FILES+=usr/share/doc/ntp/driver33.htm OLD_FILES+=usr/share/doc/ntp/driver34.htm OLD_FILES+=usr/share/doc/ntp/driver35.htm OLD_FILES+=usr/share/doc/ntp/driver36.htm OLD_FILES+=usr/share/doc/ntp/driver37.htm OLD_FILES+=usr/share/doc/ntp/driver4.htm OLD_FILES+=usr/share/doc/ntp/driver5.htm OLD_FILES+=usr/share/doc/ntp/driver6.htm OLD_FILES+=usr/share/doc/ntp/driver7.htm OLD_FILES+=usr/share/doc/ntp/driver8.htm OLD_FILES+=usr/share/doc/ntp/driver9.htm OLD_FILES+=usr/share/doc/ntp/exec.htm OLD_FILES+=usr/share/doc/ntp/extern.htm OLD_FILES+=usr/share/doc/ntp/gadget.htm OLD_FILES+=usr/share/doc/ntp/hints.htm OLD_FILES+=usr/share/doc/ntp/howto.htm OLD_FILES+=usr/share/doc/ntp/htmlprimer.htm OLD_FILES+=usr/share/doc/ntp/index.htm OLD_FILES+=usr/share/doc/ntp/kern.htm OLD_FILES+=usr/share/doc/ntp/kernpps.htm OLD_FILES+=usr/share/doc/ntp/ldisc.htm OLD_FILES+=usr/share/doc/ntp/measure.htm OLD_FILES+=usr/share/doc/ntp/miscopt.htm OLD_FILES+=usr/share/doc/ntp/monopt.htm OLD_FILES+=usr/share/doc/ntp/mx4200data.htm OLD_FILES+=usr/share/doc/ntp/notes.htm OLD_FILES+=usr/share/doc/ntp/ntpd.htm OLD_FILES+=usr/share/doc/ntp/ntpdate.htm OLD_FILES+=usr/share/doc/ntp/ntpdc.htm OLD_FILES+=usr/share/doc/ntp/ntpq.htm OLD_FILES+=usr/share/doc/ntp/ntptime.htm OLD_FILES+=usr/share/doc/ntp/ntptrace.htm OLD_FILES+=usr/share/doc/ntp/parsedata.htm OLD_FILES+=usr/share/doc/ntp/parsenew.htm OLD_FILES+=usr/share/doc/ntp/patches.htm OLD_FILES+=usr/share/doc/ntp/porting.htm OLD_FILES+=usr/share/doc/ntp/pps.htm OLD_FILES+=usr/share/doc/ntp/prefer.htm OLD_FILES+=usr/share/doc/ntp/qth.htm OLD_FILES+=usr/share/doc/ntp/quick.htm OLD_FILES+=usr/share/doc/ntp/rdebug.htm OLD_FILES+=usr/share/doc/ntp/refclock.htm OLD_FILES+=usr/share/doc/ntp/release.htm OLD_FILES+=usr/share/doc/ntp/tickadj.htm OLD_FILES+=usr/share/doc/papers/nqnfs.ascii.gz OLD_FILES+=usr/share/doc/papers/px.ascii.gz OLD_FILES+=usr/share/man/man3/exp10.3.gz OLD_FILES+=usr/share/man/man3/exp10f.3.gz OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz OLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz OLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz OLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz OLD_FILES+=usr/share/man/man3/mbmb.3.gz OLD_FILES+=usr/share/man/man3/setrunelocale.3.gz OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz .if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64" OLD_FILES+=usr/share/man/man8/boot_i386.8.gz .endif .if ${TARGET_ARCH} != "aarch64" && ${TARGET} != "arm" && \ ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && \ ${TARGET_ARCH} != "sparc64" && ${TARGET} != "mips" OLD_FILES+=usr/share/man/man8/ofwdump.8.gz .endif OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz OLD_FILES+=usr/share/man/man9/VFS_START.9.gz OLD_FILES+=usr/share/man/man9/cpu_critical_exit.9.gz OLD_FILES+=usr/share/man/man9/cpu_critical_enter.9.gz OLD_FILES+=usr/share/info/annotate.info.gz OLD_FILES+=usr/share/info/tar.info.gz OLD_FILES+=usr/share/bsnmp/defs/tree.def OLD_FILES+=usr/share/bsnmp/defs/mibII_tree.def OLD_FILES+=usr/share/bsnmp/defs/netgraph_tree.def OLD_FILES+=usr/share/bsnmp/mibs/FOKUS-MIB.txt OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-MIB.txt OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-SNMPD.txt OLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-NETGRAPH.txt OLD_FILES+=usr/libdata/msdosfs/iso22dos OLD_FILES+=usr/libdata/msdosfs/iso72dos OLD_FILES+=usr/libdata/msdosfs/koi2dos OLD_FILES+=usr/libdata/msdosfs/koi8u2dos # The following files are *not* obsolete, they just don't get touched at # install, so don't add them: # - boot/loader.rc # - usr/share/tmac/man.local # - usr/share/tmac/mm/locale # - usr/share/tmac/mm/se_locale # - var/yp/Makefile # Early entries split OLD_FILES, OLD_LIBS, and OLD_DIRS into separate sections # in this file, but this practice was abandoned in the mid-2000s. # # 20071120: shared library version bump OLD_LIBS+=usr/lib/libasn1.so.8 OLD_LIBS+=usr/lib/libgssapi.so.8 OLD_LIBS+=usr/lib/libgssapi_krb5.so.8 OLD_LIBS+=usr/lib/libhdb.so.8 OLD_LIBS+=usr/lib/libkadm5clnt.so.8 OLD_LIBS+=usr/lib/libkadm5srv.so.8 OLD_LIBS+=usr/lib/libkafs5.so.8 OLD_LIBS+=usr/lib/libkrb5.so.8 OLD_LIBS+=usr/lib/libobjc.so.2 # 20070519: GCC 4.2 OLD_FILES+=usr/lib/libg2c.a OLD_FILES+=usr/lib/libg2c.so OLD_LIBS+=usr/lib/libg2c.so.2 OLD_FILES+=usr/lib/libg2c_p.a OLD_FILES+=usr/lib/libgcc_pic.a # 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade OLD_LIBS+=lib/libcrypto.so.4 OLD_LIBS+=usr/lib/libssl.so.4 # 20060521: gethostbyaddr(3) ABI change OLD_LIBS+=usr/lib/libroken.so.8 OLD_LIBS+=lib/libatm.so.3 OLD_LIBS+=lib/libc.so.6 OLD_LIBS+=lib/libutil.so.5 # 20060413: shared library moved to /usr/lib MOVED_LIBS+=lib/libgpib.so.1 # 20060413: libpcap.so.4 moved to /lib/ MOVED_LIBS+=usr/lib/libpcap.so.4 # 20060412: libpthread.so.2 moved to /lib/ MOVED_LIBS+=usr/lib/libpthread.so.2 # 20060127: revert libdisk to static-only OLD_LIBS+=usr/lib/libdisk.so.3 # 20051027: libc_r discontinued (removed 20101113) OLD_FILES+=usr/lib/libc_r.a OLD_FILES+=usr/lib/libc_r.so OLD_LIBS+=usr/lib/libc_r.so.7 OLD_FILES+=usr/lib/libc_r_p.a # 20050722: bump for 6.0-RELEASE OLD_LIBS+=lib/libalias.so.4 OLD_LIBS+=lib/libatm.so.2 OLD_LIBS+=lib/libbegemot.so.1 OLD_LIBS+=lib/libbsdxml.so.1 OLD_LIBS+=lib/libbsnmp.so.2 OLD_LIBS+=lib/libc.so.5 OLD_LIBS+=lib/libcam.so.2 OLD_LIBS+=lib/libcrypt.so.2 OLD_LIBS+=lib/libcrypto.so.3 OLD_LIBS+=lib/libdevstat.so.4 OLD_LIBS+=lib/libedit.so.4 OLD_LIBS+=lib/libgeom.so.2 OLD_LIBS+=lib/libgpib.so.0 OLD_LIBS+=lib/libipsec.so.1 OLD_LIBS+=lib/libipx.so.2 OLD_LIBS+=lib/libkiconv.so.1 OLD_LIBS+=lib/libkvm.so.2 OLD_LIBS+=lib/libm.so.3 OLD_LIBS+=lib/libmd.so.2 OLD_LIBS+=lib/libncurses.so.5 OLD_LIBS+=lib/libreadline.so.5 OLD_LIBS+=lib/libsbuf.so.2 OLD_LIBS+=lib/libufs.so.2 OLD_LIBS+=lib/libutil.so.4 OLD_LIBS+=lib/libz.so.2 OLD_LIBS+=usr/lib/libarchive.so.1 OLD_LIBS+=usr/lib/libasn1.so.7 OLD_LIBS+=usr/lib/libbluetooth.so.1 OLD_LIBS+=usr/lib/libbz2.so.1 OLD_LIBS+=usr/lib/libc_r.so.5 OLD_LIBS+=usr/lib/libcalendar.so.2 OLD_LIBS+=usr/lib/libcom_err.so.2 OLD_LIBS+=usr/lib/libdevinfo.so.2 OLD_LIBS+=usr/lib/libdialog.so.4 OLD_LIBS+=usr/lib/libfetch.so.3 OLD_LIBS+=usr/lib/libform.so.2 OLD_LIBS+=usr/lib/libftpio.so.5 OLD_LIBS+=usr/lib/libg2c.so.1 OLD_LIBS+=usr/lib/libgnuregex.so.2 OLD_LIBS+=usr/lib/libgssapi.so.7 OLD_LIBS+=usr/lib/libhdb.so.7 OLD_LIBS+=usr/lib/libhistory.so.5 OLD_LIBS+=usr/lib/libkadm5clnt.so.7 OLD_LIBS+=usr/lib/libkadm5srv.so.7 OLD_LIBS+=usr/lib/libkafs5.so.7 OLD_LIBS+=usr/lib/libkrb5.so.7 OLD_LIBS+=usr/lib/libmagic.so.1 OLD_LIBS+=usr/lib/libmenu.so.2 OLD_LIBS+=usr/lib/libmilter.so.2 OLD_LIBS+=usr/lib/libmp.so.4 OLD_LIBS+=usr/lib/libncp.so.1 OLD_LIBS+=usr/lib/libnetgraph.so.1 OLD_LIBS+=usr/lib/libngatm.so.1 OLD_LIBS+=usr/lib/libobjc.so.1 OLD_LIBS+=usr/lib/libopie.so.3 OLD_LIBS+=usr/lib/libpam.so.2 OLD_LIBS+=usr/lib/libpanel.so.2 OLD_LIBS+=usr/lib/libpcap.so.3 OLD_LIBS+=usr/lib/libpmc.so.2 OLD_LIBS+=usr/lib/libpthread.so.1 OLD_LIBS+=usr/lib/libradius.so.1 OLD_LIBS+=usr/lib/libroken.so.7 OLD_LIBS+=usr/lib/librpcsvc.so.2 OLD_LIBS+=usr/lib/libsdp.so.1 OLD_LIBS+=usr/lib/libsmb.so.1 OLD_LIBS+=usr/lib/libssh.so.2 OLD_LIBS+=usr/lib/libssl.so.3 OLD_LIBS+=usr/lib/libstdc++.so.4 OLD_LIBS+=usr/lib/libtacplus.so.1 OLD_LIBS+=usr/lib/libthr.so.1 OLD_LIBS+=usr/lib/libthread_db.so.1 OLD_LIBS+=usr/lib/libugidfw.so.1 OLD_LIBS+=usr/lib/libusbhid.so.1 OLD_LIBS+=usr/lib/libvgl.so.3 OLD_LIBS+=usr/lib/libwrap.so.3 OLD_LIBS+=usr/lib/libypclnt.so.1 OLD_LIBS+=usr/lib/pam_chroot.so.2 OLD_LIBS+=usr/lib/pam_deny.so.2 OLD_LIBS+=usr/lib/pam_echo.so.2 OLD_LIBS+=usr/lib/pam_exec.so.2 OLD_LIBS+=usr/lib/pam_ftpusers.so.2 OLD_LIBS+=usr/lib/pam_group.so.2 OLD_LIBS+=usr/lib/pam_guest.so.2 OLD_LIBS+=usr/lib/pam_krb5.so.2 OLD_LIBS+=usr/lib/pam_ksu.so.2 OLD_LIBS+=usr/lib/pam_lastlog.so.2 OLD_LIBS+=usr/lib/pam_login_access.so.2 OLD_LIBS+=usr/lib/pam_nologin.so.2 OLD_LIBS+=usr/lib/pam_opie.so.2 OLD_LIBS+=usr/lib/pam_opieaccess.so.2 OLD_LIBS+=usr/lib/pam_passwdqc.so.2 OLD_LIBS+=usr/lib/pam_permit.so.2 OLD_LIBS+=usr/lib/pam_radius.so.2 OLD_LIBS+=usr/lib/pam_rhosts.so.2 OLD_LIBS+=usr/lib/pam_rootok.so.2 OLD_LIBS+=usr/lib/pam_securetty.so.2 OLD_LIBS+=usr/lib/pam_self.so.2 OLD_LIBS+=usr/lib/pam_ssh.so.2 OLD_LIBS+=usr/lib/pam_tacplus.so.2 OLD_LIBS+=usr/lib/pam_unix.so.2 OLD_LIBS+=usr/lib/snmp_atm.so.3 OLD_LIBS+=usr/lib/snmp_mibII.so.3 OLD_LIBS+=usr/lib/snmp_netgraph.so.3 OLD_LIBS+=usr/lib/snmp_pf.so.3 # 200505XX: ? OLD_LIBS+=usr/lib/snmp_atm.so.2 OLD_LIBS+=usr/lib/snmp_mibII.so.2 OLD_LIBS+=usr/lib/snmp_netgraph.so.2 OLD_LIBS+=usr/lib/snmp_pf.so.2 # 2005XXXX: not ready for primetime yet OLD_LIBS+=usr/lib/libautofs.so.1 # 200411XX: libxpg4 removal OLD_LIBS+=usr/lib/libxpg4.so.3 # 200410XX: libm compatibility fix OLD_LIBS+=lib/libm.so.2 # 20041001: version bump OLD_LIBS+=lib/libreadline.so.4 OLD_LIBS+=usr/lib/libhistory.so.4 OLD_LIBS+=usr/lib/libopie.so.2 OLD_LIBS+=usr/lib/libpcap.so.2 # 20040925: bind9 import OLD_LIBS+=usr/lib/libisc.so.1 # 200408XX OLD_LIBS+=usr/lib/snmp_netgraph.so.1 # 200404XX OLD_LIBS+=usr/lib/libsnmp.so.1 OLD_LIBS+=usr/lib/snmp_mibII.so.1 # 200309XX OLD_LIBS+=usr/lib/libasn1.so.6 OLD_LIBS+=usr/lib/libhdb.so.6 OLD_LIBS+=usr/lib/libkadm5clnt.so.6 OLD_LIBS+=usr/lib/libkadm5srv.so.6 OLD_LIBS+=usr/lib/libkrb5.so.6 OLD_LIBS+=usr/lib/libroken.so.6 # 200304XX OLD_LIBS+=usr/lib/libc.so.4 OLD_LIBS+=usr/lib/libc_r.so.4 OLD_LIBS+=usr/lib/libdevstat.so.2 OLD_LIBS+=usr/lib/libedit.so.3 OLD_LIBS+=usr/lib/libgmp.so.3 OLD_LIBS+=usr/lib/libmp.so.3 OLD_LIBS+=usr/lib/libpam.so.1 OLD_LIBS+=usr/lib/libposix1e.so.2 OLD_LIBS+=usr/lib/libskey.so.2 OLD_LIBS+=usr/lib/libusbhid.so.0 OLD_LIBS+=usr/lib/libvgl.so.2 # 20030218: OpenSSL 0.9.7 import OLD_FILES+=usr/include/des.h OLD_FILES+=usr/lib/libdes.a OLD_FILES+=usr/lib/libdes.so OLD_LIBS+=usr/lib/libdes.so.3 OLD_FILES+=usr/lib/libdes_p.a # 200302XX OLD_LIBS+=usr/lib/libacl.so.3 OLD_LIBS+=usr/lib/libasn1.so.5 OLD_LIBS+=usr/lib/libcrypto.so.2 OLD_LIBS+=usr/lib/libgssapi.so.5 OLD_LIBS+=usr/lib/libhdb.so.5 OLD_LIBS+=usr/lib/libkadm.so.3 OLD_LIBS+=usr/lib/libkadm5clnt.so.5 OLD_LIBS+=usr/lib/libkadm5srv.so.5 OLD_LIBS+=usr/lib/libkafs.so.3 OLD_LIBS+=usr/lib/libkafs5.so.5 OLD_LIBS+=usr/lib/libkdb.so.3 OLD_LIBS+=usr/lib/libkrb.so.3 OLD_LIBS+=usr/lib/libroken.so.5 OLD_LIBS+=usr/lib/libssl.so.2 OLD_LIBS+=usr/lib/pam_kerberosIV.so # 200208XX OLD_LIBS+=usr/lib/libgssapi.so.4 # 200203XX OLD_LIBS+=usr/lib/libss.so.3 OLD_LIBS+=usr/lib/libusb.so.0 # 200112XX OLD_LIBS+=usr/lib/libfetch.so.2 # 200110XX OLD_LIBS+=usr/lib/libgssapi.so.3 # 200104XX OLD_LIBS+=usr/lib/libdescrypt.so.2 OLD_LIBS+=usr/lib/libscrypt.so.2 # 200102XX OLD_LIBS+=usr/lib/libcrypto.so.1 OLD_LIBS+=usr/lib/libssl.so.1 # 200009XX OLD_LIBS+=usr/lib/libRSAglue.so.1 OLD_LIBS+=usr/lib/librsaINTL.so.1 OLD_LIBS+=usr/lib/librsaUSA.so.1 # 200006XX OLD_LIBS+=usr/lib/libalias.so.3 OLD_LIBS+=usr/lib/libfetch.so.1 OLD_LIBS+=usr/lib/libipsec.so.0 # 200005XX OLD_LIBS+=usr/lib/libxpg4.so.2 # 200002XX OLD_LIBS+=usr/lib/libc.so.3 OLD_LIBS+=usr/lib/libcurses.so.2 OLD_LIBS+=usr/lib/libdialog.so.3 OLD_LIBS+=usr/lib/libedit.so.2 OLD_LIBS+=usr/lib/libf2c.so.2 OLD_LIBS+=usr/lib/libftpio.so.4 OLD_LIBS+=usr/lib/libg++.so.4 OLD_LIBS+=usr/lib/libhistory.so.3 OLD_LIBS+=usr/lib/libmytinfo.so.2 OLD_LIBS+=usr/lib/libncurses.so.3 OLD_LIBS+=usr/lib/libreadline.so.3 OLD_LIBS+=usr/lib/libss.so.2 OLD_LIBS+=usr/lib/libtermcap.so.2 OLD_LIBS+=usr/lib/libutil.so.2 OLD_LIBS+=usr/lib/libvgl.so.1 OLD_LIBS+=usr/lib/libwrap.so.2 # ??? OLD_LIBS+=usr/lib/libarchive.so.2 OLD_LIBS+=usr/lib/libbsnmp.so.1 OLD_LIBS+=usr/lib/libc_r.so.6 OLD_LIBS+=usr/lib/libcipher.so.2 OLD_LIBS+=usr/lib/libgssapi.so.6 OLD_LIBS+=usr/lib/libkse.so.1 OLD_LIBS+=usr/lib/liblwres.so.3 OLD_LIBS+=usr/lib/pam_ftp.so.2 # 20040925: bind9 import OLD_DIRS+=usr/share/doc/bind/html OLD_DIRS+=usr/share/doc/bind/misc OLD_DIRS+=usr/share/doc/bind/ # ??? OLD_DIRS+=usr/include/g++/std OLD_DIRS+=usr/include/msdosfs OLD_DIRS+=usr/include/ntfs OLD_DIRS+=usr/include/nwfs OLD_DIRS+=usr/include/ufs/mfs # 20011001: UUCP migration to ports OLD_DIRS+=usr/libexec/uucp .include "tools/build/mk/OptionalObsoleteFiles.inc" diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 9cf662a5eba3..c5a85482ad53 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,32 +1,31 @@ # $FreeBSD$ MAN= apm.4 \ - cp.4 \ CPU_ELAN.4 \ glxiic.4 \ glxsb.4 \ longrun.4 \ npx.4 \ pae.4 \ pbio.4 \ perfmon.4 \ pnp.4 \ pnpbios.4 \ sbni.4 \ smapi.4 \ vpd.4 MLINKS= CPU_ELAN.4 CPU_SOEKRIS.4 MLINKS+=pae.4 PAE.4 MLINKS+=sbni.4 if_sbni.4 # Link files to the architecture directory _ARCH_SUBDIR=i386 .for _manpage _link in ${MLINKS} MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link} .endfor .for _manpage in ${MAN} MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage} .endfor .include diff --git a/share/man/man4/man4.i386/cp.4 b/share/man/man4/man4.i386/cp.4 deleted file mode 100644 index d07db367c849..000000000000 --- a/share/man/man4/man4.i386/cp.4 +++ /dev/null @@ -1,101 +0,0 @@ -.\" Copyright (c) 2003-2004 Roman Kurakin -.\" Copyright (c) 2003-2004 Cronyx Engineering -.\" All rights reserved. -.\" -.\" This software is distributed with NO WARRANTIES, not even the implied -.\" warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -.\" -.\" Authors grant any other persons or organisations a permission to use, -.\" modify and redistribute this software in source and binary forms, -.\" as long as this message is kept with the software, all derivative -.\" works or modified versions. -.\" -.\" Cronyx Id: cp.4,v 1.1.2.5 2004/06/21 17:47:40 rik Exp $ -.\" $FreeBSD$ -.\" -.Dd December 13, 2022 -.Dt CP 4 i386 -.Os -.Sh NAME -.Nm cp -.Nd "driver for synchronous Cronyx Tau-PCI WAN adapters" -.Sh SYNOPSIS -To compile this driver into the kernel, -place the following line in your -kernel configuration file: -.Bd -ragged -offset indent -.Cd "device cp" -.Ed -.Pp -Alternatively, to load the driver as a -module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -if_cp_load="YES" -.Ed -.Pp -.Sh DEPRECATION NOTICE -The -.Nm -driver is not present in -.Fx 14.0 -and later. -.Sh DESCRIPTION -The -.Nm -driver creates a -.Xr netgraph 4 -node for each device found. -The node is usually paired with -.Xr ng_async 4 , -.Xr ng_cisco 4 , -.Xr ng_frame_relay 4 -or with -.Xr ng_ppp 4 -under control of net/mpd5 port. -.Pp -Refer to -.Xr sconfig 8 -for information about the -.Nm -adapter configuration. -.Sh HARDWARE -The -.Nm -driver supports the following models of Tau-PCI WAN adapters: -.Pp -.Bl -tag -width 20n -compact -.It Cronyx Tau-PCI -V.35 and RS-232 interfaces -.It Cronyx Tau-PCI/R -RS-530(RS-449) and X.21 interfaces -.It Cronyx Tau-PCI-L -one V.35 and RS-232 interface, low profile -.It Cronyx Tau-PCI-L/R -one RS-530(RS-449) and X.21 interface, low profile -.It Cronyx Tau-PCI-E1 -fractional E1 interfaces -.It Cronyx Tau-PCI-G703 -unframed E1 interfaces -.It Cronyx Tau-PCI-2E1 -fractional E1 and unframed E1 interfaces -.It Cronyx Tau-PCI-4E1 -fractional E1 and unframed E1 interfaces -.It Cronyx Tau-PCI-E3 -E3 interface -.It Cronyx Tau-PCI-T3 -T3 interface -.It Cronyx Tau-PCI-STS1 -STS-1 interface -.El -.Sh SEE ALSO -.Xr ce 4 , -.Xr netgraph 4 , -.Xr sconfig 8 -.Sh HISTORY -The -.Nm -driver was added in -.Fx 5.3 -and -.Fx 4.11 . diff --git a/sys/conf/WITHOUT_SOURCELESS_UCODE b/sys/conf/WITHOUT_SOURCELESS_UCODE index ca69a1f4a134..d578dee723ce 100644 --- a/sys/conf/WITHOUT_SOURCELESS_UCODE +++ b/sys/conf/WITHOUT_SOURCELESS_UCODE @@ -1,40 +1,39 @@ # # WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless # microcode. # # $FreeBSD$ nodevice bce nodevice fxp nodevice ispfw nodevice mwlfw nodevice ralfw nodevice rtwnfw nodevice runfw nodevice sf nodevice ti nodevice txp -nodevice cp nodevice ipwfw nodevice iwifw nodevice iwmfw nodevice iwnfw nodevice wpifw # drm nodevice mga nodevice r128 nodevice radeon # sound nodevice csa nodevice ds1 nodevice maestro3 # usb nodevice rsu nodevice rsufw nodevice rum nodevice uath nodevice zyd nodevice kue diff --git a/sys/dev/cp/cpddk.c b/sys/dev/cp/cpddk.c deleted file mode 100644 index 318e7e74bd7b..000000000000 --- a/sys/dev/cp/cpddk.c +++ /dev/null @@ -1,6260 +0,0 @@ -/*- - * Low-level subroutines for Cronyx Tau-PCI adapter. - * - * Copyright (C) 1999-2003 Cronyx Engineering. - * Author: Serge Vakulenko, - * - * Copyright (C) 2000-2004 Cronyx Engineering. - * Author: Roman Kurakin, - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations a permission to use, - * modify and redistribute this software in source and binary forms, - * as long as this message is kept with the software, all derivative - * works or modified versions. - * - * $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $ - */ -#include -__FBSDID("$FreeBSD$"); - -#include - -#define CPDDK_COBF_SAFE -#include - -#pragma pack(4) -typedef struct{unsigned long l47;unsigned long l112;unsigned long l121 -;unsigned long l103;unsigned long l101;unsigned long l89;unsigned long -l117;unsigned long l108;unsigned long l119;unsigned long l110; -unsigned long l120;unsigned long l100;}l166;typedef struct{unsigned -char j[32];unsigned char l40[32];}l72;typedef struct{unsigned long w; -unsigned long l88;unsigned long l99;unsigned long t;unsigned long l915 -;}l128;typedef struct{l128 l42[4];l128 l32[64];unsigned char l589[4][ -1664];unsigned char l751[64][1664];}l211;typedef struct{unsigned long -l155[4][128];unsigned long l97[4][128];unsigned long l94[128];}l172; -typedef struct l181{unsigned char*x;volatile unsigned long*l123, * -l124, *l82;volatile unsigned long*l130, *l102, *l135, *l75, *l132, * -l147;unsigned char l73,l81,l62,l44,l48,l64,l34;unsigned char p; -unsigned char f;struct l612*d;unsigned char l193;unsigned char l218; -unsigned long y;unsigned char l146;unsigned char l145;unsigned char -l164;unsigned char l177;unsigned char l53;unsigned char l156;unsigned -char l61;unsigned char l134;unsigned long j;unsigned char l186; -unsigned char l46;unsigned char l58;unsigned char l52;unsigned char -l31;unsigned char l167;unsigned char v;l72 o;unsigned char l86; -unsigned char l122;unsigned char l178;unsigned char l169;unsigned char -l669;unsigned char l144;unsigned char l133;unsigned long l70;unsigned -char l33;unsigned long l35;unsigned long l43;unsigned long l36; -unsigned char l41;unsigned char l26;unsigned char l38;unsigned long -l635;unsigned long l614;ulong64 l571;ulong64 l620;unsigned long l592; -unsigned long l301;unsigned long l261;unsigned long l200;unsigned long -l591;unsigned long l556;unsigned short t;unsigned long l161;unsigned -long l55;unsigned long l105;unsigned long l109;l166 n;l166 l29;l166 -l118[48];unsigned long l95;unsigned long l148;unsigned long l616; -unsigned long l142;unsigned long l621;unsigned long l184[48];unsigned -long*l155;unsigned long*l97;int l608,l104;unsigned char*l151[4];l128* -l42;unsigned long l197[4];unsigned long l154[4];int l51;int l45; -unsigned char*l136[64];l128*l32;unsigned long l207[64];unsigned long -l67[64];int l28;void*l79[4];void*l700;unsigned char l914;void( *l187)( -struct l181*a,void*l79,int w);void( *l171)(struct l181*a,unsigned char - *l99,int w);void( *l65)(struct l181*a,int l916);}e;typedef struct -l612{unsigned char*g;unsigned char p;unsigned char f;unsigned long l80 -;char l39[16];e k[4];unsigned char l30;unsigned char l174;unsigned -char l125;unsigned char l116;unsigned char l137;unsigned char l83; -unsigned long l563;unsigned long*l94;int l115;unsigned char l180; -unsigned char*l71[8];void*l700;}s; -#pragma pack() -extern unsigned short cp_vendor_id;extern unsigned short cp_device_id -;unsigned short cp_init(s*b,int p,unsigned char*g);void cp_reset(s*b, -l172*l60,unsigned long l69);void cp_hard_reset(s*b);unsigned long -cp_regio(e*a,int l194,int z,unsigned long r);void cp_register_transmit -(e*a,void( *l85)(e* ,void* ,int));void cp_register_receive(e*a,void( * -l85)(e* ,unsigned char* ,int));void cp_register_error(e*a,void( *l85)( -e* ,int));void cp_start_chan(e*a,int l208,int l191,l211*l49,unsigned -long l69);void cp_stop_chan(e*a);void cp_start_e1(e*a);void cp_stop_e1 -(e*a);int cp_transmit_space(e*a);int cp_send_packet(e*a,unsigned char - *l99,int w,void*l79);int cp_interrupt(s*b);int cp_interrupt_poll(s*b -,int l217);void cp_handle_interrupt(s*b);void cp_enable_interrupt(s*b -,int m);void cp_g703_timer(e*a);void cp_e1_timer(e*a);void cp_e3_timer -(e*a);void cp_led(s*b,int m);void cp_set_dtr(e*a,int m);void -cp_set_rts(e*a,int m);int cp_get_dsr(e*a);int cp_get_cd(e*a);int -cp_get_cts(e*a);int cp_get_txcerr(e*a);int cp_get_rxcerr(e*a);void -cp_set_baud(e*a,int y);void cp_set_dpll(e*a,int m);void cp_set_nrzi(e - *a,int m);void cp_set_invtxc(e*a,int m);void cp_set_invrxc(e*a,int m -);void cp_set_lloop(e*a,int m);int cp_get_rloop(e*a);int cp_get_lq(e* -a);int cp_get_cable(e*a);void cp_set_gsyn(e*a,int l78);void cp_set_ts -(e*a,unsigned long j);void cp_set_dir(e*a,int v);void cp_set_mux(s*b, -int m);void l195(s*b,int m);void cp_set_dxc(e*a,l72*l917);void -cp_set_higain(e*a,int m);void cp_set_use16(e*a,int m);void cp_set_crc4 -(e*a,int m);void cp_set_phony(e*a,int m);void cp_set_unfram(e*a,int m -);void cp_set_scrambler(e*a,int m);void cp_set_monitor(e*a,int m); -void cp_set_rloop(e*a,int m);void cp_set_ber(e*a,int m);void -cp_set_cablen(e*a,int m);void cp_set_losais(e*a,int m);static void -l189(e*a);static void l141(long l199,long y,int*l50,int*l54);static -void l165(e*a);static void l210(e*a);static void l179(e*a,l72*l149); -static void l168(s*b);unsigned short cp_vendor_id=4362;unsigned short -cp_device_id=8450;static const unsigned char l527[]={79,231,255,255, -98,255,57,0,0,213,255,255,255,255,255,255,255,255,255,255,255,255,255 -,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,192,9,52,1,38,64,6,154,0,0,19,0,0,25,96,6,76, -128,140,134,85,6,200,0,0,25,96,2,100,128,97,144,1,0,15,12,48,1,50,0,0 -,178,76,70,19,112,2,76,128,9,48,137,38,208,4,64,22,152,104,2,100,128, -12,52,1,56,252,0,0,21,160,2,84,0,0,11,80,1,42,128,10,80,0,0,26,64,5, -180,0,0,10,96,1,44,64,5,176,0,0,45,192,2,0,15,18,160,2,88,0,0,21,192, -2,42,64,5,168,0,0,21,160,3,84,128,10,160,2,52,64,5,176,0,0,22,160,2, -80,252,0,11,64,0,5,2,0,31,64,0,21,152,249,0,74,152,255,0,4,128,0,5,64 -,1,0,3,128,2,16,128,2,0,1,8,0,1,40,0,19,4,0,1,80,0,7,4,0,4,64,0,1,2,0 -,3,96,254,0,4,32,2,0,4,68,0,5,10,64,2,8,0,1,8,0,12,64,0,8,144,0,1,16, -0,6,16,1,0,3,64,0,7,8,254,0,2,128,2,0,0,8,0,13,64,1,0,26,80,0,8,4,134 -,32,2,4,130,16,0,1,64,0,2,20,32,208,248,0,3,4,0,0,64,0,14,2,0,26,128, -0,8,16,0,0,2,0,0,64,16,0,8,32,252,0,2,128,5,240,32,0,13,192,130,0,26, -176,0,11,224,0,0,4,16,0,0,24,0,3,48,0,0,240,254,0,2,128,2,208,8,0,13, -64,1,0,26,80,0,8,48,18,70,18,132,18,0,1,8,0,4,32,0,0,254,0,3,131,0,0, -8,1,0,12,128,1,0,26,96,68,0,7,32,17,68,16,2,10,8,0,1,128,0,2,144,0,0, -72,249,0,3,4,240,0,14,64,2,2,0,25,128,0,8,28,128,3,52,64,4,0,1,24,0,3 -,44,8,64,253,0,3,4,0,15,128,2,0,26,128,0,8,48,16,6,4,0,0,10,0,1,96,0, -3,48,0,1,249,0,3,34,193,32,0,14,145,0,26,64,36,0,7,48,0,0,38,192,8,3, -0,1,96,17,0,2,48,10,192,253,0,2,128,0,1,8,0,10,16,40,10,64,0,6,2,0,16 -,4,32,0,0,16,0,6,160,1,1,128,16,8,128,10,0,1,96,2,0,2,132,32,160,252, -0,5,64,0,12,16,0,7,16,0,16,16,0,9,128,1,0,1,2,0,1,16,0,2,32,0,2,16,0, -0,208,254,0,2,128,5,240,32,0,10,176,32,22,192,130,0,4,60,8,0,19,176,0 -,6,128,128,0,2,242,32,22,8,0,0,112,0,5,32,254,8,0,1,128,2,208,4,0,11, -4,10,64,1,0,4,180,0,17,176,16,0,0,80,0,7,9,0,1,38,208,2,10,1,0,0,104, -8,0,2,48,16,146,255,0,3,131,0,0,8,1,0,9,16,2,140,144,1,0,5,66,0,16,32 -,16,0,0,96,68,0,7,2,0,0,4,0,0,68,12,3,0,0,8,17,0,2,32,2,48,248,0,3,4, -240,0,11,48,128,18,64,2,2,0,3,60,0,17,28,0,1,128,0,6,224,1,0,0,128,3, -241,0,0,16,0,1,120,0,3,28,32,32,255,4,0,2,4,0,0,32,0,11,32,16,128,2,0 -,23,48,0,1,128,0,7,128,0,1,6,2,64,20,0,1,96,64,0,2,48,32,121,252,0,3, -2,193,2,0,10,80,2,8,4,129,0,4,176,8,0,16,176,64,0,0,64,32,0,6,5,0,1,7 -,192,0,0,8,4,0,0,96,1,0,2,48,1,248,248,0,1,4,129,0,1,64,0,10,208,2,3, -64,2,8,0,4,2,0,16,4,2,0,0,16,0,6,160,9,0,0,128,128,0,0,4,2,0,1,96,2, -33,32,4,165,0,0,24,253,0,1,16,16,0,13,192,0,2,1,2,32,0,3,16,0,16,16, -16,0,8,128,129,0,1,2,192,64,0,2,96,32,4,132,0,1,16,128,248,0,2,128,5, -48,0,11,192,128,22,192,2,0,4,60,8,0,19,176,0,6,128,0,3,224,64,22,8,0, -0,112,64,12,8,0,0,32,0,0,104,250,4,0,1,133,2,16,0,11,192,8,10,64,1,64 -,132,0,2,52,1,0,16,48,34,0,0,80,0,7,5,1,0,0,70,212,2,10,1,0,0,8,4,140 -,128,129,0,0,4,122,254,12,0,1,6,131,192,40,0,10,192,8,141,144,162,0,0 -,64,0,3,66,0,16,32,2,0,0,96,68,0,7,2,0,0,68,209,32,12,3,0,0,104,20,72 -,0,0,5,16,1,200,248,0,1,12,0,0,4,240,0,11,112,0,0,18,64,2,56,0,3,60,0 -,17,28,8,0,0,128,0,6,224,1,0,0,128,3,48,0,0,16,0,1,120,0,0,15,232,0,0 -,61,32,112,255,8,0,1,32,4,192,0,11,192,0,0,16,0,0,2,32,64,0,21,48,8,0 -,0,128,0,7,128,0,1,6,193,128,20,0,3,12,136,1,0,1,201,249,0,1,136,0,0, -18,193,0,11,192,32,72,4,2,32,0,3,48,10,0,16,56,1,0,0,64,34,0,6,5,0,1, -39,192,8,72,4,0,0,96,130,78,128,145,144,32,232,251,0,1,4,132,0,1,8,0, -4,140,4,0,3,208,0,0,2,0,1,104,0,4,2,0,16,4,65,0,0,16,0,0,26,33,0,3, -160,49,0,0,128,64,0,0,128,2,0,2,64,129,4,0,0,164,0,0,40,254,0,1,16,0, -2,64,0,10,192,0,3,96,64,0,3,16,0,16,16,0,3,24,0,4,128,1,0,2,2,0,5,4,0 -,2,16,248,254,0,2,160,5,240,0,5,15,0,4,192,0,0,22,0,1,96,0,3,12,0,20, -176,0,0,24,4,0,3,128,128,0,2,240,0,0,22,8,0,0,120,16,12,4,0,0,32,16, -208,250,8,0,0,128,128,2,208,4,1,0,3,129,16,0,3,192,0,0,10,0,2,128,0,2 -,4,0,17,48,33,0,0,80,0,0,136,0,5,1,0,1,16,210,34,10,1,0,0,104,0,0,140 -,0,2,1,211,253,0,2,34,131,0,0,8,1,0,10,8,140,16,0,0,96,1,0,3,66,0,16, -160,8,0,0,96,68,16,0,6,2,0,0,32,4,68,12,3,0,1,128,8,16,0,0,16,1,33, -251,0,1,12,0,0,4,240,0,5,14,0,4,48,32,18,0,1,120,16,0,2,12,0,17,28,0, -1,128,0,0,14,8,0,3,224,1,0,0,128,1,240,0,0,16,0,1,120,0,0,15,0,1,60, -32,240,255,4,0,2,4,0,12,192,0,0,16,0,1,32,64,0,2,48,8,0,16,48,8,0,0, -128,0,0,16,0,5,128,0,1,4,0,1,20,0,3,12,0,3,105,249,0,2,4,66,193,36,0, -4,12,0,4,192,64,8,5,0,0,96,4,0,2,48,0,17,56,0,1,64,40,8,2,0,4,5,0,1, -38,196,32,8,5,0,0,96,18,14,8,0,0,16,18,64,253,0,1,52,128,132,192,64,0 -,10,208,0,0,2,64,139,8,132,0,3,2,0,16,4,34,0,0,144,68,0,4,137,168,17, -1,128,32,2,128,18,67,2,2,64,45,16,0,0,132,32,136,255,0,1,48,0,0,2,192 -,0,11,192,0,2,3,0,5,16,0,19,64,0,6,128,1,0,1,2,0,1,8,0,3,12,0,1,16,0, -0,240,249,0,2,128,5,224,0,13,22,192,1,0,0,32,0,2,60,32,0,17,16,0,0, -176,0,5,12,128,128,0,2,240,32,22,8,2,120,0,0,8,0,3,72,248,4,0,1,128,2 -,16,16,0,12,10,64,2,2,4,0,2,52,2,0,17,2,0,0,80,0,5,8,1,17,0,1,16,212, -4,10,1,64,104,16,68,4,0,0,48,16,2,252,4,0,0,48,2,5,208,0,0,1,0,10,8, -140,16,147,96,16,0,3,66,0,17,4,0,0,160,0,5,32,0,1,2,0,1,8,68,20,0,0, -17,2,128,44,8,0,0,32,17,224,251,0,1,60,16,4,240,0,11,48,32,18,192,3, -56,0,3,60,0,17,12,0,1,128,0,5,7,232,1,0,0,128,1,240,0,0,16,192,3,120, -0,0,15,0,1,28,0,0,120,253,4,0,0,48,0,0,4,0,0,128,0,12,16,4,3,64,0,22, -32,16,0,0,128,0,6,8,128,0,2,4,0,0,20,0,3,12,0,1,48,16,41,254,0,1,48, -33,4,192,4,0,11,64,8,1,10,36,10,0,2,48,8,0,16,176,0,1,128,0,5,36,0,0, -5,0,1,17,192,40,16,0,0,33,97,20,0,0,1,0,0,48,0,0,232,250,0,2,128,64,1 -,8,0,0,64,0,8,64,0,0,147,80,96,8,0,4,16,0,16,4,32,0,0,16,32,0,4,137, -40,4,2,128,16,0,0,4,130,68,2,2,2,0,2,132,64,176,248,0,5,64,0,10,128,0 -,0,8,0,1,96,64,0,2,48,0,17,16,0,9,128,0,2,2,4,64,0,3,32,0,2,16,0,0, -176,250,0,4,240,32,0,10,176,0,0,22,192,0,5,8,0,27,8,4,0,3,52,0,0,14,0 -,0,2,24,0,5,176,250,8,0,2,64,209,0,11,80,68,10,64,16,4,34,0,2,52,66,0 -,16,176,16,0,1,40,0,4,64,128,17,1,0,0,16,16,0,1,5,16,10,0,3,48,64,226 -,253,0,3,128,0,0,8,1,0,0,16,1,0,6,96,0,0,20,0,1,96,1,0,2,52,33,0,16, -160,0,2,68,0,4,36,8,17,0,1,64,196,2,2,0,0,17,98,34,0,2,32,2,120,251,0 -,2,128,1,240,0,1,192,0,8,128,0,0,18,192,0,0,58,32,0,2,12,0,17,28,32,0 -,0,48,0,5,15,224,64,0,0,128,1,240,32,4,196,3,120,0,3,28,8,16,251,4,0, -3,1,64,0,1,3,0,7,160,0,0,16,0,6,48,0,17,48,0,2,32,0,5,128,65,0,2,192, -0,0,2,0,1,98,0,3,48,8,113,249,0,3,68,192,0,2,19,2,0,6,64,0,0,16,0,0, -34,34,68,0,21,48,18,0,0,128,8,0,4,132,196,17,0,1,32,200,0,0,82,4,1,96 -,0,3,56,2,40,254,0,2,128,0,0,192,64,26,0,11,3,65,11,9,0,1,128,129,0,0 -,16,0,16,4,32,0,2,128,80,8,2,0,0,1,32,32,0,0,128,32,2,128,2,65,32,1,2 -,0,2,4,4,120,249,0,4,193,0,0,24,0,11,8,4,3,0,0,64,0,2,48,0,17,16,0,3, -24,0,0,1,0,1,12,136,0,2,2,0,2,4,3,0,0,32,0,2,16,0,0,56,253,0,2,128,3, -224,0,1,16,0,8,176,0,1,4,3,98,0,1,224,129,56,0,22,28,8,0,2,8,0,4,240, -0,1,4,2,26,0,5,224,252,8,0,3,17,20,24,0,9,80,68,0,0,1,33,0,0,34,0,0, -32,0,0,180,16,0,16,176,16,0,2,26,0,0,3,1,0,0,44,144,9,1,0,0,70,210,36 -,0,0,1,11,8,0,3,48,33,58,248,0,2,128,0,0,209,32,24,33,0,8,96,0,0,128, -0,0,11,66,65,0,2,52,8,0,16,32,0,3,26,1,34,1,0,0,44,0,0,5,0,1,20,2,68, -128,0,0,3,97,4,0,2,32,0,0,224,254,0,3,1,240,0,0,6,0,9,128,0,0,6,196,3 -,24,0,1,224,1,12,0,17,28,16,0,2,6,200,1,0,1,11,228,64,0,0,128,3,240,0 -,0,6,196,2,120,16,0,2,28,16,88,248,4,0,1,128,0,2,24,16,0,8,160,0,2,3, -64,0,3,48,16,0,16,48,0,3,24,8,3,0,1,12,128,1,0,1,6,0,0,32,0,1,3,96,0, -3,48,32,73,252,0,2,128,20,193,0,0,1,1,0,8,64,0,0,68,4,83,96,8,0,0,128 -,1,176,0,17,48,4,0,2,152,0,0,67,0,1,14,196,81,0,1,70,200,8,80,132,3, -97,0,3,56,2,192,248,0,2,128,0,0,2,64,0,2,8,0,6,128,0,0,131,68,0,0,72, -130,1,0,2,16,0,16,4,32,0,0,16,0,0,130,32,0,2,37,36,16,0,0,128,32,2,4, -90,68,17,4,64,137,1,0,0,4,34,248,252,0,3,4,0,12,64,0,0,8,0,25,16,0,2, -32,8,0,5,128,0,1,2,0,0,64,0,4,4,0,3,24,250,0,3,1,48,0,4,32,0,5,176,0, -2,128,96,16,0,2,12,0,20,112,0,0,14,0,3,12,4,0,3,48,0,0,30,4,3,120,16, -8,8,0,2,112,253,8,0,1,128,68,18,0,4,4,0,5,80,68,64,4,11,64,1,76,8,0,0 -,4,0,17,176,16,0,1,32,128,2,0,4,136,0,1,70,18,0,0,146,0,0,8,106,1,44, -0,2,65,114,255,0,2,128,66,200,36,0,3,64,0,5,96,0,0,64,4,144,96,2,140, -16,0,0,176,8,0,16,32,2,0,0,16,8,18,5,0,2,68,2,16,2,0,0,4,192,0,1,2, -145,0,0,128,8,4,0,1,65,184,255,0,3,1,240,0,3,24,0,6,128,0,0,6,192,0,0 -,120,16,15,0,1,60,0,17,28,32,0,0,32,64,6,0,3,11,96,0,1,128,3,242,32,6 -,192,2,120,0,0,15,0,1,12,0,0,24,249,4,0,1,128,2,192,0,11,96,0,2,3,96, -16,12,4,0,0,48,0,17,48,16,0,0,16,0,1,16,0,2,12,2,1,0,1,6,192,0,0,8,16 -,131,0,0,16,12,0,1,32,16,129,255,0,2,128,0,0,192,0,3,96,34,0,5,128,0, -1,5,11,100,0,0,140,0,1,48,0,17,48,0,1,144,34,82,0,3,44,128,1,1,0,0, -134,192,0,0,80,0,0,11,96,4,14,4,0,0,176,0,0,208,251,0,3,16,8,0,44,8,0 -,13,1,0,7,16,255,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0, -2,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,1,128,0,0,64,0,0,8,0, -0,1,32,0,0,4,128,0,0,16,0,1,80,0,0,8,0,0,1,32,0,0,4,0,0,184,252,0,65, -16,0,7,136,255,36,0,0,4,0,0,64,18,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0 -,0,16,16,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,1,72,66,80,0,0 -,8,0,0,1,32,0,0,4,128,0,0,16,0,1,64,0,0,8,0,0,1,32,0,0,4,0,0,51,249, -12,0,2,16,2,0,5,32,0,5,8,0,30,4,5,0,12,9,0,7,1,251,32,0,0,4,0,3,2,64, -0,0,8,0,1,36,0,0,4,128,0,1,64,0,2,8,0,0,1,0,18,32,0,0,4,128,0,3,64,0, -0,8,0,0,1,32,0,0,4,128,0,3,64,0,2,1,32,0,0,4,0,0,204,254,8,0,73,144, -255,32,0,0,4,0,0,32,18,68,2,64,0,0,8,0,1,33,0,0,4,128,0,0,16,128,130, -72,16,9,0,0,1,32,136,4,17,0,14,32,0,0,4,128,0,1,68,2,64,0,0,8,0,0,1, -32,0,0,4,128,0,0,16,68,128,72,0,0,8,34,1,32,0,0,4,0,0,248,254,0,4,16, -0,61,8,0,0,1,0,3,24,255,0,28,4,0,27,4,0,15,216,251,0,11,1,0,8,64,0,0, -16,0,2,16,0,24,64,0,2,128,0,0,4,0,0,128,4,0,0,4,0,5,32,0,0,4,40,251,2 -,0,3,16,0,16,8,32,0,2,32,0,32,2,128,0,5,8,0,1,64,0,0,80,250,0,3,2,0, -53,2,0,1,8,0,1,2,0,8,24,253,0,7,2,0,0,1,0,10,64,0,0,8,0,21,128,0,2,1, -0,11,17,0,2,128,0,3,128,0,0,233,250,0,1,16,0,1,32,128,0,4,1,0,2,32,2, -0,1,8,4,0,22,32,0,1,32,0,0,64,32,2,0,7,8,0,0,16,0,0,8,0,2,64,4,2,0,2, -144,249,0,1,4,0,0,2,65,0,1,16,0,3,8,0,0,4,128,0,45,65,0,10,88,253,0,1 -,12,128,0,0,52,64,0,0,16,0,0,192,0,0,2,8,0,0,4,144,1,0,1,4,8,0,22,64, -5,0,0,16,0,0,32,64,4,0,1,192,0,4,16,0,0,52,20,4,0,1,64,33,66,5,0,2, -112,250,0,2,8,134,192,0,2,65,0,1,12,0,2,4,20,192,128,192,0,0,130,0,0, -8,8,0,0,1,0,17,4,0,0,4,0,0,81,32,2,0,0,1,64,0,5,160,0,0,4,24,64,4,96, -0,0,64,2,0,1,10,56,249,0,2,32,1,16,0,1,64,0,2,4,0,4,16,0,2,128,0,26, -68,32,0,1,2,0,9,8,0,1,8,0,1,8,0,1,8,160,249,2,0,2,2,65,0,3,2,0,0,8,0, -2,32,4,64,0,1,64,0,1,64,1,32,0,20,32,0,5,8,0,6,4,0,0,2,0,1,16,0,5,72, -253,0,1,4,4,0,0,8,0,16,8,0,26,64,0,1,4,0,4,1,0,4,136,0,2,2,0,0,2,64,0 -,0,96,250,0,7,16,0,14,64,0,27,16,0,2,8,0,16,208,255,0,10,1,0,7,1,0,1, -2,9,0,21,136,0,4,2,0,3,64,0,3,2,0,6,12,0,1,24,168,249,0,9,160,0,0,2,0 -,7,64,0,0,64,0,27,2,0,8,1,1,0,10,208,248,0,5,2,0,61,8,0,0,1,0,2,160, -253,0,1,4,0,43,32,0,3,1,0,13,64,0,6,152,248,0,21,1,0,34,16,0,3,64,0, -10,200,255,2,0,5,64,0,17,64,0,41,8,2,0,1,32,128,88,253,0,22,4,0,32,2, -0,8,8,0,2,16,0,0,8,0,0,248,252,0,23,128,0,21,4,0,19,1,0,1,1,0,2,88, -255,0,1,32,0,56,32,0,0,4,0,11,248,253,0,2,128,0,1,128,0,11,128,0,5,8, -0,1,32,0,34,2,0,7,64,48,249,0,74,152,255,0,46,64,0,4,128,0,2,2,64,0,2 -,8,0,11,240,253,0,63,2,0,3,1,0,4,136,252,0,74,152,255,0,17,16,0,28,8, -0,9,64,0,1,1,0,11,144,251,0,4,4,0,46,4,0,10,8,0,8,24,255,0,21,128,0, -27,1,0,4,1,0,7,64,0,5,4,0,0,208,251,0,2,16,0,14,32,0,2,32,0,1,4,0,35, -32,0,0,1,0,7,128,80,255,0,5,1,0,13,64,0,5,64,0,17,32,0,10,1,0,11,1,0, -1,136,249,0,4,32,0,12,16,0,31,4,2,0,4,2,0,1,20,8,0,1,128,0,0,36,0,6, -251,0,18,64,0,26,64,0,11,2,0,1,8,0,9,64,240,249,0,3,8,0,0,1,0,12,32,0 -,0,4,0,3,2,64,0,35,32,0,8,96,252,0,4,1,0,13,4,0,4,128,0,1,8,0,19,4,32 -,2,128,0,0,1,0,0,1,8,0,0,4,128,0,1,128,0,3,64,0,0,64,0,2,176,253,0,0, -32,0,0,8,0,1,32,8,16,0,8,1,128,0,0,4,0,0,66,64,0,0,8,0,0,17,0,15,64,0 -,7,1,0,6,4,0,1,8,128,0,7,160,252,0,1,1,32,160,130,150,2,16,0,8,4,128, -4,16,0,0,10,74,0,0,72,0,0,165,16,0,14,32,0,3,2,84,4,192,0,0,1,0,0,6,4 -,0,0,8,128,1,128,66,2,64,1,0,0,32,0,0,64,0,2,200,248,0,0,1,32,132,0,0 -,1,88,1,4,66,96,0,3,32,4,32,0,1,128,2,163,0,0,8,4,1,32,32,80,0,14,128 -,0,1,8,64,139,0,0,28,4,160,34,0,2,32,0,1,64,17,1,20,16,133,64,0,0,4,0 -,2,32,24,250,0,4,1,0,1,16,0,0,8,0,9,128,128,0,1,4,0,18,32,0,1,4,0,0,4 -,0,0,4,2,128,16,0,6,1,0,2,1,1,0,0,4,0,3,24,255,0,0,1,4,4,0,1,64,0,1, -130,32,0,3,4,32,0,3,8,1,0,0,32,0,0,8,0,0,9,0,20,64,0,0,2,0,5,64,0,4,8 -,0,1,32,0,5,152,252,16,0,56,1,0,14,32,204,248,16,0,10,8,0,60,4,132, -251,0,4,32,0,19,64,0,0,8,0,22,4,0,5,128,0,6,64,0,4,16,0,0,200,248,0, -12,16,0,6,2,0,24,16,0,4,32,0,8,2,0,1,2,0,7,168,255,0,3,4,0,13,128,0, -29,128,0,5,16,0,8,6,0,1,16,0,3,24,252,0,46,8,64,0,8,34,4,8,128,0,7,4, -0,1,12,8,48,255,0,1,64,0,15,1,0,27,80,0,2,2,0,5,4,0,1,18,1,0,5,32,0,1 -,128,0,0,144,250,0,18,1,0,8,64,0,17,24,0,2,32,0,4,128,192,16,0,3,4,0, -0,128,0,3,64,16,16,40,252,0,3,1,0,0,128,0,39,16,0,8,8,0,10,64,0,0,2,0 -,0,32,0,0,80,253,0,1,128,0,19,128,1,0,24,64,0,8,1,0,0,128,64,0,0,64,0 -,0,8,0,1,16,0,3,200,254,0,22,1,0,22,4,0,3,32,64,0,2,4,32,0,1,128,0,0, -128,0,1,2,0,0,64,0,5,32,249,0,8,1,0,12,1,0,0,4,0,30,32,0,5,64,0,8,32, -248,252,0,1,4,129,16,208,64,2,0,1,8,0,0,141,36,8,53,146,6,208,72,0,2, -104,0,1,160,145,0,29,160,33,52,65,0,5,72,2,9,1,0,0,52,32,232,255,0,2, -8,0,0,193,0,5,12,128,0,0,48,0,0,6,192,0,3,96,0,1,128,1,0,31,48,0,6,32 -,64,4,0,1,48,0,1,253,0,1,28,0,3,22,0,1,88,0,0,12,72,0,0,48,160,7,128, -0,3,120,0,1,128,1,0,29,128,1,48,0,6,96,0,0,8,8,0,0,16,0,0,208,255,0,1 -,132,32,0,0,129,72,10,0,1,40,0,0,76,160,16,50,129,6,64,66,0,2,104,0,1 -,128,133,0,29,128,1,50,4,0,5,96,66,44,0,1,32,18,192,249,0,1,128,16,32 -,193,66,12,0,1,48,0,0,8,32,145,32,1,6,192,130,0,2,96,0,2,9,0,30,68,32 -,0,6,64,2,136,4,0,1,1,208,249,0,1,12,128,1,240,0,0,18,0,1,72,0,0,7, -104,0,0,28,32,7,240,0,3,112,0,1,224,128,0,29,96,1,28,32,0,5,24,32,15, -0,1,60,32,120,251,0,4,192,0,0,16,0,1,64,0,0,12,4,1,48,160,6,192,0,3, -96,0,1,128,1,0,29,128,1,48,16,0,5,96,32,12,4,0,2,232,248,0,1,4,17,68, -65,4,9,0,1,32,0,0,64,0,1,128,128,6,0,0,20,0,2,96,0,3,1,0,29,145,128,0 -,6,64,2,142,0,1,32,32,64,254,0,1,148,128,68,0,1,2,0,1,8,0,1,32,32,0,0 -,128,6,0,1,130,8,0,2,137,16,0,0,4,18,0,6,34,0,6,17,0,1,128,0,8,32,8,2 -,0,8,5,168,1,52,4,24,249,0,2,16,2,1,0,6,128,0,2,6,0,6,12,0,1,16,0,7, -12,0,6,6,0,24,128,1,48,0,0,40,248,0,1,56,136,3,0,1,22,0,1,88,0,1,64,0 -,1,128,7,0,1,6,4,0,2,2,0,1,32,0,7,12,0,6,6,0,3,1,0,18,12,128,1,16,16, -152,250,8,0,0,20,128,4,0,1,10,0,1,40,0,1,160,0,0,1,128,6,0,1,130,0,3, -9,4,0,0,144,16,0,6,10,0,6,5,0,12,72,0,9,128,132,1,160,0,0,203,251,0,1 -,4,16,4,0,1,12,0,1,48,0,1,32,5,0,1,6,0,2,1,0,2,77,0,1,128,16,0,6,10,0 -,6,5,0,2,16,1,0,7,72,0,9,36,128,9,2,1,89,249,0,1,44,128,2,0,1,18,0,1, -72,0,1,96,128,0,1,7,0,1,6,16,0,2,7,4,0,0,12,0,18,128,1,0,7,224,0,10, -11,226,1,60,32,64,251,4,0,0,32,16,2,0,1,16,0,1,64,0,2,1,0,1,6,0,6,4,4 -,0,1,32,0,18,6,1,0,6,128,0,10,12,2,0,0,1,0,0,9,250,0,1,176,0,0,4,0,1, -8,0,1,32,0,5,6,0,1,144,8,0,2,32,0,1,16,2,0,18,32,0,7,128,69,0,9,140,0 -,0,4,32,32,208,254,176,1,20,130,0,0,80,2,2,0,1,8,0,0,5,33,9,1,0,4,64, -0,0,1,0,33,160,33,0,9,137,0,1,52,6,40,249,128,1,0,0,32,0,0,192,64,0, -14,1,0,34,128,1,0,10,8,0,0,48,0,0,88,248,224,1,56,136,5,0,1,22,0,1,88 -,0,0,12,68,1,0,54,8,0,1,16,16,56,254,172,1,20,130,2,192,16,10,0,1,40, -0,0,32,32,16,2,0,5,11,1,0,33,128,1,2,0,9,4,0,0,32,0,0,234,255,132,1,4 -,1,3,192,66,12,0,1,48,0,0,36,40,0,0,2,0,5,8,1,0,33,128,64,0,9,4,0,2,1 -,48,253,192,1,44,160,4,240,0,0,18,0,1,72,0,0,11,224,0,6,192,0,22,2,0, -11,224,1,0,9,15,4,0,0,60,32,208,251,132,1,32,16,4,192,128,16,0,1,64,0 -,0,12,4,0,7,1,0,21,8,0,11,128,0,0,1,0,9,8,0,2,217,252,128,1,176,0,0,2 -,64,8,8,0,1,32,0,0,140,128,0,7,32,1,0,20,8,0,12,8,0,9,132,0,1,32,32, -96,251,0,1,4,130,0,2,2,0,1,72,0,0,141,160,16,4,1,0,5,72,68,0,19,1,0, -11,32,0,0,52,2,0,7,41,0,1,52,0,0,88,249,0,1,32,32,0,5,32,0,0,8,4,64,0 -,0,32,0,27,4,0,13,32,16,0,7,4,4,0,2,128,252,0,1,40,128,5,0,1,22,0,1, -88,0,0,15,96,0,0,48,32,0,5,96,0,20,1,0,12,64,60,16,0,7,12,0,1,48,0,0, -152,248,8,0,0,52,146,2,0,1,10,0,1,40,0,0,140,40,128,176,0,7,34,0,19,1 -,0,13,48,1,0,7,76,16,0,0,48,16,226,249,0,1,20,66,3,0,1,12,0,1,48,0,0, -133,2,8,2,34,0,5,96,20,0,19,16,0,12,64,148,8,0,7,8,4,0,0,48,8,48,252, -0,1,12,128,4,0,1,18,0,1,72,0,0,15,96,0,0,12,0,6,56,0,20,1,0,11,96,0,0 -,60,0,8,3,0,1,60,0,0,96,253,4,0,0,48,16,4,0,1,16,0,1,32,0,0,12,0,1,33 -,16,0,5,96,64,0,19,8,0,12,64,48,0,8,12,2,0,0,48,16,97,254,0,1,144,0,0 -,2,0,1,8,0,1,64,0,0,12,48,16,48,2,0,5,96,4,0,32,128,5,52,17,0,7,32,0, -1,48,1,232,251,0,1,4,128,0,2,2,0,3,13,32,0,0,4,1,0,2,66,0,1,40,12,0, -19,4,0,1,128,0,3,64,19,72,129,0,1,4,1,0,1,208,0,0,82,0,3,137,0,1,4,2, -56,251,0,11,12,0,0,64,0,0,16,0,3,8,0,22,4,0,7,2,1,0,1,128,1,0,2,192,0 -,1,8,0,3,8,0,0,16,16,232,249,0,2,128,5,0,1,22,0,3,15,96,0,0,48,0,6,96 -,32,0,24,1,0,3,64,0,1,224,1,0,2,192,0,0,16,0,3,8,8,0,1,16,224,248,4,0 -,0,48,133,2,0,1,10,0,3,13,32,128,48,32,0,2,128,16,0,14,128,0,6,8,0,7, -8,1,68,0,0,128,41,0,2,192,0,1,17,0,5,48,1,217,252,12,0,2,3,0,1,12,0,3 -,12,0,0,8,2,65,0,3,3,0,0,32,2,0,12,2,0,9,16,1,0,2,1,32,32,0,0,160,9,0 -,2,192,2,73,0,3,4,0,1,32,0,0,11,253,0,1,60,160,4,0,1,18,0,3,14,96,1, -12,0,3,6,0,1,88,64,0,22,128,7,0,2,64,3,120,0,1,96,0,0,1,0,1,240,0,0, -30,16,0,2,15,4,0,0,28,8,240,249,8,0,0,48,0,0,4,0,1,16,0,3,12,0,1,33,0 -,4,8,0,0,96,32,0,11,192,0,11,1,0,6,128,1,0,12,48,0,0,130,255,0,1,48, -16,2,0,1,8,0,3,12,32,16,48,10,0,2,144,0,1,96,4,0,12,1,0,9,32,0,4,32, -128,0,0,128,137,0,3,132,8,32,0,2,4,16,0,0,184,64,136,254,0,1,132,128, -0,2,2,64,3,0,1,69,32,0,0,4,1,0,2,130,0,1,96,4,1,2,0,9,64,0,10,34,8,0, -0,26,33,0,0,72,129,13,160,0,0,48,0,3,82,64,0,2,13,8,0,0,4,65,88,253,0 -,2,8,0,4,3,0,1,8,130,128,0,0,32,0,3,8,0,1,32,0,11,64,0,10,4,0,1,24,0, -1,1,0,0,12,0,0,1,48,16,0,3,8,0,2,12,0,1,16,0,0,16,252,0,1,12,128,5,0, -1,22,192,3,0,1,12,64,128,48,32,0,5,112,64,3,0,11,4,0,8,128,5,0,1,24,0 -,0,3,64,0,1,96,1,56,16,0,2,16,0,0,3,0,1,4,0,3,208,254,4,0,0,132,160,2 -,0,1,10,64,3,0,1,76,176,4,176,0,3,128,2,0,0,104,1,65,4,0,9,64,0,9,128 -,34,8,0,0,8,33,2,1,65,0,0,176,132,132,0,4,8,3,0,1,136,4,0,0,48,33,194 -,253,12,0,0,128,16,3,0,1,12,0,0,3,0,1,36,32,17,2,34,0,3,16,0,0,8,128, -32,4,0,10,2,0,9,3,0,1,24,0,1,32,32,12,192,0,0,54,64,0,2,72,0,0,96,0,1 -,32,16,0,0,32,2,152,251,0,1,12,128,4,0,1,18,128,3,0,1,15,104,0,0,12,0 -,3,6,0,1,120,0,0,11,0,22,4,0,1,22,16,0,0,120,0,0,3,40,1,60,0,3,30,208 -,0,2,15,0,1,28,8,120,249,8,0,2,4,0,1,16,0,0,3,0,1,12,0,0,1,48,32,0,5, -96,0,13,1,0,9,5,0,1,16,8,1,0,0,64,12,72,65,0,5,16,0,3,4,0,0,48,0,0, -137,254,0,1,36,17,2,0,1,8,0,0,3,0,1,12,1,0,0,16,2,0,2,16,32,0,0,104, -132,33,4,0,10,1,0,9,2,0,1,80,0,0,3,32,1,64,128,4,48,33,0,2,8,1,8,2,0, -0,40,0,1,184,8,192,255,0,1,4,128,0,2,2,64,9,4,0,0,128,48,68,4,1,0,0, -208,0,0,2,81,33,73,4,129,0,22,32,216,66,0,1,32,12,0,0,141,36,0,3,80,4 -,66,16,0,2,69,160,8,4,34,32,250,0,15,16,0,0,192,0,3,96,64,0,0,2,0,10, -2,0,10,192,0,3,96,64,12,0,5,128,24,0,4,8,0,0,1,0,0,160,250,0,2,128,5, -0,1,22,0,0,3,0,1,14,104,0,0,48,0,1,240,0,2,3,88,64,7,0,21,128,5,64,64 -,0,1,3,64,0,0,4,100,1,0,2,64,0,0,16,0,3,4,128,0,2,240,250,8,0,0,48, -133,2,0,1,10,0,0,32,1,0,0,1,32,4,49,32,0,0,208,0,0,64,32,0,0,2,4,65,4 -,0,17,4,0,1,128,34,136,0,2,10,100,36,136,160,132,0,2,128,130,24,33,0, -2,40,8,5,129,32,234,253,0,3,3,0,1,12,0,0,17,0,1,1,0,0,132,0,0,65,0,0, -192,0,0,128,32,17,104,17,32,4,0,21,3,0,0,2,0,2,96,36,64,192,0,0,2,0,2 -,66,24,8,0,3,8,32,0,0,17,64,253,0,1,60,160,4,0,1,18,192,2,2,0,0,3,100 -,1,12,0,1,224,0,0,6,192,2,58,0,0,3,0,22,4,240,64,0,2,88,0,0,15,40,1,0 -,2,240,0,0,22,0,3,15,224,1,12,0,0,112,254,4,0,0,48,32,4,0,1,16,0,0,3, -1,0,3,48,8,0,0,192,0,1,8,3,1,32,0,23,5,0,0,128,0,1,1,96,32,0,0,64,65, -0,2,192,64,24,8,0,2,12,128,129,32,32,145,253,0,1,48,0,0,2,0,1,8,0,0, -35,0,1,141,36,136,144,0,1,192,0,0,80,0,0,35,32,1,33,4,0,21,2,128,4,0, -1,3,112,4,8,136,0,3,224,0,0,28,1,0,2,142,196,5,48,2,136,252,0,1,4,130 -,0,2,2,64,35,0,1,45,36,4,52,6,0,2,130,4,0,0,104,36,33,160,1,0,20,36,8 -,0,2,67,40,33,37,34,1,22,1,0,0,208,4,11,2,0,2,77,176,129,52,65,88,254 -,0,2,8,0,4,3,2,0,0,12,0,0,64,48,0,6,96,0,0,8,136,1,0,20,2,0,3,2,0,2, -128,0,0,32,8,0,0,192,0,5,12,128,1,32,0,0,56,254,0,1,12,128,5,0,1,22,0 -,0,3,1,0,0,12,224,0,0,48,0,4,4,0,0,96,0,0,10,232,1,0,16,3,0,1,128,5,0 -,3,3,96,0,0,4,96,1,48,32,0,0,192,64,24,8,0,2,8,128,1,48,0,0,208,254,8 -,0,0,4,132,2,0,1,10,0,3,64,33,128,128,64,0,6,8,141,160,1,0,1,4,0,5,16 -,2,0,5,8,0,1,128,34,8,0,2,18,4,34,40,168,0,0,48,2,0,0,192,4,64,0,3,4, -129,33,32,33,42,252,0,1,128,16,3,0,1,12,0,0,9,0,1,36,0,0,8,146,0,4,1, -0,0,32,1,37,144,1,0,1,2,0,5,16,1,0,5,8,0,2,3,0,3,1,32,17,128,68,5,144 -,0,1,128,2,73,4,0,2,44,8,9,18,64,0,0,250,0,1,12,128,4,0,1,18,192,2,1, -0,0,11,100,0,0,44,16,0,2,6,8,0,0,88,32,3,192,1,0,1,7,0,5,144,3,0,5,8, -0,2,4,0,3,3,88,0,0,15,32,129,60,32,0,0,112,0,0,22,0,3,15,224,0,0,60,0 -,0,152,248,4,0,2,4,0,1,16,0,1,1,0,3,1,16,0,3,4,0,1,32,12,132,1,0,0, -128,5,0,5,208,2,0,5,8,0,2,3,0,3,1,96,16,12,4,1,48,0,1,192,0,0,24,4,0, -2,12,128,1,49,0,0,121,248,0,1,36,17,2,0,1,8,128,18,0,1,10,40,16,40,1, -0,2,80,0,1,80,2,36,128,1,0,1,4,0,5,8,2,0,5,4,0,2,4,0,3,3,96,4,142,0,0 -,1,176,16,0,1,132,24,1,0,2,64,1,4,48,17,144,249,0,1,8,0,8,2,64,0,2, -128,0,4,16,0,0,2,0,3,4,0,6,2,0,35,144,254,32,0,1,128,0,0,16,0,0,2,64, -0,0,8,0,3,4,0,1,16,0,0,2,64,0,3,32,0,0,4,0,7,2,0,6,33,0,0,4,128,0,0, -16,0,0,2,64,0,0,8,0,0,1,32,0,1,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0 -,4,0,0,48,250,0,74,152,255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,128,64,20,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0, -0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,192,0,0,16,0,0,2,64,0,0,8,0,0,1,32 -,0,0,4,0,0,163,248,0,0,8,8,0,0,1,0,1,4,0,0,96,16,0,0,128,80,0,4,8,4,0 -,2,4,2,0,0,128,0,20,32,0,9,8,0,13,1,251,0,1,5,0,1,16,0,6,32,0,0,4,0,1 -,4,64,0,0,64,0,1,32,1,0,1,4,0,15,32,0,0,4,0,1,20,0,0,2,64,0,0,8,0,0,1 -,0,2,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,136,252,4,0,0,1,0,5 -,128,0,13,16,0,1,128,0,21,2,0,7,128,0,14,97,250,32,16,4,128,0,0,16,0, -0,2,64,0,0,8,0,0,33,34,0,0,4,128,0,0,24,136,2,64,0,0,8,4,1,32,16,4,0, -15,32,0,0,4,0,0,64,16,0,0,2,64,0,0,8,0,0,1,32,16,4,128,0,0,16,0,0,2, -64,0,0,8,0,0,1,32,0,0,4,0,0,176,253,0,15,16,0,9,128,0,27,8,0,7,4,0,8, -200,254,0,17,16,0,29,2,0,4,16,32,0,0,128,0,4,64,0,0,2,0,2,19,1,0,2, -240,250,0,8,128,0,2,1,0,6,32,128,0,0,16,0,33,64,1,0,13,48,251,0,2,32, -0,4,1,0,1,4,0,0,1,0,6,1,160,0,28,96,0,5,2,0,11,64,4,80,249,0,22,128,0 -,50,16,255,0,12,4,0,1,4,0,20,1,0,1,4,0,18,16,0,10,128,0,0,208,254,128 -,0,3,65,32,8,4,1,34,16,0,0,128,0,1,16,0,0,1,32,0,36,1,0,2,8,0,0,4,0,2 -,2,0,2,2,0,0,1,0,1,255,0,0,64,0,2,32,0,0,4,16,0,5,17,0,3,8,64,0,34,2, -0,12,4,0,2,120,255,64,64,17,0,1,50,64,6,152,0,0,17,48,0,0,64,0,0,21, -21,0,0,2,64,2,64,80,0,1,24,0,30,3,0,1,160,21,0,0,2,0,1,128,0,1,16,0,0 -,12,128,0,1,88,255,128,8,52,80,0,0,129,0,1,4,74,32,16,2,2,0,0,208,1,0 -,1,4,64,2,16,32,8,20,10,0,1,80,0,17,4,130,5,32,16,4,0,0,32,0,1,128,0, -0,132,13,130,0,0,32,0,1,1,32,0,0,4,2,96,33,8,8,255,0,0,1,32,0,1,4,0,1 -,4,0,0,32,16,0,0,8,0,0,16,0,6,32,0,0,4,8,0,20,128,0,0,4,128,0,0,16,0, -0,8,0,1,64,0,1,32,4,0,0,64,0,0,128,0,0,64,0,0,4,4,64,0,0,160,0,0,248, -8,0,0,16,0,1,16,0,1,64,0,0,2,0,9,16,0,1,64,0,22,32,0,0,1,0,0,16,0,7, -16,0,0,4,0,8,17,0,0,160,253,0,74,152,255,0,74,152,255,0,1,32,16,0,0, -160,0,1,128,0,3,4,0,0,8,0,1,1,0,0,34,128,2,16,0,31,16,32,0,7,4,0,0,64 -,0,5,80,250,0,13,32,3,0,3,8,0,36,36,0,1,4,0,6,32,32,0,3,8,254,0,8,2,0 -,1,2,0,1,4,0,2,16,0,39,16,0,8,8,1,0,0,32,0,0,96,248,0,12,32,0,60,184, -253,0,14,32,0,10,1,0,26,64,0,2,32,0,4,1,0,1,16,0,5,248,249,0,49,8,0, -23,24,255,0,1,20,0,1,64,0,5,32,128,0,0,128,0,3,16,8,1,32,0,0,4,16,0,0 -,16,0,20,1,0,3,2,0,12,16,0,0,4,0,2,40,254,0,1,128,0,2,16,0,10,128,0,0 -,2,8,0,1,1,16,1,1,0,0,4,0,34,16,0,6,16,0,0,248,254,0,54,4,0,18,152, -251,0,17,2,0,8,8,0,30,64,0,13,112,253,0,1,64,0,9,8,0,9,32,16,0,12,4,0 -,1,16,0,11,16,0,18,36,251,8,0,21,16,0,0,8,0,23,32,0,3,128,0,1,8,0,3, -32,0,8,8,0,0,48,252,0,50,2,8,0,12,64,0,2,4,0,3,112,249,0,0,32,64,8,0, -7,32,0,0,66,0,4,32,0,32,4,0,3,1,0,5,4,0,7,160,255,0,25,64,0,10,4,0,1, -16,0,17,8,0,11,8,0,0,88,250,0,14,128,64,0,57,88,251,0,15,8,0,21,1,0,1 -,4,0,10,4,0,4,4,0,1,32,0,5,1,32,0,2,96,249,0,23,128,0,12,8,0,1,32,0, -12,32,0,8,8,32,0,2,4,0,1,2,0,0,24,249,0,4,16,0,8,1,0,2,32,0,4,8,0,31, -4,4,0,3,32,0,5,2,64,0,0,16,32,250,0,1,36,16,0,0,128,0,2,2,0,1,8,8,0,0 -,32,0,3,64,0,1,64,0,1,130,0,0,32,0,25,2,0,18,72,255,0,7,64,0,2,1,0,5, -1,0,20,32,0,17,64,0,9,8,0,0,64,160,128,255,0,12,2,0,22,64,0,2,2,0,17, -32,8,0,4,128,0,1,8,0,3,208,249,0,1,8,0,0,2,0,0,32,8,4,0,1,16,0,1,64,8 -,0,0,2,4,0,1,64,0,6,32,0,18,2,20,64,0,4,4,128,128,0,2,1,0,3,8,0,2,1,0 -,1,152,249,0,4,2,64,0,0,16,1,2,0,1,128,128,0,3,128,0,0,2,1,0,0,32,4,2 -,0,0,8,0,15,32,0,11,8,0,0,8,0,1,2,0,0,16,0,8,72,249,0,0,48,8,0,0,15,4 -,192,52,88,0,0,2,32,40,32,192,169,8,1,2,128,0,0,211,0,0,64,65,41,10,0 -,0,4,16,0,12,8,0,0,32,0,0,96,0,0,1,34,64,0,1,128,32,0,0,2,72,192,4,0, -1,71,0,0,10,0,1,16,0,0,4,192,64,0,1,176,251,32,3,36,36,2,0,0,4,8,4, -130,0,0,2,1,35,101,4,86,22,1,0,0,16,0,0,128,8,0,0,70,149,32,16,4,0,12 -,32,0,1,64,16,8,16,17,1,0,0,4,64,64,0,0,12,22,16,33,0,0,32,128,0,0,8, -2,66,0,2,128,8,32,0,0,96,249,0,3,2,0,1,8,4,128,0,2,8,64,0,0,128,0,0,4 -,0,3,1,0,0,4,128,0,0,4,0,13,32,0,2,5,32,0,0,2,0,1,4,0,2,4,2,0,5,4,0,4 -,32,0,2,184,251,64,0,0,16,8,0,4,1,0,2,130,32,0,0,8,4,0,1,2,0,4,2,0,0, -1,4,0,24,17,0,0,2,0,1,16,0,1,128,0,1,144,128,0,4,8,0,0,240,252,16,0,4 -,128,0,67,76,251,0,17,4,0,23,8,0,16,32,0,12,112,249,0,1,8,0,8,8,0,0,2 -,0,4,64,0,32,2,0,14,2,0,2,64,16,255,8,0,10,2,0,1,8,0,1,32,0,6,64,0,28 -,64,0,0,2,0,4,32,0,0,16,0,3,10,64,0,1,106,255,16,0,14,4,0,6,8,0,13,16 -,0,2,16,0,21,2,0,3,16,32,0,1,128,249,0,7,128,0,6,128,0,3,128,0,3,8,0, -10,128,0,2,2,0,6,128,0,5,2,0,15,64,24,251,0,0,64,0,7,5,0,0,20,2,0,1, -64,0,5,1,0,40,8,0,3,32,192,0,0,144,0,0,232,251,0,11,1,0,43,4,0,2,64,0 -,2,3,0,4,48,0,0,4,16,184,248,0,2,8,0,15,12,0,28,4,0,7,1,0,15,255,0,12 -,64,0,5,16,48,0,1,8,0,27,24,2,0,3,2,1,0,12,8,240,248,0,13,128,0,7,8, -64,0,24,64,0,3,32,128,0,0,2,0,1,32,0,0,64,0,0,32,0,3,16,0,1,4,8,136, -254,0,11,16,0,1,16,0,5,2,0,32,16,0,17,152,252,0,7,64,1,0,4,52,18,0,1, -8,0,2,104,130,0,2,52,64,0,17,128,6,0,9,4,2,0,12,176,250,0,8,2,0,4,48, -0,2,64,0,2,96,0,3,16,0,19,6,0,9,48,16,0,12,248,249,0,7,192,2,0,4,44,0 -,1,240,64,0,2,120,64,0,2,56,16,0,18,6,0,9,48,0,13,160,250,0,7,64,1,0, -4,48,32,0,0,208,2,0,2,32,2,0,2,20,0,19,16,2,0,8,48,34,0,12,88,254,0,7 -,128,17,2,0,3,52,10,0,1,68,0,2,104,17,0,2,36,34,0,18,22,8,0,8,48,6,0, -12,136,248,0,8,2,0,4,60,0,1,240,0,3,112,0,3,60,0,18,128,7,0,9,28,0,13 -,80,250,0,8,2,0,4,48,0,6,64,32,0,2,32,0,19,6,0,9,48,32,0,12,152,255,0 -,7,64,145,0,4,148,16,0,0,192,34,0,2,96,4,0,2,48,0,19,70,8,0,8,24,0,13 -,144,252,0,7,64,0,2,65,0,1,180,32,0,1,8,74,32,8,73,36,37,164,5,0,19, -128,16,0,4,104,0,3,52,1,0,7,77,176,1,0,1,136,249,0,11,4,4,0,0,48,0,2, -64,0,2,32,0,1,128,1,1,0,19,2,1,0,3,96,0,3,48,32,0,7,12,128,1,0,1,64, -250,0,7,192,2,0,1,8,0,1,48,8,0,0,240,0,0,24,192,0,0,88,0,0,12,224,1,0 -,20,4,2,0,3,96,0,3,16,0,8,15,0,3,120,251,8,0,6,64,1,0,1,4,4,0,0,48,1, -0,0,208,40,64,72,0,0,40,0,0,64,132,40,0,20,18,0,4,96,0,3,48,33,0,7, -132,4,0,2,234,251,0,7,128,17,2,0,0,76,0,1,48,2,0,1,68,136,32,147,64,0 -,0,36,160,5,0,20,6,1,0,4,66,0,2,16,32,0,7,77,128,1,0,1,240,253,0,8,2, -0,1,15,2,0,0,60,16,0,0,240,0,0,22,192,3,48,0,0,11,200,129,0,19,128,7, -0,4,24,0,3,60,0,8,15,226,129,0,1,56,248,4,0,7,2,0,1,12,8,0,5,24,0,0,3 -,64,0,0,12,36,1,1,0,19,6,4,0,3,96,32,0,2,16,16,0,7,8,128,1,0,1,65,254 -,0,7,64,129,0,1,44,0,1,16,34,0,0,192,66,28,8,3,32,0,0,76,160,1,0,20, -22,0,4,96,1,0,2,32,2,0,7,141,136,129,0,1,16,252,0,7,64,0,5,52,33,0,1, -128,138,0,0,8,0,2,160,1,20,2,0,17,128,6,0,1,2,64,8,2,12,0,0,32,0,3, -144,66,0,4,1,4,0,2,48,253,0,14,32,0,3,16,4,0,0,1,0,1,128,1,48,32,0,18 -,6,0,1,8,8,1,96,0,1,128,128,0,2,64,0,10,248,251,0,7,192,2,0,5,16,0,0, -48,0,0,8,208,131,0,2,96,0,0,24,0,25,112,0,6,176,0,5,12,0,3,152,255,12 -,0,6,64,1,0,5,2,0,0,16,0,0,64,64,19,0,2,32,0,0,52,34,0,21,24,32,11, -105,10,0,0,128,1,2,0,1,80,0,5,12,8,0,2,58,254,4,0,6,128,17,2,0,3,16,0 -,1,192,32,136,8,16,1,0,2,128,52,0,19,198,0,1,144,4,18,104,0,2,9,0,2, -128,0,6,8,0,2,72,251,0,8,2,0,4,52,0,1,240,0,0,22,192,3,0,2,64,0,0,40, -32,0,17,128,7,0,1,14,192,1,25,32,0,0,224,64,0,2,96,0,5,3,0,3,48,248,4 -,0,7,2,0,7,192,0,0,8,0,0,128,0,2,160,65,48,0,19,6,0,1,24,4,3,98,32,0, -0,128,65,0,2,128,0,5,8,0,3,209,254,0,7,64,137,0,7,192,0,0,144,2,3,0,2 -,160,5,36,0,19,6,4,0,0,152,0,0,19,96,0,1,128,5,0,2,64,0,5,12,2,0,2, -176,253,16,0,3,16,2,1,64,0,2,77,16,0,1,6,0,1,8,26,0,0,8,8,32,0,0,32, -48,52,0,18,128,6,2,0,0,26,66,0,0,104,4,0,0,160,33,52,0,4,64,0,0,104,0 -,0,32,0,3,184,248,0,4,64,0,5,12,0,5,64,24,0,1,1,0,24,2,0,1,24,0,0,1, -97,32,0,0,128,1,48,0,5,1,97,0,0,12,4,0,2,24,254,0,7,192,2,0,1,12,0,1, -48,32,0,0,240,0,0,24,208,3,96,64,0,0,96,1,13,16,0,18,6,2,0,0,8,0,1, -121,32,0,0,128,0,10,14,0,3,192,252,12,0,3,192,20,0,0,64,1,0,1,12,4,0, -0,32,1,0,0,208,36,0,0,64,139,96,0,1,128,5,4,1,0,18,6,0,1,80,16,3,32,1 -,0,1,5,177,64,0,4,3,100,33,77,1,0,2,226,252,4,0,3,128,40,0,0,128,17,2 -,0,0,72,2,0,4,68,152,0,0,16,1,2,0,0,32,72,48,0,19,4,4,0,0,64,8,18,104 -,1,0,1,4,50,1,0,4,162,96,132,13,16,0,2,208,248,0,4,112,0,2,2,0,1,3,0, -4,240,0,0,30,200,3,24,32,0,0,64,0,0,60,8,0,17,128,7,0,1,30,192,1,121, -16,0,0,224,1,12,32,0,3,192,1,24,0,0,3,0,3,224,248,4,0,3,192,64,0,1,2, -0,1,8,8,0,0,16,0,2,32,24,0,0,128,64,0,1,160,1,48,0,19,4,2,0,1,16,3,66 -,64,0,2,49,0,5,131,96,64,12,0,3,1,255,0,4,224,2,0,0,64,161,0,1,132,0, -1,48,0,1,192,4,24,16,11,96,18,0,0,160,16,6,17,0,18,23,0,1,144,0,0,19, -104,4,0,1,9,0,0,33,0,4,19,0,0,4,76,8,0,2,56,250,0,3,22,18,2,0,0,64,18 -,2,0,0,13,1,0,1,16,0,1,8,26,0,0,8,41,1,0,0,160,136,52,0,18,128,38,8,0 -,0,26,67,98,104,0,1,160,5,53,0,6,104,0,0,41,0,3,240,248,0,3,6,0,0,64, -0,1,1,0,1,4,0,5,64,24,16,3,96,64,0,2,48,0,19,2,0,1,8,0,0,1,96,0,1,128 -,0,0,48,0,6,96,0,0,4,4,0,2,168,248,0,2,128,7,192,128,0,0,192,2,0,1,12 -,4,0,0,48,0,1,240,32,16,128,0,0,26,0,1,192,128,12,0,19,6,2,0,0,24,0,1 -,96,64,0,0,128,1,0,14,112,253,8,0,1,128,6,192,4,0,0,64,1,0,1,140,0,1, -160,32,0,0,208,2,128,96,16,40,16,0,0,32,0,0,4,0,19,22,0,1,136,2,9,98, -1,0,0,128,40,176,64,0,5,96,33,36,8,0,2,42,250,0,3,192,0,0,72,0,0,128, -2,0,1,8,8,0,4,68,24,64,163,64,36,0,0,32,4,0,20,36,2,0,1,1,19,96,64,0, -1,8,48,66,0,5,96,2,44,2,0,2,48,252,0,2,128,1,48,0,2,2,0,1,15,0,4,240, -0,0,26,192,0,0,24,0,1,64,65,8,8,0,17,128,3,0,1,6,208,131,24,0,1,96, -128,12,0,6,24,32,15,0,3,160,251,4,0,3,128,32,0,1,2,0,1,8,0,1,16,0,6, -96,16,0,0,32,0,0,48,0,19,6,0,1,16,0,0,3,96,0,2,1,48,32,0,5,96,0,0,12, -8,0,2,49,253,0,4,192,4,0,0,64,2,0,1,14,4,0,0,48,0,1,192,130,8,0,0,64, -64,0,1,32,1,52,17,0,18,22,8,0,0,88,16,80,96,64,0,0,128,5,1,2,0,6,66, -32,0,3,96,254,16,0,10,141,160,1,48,194,2,4,8,16,3,8,9,8,0,0,160,17,4, -4,0,17,128,66,212,0,0,26,81,3,10,128,0,0,160,17,5,144,198,0,1,138,16, -0,0,8,33,129,8,0,2,56,248,0,11,4,136,1,32,0,2,64,0,2,64,0,1,128,0,0, -49,0,20,64,128,24,0,0,3,0,2,128,1,16,0,0,6,0,1,24,0,1,32,0,0,4,0,3,80 -,248,0,11,12,128,1,48,0,0,6,240,0,0,24,128,3,16,64,0,0,192,1,48,0,19, -6,192,0,0,8,8,1,0,2,128,128,48,0,0,2,0,1,6,8,0,0,96,16,0,4,248,251,12 -,0,10,12,132,1,32,66,64,210,0,0,88,80,8,73,1,0,0,160,144,48,66,0,18, -160,192,0,0,17,1,34,1,20,0,1,17,48,10,36,2,0,0,74,0,1,96,4,12,16,0,2, -162,248,4,0,10,136,4,4,17,0,0,18,192,68,0,0,64,0,0,44,16,0,0,32,1,176 -,0,19,34,128,0,0,64,8,8,1,1,0,1,4,34,2,16,2,0,0,16,8,0,0,64,4,72,0,3, -152,254,0,11,7,96,0,0,48,128,5,244,0,0,8,192,0,0,16,0,1,192,129,28,32 -,0,17,128,5,242,64,30,192,3,56,64,0,0,224,1,60,160,7,0,1,6,0,1,120,64 -,7,4,0,2,216,252,4,0,10,12,128,129,16,0,0,6,194,32,24,0,1,32,0,1,32,1 -,48,32,0,18,6,0,0,128,0,0,16,0,0,1,0,3,49,16,0,0,2,0,0,24,4,0,0,96,0, -0,12,0,3,217,252,0,11,12,129,5,48,0,0,38,192,0,0,24,0,0,35,2,0,1,160, -1,24,1,0,18,23,193,8,144,0,0,34,96,128,0,1,9,184,0,0,68,0,1,144,0,1, -112,10,44,16,0,2,152,250,0,4,208,0,1,64,162,40,68,13,0,1,48,64,0,0, -192,128,16,8,8,105,4,0,0,32,0,0,54,65,0,16,52,129,2,0,1,2,64,98,8,129 -,141,40,4,5,18,0,2,26,72,19,8,36,45,4,0,2,232,254,0,4,192,0,2,1,0,1, -12,4,0,0,48,0,1,192,0,3,32,32,0,2,48,0,17,16,16,4,1,0,0,8,8,1,32,0,0, -4,128,0,0,16,0,3,8,0,0,1,33,0,0,12,0,3,208,254,0,4,192,0,1,192,1,96, -32,4,0,1,56,0,1,32,0,0,24,192,0,0,112,32,0,2,16,32,0,16,48,0,0,2,0,6, -12,0,1,48,8,0,2,24,0,0,3,96,0,0,4,0,3,176,254,8,0,3,192,0,1,64,2,0,0, -4,40,8,0,0,4,33,0,0,208,8,153,66,0,0,40,1,0,1,64,48,2,0,16,16,4,0,0,2 -,0,0,24,32,9,98,33,4,129,145,48,2,0,2,24,9,81,96,20,72,4,0,2,11,255,0 -,5,132,0,1,2,32,1,64,8,0,0,52,0,1,208,2,0,1,139,72,0,2,8,17,34,0,16, -128,32,66,2,0,0,144,0,0,139,64,4,128,16,137,32,64,0,2,80,4,8,66,128, -64,8,0,2,33,253,0,4,48,0,1,64,1,88,64,15,0,1,60,16,0,0,240,128,8,192, -3,112,64,0,0,224,0,0,60,0,17,12,128,5,0,1,14,196,3,56,16,3,224,0,0,60 -,0,3,30,192,0,0,120,0,0,15,0,3,8,249,4,0,3,192,0,2,1,96,32,0,0,8,0,3, -192,0,0,24,0,0,3,64,0,2,128,16,0,17,32,0,0,2,2,0,0,24,4,3,96,0,0,8, -128,1,49,0,5,2,96,0,5,241,253,0,4,192,68,0,1,2,96,2,42,0,1,48,18,0,1, -64,24,0,0,3,96,0,1,128,5,32,10,0,16,48,17,36,0,1,88,0,0,32,114,128,76 -,132,1,56,17,0,2,24,32,11,114,65,10,1,0,2,24,255,160,32,0,2,208,0,1, -64,2,0,1,77,4,0,0,52,4,0,1,128,16,33,8,104,0,1,160,1,52,0,15,160,5,1, -128,38,0,1,2,67,98,8,68,0,0,32,0,0,180,0,3,130,72,16,104,2,141,4,0,2, -168,250,0,4,192,0,2,1,0,1,12,0,1,48,0,1,192,0,3,97,0,3,48,0,15,128,0, -2,6,2,0,0,8,0,0,1,0,2,128,128,48,16,0,2,16,0,0,1,97,64,12,0,3,216,255 -,128,129,0,2,192,128,0,0,192,2,0,1,4,0,1,48,0,1,32,0,0,16,192,3,24,0, -1,224,65,12,0,15,128,1,0,1,6,2,0,3,96,0,3,48,0,3,4,0,1,98,0,0,4,0,3, -96,251,4,4,0,2,192,2,0,0,64,1,0,1,8,1,0,0,48,9,0,0,208,128,0,0,80,35, -9,0,1,160,9,4,0,15,128,32,0,1,22,0,1,24,16,9,98,36,0,0,128,1,50,66,0, -2,18,16,11,96,34,40,16,0,2,18,251,140,4,0,2,192,4,0,0,128,1,0,1,128,4 -,0,0,176,64,0,0,208,2,0,1,16,1,36,0,1,16,2,0,16,8,0,1,36,0,1,144,8,11 -,0,0,34,0,1,73,32,1,0,2,74,0,0,18,65,130,64,0,3,8,253,96,1,1,0,1,48, -64,0,0,64,2,0,1,15,0,1,60,0,1,48,64,8,192,3,16,0,1,192,1,8,16,0,14,96 -,128,0,0,128,1,1,0,0,14,192,131,24,0,1,224,0,0,28,16,0,2,4,208,1,56,0 -,0,15,8,0,2,64,253,136,129,0,2,192,128,0,1,1,0,2,8,0,0,32,16,0,0,192, -0,2,128,96,0,3,48,0,16,1,0,1,4,4,0,0,24,16,3,64,16,0,0,128,65,48,0,3, -8,0,0,3,98,64,0,0,8,0,2,177,252,128,9,0,2,192,0,2,2,0,1,72,0,1,176,0, -3,8,0,0,35,96,130,0,0,128,17,181,8,0,14,128,137,0,1,66,0,1,24,0,0,16, -98,4,0,0,128,1,128,32,0,4,3,0,0,1,72,0,3,120,252,0,26,4,2,0,45,216, -249,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,1,128,0,0,16,0,0,2,64, -0,0,8,0,0,1,0,18,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0,4,128,0,0, -16,0,0,2,64,0,0,8,0,1,32,0,0,4,0,0,80,248,0,15,32,0,9,128,0,42,4,0,2, -120,253,36,0,0,4,128,0,0,16,0,0,2,64,0,0,9,0,0,1,32,0,0,4,128,0,0,16, -0,0,2,64,0,0,8,0,0,1,0,1,4,64,0,14,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8 -,132,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,129,32,0,0,4,0,0,9,253, -12,0,7,16,4,0,3,8,0,7,129,0,1,8,128,64,0,24,16,0,7,2,65,32,0,2,2,0,3, -75,252,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,1,128,0,2,2,0,3,1,0, -0,64,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0,4,128,0,3,64,0, -0,8,0,1,32,0,0,4,0,0,112,248,8,0,22,64,0,3,32,0,44,242,255,32,0,0,4, -128,0,0,18,0,0,2,64,0,0,9,0,0,1,32,0,0,4,128,0,0,16,132,2,64,0,0,1,1, -1,0,0,128,128,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4, -128,0,1,128,0,0,80,0,0,8,0,0,1,32,0,0,4,0,0,144,253,0,26,128,0,17,1,0 -,11,1,0,14,8,254,0,14,32,16,0,36,2,0,4,16,0,4,4,0,7,216,248,0,2,128,0 -,7,8,0,4,64,64,32,0,2,8,0,0,32,0,21,4,0,24,24,255,0,15,8,0,10,132,0, -25,9,16,0,17,144,251,0,11,16,4,0,6,8,0,0,16,0,24,1,0,14,8,0,3,2,0,4, -249,0,11,1,0,2,32,0,2,2,16,0,1,128,0,1,1,0,0,4,0,19,8,16,0,8,4,0,6,8, -0,0,16,0,2,208,248,0,4,32,0,8,16,0,0,1,64,0,2,128,0,0,16,8,128,0,1,8, -0,15,1,0,4,16,0,9,20,0,5,4,0,1,4,8,128,249,0,1,1,128,0,2,8,16,128,0, -17,17,0,30,4,0,1,64,0,3,16,0,1,4,0,2,80,251,0,0,3,1,128,0,0,32,0,0,2, -16,0,0,2,0,2,40,8,0,0,1,32,0,2,80,1,32,2,64,0,0,5,16,0,14,64,3,0,4,84 -,0,3,4,0,1,4,5,0,0,50,0,3,8,0,0,2,8,0,0,8,16,88,252,0,3,14,0,1,114,3, -64,0,1,12,2,8,0,0,92,4,64,32,0,1,145,32,168,8,10,69,128,0,15,128,0,0, -32,8,128,11,0,0,8,4,2,64,0,0,160,1,0,0,32,34,0,0,1,0,0,34,0,1,208,0,1 -,11,0,0,32,1,160,255,0,3,1,0,6,1,2,0,1,8,0,0,128,32,0,1,129,32,0,1,2, -64,0,16,32,0,1,32,0,0,1,0,0,2,16,0,8,4,0,6,2,0,2,184,251,12,0,2,2,0,1 -,8,4,0,0,2,0,0,8,0,2,32,4,0,5,64,1,32,0,19,4,0,1,4,0,2,2,8,0,1,2,0,0, -4,0,6,64,0,1,2,0,0,32,0,0,216,248,0,4,128,16,0,4,32,0,7,2,0,0,64,128, -0,2,2,64,0,18,24,0,5,9,0,2,4,0,3,1,32,0,2,32,0,3,216,248,0,27,2,64,0, -20,128,0,8,32,0,6,64,0,4,120,251,0,14,4,0,3,2,0,1,2,0,36,32,0,6,64,0, -0,2,0,2,152,249,16,0,13,128,0,2,32,0,2,8,0,36,16,0,3,16,0,1,32,0,0,4, -0,2,140,248,2,0,10,1,0,2,16,4,0,1,16,0,4,64,0,25,8,2,64,0,3,8,0,1,64, -0,0,4,0,1,32,0,0,8,0,2,128,16,252,0,4,48,16,0,4,2,1,0,1,64,0,2,16,0,1 -,32,0,2,4,0,19,128,130,0,4,96,8,0,0,8,0,8,64,0,1,9,0,2,216,252,8,0,13 -,32,0,10,1,0,31,32,0,13,162,252,2,0,3,128,0,13,64,0,1,16,0,24,4,0,0, -64,0,3,1,0,2,8,0,6,16,0,4,128,224,253,0,26,32,0,17,32,0,6,64,0,3,32, -128,8,0,2,16,0,1,64,0,5,208,250,0,9,4,0,6,64,0,0,1,0,0,1,0,0,32,0,1, -32,1,0,25,16,0,9,2,0,2,1,0,3,248,249,72,0,8,16,0,5,1,0,6,2,0,21,4,0, -17,64,0,0,16,0,4,192,252,0,14,8,0,35,32,128,0,4,2,32,0,5,4,0,6,56,249 -,0,14,16,0,35,8,0,0,1,0,6,2,0,11,48,254,4,0,10,16,0,11,16,0,1,8,0,16, -2,64,0,8,16,0,1,64,8,8,0,11,8,252,0,3,2,0,13,2,0,1,1,0,28,2,0,5,4,0, -14,216,252,0,26,2,0,28,32,0,11,32,0,3,184,255,0,74,152,255,0,74,152, -255,0,14,128,0,4,16,0,5,1,40,0,19,2,0,3,8,64,0,17,32,248,0,14,16,0,34 -,1,0,16,128,0,4,24,254,0,3,8,64,0,2,4,0,5,8,0,4,132,0,2,128,2,0,0,4,0 -,21,64,0,0,128,0,4,64,0,9,1,0,2,168,253,0,8,64,0,2,16,0,4,64,0,0,32,0 -,31,1,0,0,64,0,4,2,0,11,152,255,0,52,64,0,20,152,251,0,27,64,0,24,128 -,0,14,8,2,0,2,240,251,0,3,1,32,0,0,8,0,1,16,0,3,16,8,0,0,1,0,1,4,0,24 -,1,0,12,160,0,8,8,0,2,112,250,16,0,4,64,16,16,128,0,4,1,0,2,128,0,1, -128,64,0,0,8,136,0,0,8,0,19,1,0,4,32,0,1,8,0,9,8,0,4,224,249,0,0,48, -16,0,0,1,32,128,86,16,80,18,0,0,4,0,1,9,16,2,2,128,0,0,8,128,10,0,0,1 -,40,40,4,8,0,14,128,128,2,128,0,1,20,80,0,0,129,8,0,0,40,8,0,0,160,16 -,1,0,0,20,8,0,2,74,4,4,0,2,120,252,0,0,1,128,8,2,64,17,104,0,3,132,10 -,1,0,0,9,176,164,0,1,4,128,69,160,156,162,96,9,80,0,12,32,0,0,32,196, -0,0,8,128,0,0,132,36,4,64,64,8,0,1,48,161,0,2,4,18,0,2,74,4,0,0,64,48 -,8,64,250,0,2,16,1,64,0,0,8,0,3,2,4,0,1,32,0,3,8,128,0,1,8,130,128,0, -14,64,0,2,1,32,0,3,2,0,15,1,0,1,5,32,240,252,32,0,4,16,0,5,32,0,3,17, -0,3,8,0,0,4,0,0,64,0,21,2,0,3,17,16,0,1,32,8,0,3,4,0,2,32,0,2,8,0,0, -152,251,0,12,1,32,0,33,128,0,13,64,0,0,8,0,2,1,0,3,216,249,0,25,192,0 -,1,8,0,34,8,0,8,16,251,8,0,14,36,0,4,10,0,3,64,0,18,32,0,0,2,0,16,2,0 -,6,90,251,0,0,64,0,8,16,0,2,4,0,1,129,0,6,2,0,1,32,0,22,64,4,0,19,104 -,253,4,0,14,64,0,10,128,16,0,29,2,0,7,8,0,4,184,252,0,5,2,0,3,1,0,11, -1,0,23,1,0,1,64,16,0,4,4,1,0,5,8,2,0,0,6,0,4,255,128,0,4,2,0,7,8,0,0, -16,0,1,4,0,1,32,1,0,24,8,0,2,8,32,32,0,13,20,0,2,136,254,48,0,4,1,0,2 -,32,0,0,4,2,0,5,8,0,4,32,0,24,10,4,0,3,160,64,128,0,4,64,129,8,16,16, -0,0,2,0,1,208,254,0,14,64,0,2,1,0,0,64,0,1,64,0,2,8,0,31,16,0,6,32,0, -4,96,255,0,15,4,0,3,8,2,0,0,16,0,35,64,0,5,128,0,5,72,253,0,6,1,0,4, -128,0,6,32,0,0,128,0,0,4,0,18,32,0,0,4,128,0,5,128,128,1,0,1,16,192,0 -,7,4,8,2,0,1,176,249,0,14,64,0,4,4,0,4,64,0,0,16,0,18,16,0,4,128,128, -0,17,72,251,0,6,10,1,0,2,64,8,0,2,32,0,28,180,128,2,0,9,52,0,0,20,16, -132,0,4,129,1,0,0,4,17,160,251,0,7,4,0,2,12,0,4,2,0,28,8,4,0,9,48,32, -0,0,68,0,10,168,251,0,6,8,0,3,15,0,2,128,1,0,28,60,128,5,1,0,8,48,0,0 -,4,192,128,0,7,28,32,0,0,249,0,6,144,32,0,2,140,16,0,1,128,0,29,36, -137,34,0,9,48,16,0,0,196,4,0,4,136,16,0,0,128,0,0,128,250,0,6,64,0,3, -77,0,3,22,0,29,17,19,0,9,48,17,0,0,128,8,0,5,8,0,0,4,33,8,250,0,6,6,4 -,0,2,3,8,0,1,128,7,1,0,27,12,128,4,2,0,8,28,0,0,2,240,128,0,4,7,0,1, -12,0,0,96,248,0,7,16,0,2,12,0,3,6,0,28,16,0,0,5,0,9,48,0,1,192,128,0, -4,4,8,0,1,32,200,248,0,6,64,0,3,140,4,0,2,6,0,28,32,4,34,1,0,8,48,8,2 -,224,0,5,4,0,1,36,1,72,255,0,4,16,32,152,0,1,8,0,0,77,16,0,2,32,0,7, -160,5,0,0,1,0,6,40,0,6,20,0,0,52,128,0,7,13,0,1,4,138,20,20,72,0,4,65 -,0,3,88,252,0,6,24,8,0,7,6,2,0,7,129,0,0,16,0,6,12,0,6,6,0,0,48,0,14, -64,0,6,8,0,2,120,253,0,6,6,8,0,1,64,12,0,3,1,0,7,128,1,12,0,7,12,0,6, -6,0,1,128,5,1,0,5,15,4,0,0,44,8,4,192,32,0,9,16,254,8,0,4,4,25,1,0,1, -2,76,4,0,1,128,22,2,0,6,128,17,5,0,7,10,0,6,5,0,1,128,34,0,6,129,0,2, -1,0,0,194,2,0,4,128,4,0,2,195,248,0,5,34,90,8,0,1,1,32,0,2,128,70,0,7 -,128,133,48,9,0,6,10,0,6,5,0,0,48,18,19,0,6,140,0,1,132,16,18,128,2,1 -,0,3,76,2,0,2,201,255,0,4,48,0,0,30,0,1,24,64,11,2,0,1,128,1,2,0,6, -224,1,60,0,17,60,128,4,2,0,5,15,2,0,0,12,128,7,242,0,5,7,0,3,64,254,4 -,0,4,32,24,0,3,12,0,3,6,0,7,128,129,48,0,17,48,0,0,5,0,7,2,0,1,8,0,0, -196,64,0,4,8,8,0,2,49,249,0,4,64,0,0,64,32,0,0,96,10,40,8,0,11,192,1, -48,0,17,48,9,2,1,0,5,140,0,1,148,0,0,66,224,8,0,4,132,0,3,64,253,0,4, -80,0,0,130,4,0,2,5,0,3,32,16,0,6,32,1,48,1,0,16,4,138,20,0,7,32,0,0, -54,0,0,22,216,130,26,0,3,13,1,0,0,4,1,176,255,0,4,128,0,0,16,0,3,8,0, -4,2,0,6,128,129,48,16,0,6,4,0,6,2,0,2,2,2,0,8,48,0,0,6,192,0,0,24,0,3 -,12,0,2,16,152,255,0,4,176,0,0,6,8,0,2,11,0,2,128,1,0,0,32,0,6,1,60,0 -,7,8,0,6,4,0,0,28,136,5,0,7,128,129,0,1,1,192,0,5,12,0,1,12,0,0,248, -253,4,0,3,80,136,146,0,3,5,8,0,1,128,0,8,128,132,52,0,17,128,128,2,0, -7,128,9,0,0,128,166,192,68,24,8,0,2,128,8,0,0,4,33,34,254,12,0,3,96,0 -,0,72,0,3,38,0,3,70,4,34,0,6,145,0,0,17,0,6,18,0,6,9,0,0,4,0,0,5,1,0, -7,48,0,0,130,6,128,0,0,153,0,3,12,0,1,128,0,0,224,252,0,4,144,0,0,4,4 -,0,2,9,4,0,1,128,7,240,0,6,224,0,0,12,0,17,12,160,4,0,7,96,0,0,12,136 -,7,114,0,0,6,16,0,2,15,2,0,0,12,16,120,251,8,0,3,160,0,0,26,0,3,10,0, -3,6,0,0,32,0,6,1,0,8,4,0,6,2,0,1,8,4,0,7,128,1,0,0,16,6,194,64,24,0,3 -,4,0,3,137,254,0,4,64,0,0,24,32,0,2,36,2,0,2,6,0,0,4,0,5,128,16,1,0,7 -,16,0,6,8,0,0,36,2,4,0,7,128,80,0,3,4,128,16,0,2,76,8,0,0,32,9,136, -253,0,4,144,0,0,2,0,3,1,0,2,128,32,1,0,3,8,2,0,2,4,0,7,2,0,6,1,0,0,20 -,0,1,192,132,0,2,104,0,1,160,33,0,0,128,134,16,64,0,4,1,1,0,0,36,1, -224,255,0,4,64,0,16,96,64,0,11,10,0,6,5,0,0,32,0,1,192,0,3,96,0,1,128 -,1,0,1,6,192,0,5,12,0,2,32,216,252,0,4,176,0,5,11,0,3,2,4,0,3,96,64,0 -,3,16,0,16,44,0,1,240,0,3,120,0,1,96,1,0,0,128,7,130,0,8,8,32,152,248 -,8,0,3,80,136,128,32,0,2,5,8,0,2,32,0,4,96,4,0,3,2,0,16,20,5,0,0,208, -0,3,104,0,1,128,129,0,1,2,192,4,1,0,4,1,0,0,4,0,0,138,248,0,4,96,0,0, -128,32,0,2,38,0,4,8,0,3,64,68,0,2,48,10,0,6,4,0,6,2,0,0,24,66,0,1,34, -0,2,96,0,1,160,73,0,0,128,22,192,2,0,4,44,0,1,4,18,112,249,0,4,144,0, -0,30,0,3,9,4,0,1,128,1,0,4,24,0,3,60,0,7,2,0,6,1,0,0,32,0,1,48,0,3, -112,0,1,224,1,0,0,128,7,177,64,0,4,7,4,0,0,28,0,0,232,254,4,0,3,96,0, -0,24,16,0,2,10,0,4,1,0,3,64,0,3,48,32,0,6,16,0,6,8,0,0,40,0,6,96,0,1, -128,1,0,1,4,192,64,0,9,121,251,0,4,128,0,0,88,0,3,132,2,0,2,16,0,4,32 -,65,0,2,128,0,0,1,0,5,136,0,6,4,0,0,16,10,0,5,96,0,1,160,16,2,128,70, -232,2,0,4,4,16,0,0,132,64,72,252,0,2,128,128,0,0,4,66,4,0,2,41,0,2, -128,64,17,0,9,1,2,0,5,2,1,0,5,1,0,0,4,0,1,144,8,0,4,64,136,1,52,128,0 -,0,88,136,0,4,73,16,0,0,180,0,0,16,254,0,3,6,0,0,64,0,4,4,4,0,13,48, -16,0,6,32,0,6,16,0,3,192,64,0,5,128,1,49,0,11,48,8,216,255,0,3,4,48,0 -,0,14,4,0,2,11,0,5,32,0,7,8,144,4,0,5,66,2,0,5,1,0,0,44,0,1,160,128,0 -,4,3,66,128,48,0,0,6,194,64,0,4,12,0,1,28,0,0,168,255,8,0,2,66,18,0,5 -,5,0,3,64,4,0,8,52,2,0,6,4,0,6,2,0,0,20,5,0,0,208,4,0,4,44,160,9,48,0 -,0,22,0,0,8,0,4,136,2,0,0,164,32,187,249,0,3,20,200,32,2,3,0,2,138,0, -3,64,0,0,34,0,7,180,0,0,1,0,5,144,0,6,8,0,0,24,66,0,0,208,4,0,4,65, -176,1,0,0,2,192,64,40,0,4,44,0,1,48,9,9,253,0,2,128,3,240,0,0,6,0,3,9 -,8,0,1,128,5,50,0,8,12,8,4,0,6,2,0,7,32,0,1,112,32,0,4,3,224,129,12, -136,1,176,0,5,15,2,0,0,60,0,0,222,252,4,0,2,4,192,0,1,4,0,2,8,0,4,192 -,32,0,7,48,128,0,6,64,0,8,40,8,0,0,192,0,5,12,130,1,48,16,4,192,32,0, -4,12,2,0,0,48,16,72,251,0,3,2,212,0,0,144,0,3,8,0,4,1,4,0,8,128,2,0,5 -,64,1,0,7,16,2,0,0,80,0,5,1,0,0,8,50,0,0,70,193,4,0,4,76,0,1,32,1,64, -252,0,4,192,4,10,64,3,0,1,1,0,1,52,132,0,0,65,4,10,64,34,0,2,32,128,4 -,0,17,4,128,2,80,66,2,0,3,41,162,9,16,134,20,212,0,1,64,16,0,1,129,0, -1,4,0,0,32,249,0,5,64,16,0,0,3,1,0,3,48,0,1,128,64,16,0,0,3,1,0,1,128 -,1,0,20,4,192,0,5,4,128,129,32,0,1,192,0,3,2,0,0,4,8,0,2,152,251,0,4, -224,64,22,0,0,3,2,0,4,32,2,176,64,22,132,2,2,0,2,1,60,0,0,1,0,5,128,0 -,8,44,128,5,0,0,64,0,4,7,0,0,1,44,32,4,0,2,128,2,2,0,0,7,4,0,2,56,250 -,4,0,3,16,0,0,10,0,0,1,0,1,128,2,0,0,48,1,32,81,0,0,138,64,19,0,2,128 -,136,52,128,0,6,64,0,8,20,133,162,64,8,0,4,9,0,0,4,22,0,0,64,196,64,0 -,0,64,0,2,128,0,1,176,8,186,250,12,0,3,16,0,0,12,1,35,0,1,32,0,1,32,6 -,64,100,0,0,12,64,131,0,3,9,48,4,4,0,6,2,0,7,24,66,3,192,64,0,0,3,0,2 -,8,128,1,24,0,0,18,192,8,1,64,0,0,2,0,0,9,4,0,1,9,168,250,0,4,240,64, -16,200,2,2,0,0,3,2,0,0,28,128,1,128,0,0,18,192,1,0,2,224,0,0,57,0,0,2 -,0,6,1,0,7,32,128,4,240,0,0,6,0,3,4,160,1,32,128,7,50,0,1,192,0,2,2,0 -,1,12,0,0,8,251,8,0,5,16,4,2,1,0,1,2,0,0,32,0,1,160,0,0,20,0,0,3,0,3, -1,48,136,0,6,64,0,8,40,8,5,192,0,0,24,0,3,4,0,1,40,0,1,192,0,3,1,0,3, -48,16,73,254,0,4,208,0,0,72,0,0,10,0,1,140,0,1,8,32,16,65,0,0,8,64,1, -0,2,128,132,176,0,0,8,0,6,4,0,7,144,0,0,2,224,0,0,153,8,0,2,8,128,0,0 -,16,0,0,2,8,136,0,1,33,0,1,72,4,0,0,48,1,152,253,176,1,0,3,4,2,0,3,77 -,16,0,0,180,0,0,32,0,0,4,18,64,139,0,4,20,136,0,6,64,0,6,32,0,0,36, -194,4,208,4,0,4,9,0,0,5,0,0,134,16,146,8,0,0,64,0,2,77,32,0,0,4,0,0, -144,251,128,1,0,3,64,0,4,12,0,1,48,16,0,0,2,64,8,0,0,3,0,6,1,0,5,128, -0,8,16,0,0,2,192,128,0,4,4,0,0,128,0,1,6,0,0,64,0,4,12,8,0,2,32,252,0 -,4,48,0,0,22,0,6,16,128,1,176,64,22,4,1,2,0,3,28,0,0,4,0,6,2,0,6,128, -44,128,5,192,0,5,11,128,1,45,32,4,128,0,2,3,2,0,0,12,130,129,0,1,96, -251,12,0,3,16,0,0,10,0,3,76,4,0,0,32,193,0,0,80,0,0,138,0,0,16,0,4,4, -4,0,6,12,0,6,137,17,20,133,162,192,4,1,0,3,5,128,5,20,0,0,38,8,16,0,4 -,36,0,0,16,0,1,67,255,4,32,0,2,192,34,12,1,0,2,68,2,0,0,48,18,6,97,0, -0,12,0,0,16,0,5,66,0,14,128,1,42,0,0,3,64,64,0,4,6,0,1,24,0,0,6,66,4, -1,0,0,96,0,1,40,132,17,1,0,0,49,251,96,0,3,240,0,0,16,8,0,2,15,0,1,12 -,128,7,128,0,0,18,192,0,0,2,0,3,40,0,15,224,1,32,128,4,176,0,5,8,128, -0,0,32,128,5,240,0,1,192,0,2,7,224,1,12,8,112,249,4,0,3,192,0,0,16,4, -0,2,4,0,1,16,16,6,160,0,0,12,0,1,1,0,3,52,0,15,128,1,40,0,0,3,0,6,4, -128,1,40,0,0,6,0,4,1,0,0,8,4,128,48,0,0,9,250,0,0,136,0,2,208,0,0,8,0 -,3,64,16,0,0,8,2,6,64,0,0,16,0,0,34,0,4,48,10,0,14,128,33,32,0,0,4, -192,8,1,0,3,8,128,1,16,0,0,39,68,130,0,1,8,0,1,4,128,5,176,16,224,252 -,16,0,0,36,66,0,1,4,18,8,0,2,129,8,0,0,4,2,32,128,4,26,0,0,35,0,4,132 -,0,17,4,129,22,208,36,0,0,64,0,4,133,32,134,66,148,8,0,0,64,18,0,1,1, -1,0,0,20,1,200,255,0,1,16,0,2,64,8,0,6,48,16,6,66,64,24,0,0,3,2,0,4,8 -,0,6,2,0,6,1,0,1,8,6,196,0,8,16,0,2,64,0,2,2,0,3,32,8,16,252,0,1,48,0 -,1,48,0,0,22,0,6,48,16,1,178,64,24,192,3,0,13,8,0,6,4,0,1,8,6,64,128, -0,1,3,1,0,1,128,1,44,32,6,130,0,2,130,0,1,12,0,3,72,251,12,0,0,48,34, -0,0,16,0,0,10,0,4,2,0,0,48,129,38,80,0,0,24,64,3,0,5,8,4,0,5,16,2,0,5 -,8,0,2,34,4,4,0,1,8,0,2,128,1,21,0,0,64,0,0,132,0,1,8,0,2,1,0,1,16, -170,253,4,0,0,160,32,0,0,192,0,0,13,0,6,16,162,6,96,0,0,24,16,0,6,17, -2,0,5,16,1,0,5,8,0,0,128,8,22,1,72,0,1,99,0,4,24,0,0,66,64,4,1,0,0,16 -,1,0,0,40,8,0,0,128,64,48,248,0,1,12,0,1,240,0,0,8,0,3,7,2,0,0,12,128 -,1,129,0,0,30,192,0,0,1,0,3,12,0,0,7,0,5,144,3,0,5,8,0,0,12,128,7,48, -0,1,192,0,3,128,0,0,32,128,5,241,0,1,192,0,2,3,0,1,60,0,0,32,254,4,0, -0,48,0,1,192,0,0,8,0,3,4,2,0,0,16,0,0,6,96,0,9,136,5,0,5,208,2,0,5,8, -0,1,8,6,1,0,2,3,0,2,128,1,24,0,0,6,1,0,2,2,0,1,8,0,3,97,253,0,1,32,17 -,0,0,208,0,0,8,0,3,12,0,1,160,32,0,0,128,0,1,8,0,5,32,2,4,0,5,8,2,0,5 -,4,0,0,32,2,6,128,128,0,1,83,0,2,128,1,32,0,0,22,64,72,0,1,33,4,0,0, -76,16,0,1,34,96,253,0,6,128,0,20,65,4,0,6,2,0,20,8,0,13,232,255,32,0, -0,4,128,0,2,2,68,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32 -,0,0,4,0,7,8,0,6,36,0,1,128,0,2,2,64,0,0,8,0,6,16,0,0,2,64,0,0,8,0,0, -1,32,0,2,104,248,0,59,1,0,1,4,0,9,32,200,248,36,0,0,4,128,0,0,16,2,1, -64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,64,8,0,0,1,32,0,17,32,0,0 -,132,160,0,0,16,130,2,64,0,0,8,0,0,65,36,0,0,4,128,32,16,0,0,2,64,0,0 -,8,0,0,1,32,0,0,4,0,0,225,255,12,0,17,8,1,128,0,6,1,0,17,2,0,0,32,0,4 -,68,130,64,0,1,18,1,0,6,32,16,0,2,75,250,32,0,0,4,128,0,3,68,0,0,8,0, -1,32,0,0,4,0,6,8,0,0,1,32,0,1,8,0,14,32,0,1,8,0,2,2,64,0,3,2,0,3,16,0 -,0,2,0,1,8,0,1,32,0,2,72,248,8,0,66,2,0,5,146,253,32,0,0,4,128,0,0,16 -,16,128,72,0,0,8,0,0,33,48,0,0,4,128,32,2,68,130,72,0,0,8,0,0,1,32,0, -1,17,0,14,32,0,1,145,32,18,0,0,2,64,0,0,8,65,0,0,32,0,0,4,145,0,0,16, -0,0,2,64,0,0,8,0,0,32,40,0,0,4,17,48,253,0,61,1,0,11,136,255,0,61,128 -,0,11,16,255,0,14,128,0,34,32,0,7,64,0,1,2,0,6,8,0,0,32,0,0,248,255,0 -,1,64,0,1,32,0,0,8,0,2,16,0,0,16,0,1,8,0,6,16,0,2,16,0,26,1,0,0,32,0, -1,128,0,1,16,0,1,8,0,2,16,0,0,128,4,96,250,0,2,8,0,10,8,0,6,1,0,35,1, -0,1,4,160,0,4,8,0,3,120,248,0,9,8,0,33,128,0,0,64,0,0,8,0,9,64,0,0,4, -1,0,8,64,0,0,12,250,0,6,8,64,0,1,16,1,0,2,32,2,0,4,2,0,20,32,0,2,2,1, -0,0,16,0,1,18,0,0,1,0,1,16,32,0,0,20,32,0,0,64,0,1,64,0,1,64,0,0,32,0 -,0,254,32,0,0,4,128,0,0,64,0,6,1,0,1,128,0,3,64,0,25,8,0,9,64,0,2,64, -0,10,120,254,32,3,4,128,0,0,144,2,84,128,0,1,32,66,9,0,1,144,21,0,2, -64,0,0,1,0,4,5,0,14,64,0,0,16,37,1,2,0,0,4,0,1,17,0,0,2,0,1,9,16,0,0, -50,64,0,0,128,0,1,32,0,1,128,0,0,16,240,251,0,2,136,8,128,32,8,4,2, -160,2,68,0,2,12,150,68,0,2,2,8,0,0,8,0,0,81,0,0,9,0,17,8,130,65,0,1,4 -,1,32,0,1,42,88,16,34,2,65,154,0,1,160,0,2,10,72,52,0,1,254,8,0,1,32, -0,1,32,2,4,0,0,32,0,0,1,0,2,16,2,16,0,7,64,0,0,32,0,17,160,0,0,33,0,1 -,16,2,32,0,1,2,64,4,0,0,4,68,0,2,128,0,2,2,32,32,128,144,250,0,4,16,0 -,1,64,0,6,32,4,4,0,1,64,0,2,1,32,0,21,128,0,13,32,0,7,16,0,0,192,252, -0,61,128,0,0,1,32,0,4,16,0,2,16,253,0,2,32,0,3,32,0,9,128,0,8,64,0,32 -,128,128,0,9,56,249,0,16,24,0,31,32,0,11,1,2,1,0,4,1,0,0,64,4,8,251,0 -,14,8,0,33,34,0,8,2,0,1,8,0,1,8,0,2,9,4,0,0,16,0,0,72,255,0,57,64,0,2 -,2,32,0,2,8,0,6,80,251,0,16,4,0,56,216,255,0,49,64,0,2,1,0,11,1,0,2, -128,0,3,251,2,0,61,32,0,6,1,0,0,8,128,136,253,0,7,32,0,0,1,0,1,10,0,3 -,1,0,9,4,0,14,32,0,0,4,0,3,2,0,5,2,16,0,2,16,0,0,4,0,2,32,2,0,0,128,0 -,0,72,250,32,0,6,16,8,0,1,32,0,14,4,32,0,19,1,0,5,4,0,3,1,0,0,64,0,8, -128,24,248,0,23,16,0,1,64,0,29,32,128,0,0,128,0,12,104,253,0,74,152, -255,0,72,8,0,0,16,255,0,2,128,0,54,1,0,14,8,255,0,6,8,0,7,16,0,10,4,0 -,36,64,0,3,4,0,3,250,0,5,1,0,19,1,0,32,16,0,2,1,0,7,16,152,255,0,3,4, -0,15,64,0,7,8,0,1,32,0,3,4,0,1,16,0,32,176,250,0,32,8,0,13,8,0,1,32,0 -,3,16,0,17,154,252,0,6,1,0,4,16,0,5,64,0,0,8,0,7,65,0,1,4,64,0,1,128, -32,0,1,2,32,8,0,5,2,0,10,16,0,10,88,252,0,6,32,0,8,8,0,0,1,32,0,6,64, -128,0,0,1,0,0,2,4,0,1,64,128,0,1,1,2,0,8,1,0,3,16,0,4,2,0,10,24,248,0 -,2,4,0,0,16,0,0,4,0,3,8,0,1,64,32,0,4,128,0,2,128,0,30,128,0,7,128,0, -5,8,176,252,0,0,2,0,12,16,0,0,16,0,28,8,0,2,16,0,0,64,0,5,8,0,8,54,0, -2,8,160,253,0,30,16,0,2,16,0,2,8,0,2,8,0,17,16,8,0,5,2,0,4,252,0,21,4 -,0,24,32,0,8,16,4,0,14,232,250,0,1,5,0,0,4,4,32,2,0,1,2,0,0,2,0,0,1,0 -,0,32,1,0,0,32,0,0,64,0,2,1,128,64,0,0,32,0,16,16,8,0,0,4,64,0,1,128, -0,1,4,0,0,64,0,0,128,0,0,4,0,3,8,8,2,128,0,1,8,0,0,253,4,0,0,8,0,1,64 -,0,12,128,0,0,16,0,0,2,32,0,2,8,16,0,19,1,0,1,64,0,0,64,16,0,3,8,0,0, -32,0,0,8,0,3,8,0,1,1,0,0,26,252,0,0,128,12,0,0,1,18,64,4,0,1,1,0,0,2, -64,0,1,16,1,0,0,212,80,144,10,194,64,2,64,128,4,56,0,3,16,0,11,8,16, -20,6,64,0,0,64,0,0,9,64,42,0,0,168,0,0,32,161,18,0,0,2,0,1,80,33,3,64 -,5,1,16,8,255,64,67,16,38,2,96,161,8,132,135,0,0,16,13,137,0,1,88,1,0 -,0,40,16,18,64,0,1,8,129,28,33,9,0,2,8,0,6,12,2,32,0,0,128,114,0,0,82 -,36,37,16,56,4,16,64,10,4,2,32,16,8,4,192,56,72,128,131,2,69,0,0,32, -87,0,0,6,80,251,0,1,9,0,0,1,32,32,2,144,128,0,0,64,4,64,0,1,16,0,1,32 -,0,5,32,0,1,16,0,2,16,0,6,8,2,64,0,0,128,64,0,2,1,0,0,2,2,0,2,1,2,0,0 -,8,32,0,0,32,32,2,64,128,0,3,64,0,2,248,128,0,1,4,0,4,1,0,1,1,8,0,5,2 -,4,128,0,1,8,8,0,0,4,0,11,8,0,3,128,0,0,128,0,1,32,8,0,1,8,64,0,1,64, -0,0,128,0,0,16,128,0,1,1,0,2,128,0,1,8,128,250,16,0,18,32,0,0,4,0,6, -16,0,1,64,0,3,8,0,1,32,0,8,1,0,22,12,254,0,30,8,0,1,32,0,3,4,0,1,16,0 -,4,128,0,2,32,0,18,4,0,1,128,255,4,0,3,2,0,0,32,2,1,0,0,1,0,38,192,0, -6,1,0,9,4,0,2,64,57,249,0,14,36,0,5,1,0,2,64,2,0,18,4,16,0,10,128,0,1 -,4,0,2,1,4,0,1,136,0,3,249,16,0,28,1,0,1,4,0,2,128,0,2,2,0,20,64,0,10 -,176,250,0,12,2,0,17,64,0,2,64,0,2,32,0,2,32,0,16,16,0,0,34,0,5,2,0,2 -,248,248,0,4,128,128,16,0,8,4,128,0,8,32,0,30,4,0,13,32,248,4,0,11,1, -0,43,1,128,0,1,2,64,0,10,48,251,8,0,3,8,0,0,2,16,0,3,4,0,3,4,0,6,64,0 -,19,1,0,10,32,2,0,1,128,64,0,4,1,0,3,160,253,0,8,4,0,1,24,0,1,128,0,1 -,32,0,4,9,0,21,16,0,0,4,0,9,16,0,2,1,0,7,32,0,0,72,252,0,5,32,0,7,4,0 -,0,1,0,34,64,0,7,8,0,11,104,255,0,34,128,0,6,64,0,5,64,128,0,6,2,0,1, -8,0,11,112,255,0,9,8,0,0,140,2,0,30,160,17,0,4,2,64,19,72,0,4,65,0,3, -64,3,0,0,128,0,5,254,0,11,12,0,31,128,65,0,6,128,32,16,0,17,176,253,0 -,11,15,0,31,128,65,0,7,58,0,3,12,0,5,131,120,64,0,4,24,252,0,10,65,13 -,0,31,128,17,0,5,8,16,72,0,3,4,0,5,8,104,2,0,4,112,250,0,44,128,81,0, -6,33,66,0,3,176,0,5,16,4,1,0,4,200,252,0,9,120,32,3,2,0,30,224,1,0,4, -6,200,2,40,0,3,60,8,0,3,192,3,120,64,0,4,192,248,0,44,128,65,0,7,33,0 -,3,48,0,7,16,0,4,88,249,0,10,8,0,33,5,0,4,24,9,32,64,0,3,48,0,6,98,2, -0,4,64,251,0,6,2,0,4,32,128,52,18,0,7,140,0,10,40,0,6,180,133,52,0,6, -8,0,3,132,0,3,1,0,2,129,0,4,8,249,0,14,48,0,9,8,0,9,12,0,6,134,1,48,0 -,12,8,0,12,200,255,0,7,4,0,5,48,0,8,14,8,0,9,12,0,6,102,1,12,0,6,88,0 -,3,16,16,0,0,240,0,3,24,0,6,255,8,0,5,128,0,5,32,48,4,0,7,13,0,10,10, -0,6,133,81,4,0,6,40,0,3,128,0,1,208,34,0,2,8,0,5,18,255,0,6,128,0,5,9 -,32,10,0,7,65,2,0,9,10,0,6,165,129,0,0,10,0,5,48,0,4,33,0,1,2,0,2,96, -17,0,4,128,249,0,6,30,8,0,3,96,128,60,0,8,15,0,18,192,1,8,0,6,72,0,3, -12,0,1,240,128,0,2,120,0,5,32,251,4,0,13,48,0,8,12,4,0,17,160,1,48,0, -6,64,0,4,32,0,1,32,0,2,96,0,5,209,254,0,7,2,0,4,8,49,33,0,7,76,0,18, -160,68,52,18,0,5,32,0,3,128,0,1,192,4,0,2,96,0,6,252,32,0,14,128,32,8 -,0,6,32,68,0,16,160,0,3,16,0,3,8,0,4,65,0,2,67,4,11,2,128,0,2,176,32, -176,253,0,36,4,0,6,2,1,0,12,48,0,5,3,0,4,48,0,0,184,248,0,16,2,4,0,7, -128,0,8,8,0,6,100,1,0,2,192,0,3,88,0,3,8,0,1,240,0,1,192,0,0,120,0,3, -60,0,0,128,255,8,4,1,0,13,66,0,7,128,8,0,8,16,0,6,168,0,3,192,64,0,2, -40,0,3,4,34,0,0,208,40,0,0,5,3,106,18,0,2,52,0,0,50,249,0,0,8,0,14,70 -,4,0,25,192,16,0,3,128,0,2,48,0,3,180,16,0,1,2,0,0,68,19,2,1,0,3,2, -176,253,96,128,0,13,128,7,0,7,96,0,0,1,0,7,4,0,6,2,1,1,0,1,240,0,3,72 -,0,3,12,0,1,240,128,6,192,3,120,64,0,2,12,32,160,250,4,0,15,4,0,18,16 -,0,6,8,1,0,7,64,0,7,32,0,0,4,3,0,6,177,251,128,33,0,14,20,2,0,7,32,0, -16,128,68,0,2,192,0,0,1,0,1,32,0,4,64,0,0,192,8,8,1,32,100,16,0,4,248 -,249,0,1,52,128,0,8,128,1,4,0,8,129,0,10,18,0,6,41,0,0,52,128,0,5,8,0 -,3,4,0,3,65,80,136,0,0,128,0,2,128,32,96,250,0,4,4,0,7,128,0,10,4,0, -26,3,1,0,4,8,0,12,168,253,0,2,16,0,8,224,1,1,0,8,8,8,0,9,4,0,6,98,1, -12,128,7,0,2,128,0,0,88,0,4,8,0,0,240,0,0,6,0,1,120,0,3,12,0,0,168, -254,8,0,1,1,128,0,7,32,16,0,0,33,0,7,64,0,18,160,0,0,4,193,6,0,2,64,3 -,44,0,3,128,0,1,208,0,0,2,0,0,8,106,17,0,2,4,0,0,26,253,0,2,6,130,0,9 -,48,10,0,7,12,2,0,9,34,0,6,209,16,48,10,22,0,2,64,11,48,0,4,10,0,0, -192,2,152,4,16,1,1,0,2,48,10,160,249,0,1,12,128,1,0,7,224,1,12,0,8,15 -,0,10,4,0,6,2,1,61,0,0,7,4,0,1,192,0,0,74,0,3,44,0,1,240,128,30,192,0 -,0,120,64,0,2,60,0,0,88,255,4,0,3,2,0,30,4,0,6,2,1,48,0,0,6,0,3,3,64, -0,4,8,0,0,192,32,24,0,2,16,0,2,48,0,0,113,255,0,2,33,32,0,7,128,1,0,0 -,4,0,7,132,4,0,2,1,0,5,136,0,6,132,80,4,18,70,1,0,3,32,0,4,2,0,0,192, -0,0,24,0,0,17,97,1,0,2,48,0,0,184,249,0,4,16,64,0,8,128,0,7,1,8,0,0,4 -,0,0,2,0,5,2,1,0,5,33,0,0,52,128,2,0,4,8,0,0,1,0,1,48,65,0,2,64,80,0, -0,1,128,0,2,132,0,0,176,255,0,29,4,0,5,2,2,0,5,1,0,0,48,0,0,4,0,9,48, -0,2,128,0,8,8,80,255,0,24,12,2,0,1,8,0,6,16,0,6,104,1,12,128,5,0,4,88 -,0,1,4,0,0,56,16,0,0,48,0,0,6,0,0,131,120,0,5,160,250,8,0,4,16,0,9,64 -,2,0,5,44,0,1,128,0,0,1,0,5,132,0,6,162,0,0,4,128,34,4,0,3,40,0,0,44, -0,1,4,0,1,16,0,0,2,0,0,10,104,20,0,3,10,97,251,0,5,4,0,9,22,0,6,36,16 -,0,1,8,4,0,5,32,2,0,5,208,16,0,0,1,3,0,4,48,0,1,1,0,0,52,10,0,0,192, -32,24,4,160,0,0,1,0,3,2,75,251,0,4,48,64,0,8,128,1,4,0,5,3,0,1,12,0, -16,1,9,144,4,0,4,72,0,0,15,0,1,60,0,1,240,0,0,30,192,0,0,120,64,0,2, -12,32,88,253,4,0,16,4,0,5,4,0,2,136,4,0,5,64,2,0,6,65,48,8,5,0,4,64,0 -,0,12,0,4,192,0,0,24,0,7,8,18,251,0,4,64,132,0,9,16,0,6,128,2,0,0,48, -0,15,128,16,52,1,2,0,4,32,0,0,12,4,0,0,48,4,0,0,192,0,0,24,0,0,136,96 -,66,0,2,32,0,0,88,253,32,0,0,4,8,0,0,16,0,0,2,64,0,0,8,0,6,208,0,0, -130,80,67,8,0,0,13,160,1,20,0,0,1,0,5,128,0,6,32,0,1,128,4,0,4,8,0,0, -1,0,2,65,0,2,65,80,1,4,129,0,2,4,2,64,253,0,7,16,0,8,192,0,0,24,0,0,3 -,0,1,12,136,1,32,0,19,2,0,14,24,0,1,96,0,4,32,232,252,0,5,128,0,12,24 -,0,2,32,4,128,1,44,128,8,0,5,64,4,0,5,96,1,0,0,128,5,0,4,88,0,1,4,0,0 -,12,0,1,240,0,0,4,192,1,16,0,3,44,0,0,160,254,8,128,0,0,18,0,1,4,0,0, -2,32,1,32,0,6,20,152,32,3,2,2,140,144,145,20,0,0,1,0,5,128,0,6,160,0, -1,128,34,4,0,3,40,0,0,44,0,1,4,0,1,208,32,90,96,160,8,128,0,2,48,66, -137,254,0,1,130,0,2,4,1,0,0,8,0,0,2,0,5,192,4,136,0,0,34,4,129,44,128 -,5,26,18,1,0,5,128,0,6,192,16,0,1,3,0,4,48,0,1,16,0,0,48,0,2,2,154,0, -0,8,104,0,3,4,2,67,253,224,1,12,32,0,0,48,0,0,22,200,3,26,32,0,5,240, -128,6,200,1,120,0,0,7,228,1,32,0,0,2,0,6,1,0,6,1,1,128,4,0,4,72,0,0, -15,0,1,60,8,0,0,240,128,6,132,2,25,64,0,2,8,16,224,254,4,0,0,16,32,0, -3,8,0,0,2,0,7,32,8,0,0,2,2,0,0,12,128,1,33,136,0,6,64,0,7,65,0,1,3,0, -4,64,0,0,12,0,1,48,0,3,24,0,0,3,0,4,52,0,0,106,251,0,0,32,128,0,1,192 -,130,128,0,0,8,96,8,0,5,192,0,0,80,144,0,1,66,130,8,4,144,128,0,6,64, -0,6,128,4,0,1,4,0,4,32,0,0,76,4,0,0,48,0,1,192,0,0,1,0,0,147,0,0,36,0 -,2,20,18,208,249,0,9,8,0,0,1,4,0,0,4,128,34,148,2,11,72,0,0,106,0,0, -13,160,69,4,0,0,4,0,6,2,0,5,32,17,4,66,0,5,8,0,0,1,128,1,0,0,65,0,2, -64,80,16,0,0,129,1,0,1,128,32,152,255,0,10,64,0,4,4,192,0,0,24,0,1,96 -,0,0,12,8,1,0,1,1,0,5,128,0,6,128,0,0,1,0,9,128,1,1,0,1,192,128,0,1,2 -,1,0,3,48,0,0,232,248,0,17,128,64,8,8,0,0,97,0,0,12,128,129,44,0,0,8, -0,6,4,0,5,96,1,8,32,0,5,88,0,1,228,1,12,0,1,32,0,0,6,192,0,0,24,0,0, -12,4,0,0,8,0,0,216,249,8,0,9,8,64,4,0,2,70,200,8,24,1,32,96,0,0,136, -144,9,20,0,7,12,0,6,169,0,0,36,0,6,40,0,0,44,160,1,4,0,1,208,66,2,64, -82,8,0,0,32,0,1,52,32,41,254,0,11,128,4,0,0,48,0,0,68,196,66,88,0,0,3 -,100,4,8,128,1,24,18,0,14,64,1,4,32,0,5,48,0,0,32,0,0,16,176,8,0,0, -208,36,88,4,161,96,16,76,0,1,180,0,0,67,253,0,9,56,32,3,0,1,60,144,3, -112,0,0,22,200,1,120,32,15,228,1,33,0,16,1,12,0,6,72,0,0,15,100,0,0, -61,0,1,48,0,0,30,128,0,0,120,0,0,3,8,0,0,12,8,104,248,4,0,9,32,0,0,8, -0,1,16,6,0,4,1,0,1,128,1,32,8,0,15,1,16,0,6,64,0,0,12,0,1,48,0,1,192, -0,0,24,64,3,96,0,0,12,0,1,48,0,0,170,250,0,10,2,8,0,2,1,16,34,128,132 -,130,0,1,64,12,129,33,16,0,16,1,0,0,17,0,5,32,0,0,140,4,0,0,48,0,3,24 -,0,0,11,97,0,0,44,4,0,2,136,251,48,0,0,4,128,2,18,0,0,2,64,3,0,1,1,36 -,0,0,52,65,0,0,16,2,2,65,3,9,0,0,37,164,17,164,0,15,160,1,36,0,1,16,0 -,0,2,64,0,0,73,0,1,160,1,52,192,0,2,64,80,136,96,129,0,0,160,1,52,0,0 -,136,249,0,3,4,0,9,48,0,1,192,64,0,0,16,1,0,2,128,129,16,16,0,6,10,0, -6,133,1,48,32,0,5,32,0,3,48,0,1,192,128,0,9,144,248,128,1,0,0,16,6, -192,128,0,4,3,0,0,128,48,0,1,192,0,1,8,3,0,0,32,15,132,1,44,0,15,128, -1,57,0,1,192,64,24,200,0,0,88,0,3,48,0,0,6,34,0,0,6,192,3,113,0,3,60, -8,208,251,12,128,0,0,1,38,194,0,3,1,0,0,65,132,5,48,4,0,0,192,16,24,0 -,0,9,98,1,132,128,5,21,0,0,4,0,5,16,2,0,5,136,5,52,64,0,1,2,64,64,16, -41,0,2,136,176,32,16,208,136,2,0,0,18,8,8,0,1,4,54,1,66,248,4,0,0,2,6 -,34,0,0,8,0,0,8,16,0,1,128,4,8,32,10,0,0,128,4,0,0,33,18,0,0,12,129, -128,1,24,0,0,2,0,5,16,1,0,5,8,16,52,4,0,0,192,0,0,89,0,0,32,49,0,2,48 -,48,0,0,134,208,8,25,80,96,8,4,0,1,16,129,0,0,232,254,96,0,0,12,128,1 -,242,64,6,192,0,0,1,0,0,3,224,1,61,0,1,48,64,6,192,3,121,0,0,11,226, -129,16,0,0,7,0,5,144,3,0,5,104,0,0,25,0,1,48,0,0,6,200,0,0,72,0,1,96, -0,0,60,144,1,48,0,0,30,192,0,0,120,16,0,0,224,1,56,32,200,254,4,0,0, -48,0,0,6,0,0,64,24,0,4,136,1,49,0,1,128,0,0,16,4,0,0,96,32,8,136,1,16 -,128,5,0,5,208,2,0,5,136,1,48,32,0,0,192,0,0,24,0,1,32,0,3,48,0,0,6, -192,0,0,24,0,0,1,0,2,128,129,0,0,16,241,249,0,0,32,0,0,33,16,196,2, -152,16,64,0,1,8,128,1,48,33,0,0,64,130,64,0,0,64,96,0,0,141,128,32,16 -,0,0,4,0,5,8,2,0,5,4,72,52,0,1,192,68,24,9,10,65,0,2,16,145,64,6,2,0, -0,24,64,35,98,0,1,128,5,176,0,0,248,255,0,29,4,0,6,2,0,6,4,2,0,18,128 -,0,4,128,64,216,251,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4 -,128,0,0,16,0,0,2,64,0,0,8,0,1,32,0,0,4,0,7,8,0,6,4,0,1,128,0,0,16,0, -0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,2,112, -254,0,47,32,0,18,2,0,4,32,152,253,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,33,40,0,0,4,0,16,144,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1 -,32,0,2,89,249,0,24,2,0,2,2,0,17,2,32,2,0,15,16,0,4,128,8,51,255,32,0 -,0,4,128,0,0,16,0,0,2,64,0,0,8,0,3,4,128,0,0,16,0,0,2,64,0,0,8,0,1,32 -,0,1,16,0,16,5,32,0,0,16,0,0,2,0,3,1,0,2,128,0,5,2,0,0,1,32,0,3,254,4 -,0,27,16,0,15,128,0,0,16,0,0,2,0,7,128,0,0,16,0,1,64,0,0,8,0,0,1,32,0 -,3,16,34,252,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,33,40,4,5,128,0,0 -,16,0,0,2,64,0,0,8,0,0,1,32,0,0,128,0,15,32,16,0,1,16,16,0,0,2,64,64, -8,65,1,32,4,4,130,0,0,16,2,66,0,0,8,8,1,1,32,0,1,2,64,255,0,24,8,0,1, -16,0,19,2,0,7,128,0,3,64,0,0,8,0,0,1,32,0,5,200,255,0,44,128,0,13,16, -0,11,16,0,0,24,254,0,0,2,0,6,4,128,0,7,64,0,0,72,0,0,1,0,3,2,0,21,1, -16,0,3,8,0,2,4,0,1,128,64,0,2,64,0,4,136,255,0,2,8,0,0,1,0,2,128,0,7, -1,32,0,0,4,128,0,25,2,0,4,2,0,2,2,0,6,8,0,6,208,248,0,1,8,0,0,1,32,0, -0,4,0,1,16,0,1,64,0,0,8,0,4,128,0,0,16,0,1,68,0,33,8,0,12,8,248,0,14, -8,0,58,144,255,64,0,6,80,0,0,16,32,0,0,4,0,1,8,0,2,2,16,0,0,1,0,20,64 -,0,8,64,16,0,0,2,0,0,32,4,0,0,4,64,8,0,0,129,0,6,200,255,0,12,2,0,1,4 -,0,36,128,32,0,18,56,251,64,0,6,136,80,16,32,64,13,0,1,56,2,0,1,4,8,0 -,0,1,0,1,128,0,17,64,5,0,0,8,0,0,64,0,2,128,58,48,0,0,4,0,0,24,16,0,0 -,2,64,4,128,10,1,0,5,80,248,192,2,32,162,0,0,1,0,0,8,0,0,144,0,1,21,0 -,0,1,4,37,0,0,1,0,1,2,0,1,172,8,0,0,1,0,16,32,80,4,1,130,1,32,44,4,6, -64,0,0,64,2,0,0,16,8,2,128,0,2,1,0,4,48,0,0,56,255,32,0,3,4,0,0,16,0, -1,2,0,0,4,0,4,2,0,26,64,0,1,2,2,128,2,16,0,3,4,0,0,16,8,4,0,2,128,0,5 -,16,128,168,250,0,1,4,0,9,128,0,1,32,0,3,16,0,1,16,1,32,0,21,128,0,3, -1,32,0,6,128,0,8,8,0,0,192,253,0,46,2,16,0,24,64,168,251,0,60,32,0,12 -,184,253,0,26,2,0,16,128,0,5,32,0,3,16,0,3,8,0,2,64,0,5,16,0,0,216, -254,16,0,2,8,0,10,64,0,2,4,128,1,0,1,32,0,20,8,0,5,128,0,11,4,0,0,64, -0,4,164,248,2,0,10,2,0,39,128,0,14,128,0,3,128,24,255,0,27,32,0,29, -128,0,3,64,0,0,64,0,7,48,249,8,0,11,128,0,8,32,0,0,4,0,23,64,0,0,8,0, -0,8,0,1,4,0,0,64,0,1,2,0,2,2,64,0,1,4,128,0,1,4,242,253,0,5,2,0,4,32, -0,0,4,0,35,1,32,0,0,2,0,1,16,0,2,64,0,7,8,0,2,128,186,250,0,2,4,0,4, -64,0,6,128,0,6,2,0,0,32,0,18,128,32,0,16,32,128,64,0,3,96,0,0,208,251 -,0,13,32,0,1,4,0,9,8,0,17,64,0,18,1,0,6,80,248,32,0,0,37,128,0,0,16,0 -,0,2,64,2,72,0,1,32,0,0,4,0,0,4,16,0,1,16,0,1,128,0,0,32,1,0,32,64,0, -12,112,253,0,22,2,0,32,1,0,2,128,0,12,160,254,0,13,64,0,3,32,0,5,2,0, -43,2,0,2,184,249,0,59,8,0,13,144,255,0,4,64,0,11,64,0,38,32,0,8,8,1,0 -,4,104,248,0,17,128,0,2,8,0,22,128,0,0,16,0,17,128,0,6,128,255,0,29,8 -,0,1,32,0,3,4,0,1,16,0,10,64,0,20,240,250,0,11,2,2,64,0,7,16,0,1,2,0, -5,8,0,18,128,0,1,16,0,17,24,251,0,5,1,0,15,130,0,19,8,0,5,2,0,22,128, -252,0,0,64,0,0,16,0,0,2,64,1,8,0,1,48,0,1,128,0,0,16,0,6,32,0,0,16, -192,0,2,8,0,1,32,0,3,4,0,1,16,0,17,8,0,12,32,255,0,21,8,0,0,32,0,19, -64,0,12,128,16,0,2,32,0,2,3,0,4,16,248,252,0,16,128,64,0,0,8,0,39,4,0 -,1,32,0,1,66,0,0,16,0,3,8,32,255,0,24,16,0,4,20,0,0,8,16,16,0,2,10,0, -0,4,8,8,0,30,104,249,4,0,10,16,0,0,2,0,1,16,0,10,128,0,1,64,2,0,1,64, -64,0,1,32,1,0,1,32,0,8,4,0,19,48,252,0,4,1,0,10,2,1,0,3,1,0,20,128,0, -1,8,0,0,1,128,0,4,2,128,0,0,1,0,3,8,0,1,32,0,4,8,136,255,4,128,0,8,64 -,0,10,64,0,0,4,0,0,64,0,5,2,0,8,8,0,1,32,0,6,32,0,0,4,2,0,0,16,0,5, -128,0,4,16,0,0,120,250,0,1,161,8,0,0,67,0,2,80,224,64,0,1,3,0,1,3,3,0 -,0,8,0,1,9,16,1,128,0,0,17,0,4,4,0,5,2,0,1,16,192,64,4,16,0,0,3,64,0, -1,1,72,1,3,72,128,4,8,20,0,1,84,0,1,18,0,0,40,2,5,4,16,160,249,0,0, -208,146,9,41,65,50,18,64,82,37,176,2,128,1,32,0,0,64,4,0,3,5,162,161, -1,8,160,0,3,24,4,64,32,0,3,4,2,32,0,0,128,132,22,214,8,75,0,0,34,0,0, -8,72,168,25,1,0,0,136,128,16,160,32,72,106,162,64,0,0,81,128,87,128,8 -,232,252,0,0,64,8,32,128,128,128,0,2,16,16,0,0,64,0,18,16,8,128,16,0, -3,8,1,16,0,0,128,0,0,8,0,1,17,0,12,32,16,0,0,128,0,2,128,64,0,0,16,88 -,252,0,5,32,8,0,0,130,0,2,128,0,0,16,0,9,2,0,0,4,0,3,8,0,13,16,0,5,32 -,16,4,2,0,3,16,0,1,8,2,32,0,1,64,0,2,200,248,0,25,16,0,32,4,0,13,216, -250,0,5,32,0,17,4,5,0,3,1,0,1,4,0,2,128,0,2,2,0,10,8,0,16,4,0,1,8,248 -,0,0,1,0,2,128,0,0,16,0,5,1,0,4,4,0,24,32,0,18,128,0,5,2,0,0,240,255, -0,17,24,0,0,2,66,0,24,4,32,0,18,4,0,4,64,224,249,0,5,2,0,17,32,0,1,64 -,0,0,1,2,0,0,4,8,0,1,128,0,0,1,0,0,2,4,0,3,32,0,26,60,255,0,31,2,0,2, -2,0,2,1,0,2,1,0,29,136,252,0,60,32,0,12,184,253,0,2,128,0,2,32,0,1, -128,0,3,64,0,10,2,0,21,2,0,8,64,0,13,48,255,0,3,4,0,12,128,0,0,17,0,0 -,2,0,22,129,0,28,249,0,46,128,0,1,1,0,11,128,128,0,3,32,0,2,128,0,0, -160,255,0,22,8,0,0,1,0,24,128,0,5,8,0,7,2,0,6,16,252,0,19,16,16,0,2, -24,0,24,128,16,0,0,1,0,1,8,0,16,152,255,160,16,0,1,70,2,0,0,24,8,11,4 -,20,0,4,22,24,0,0,26,64,3,0,38,22,8,0,6,160,0,0,4,1,64,255,128,128,0, -17,24,0,0,3,0,48,1,16,8,16,253,96,1,0,0,128,7,0,1,30,208,3,24,0,4,128 -,7,48,0,0,30,192,3,0,37,128,7,2,0,6,96,1,0,0,8,96,254,160,0,1,128,160 -,0,1,2,64,8,9,0,4,128,160,16,0,0,26,64,3,0,37,128,0,8,160,0,2,224,248 -,64,1,0,8,2,0,5,192,64,0,0,32,8,4,0,46,192,16,130,8,128,252,0,0,1,1,0 -,0,7,0,1,28,128,3,16,32,0,4,7,240,0,0,4,128,0,39,7,0,8,1,12,0,0,16, -249,0,0,1,0,7,96,0,6,192,0,52,1,0,0,8,168,249,128,132,0,1,6,0,1,24,0, -0,3,96,8,0,4,6,208,0,42,6,0,7,128,132,8,2,104,253,32,16,48,6,0,0,192, -68,0,4,140,161,80,48,6,0,3,80,17,0,4,4,16,0,6,34,0,6,17,0,0,48,34,0,0 -,192,24,88,32,0,7,70,4,0,2,3,0,2,32,0,0,4,10,56,252,0,0,128,48,0,10,1 -,0,4,24,0,0,130,0,4,48,0,7,12,0,6,6,0,21,1,0,3,16,0,0,208,255,96,1,60 -,0,1,240,0,5,15,128,65,60,32,0,2,4,0,1,1,0,3,48,0,7,12,0,6,6,0,0,60,0 -,1,240,0,0,30,0,7,128,7,0,2,192,3,0,2,96,1,0,0,8,248,249,168,0,0,52,0 -,1,16,68,0,4,65,144,17,4,2,0,2,26,16,3,0,4,48,64,0,6,10,0,6,5,0,0,4,5 -,0,0,16,136,2,2,0,6,128,32,8,0,1,64,16,4,0,1,160,0,1,2,18,249,64,1,48 -,0,10,16,1,0,3,26,0,0,10,1,0,3,176,16,0,6,10,0,6,5,0,24,192,16,2,8,8, -253,0,0,1,57,0,1,224,0,5,14,96,1,56,0,3,4,208,1,0,4,44,0,17,56,0,1, -224,0,0,28,0,8,7,0,2,128,3,0,3,1,12,0,0,96,250,4,1,48,0,10,1,0,4,26,0 -,0,131,0,4,48,8,0,41,1,0,0,8,81,248,128,32,52,0,1,192,0,5,12,128,17, -49,0,3,2,0,6,48,0,17,48,0,1,192,0,0,24,0,8,6,0,3,3,0,2,128,32,128,0,0 -,64,248,48,16,48,6,70,2,0,0,24,8,0,2,44,16,0,0,180,128,0,0,208,72,0,0 -,64,3,0,1,140,1,0,17,128,145,0,9,12,4,0,0,48,0,1,16,34,0,0,64,131,0,2 -,32,0,2,112,251,0,0,128,48,0,11,32,32,0,0,128,0,2,3,0,1,12,0,34,16,0, -4,3,0,6,136,251,96,1,60,128,7,0,1,30,0,3,15,0,1,48,0,0,6,242,0,1,192, -3,0,1,15,0,18,224,1,0,9,15,0,1,60,0,5,131,0,2,96,1,0,1,104,250,172,0, -0,52,128,32,2,0,0,2,16,0,2,65,16,0,0,48,5,6,192,130,0,0,64,3,0,1,13,0 -,18,32,8,2,0,8,65,1,0,0,4,5,0,1,130,0,1,35,0,2,160,0,2,186,250,68,1, -48,0,11,48,18,64,80,36,0,1,32,0,1,12,0,38,1,0,0,19,1,0,1,192,16,2,0,0 -,232,250,0,0,1,57,0,0,7,0,1,28,0,3,14,0,1,60,128,7,242,0,1,128,0,0,1, -0,0,14,0,18,192,1,0,9,14,0,1,56,0,1,48,0,1,192,0,4,1,0,1,64,255,4,129 -,48,0,11,48,0,1,196,128,0,4,12,0,36,64,128,0,1,2,0,3,129,0,1,41,251, -128,0,0,48,0,0,6,0,1,24,0,3,12,0,1,184,16,70,208,0,5,12,0,18,128,1,0, -9,12,0,1,48,0,1,192,8,0,0,128,81,0,2,128,0,2,176,255,32,16,0,4,26,0,0 -,35,1,0,3,36,66,0,0,208,68,18,1,19,8,0,0,12,144,9,0,8,8,0,6,132,145,0 -,1,6,2,0,2,3,97,68,0,2,48,0,3,26,64,136,0,1,13,32,0,0,20,0,0,128,250, -0,0,128,0,4,24,0,6,48,0,1,128,0,0,8,4,0,0,1,0,2,128,0,8,10,0,6,5,0,14 -,16,0,4,3,0,1,12,0,1,32,0,0,136,249,96,1,0,4,30,192,3,0,4,32,0,1,192, -128,0,0,136,3,96,64,15,224,1,0,16,224,1,0,0,128,7,0,2,192,3,121,0,3, -60,0,4,8,2,0,2,100,1,44,0,0,64,251,168,0,5,26,64,16,4,0,3,144,32,0,0, -192,4,152,64,16,100,2,33,36,136,0,8,2,0,6,33,8,1,128,32,8,0,1,64,32,8 -,68,0,2,4,33,0,2,128,0,0,129,0,1,44,160,0,0,20,0,0,185,248,64,1,0,4, -24,0,6,160,0,1,192,2,8,64,64,0,0,65,0,11,16,0,6,8,0,19,16,19,1,0,0,76 -,192,16,26,33,19,253,0,0,1,1,0,3,30,128,3,0,4,28,16,0,0,240,32,22,136 -,3,120,0,0,14,192,1,0,8,4,0,6,200,1,0,1,7,0,2,128,3,112,0,3,56,0,3,6, -192,3,0,1,3,4,1,36,0,0,160,250,4,1,1,0,3,24,0,6,32,0,1,192,0,0,24,68, -0,0,96,16,1,32,0,9,4,0,6,1,0,20,3,0,1,12,0,0,129,32,0,0,42,248,128,0, -5,26,0,0,3,0,4,16,5,0,0,192,128,64,64,3,96,1,13,128,1,0,8,16,0,6,136, -1,0,1,6,0,3,3,96,0,3,48,0,4,9,83,0,1,64,136,16,16,10,112,255,32,16,0, -4,24,8,0,1,20,0,0,128,5,0,2,192,72,128,64,32,73,0,12,2,0,6,129,145,0, -0,128,0,7,140,1,0,0,48,0,5,3,0,2,32,0,0,4,0,0,40,255,0,0,128,0,11,128 -,0,4,24,8,0,1,64,0,35,16,0,5,1,0,5,208,255,96,1,0,4,30,0,1,24,0,1,224 -,1,0,2,224,128,4,8,1,64,0,12,10,0,6,229,1,0,1,6,0,6,15,0,1,60,0,4,192 -,3,0,2,96,1,44,0,0,96,250,164,0,5,130,8,0,0,8,0,1,32,40,0,2,208,8,26, -1,161,0,0,36,0,11,18,0,6,41,40,0,1,134,0,6,65,16,0,0,132,16,0,3,64,32 -,2,0,1,160,0,0,20,0,0,154,250,76,1,0,8,2,0,5,16,130,26,0,0,11,97,1,0, -24,4,0,19,192,16,26,33,208,248,0,0,1,1,0,3,28,0,1,16,32,0,0,192,1,0,2 -,224,0,0,4,208,3,120,32,0,19,192,1,0,0,128,7,0,6,14,0,1,56,0,4,128,3, -0,3,1,36,0,0,40,252,8,129,0,7,96,0,6,192,64,26,0,0,130,0,6,2,0,6,1,0, -32,1,32,8,65,255,128,16,0,4,24,0,1,96,132,0,0,128,1,0,2,192,2,2,0,0,2 -,32,129,0,3,128,2,0,5,64,1,0,5,128,1,0,1,6,2,0,5,12,0,1,48,0,5,3,0,2, -128,8,17,2,192,252,32,16,0,2,192,68,0,1,19,1,0,1,128,49,0,2,144,8,27, -0,1,104,4,0,0,128,1,4,6,0,14,128,145,0,12,52,9,0,1,24,2,0,0,3,0,1,1, -32,0,0,4,0,0,80,249,0,0,128,0,10,128,1,0,2,192,0,0,24,0,1,96,64,0,0, -128,1,1,128,0,6,64,0,21,48,0,1,192,0,3,1,0,5,56,252,96,1,0,2,240,0,1, -192,3,0,2,224,1,0,2,128,64,30,0,1,96,16,0,0,224,1,48,0,0,4,0,6,2,0,5, -224,1,0,12,48,0,1,32,64,24,192,3,2,0,1,96,1,44,0,0,32,253,168,0,3,16, -20,0,0,64,16,1,0,1,160,1,0,2,192,8,26,0,2,4,0,0,160,1,32,17,4,0,6,2,0 -,5,32,16,1,0,11,48,10,0,0,208,0,0,88,96,0,2,44,168,0,0,20,0,0,18,249, -64,1,0,10,128,1,0,2,192,0,1,2,0,0,96,32,0,0,128,1,0,0,129,0,6,64,0,21 -,48,17,0,0,208,68,0,0,16,0,2,44,192,16,26,33,88,252,0,0,1,1,0,1,224,0 -,1,128,3,0,2,192,1,0,2,112,64,4,0,1,120,0,1,192,1,12,16,4,0,5,34,2,0, -5,196,1,0,12,12,0,1,32,0,0,30,128,3,0,1,3,4,1,36,0,0,184,255,4,1,0,10 -,160,1,0,3,128,0,2,32,0,1,128,1,0,0,128,0,6,64,0,6,1,0,13,32,0,1,192, -0,5,12,0,0,1,32,8,97,248,128,136,0,2,192,0,2,3,0,2,160,1,0,2,32,4,0,2 -,96,130,0,0,128,1,0,0,66,0,14,128,1,0,12,24,34,0,2,24,2,3,0,2,144,16, -145,0,0,184,255,32,16,0,1,22,8,0,3,8,130,76,0,0,4,48,6,0,0,16,8,0,0, -16,19,72,66,0,2,20,132,2,0,5,70,1,0,5,162,73,0,2,208,0,8,4,8,0,0,16, -32,2,64,0,0,96,32,0,0,32,0,0,4,0,0,200,254,0,0,128,0,10,132,129,0,3, -128,24,0,1,97,0,3,32,128,4,0,5,96,2,0,5,128,1,0,2,192,0,8,48,0,13,8, -249,96,1,0,0,128,7,2,0,3,120,0,0,15,64,128,60,32,0,1,64,4,192,3,64,32 -,0,2,48,32,0,6,2,0,6,137,1,0,12,32,0,3,24,0,0,3,120,0,1,96,1,44,0,0, -152,255,168,0,1,128,64,0,4,64,8,65,176,9,4,0,1,192,0,0,26,66,16,97,4, -0,2,32,1,0,6,20,0,6,128,81,0,3,130,0,7,144,8,0,1,136,24,8,3,8,68,0,0, -160,0,0,20,0,0,178,251,64,1,0,7,8,16,0,0,160,1,2,0,2,4,27,17,0,0,96, -68,0,2,128,64,0,14,8,129,0,2,192,132,0,7,48,17,0,1,8,1,16,32,0,2,192, -16,26,33,32,251,0,0,1,1,0,0,7,0,4,16,0,0,14,64,0,0,56,0,1,48,0,0,4, -128,3,56,0,3,12,0,15,224,0,3,48,0,8,60,0,1,48,0,0,30,192,0,0,113,0,2, -1,36,0,0,216,248,4,1,0,7,32,0,0,1,128,1,0,2,128,0,0,26,64,0,1,64,0,19 -,128,129,0,2,192,0,8,48,0,1,64,64,0,0,8,0,0,2,0,2,1,32,8,105,251,128, -40,0,1,6,0,4,104,36,12,0,1,48,0,2,4,3,64,3,16,2,0,2,48,33,0,14,64,16, -0,3,8,1,0,6,48,34,0,0,192,4,88,0,0,16,96,0,1,128,40,16,0,0,184,249,32 -,17,4,0,1,192,68,0,2,40,8,0,4,198,208,0,0,146,4,16,8,4,13,32,0,0,176, -0,15,32,5,0,9,140,129,1,48,0,2,2,1,0,0,3,0,2,32,1,36,33,8,251,128,128 -,0,15,192,0,0,8,0,0,3,1,64,0,3,32,0,6,8,0,6,132,64,0,12,1,16,0,5,1,0, -1,128,0,0,16,0,0,128,255,96,1,0,2,240,0,3,48,64,0,3,128,7,192,0,1,136 -,3,97,0,0,12,4,0,0,60,0,16,64,0,9,15,224,1,60,16,0,0,32,0,1,192,3,0,2 -,96,1,44,0,0,96,250,168,0,3,16,128,0,2,8,1,0,3,128,16,194,20,152,64, -35,0,0,128,76,0,0,40,4,32,4,0,5,16,2,0,5,136,5,0,9,65,33,0,0,5,0,1,16 -,0,1,64,64,0,2,160,0,0,20,0,0,170,248,64,1,0,0,1,0,5,8,2,0,6,2,9,65, -35,2,12,128,128,5,0,1,2,0,5,16,1,0,5,136,129,0,15,16,68,0,5,192,16,42 -,0,0,248,250,0,0,1,13,16,0,0,224,0,3,80,64,0,4,7,48,0,0,22,136,0,0,24 -,0,0,3,228,129,56,0,0,7,0,5,144,3,0,5,232,1,0,9,14,224,1,56,0,1,32,0, -1,128,3,0,3,1,36,0,0,64,253,4,1,48,0,14,192,0,0,24,80,3,0,0,32,12,8, -128,0,0,128,5,0,5,208,2,0,5,136,129,0,23,128,0,0,32,0,0,249,253,0,0,1 -,49,66,0,0,192,0,3,72,0,5,6,0,0,40,64,64,19,34,0,0,76,128,9,48,0,0,4, -0,5,8,2,0,5,132,17,0,9,12,128,1,48,0,5,3,0,3,9,34,0,0,24,253,0,11,128 -,16,8,2,0,4,33,32,4,0,0,32,16,16,2,0,0,4,0,6,2,0,35,168,250,32,0,0,4, -128,0,0,16,0,1,64,0,2,1,0,1,4,128,0,5,8,0,1,32,0,0,4,0,7,2,0,6,33,0,0 -,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8 -,0,0,1,32,0,0,4,0,0,80,253,0,10,64,0,62,152,251,40,0,0,4,144,0,0,16,0 -,0,130,66,0,0,8,1,0,2,5,128,0,0,16,64,64,8,8,9,0,0,128,4,0,0,4,0,15, -32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64 -,0,0,8,0,0,1,32,0,0,4,0,0,113,255,0,0,4,130,0,0,64,0,0,2,64,32,32,0,0 -,129,128,0,0,4,130,64,64,0,0,2,0,0,5,128,0,1,64,16,0,0,130,0,16,16,0, -0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64,0,0,8,0,1,32,0,0,4,0,1,16,0, -1,219,253,0,2,16,0,0,4,64,0,2,2,0,1,8,0,3,4,64,0,2,8,0,0,1,0,2,16,0, -16,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,1,32,0,0,4,128,2,0,1,2,64,1 -,0,1,1,0,0,208,252,4,128,0,20,1,0,50,226,249,0,0,8,128,32,64,2,72,0,0 -,9,32,1,33,32,4,144,0,0,18,64,2,72,2,66,32,8,0,0,64,36,132,0,0,18,0, -15,144,0,0,18,64,2,72,0,0,9,32,1,36,128,36,144,0,0,18,64,2,72,2,0,0, -32,1,36,1,0,0,136,4,17,168,255,0,3,4,128,0,0,16,0,0,2,0,3,1,32,0,0,4, -128,0,3,8,0,0,8,0,1,32,0,3,2,0,11,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0, -8,0,0,1,32,0,0,4,128,0,0,18,0,0,2,64,0,5,248,255,0,9,64,0,0,8,0,6,16, -0,0,2,64,0,2,1,0,3,16,0,6,8,0,2,8,0,24,8,0,3,64,252,0,1,64,0,7,8,0,5, -64,64,35,0,1,16,160,32,0,1,128,64,0,44,160,250,0,3,1,0,2,128,0,9,16,0 -,1,1,0,52,254,0,31,16,0,2,16,0,2,8,0,2,8,0,29,128,254,0,6,2,0,9,16,0, -0,8,0,4,32,0,0,4,0,21,16,0,20,64,0,0,88,255,128,64,4,8,0,0,32,0,2,65, -0,0,64,0,2,16,32,0,2,8,0,0,64,32,0,4,16,0,24,8,64,0,5,1,0,10,40,252,0 -,0,1,0,4,4,0,8,2,0,0,32,0,5,32,0,20,16,0,0,16,0,23,136,251,104,128,8, -16,20,32,24,130,130,90,1,48,40,0,1,8,152,0,1,128,212,2,138,17,0,0,40, -32,48,0,0,16,0,17,32,0,0,16,0,3,16,32,40,0,3,160,130,2,0,1,10,0,3,40, -160,5,8,254,160,85,16,15,70,85,1,16,64,105,2,0,0,4,8,0,0,16,45,16,16, -25,64,80,138,32,17,33,34,17,1,0,18,160,64,4,0,0,42,20,0,0,40,0,5,4,4, -0,0,16,4,0,0,136,0,3,129,34,208,250,0,0,65,32,4,1,65,0,2,1,0,1,1,0,1, -4,4,0,4,128,16,32,0,0,1,0,24,4,4,0,0,32,0,9,16,0,7,145,255,128,0,1, -136,0,2,16,0,0,128,0,5,8,0,1,32,0,1,1,0,2,128,0,34,4,0,1,8,0,8,224, -253,0,1,2,0,1,2,0,1,32,0,0,1,128,1,4,0,0,6,192,0,0,34,0,6,24,0,18,128 -,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,1,16,0,0,18,64,8,0,1,1,32,0,1 -,128,0,2,248,0,74,152,255,0,6,4,0,5,64,0,3,1,0,0,2,0,0,66,0,2,1,0,19, -128,0,15,32,0,8,8,251,0,2,8,0,5,8,0,6,32,0,9,16,0,40,4,0,2,120,254,0, -74,152,255,0,59,64,0,5,4,0,6,216,251,0,66,4,0,6,152,251,0,22,1,0,49, -128,0,0,255,0,10,16,0,6,128,0,1,4,4,0,39,128,0,1,8,0,1,12,0,3,216,254 -,0,13,4,32,0,3,34,0,2,64,16,0,2,32,0,44,136,254,0,74,152,255,0,32,4,0 -,6,2,0,8,32,0,10,32,0,10,248,251,0,74,152,255,0,51,1,0,21,152,254,0,9 -,8,0,16,4,0,45,16,251,0,0,128,0,14,128,0,0,32,0,8,8,0,44,184,253,0,29 -,8,0,1,32,0,3,4,0,1,16,0,6,1,16,0,1,128,0,2,3,0,9,16,0,5,72,252,0,0,4 -,0,1,2,0,11,1,0,1,64,0,0,8,0,17,4,0,11,1,0,7,64,0,2,8,0,2,128,0,2,16, -252,0,0,128,0,3,64,0,0,8,0,0,2,0,1,8,0,0,1,0,0,8,0,0,16,0,4,16,0,2,16 -,0,0,128,0,2,128,0,0,1,0,0,64,0,1,4,64,0,2,1,0,0,16,4,0,6,8,128,0,2,4 -,0,0,64,0,1,2,0,3,1,0,0,168,252,224,1,0,0,128,0,0,16,0,0,64,0,0,2,0,2 -,32,0,0,128,140,4,0,0,128,0,0,72,0,10,2,0,1,16,1,0,6,32,128,4,0,8,1,0 -,1,44,16,1,0,7,96,129,0,1,8,255,0,0,2,4,0,6,64,0,1,96,0,5,64,0,0,1,0, -1,1,0,37,32,0,9,216,249,0,4,64,0,11,64,0,1,128,0,0,32,0,4,64,0,33,16, -0,9,72,252,32,0,26,1,0,13,8,0,7,2,0,12,64,0,3,32,0,2,112,254,0,14,8,0 -,8,8,0,20,128,0,7,1,0,4,16,0,7,2,0,2,160,254,2,0,0,16,128,0,0,20,0,3, -64,0,0,8,0,2,160,0,0,4,64,0,2,16,0,4,4,0,19,64,0,3,64,0,0,2,0,6,4,0,1 -,16,0,5,120,249,0,1,32,32,0,4,64,8,0,3,32,0,1,32,0,5,2,32,0,22,1,0,13 -,16,0,0,129,0,6,104,253,0,0,64,172,32,3,34,0,0,128,2,0,0,58,10,42,0,0 -,64,20,16,1,18,84,128,2,90,80,1,25,32,0,1,21,0,2,2,16,16,128,0,3,1,8, -0,0,64,0,4,164,2,0,2,16,0,0,66,1,0,0,16,0,0,20,0,1,6,64,1,82,1,0,4,64 -,251,0,0,96,160,162,12,0,0,128,8,17,130,8,8,0,0,128,65,32,210,4,80, -128,18,4,163,64,16,4,128,1,36,33,0,2,8,0,0,64,0,5,2,40,0,3,82,0,0,1, -32,0,2,176,16,8,2,0,0,128,32,16,144,128,0,1,112,0,0,20,0,0,32,0,0,69, -34,200,251,0,1,1,0,3,4,0,1,2,0,1,64,64,0,2,32,0,1,4,129,0,0,64,4,128, -0,5,8,0,0,64,0,5,2,32,0,4,128,0,0,128,0,2,8,64,0,0,8,0,9,16,0,4,248, -248,0,0,64,16,0,0,4,0,2,64,0,1,64,0,0,32,0,0,8,0,0,1,0,1,4,128,0,0,16 -,0,1,64,0,0,16,0,27,1,0,4,64,0,2,128,0,6,104,249,0,27,16,0,12,2,0,2, -64,0,1,8,0,0,32,0,3,16,0,9,128,0,0,16,0,1,64,0,1,24,249,2,2,0,1,8,128 -,1,32,0,0,4,0,2,8,0,3,128,0,0,1,16,4,2,1,0,1,130,33,0,2,32,0,2,32,0,2 -,16,0,2,16,0,13,128,0,13,128,64,254,64,0,0,32,0,1,8,0,6,16,0,3,8,0,1, -16,0,22,64,0,14,8,0,3,32,0,7,184,252,2,0,0,32,0,5,1,0,4,2,0,6,16,40,0 -,0,16,0,36,32,0,0,64,0,6,132,8,254,0,9,4,0,7,2,0,3,1,2,64,0,0,8,0,1, -64,0,2,64,0,2,32,0,2,32,0,8,32,0,8,8,0,0,5,0,8,24,254,0,13,1,0,59,136 -,255,0,74,152,255,0,44,64,0,24,8,0,0,1,0,0,88,254,0,11,8,0,0,128,0,4, -20,0,0,2,0,0,64,0,37,32,0,10,56,252,0,2,64,0,6,128,0,2,4,32,0,1,2,0,7 -,64,0,15,128,0,13,16,0,2,128,0,1,1,0,3,2,0,1,200,252,0,20,8,0,1,8,0,4 -,16,0,1,64,0,3,8,0,1,32,0,32,72,253,0,18,1,0,54,152,254,8,0,2,2,0,6,1 -,0,1,128,8,16,1,32,2,0,0,128,8,0,4,8,0,16,128,0,1,68,2,72,0,1,10,0,0, -33,0,0,64,0,2,16,0,1,64,8,0,0,16,0,0,32,0,2,226,251,0,16,4,0,6,9,0,0, -65,32,0,17,164,0,0,4,128,0,0,16,0,0,2,0,9,4,0,0,8,0,6,152,248,0,56,32 -,0,16,184,255,0,14,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,0,18,128, -0,18,4,0,6,104,255,0,0,21,160,2,184,128,10,80,1,42,64,5,176,0,0,45, -128,2,80,0,0,10,64,1,40,0,0,5,160,0,0,20,192,2,0,15,22,128,2,88,0,0, -11,224,2,44,128,5,160,0,0,22,160,2,88,0,0,11,208,1,40,128,11,176,0,0, -22,160,2,112,248,160,9,52,1,146,213,4,154,64,19,104,2,100,160,97,149, -129,50,96,6,202,64,25,40,3,102,160,12,144,1,0,14,128,12,148,1,50,64,6 -,72,22,25,32,3,101,128,12,52,1,50,64,6,154,68,25,32,57,100,128,12,52, -1,160,252,255,255,0};static const unsigned char l565[]={79,231,255, -255,98,255,57,0,0,213,255,255,255,255,255,255,255,255,255,255,255,255 -,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,160,9,56,1,38,64,6,154,0,0,19,0,0,25,96,6 -,76,128,140,134,85,6,200,0,0,25,96,2,100,128,97,144,1,0,15,12,48,1,50 -,0,0,178,74,198,19,104,2,76,128,9,48,9,39,208,4,64,22,152,96,2,100, -128,12,56,1,152,255,0,0,21,160,2,84,0,0,11,80,1,42,128,10,80,0,0,26, -64,5,180,0,0,10,96,1,44,64,5,176,0,0,45,192,2,0,15,18,160,2,88,0,0,21 -,192,2,42,64,5,168,0,0,21,160,3,84,128,10,160,2,52,64,5,176,0,0,22, -160,2,80,252,0,11,64,0,5,2,0,31,64,0,21,152,249,0,74,152,255,0,4,128, -0,5,64,1,0,3,128,2,16,128,2,0,1,8,0,1,40,0,19,4,2,0,0,84,0,7,4,0,4,64 -,0,6,64,248,0,5,3,0,5,2,0,3,32,0,1,2,0,2,40,0,12,64,0,8,16,0,1,64,0,6 -,16,1,0,3,64,0,3,1,0,2,80,250,160,17,1,128,70,0,1,90,16,0,0,104,4,141 -,0,1,20,0,1,208,2,0,0,64,35,0,1,45,36,72,4,0,17,4,128,2,0,12,144,136, -152,64,0,0,8,129,64,0,1,180,16,224,254,0,0,1,0,1,4,2,0,0,16,0,1,64,32 -,8,4,0,0,32,0,1,192,64,0,1,2,1,0,0,12,0,22,4,0,12,192,0,1,8,0,3,4,0,0 -,48,0,0,96,252,128,1,0,1,6,4,0,0,24,16,0,0,96,64,12,8,0,0,44,0,1,128, -0,2,3,2,0,0,7,2,64,0,0,16,0,17,136,5,1,0,11,192,64,30,8,0,0,32,0,0,3, -0,1,48,0,0,8,253,128,1,2,0,0,32,0,1,128,0,2,2,64,0,1,20,18,0,0,64,132 -,0,1,16,0,1,73,0,0,8,0,0,2,0,17,130,34,0,12,192,8,2,0,0,16,68,66,1,0, -1,48,66,64,248,128,1,0,1,34,1,0,0,136,4,0,0,32,18,68,2,0,0,24,32,0,0, -192,8,1,0,0,145,0,1,12,0,0,80,0,0,8,0,16,128,8,3,0,12,192,4,0,1,16,1, -8,12,2,0,0,48,32,24,254,224,129,0,0,128,5,0,1,22,0,1,88,0,0,11,0,1,36 -,0,1,48,0,1,192,2,0,1,15,98,0,0,60,0,17,12,128,4,4,0,11,240,64,30,192 -,0,0,120,0,0,15,0,1,60,0,0,160,252,128,1,0,2,1,0,1,4,0,1,16,0,0,2,0,0 -,40,0,1,128,0,2,128,0,1,12,4,64,0,19,8,5,0,12,192,0,3,34,0,0,12,0,1, -48,0,0,48,249,128,145,0,12,16,9,0,0,32,2,1,0,3,136,0,0,5,0,0,18,0,16, -48,0,0,34,1,0,11,192,20,24,0,0,11,96,68,12,0,1,16,4,104,251,0,2,128, -32,8,0,0,2,64,0,0,40,8,5,1,0,0,4,0,1,208,130,0,0,64,64,8,0,1,32,0,0, -20,0,7,34,0,6,17,0,0,52,132,0,0,16,0,3,8,16,0,3,128,64,8,0,0,128,64,3 -,8,128,32,0,3,76,255,0,7,8,0,8,192,0,8,32,0,7,12,0,6,6,0,0,48,0,13,2, -0,2,8,3,32,0,1,4,0,2,120,253,0,3,2,0,1,8,200,0,0,32,0,0,4,0,1,44,0,1, -128,0,2,1,2,0,3,44,0,7,12,0,6,6,0,0,48,144,5,1,32,0,3,64,0,7,6,0,3,15 -,0,3,184,251,8,0,2,20,2,0,0,16,65,0,0,64,17,40,2,0,0,20,18,0,0,64,130 -,0,1,10,0,0,17,0,0,128,5,21,4,0,6,10,0,6,5,0,0,48,129,34,0,11,134,0,1 -,2,0,1,96,8,77,2,0,2,163,254,0,4,8,0,1,32,163,96,0,0,12,0,1,24,32,0,0 -,192,4,0,3,18,0,1,8,24,9,0,6,10,0,6,5,0,0,32,0,0,3,0,0,34,0,3,20,0,4, -68,0,1,24,0,1,66,0,1,4,0,2,65,252,0,2,128,7,0,1,30,192,3,120,16,15,2, -0,0,36,0,1,48,64,0,0,192,3,26,0,1,96,64,36,0,17,60,136,4,52,0,3,24,0, -4,128,3,2,0,0,30,196,0,0,56,32,15,0,3,104,255,4,0,2,2,0,1,8,0,0,3,96, -0,0,12,0,1,40,0,1,128,0,2,1,0,2,128,1,40,0,17,48,16,5,192,32,0,3,16,0 -,4,6,2,0,0,24,0,1,96,0,5,185,253,0,3,70,2,0,0,24,73,3,96,20,140,2,0,0 -,16,8,0,1,68,0,1,19,97,20,0,0,128,33,16,8,0,16,48,2,2,1,4,0,2,64,1,0, -4,7,0,1,24,0,0,80,112,32,12,8,0,2,32,254,32,4,0,0,128,16,4,32,2,17,0, -0,8,12,65,32,0,0,36,32,0,0,208,0,0,147,64,32,40,0,0,5,160,1,4,0,16,4, -4,136,4,208,0,0,138,64,3,40,0,0,13,160,128,52,194,0,2,2,0,1,8,129,32, -160,129,4,0,0,160,252,128,1,1,0,9,4,0,0,16,0,1,192,0,1,16,0,0,66,0,0, -8,128,1,0,17,128,0,1,2,196,0,1,16,3,64,0,0,12,0,1,32,0,0,2,2,0,3,32,0 -,1,132,1,0,1,248,250,0,1,1,0,0,2,48,0,0,8,0,1,32,0,0,4,0,1,44,0,1,128 -,0,0,24,4,1,88,0,0,11,130,1,44,0,15,96,0,0,12,128,5,192,0,0,8,4,3,88, -0,0,12,128,1,48,0,1,2,0,5,15,2,65,48,0,0,80,253,4,16,0,1,20,20,0,0, -144,2,0,0,64,130,72,16,144,20,0,1,64,128,16,0,0,18,44,0,0,5,128,1,20, -4,0,14,32,0,0,132,144,2,192,0,0,144,0,0,3,40,0,0,12,128,17,33,16,22,0 -,4,96,66,77,128,1,48,0,0,218,249,140,145,0,2,192,128,0,3,32,32,0,0,8, -41,1,0,0,192,8,153,4,16,52,66,134,1,132,24,9,0,15,4,0,1,5,1,4,152,32, -96,48,68,0,0,144,32,16,64,132,0,1,64,16,0,0,64,68,0,0,132,1,1,1,160, -249,224,0,1,128,7,244,0,0,30,16,0,0,120,0,0,15,104,0,0,36,16,0,0,48,0 -,0,30,192,3,64,0,0,8,96,0,0,36,0,15,100,0,0,13,136,4,48,128,30,192,0, -0,64,0,0,3,96,1,60,128,3,0,1,6,0,1,56,0,0,15,224,1,12,16,216,255,8,0, -2,2,192,0,0,8,0,1,32,64,4,0,1,33,0,1,128,0,0,24,4,1,64,0,0,10,128,1, -40,0,15,128,65,0,1,4,0,1,24,8,0,0,64,0,0,12,132,65,48,0,0,6,0,1,24,8, -0,0,96,0,1,128,1,0,1,161,252,128,8,2,0,0,22,200,0,0,88,32,0,0,96,4, -140,136,1,32,0,1,32,2,153,0,0,35,33,17,36,130,81,144,8,0,14,133,17, -160,64,4,0,1,24,1,0,0,32,17,140,128,9,176,32,38,4,0,0,152,0,1,96,128, -12,130,1,2,32,152,253,32,0,0,52,144,130,0,1,74,0,1,8,129,33,144,1,132 -,128,70,212,128,0,0,64,9,8,0,0,1,160,5,36,9,0,15,4,4,0,1,208,64,26,64 -,0,0,8,0,0,5,160,133,52,0,1,16,0,3,104,64,32,32,0,0,52,66,56,253,0,7, -8,0,5,1,32,6,192,0,3,1,0,1,128,1,17,0,15,2,128,0,2,192,0,0,24,0,3,8, -128,1,0,3,64,0,2,96,0,1,4,0,0,32,0,0,24,250,0,1,48,16,2,0,1,8,0,1,32, -0,0,4,224,1,48,16,4,128,64,0,1,1,88,0,0,11,226,0,0,44,0,15,226,65,0,2 -,192,0,2,128,88,0,0,11,128,1,48,0,1,64,0,5,15,2,128,48,0,0,168,253,8, -4,50,2,4,1,0,0,16,4,0,0,64,68,72,40,132,0,0,2,2,68,2,0,1,138,40,0,0,5 -,32,73,20,0,15,160,5,0,2,64,130,0,2,40,0,0,5,128,132,176,16,0,0,128, -130,0,2,32,132,13,0,0,8,0,0,5,163,253,0,0,32,128,0,0,6,0,1,24,0,2,130 -,128,1,0,0,160,0,0,22,200,4,0,1,3,48,66,134,129,9,40,6,0,14,16,4,0,2, -128,36,0,0,8,136,48,68,6,132,137,176,0,2,72,0,2,96,65,0,0,4,16,176,64 -,9,249,96,0,0,44,144,7,1,0,0,30,4,0,0,120,0,0,15,192,1,12,136,1,48,64 -,0,0,192,131,64,0,0,8,224,65,36,0,15,240,1,13,8,0,0,112,0,0,6,192,0,0 -,64,0,0,8,96,1,60,8,0,0,240,0,3,120,0,0,15,96,0,0,61,0,0,128,253,4, -128,48,16,6,0,1,24,0,1,32,0,0,4,32,0,0,32,0,0,4,128,0,2,3,64,0,0,10, -128,1,32,0,17,48,8,0,0,128,0,2,131,64,0,0,8,0,0,1,48,32,0,0,64,0,3,64 -,0,3,49,16,209,253,128,17,32,0,0,22,1,0,0,88,4,0,0,96,66,140,176,1,48 -,33,17,4,68,0,1,131,32,20,132,2,33,32,0,15,129,69,48,1,0,0,64,20,64, -16,16,32,20,132,2,17,50,1,0,0,192,136,0,2,112,8,44,130,17,48,0,0,72, -253,0,1,36,129,22,16,2,154,8,0,0,104,132,141,16,0,0,4,145,6,16,16,2, -64,3,12,0,0,1,160,0,0,4,0,15,16,8,20,128,2,16,0,0,26,67,3,8,0,0,1,160 -,17,52,194,0,0,82,0,0,1,64,3,104,36,32,32,8,0,1,32,253,0,2,32,6,2,64, -24,0,1,96,0,0,12,0,3,6,66,0,2,3,0,3,1,0,16,16,128,32,0,0,4,0,1,24,0,0 -,3,0,2,128,1,33,0,0,2,128,0,2,3,96,0,1,4,64,0,1,64,250,0,3,4,48,128, -16,0,1,64,64,8,8,0,1,16,4,0,3,2,88,0,0,11,98,1,48,0,15,97,0,0,44,160, -5,0,1,16,0,1,88,0,0,11,0,0,128,48,0,1,64,0,2,3,0,0,16,15,4,0,2,80,253 -,4,0,1,18,66,24,8,136,8,0,0,32,1,36,0,1,32,0,0,66,2,130,0,1,1,42,0,0, -5,160,64,48,0,8,1,0,5,32,0,0,20,130,162,0,1,88,32,0,0,40,0,0,5,128,5, -0,0,33,22,132,0,2,3,32,0,0,45,0,0,40,0,1,145,249,4,0,1,8,198,0,0,24, -24,3,0,0,96,66,76,0,2,2,198,0,0,4,65,4,99,48,66,134,193,4,0,0,1,0,14, -136,69,24,8,3,0,0,2,24,8,19,48,68,6,132,4,49,65,68,64,0,3,98,2,0,0,4, -8,0,1,3,255,0,1,28,128,1,48,0,0,6,0,1,24,0,0,3,8,0,0,28,136,1,48,0,0, -6,192,0,0,64,0,0,8,0,0,65,12,16,0,6,64,1,0,5,224,1,36,128,4,48,64,30, -192,3,66,0,0,8,224,1,60,128,3,178,0,1,192,0,0,120,32,15,96,0,0,1,0,0, -232,253,4,0,1,16,4,0,1,16,0,1,64,32,8,0,1,16,0,0,4,0,0,64,24,8,2,64, -16,10,66,65,0,0,16,0,14,128,1,40,8,5,192,128,24,0,0,3,64,16,8,130,0,0 -,48,0,0,6,66,0,2,3,64,0,1,2,0,2,58,253,0,1,16,1,1,136,64,4,32,0,0,16, -2,34,8,0,0,16,5,64,36,2,152,128,0,0,36,4,132,128,16,0,0,2,0,6,128,0,6 -,128,1,16,2,2,192,0,0,88,8,67,32,4,132,0,0,8,49,34,7,128,0,2,83,112, -130,44,0,0,145,0,1,48,254,0,1,132,128,22,212,0,0,26,81,0,0,104,36,141 -,164,128,4,128,70,20,2,66,80,67,8,0,0,137,33,0,9,128,0,7,8,4,128,4,64 -,2,26,0,0,9,8,0,0,1,32,16,52,194,32,4,2,27,64,0,0,8,0,0,32,32,8,6,33, -96,251,0,2,32,6,192,0,0,24,0,1,96,0,0,12,0,3,6,64,128,0,1,3,0,1,4,0, -10,128,0,7,128,0,1,2,128,32,0,1,130,0,4,33,0,0,2,0,1,24,8,0,0,32,64,0 -,0,4,0,2,56,251,0,3,4,240,0,0,16,192,0,0,64,32,8,228,0,2,4,0,0,64,0,1 -,2,90,0,0,11,98,1,0,9,2,0,5,96,0,0,44,160,5,176,32,24,192,2,88,0,0,11 -,0,0,128,48,0,1,48,0,0,24,16,0,2,15,96,0,0,12,0,0,240,251,8,0,1,10,18 -,212,0,0,136,66,0,0,32,1,36,32,40,0,1,2,4,2,16,17,9,40,0,0,5,160,64,0 -,9,4,0,5,32,0,0,20,130,162,80,8,0,0,66,1,44,0,0,5,128,8,0,0,32,22,24, -0,0,24,0,1,96,129,13,36,0,0,182,32,251,253,0,2,9,22,194,0,0,88,8,11, -98,130,140,1,132,0,0,9,38,4,24,0,0,3,11,49,66,10,192,4,0,16,128,81,24 -,8,3,96,0,0,152,128,1,48,68,6,4,8,176,64,132,192,128,24,8,16,64,1,0,0 -,4,136,144,0,0,81,251,0,1,28,128,1,224,0,0,6,192,3,24,0,0,3,64,1,12, -128,1,48,0,0,14,192,0,0,64,0,0,8,0,0,65,0,8,64,0,6,224,1,36,128,4,128 -,0,0,30,4,2,64,0,0,8,96,64,60,128,3,240,0,0,30,192,0,0,57,32,15,96,0, -0,44,16,176,255,4,0,0,16,8,4,194,0,0,16,8,3,64,0,0,8,128,1,48,0,0,4,2 -,0,0,8,8,2,65,16,10,64,65,0,9,4,0,5,128,1,40,8,3,160,0,1,132,2,64,16, -8,130,1,49,32,6,192,0,1,16,3,98,0,2,64,48,8,129,252,0,1,48,0,1,208,0, -2,3,0,0,66,128,144,129,176,32,33,0,0,8,9,0,1,32,1,8,128,4,0,9,4,0,5, -128,1,144,0,0,4,64,0,0,152,0,0,1,32,1,36,0,0,8,48,2,38,196,0,0,72,0,0 -,3,96,64,140,2,1,160,0,0,88,252,176,5,54,144,22,0,1,154,72,3,104,2,13 -,4,0,0,4,128,6,208,68,2,72,3,76,66,1,32,0,9,64,0,7,8,36,8,0,1,2,2,0,0 -,8,72,68,1,160,17,52,194,64,20,0,0,26,64,0,0,104,0,0,64,32,8,5,0,0,64 -,253,128,1,48,0,0,6,2,0,0,24,0,0,3,96,32,12,0,3,6,194,0,0,24,0,0,3,32 -,0,21,128,16,0,2,32,0,1,128,32,0,3,33,0,0,2,0,1,24,0,1,96,0,1,132,0,0 -,16,16,120,254,128,1,0,0,16,4,0,1,16,192,3,64,0,0,8,0,3,4,128,128,0,0 -,16,2,88,0,1,100,1,0,9,2,0,5,96,0,0,44,0,1,176,32,0,0,192,2,88,0,0,11 -,128,128,48,0,1,192,0,3,96,32,3,0,2,32,208,254,140,41,48,2,66,8,0,0, -136,72,3,32,65,68,4,0,1,9,66,66,0,0,64,0,0,1,42,0,0,44,160,64,0,16,36 -,0,0,20,0,1,80,8,0,0,64,1,44,0,0,5,0,0,4,0,0,18,6,196,0,3,96,2,1,0,1, -1,0,0,81,254,4,9,16,64,6,0,1,88,0,0,3,96,66,76,0,1,128,0,0,38,200,8, -89,0,0,11,80,0,1,192,4,0,16,128,129,40,33,0,0,96,0,0,128,128,1,80,0,0 -,6,132,9,48,0,0,68,0,0,130,24,1,0,0,96,1,140,0,0,8,0,0,16,131,249,96, -0,0,61,128,1,2,0,0,6,144,3,24,0,0,3,8,0,0,12,136,1,48,0,0,14,200,0,0, -66,0,0,3,2,65,0,16,224,1,36,0,1,128,0,0,6,4,2,64,0,0,8,224,129,60,144 -,3,50,0,0,30,208,128,24,64,15,100,128,12,0,0,8,254,4,128,16,32,4,2,0, -0,16,8,3,64,32,8,0,3,4,128,0,2,2,65,0,0,12,68,65,0,16,128,1,32,0,1, -160,0,0,24,128,2,64,0,0,8,130,1,48,16,6,2,0,0,24,0,0,3,0,0,32,12,0,3, -114,254,0,0,17,0,0,1,33,0,1,132,0,0,3,16,2,34,8,0,0,48,8,32,36,2,9, -137,16,64,0,0,140,128,0,17,128,1,32,0,1,64,0,0,24,8,1,64,0,0,4,0,0,9, -178,0,0,7,0,0,64,24,17,19,2,4,12,64,40,8,65,128,254,0,1,52,145,22,20, -136,26,81,3,104,0,0,77,40,0,0,36,146,0,0,208,132,2,72,67,8,4,33,32,5, -4,0,16,4,4,128,6,132,2,2,0,0,10,8,0,0,9,36,4,52,194,0,0,24,0,0,10,66, -3,72,1,64,32,16,4,34,168,254,0,1,48,0,0,6,0,1,24,0,0,3,96,32,12,128,1 -,0,2,192,0,2,3,0,0,16,0,0,130,64,0,16,2,128,0,1,6,64,32,0,0,16,129,0, -1,4,0,0,128,32,0,0,2,0,1,16,0,2,64,0,0,132,0,0,17,0,0,240,254,0,1,16, -0,0,4,48,128,16,0,0,3,64,0,0,8,0,1,48,160,1,128,0,0,24,16,2,2,64,0,0, -98,1,0,16,232,65,48,0,0,2,176,32,6,192,2,0,1,11,0,0,64,48,32,0,0,48,0 -,0,8,0,0,131,64,64,3,0,3,64,255,8,0,0,176,32,18,20,8,136,2,16,34,64,4 -,8,144,160,128,0,0,64,20,64,0,0,9,0,0,4,32,160,64,0,0,8,4,0,5,16,2,0, -5,168,1,48,0,0,38,88,8,26,66,1,4,17,5,0,3,70,18,0,0,16,0,1,32,4,1,0,0 -,40,0,0,65,122,253,0,1,32,0,0,70,0,0,24,24,1,139,96,130,140,1,8,177,8 -,70,200,4,80,8,11,4,20,64,66,1,0,0,1,2,0,5,16,1,0,5,8,4,0,0,16,38,97, -0,0,136,128,1,0,0,18,10,0,0,68,48,6,132,192,34,8,0,0,35,32,33,140,2,8 -,0,1,120,255,0,1,60,160,1,180,0,0,6,208,3,24,0,0,3,96,0,0,60,128,7,48 -,64,6,192,0,0,24,0,0,3,0,0,1,12,8,7,0,5,144,3,0,5,232,1,13,128,7,128, -0,0,22,4,2,24,0,0,8,224,0,0,60,128,3,240,0,0,22,192,131,120,0,0,15,96 -,0,0,13,32,112,248,4,0,0,32,0,0,4,4,0,0,16,16,0,0,66,0,0,8,0,1,49,0,0 -,6,128,0,0,16,0,0,2,2,16,0,0,64,1,0,0,128,5,0,5,208,2,0,5,8,0,2,6,97, -0,0,24,132,1,0,1,8,128,64,48,0,0,6,192,0,0,8,0,1,96,0,0,12,0,2,16,81, -250,0,1,32,16,64,0,0,64,0,0,1,16,0,0,66,128,144,1,48,10,6,0,0,68,152, -2,32,64,1,136,2,1,176,8,4,0,5,8,2,0,5,132,81,0,0,5,22,128,0,0,144,0,0 -,2,96,20,8,128,17,48,5,38,212,0,0,16,0,0,35,98,18,12,0,0,144,0,0,1, -232,248,0,7,128,0,4,16,2,0,13,4,0,6,2,0,35,20,252,32,0,0,4,128,0,2,2, -64,0,0,8,0,0,1,0,1,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,7,2,0 -,6,33,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64,0,0 -,8,0,0,1,32,0,0,4,0,0,184,255,0,74,152,255,36,0,0,4,128,0,0,16,0,0,3, -64,0,0,8,0,0,1,0,0,32,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15 -,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,3, -64,0,0,8,0,0,1,32,0,0,4,0,0,219,249,12,0,3,32,36,0,1,32,4,0,5,1,0,5,8 -,0,0,1,4,0,22,16,0,1,16,0,0,12,32,0,4,32,0,10,9,252,32,0,0,4,128,0,2, -2,0,1,8,0,0,1,0,0,128,0,0,128,0,0,16,0,0,2,64,0,4,128,0,26,2,0,1,34,0 -,0,4,128,0,3,64,0,0,8,0,5,56,250,8,0,14,16,0,9,128,0,21,2,0,3,1,32,0, -8,4,0,6,16,96,248,32,0,0,4,128,0,0,16,0,0,2,64,32,9,0,0,1,0,0,8,6,129 -,0,0,16,0,0,2,64,0,1,32,64,8,16,4,5,0,14,32,8,5,160,64,16,132,2,80,32 -,0,0,4,64,40,0,0,4,128,0,0,16,0,0,130,64,0,0,8,0,0,65,40,8,5,2,52,249 -,0,0,64,0,44,8,0,5,128,0,6,8,0,9,128,0,0,80,251,0,1,8,0,49,4,0,13,128 -,8,0,4,216,255,0,8,64,0,2,32,0,0,33,0,2,64,0,2,1,0,36,16,0,1,32,0,3, -16,4,0,3,184,255,0,4,9,16,32,0,10,98,0,26,32,0,1,2,0,0,16,0,4,128,0,3 -,32,0,0,64,0,0,1,9,0,3,2,0,0,148,249,0,1,32,0,35,1,0,1,4,0,16,16,0,12 -,64,216,252,0,59,64,0,6,32,0,4,4,137,252,128,64,0,2,64,128,0,0,16,0,0 -,2,0,3,4,8,0,5,32,0,0,4,128,0,0,9,32,0,16,4,0,0,2,0,0,32,0,2,64,0,5,4 -,1,0,1,132,0,0,8,0,0,4,2,0,0,16,8,144,251,0,2,32,4,16,0,0,2,0,3,2,0,4 -,65,0,0,2,0,2,16,1,0,1,16,0,17,17,0,1,1,0,1,8,2,32,0,1,128,0,4,32,0,0 -,80,128,0,2,40,0,1,32,152,248,64,168,0,0,160,0,0,48,64,2,8,0,0,1,0,0, -1,0,1,8,16,0,0,20,0,0,2,0,1,16,64,3,64,168,14,16,0,16,13,0,0,1,4,64,0 -,0,80,0,0,24,0,1,32,0,2,1,2,128,0,0,216,0,0,18,0,0,2,44,0,0,8,48,224, -255,128,65,0,1,132,0,1,16,4,128,0,0,8,0,0,129,0,1,6,36,0,1,8,0,0,35, -162,2,36,128,254,144,8,0,14,160,82,0,2,16,36,8,2,163,98,64,8,0,0,3,0, -0,128,40,0,0,36,152,5,53,66,88,40,0,0,1,48,14,232,249,32,0,0,1,0,4,16 -,128,0,2,128,0,5,16,64,0,0,32,0,0,8,128,64,8,16,0,14,128,64,0,3,32,16 -,64,0,0,10,0,7,16,2,4,1,0,0,8,0,2,4,32,168,253,128,0,2,2,4,0,0,8,0,2, -16,0,0,2,0,1,8,2,0,3,1,0,4,1,0,23,16,1,32,0,0,4,128,0,5,4,0,1,8,64,1, -32,0,0,16,8,84,254,0,3,8,2,0,1,10,0,0,128,32,16,4,0,7,4,4,0,35,68,0,1 -,8,0,10,192,249,0,3,128,4,0,1,18,0,0,128,64,0,0,9,0,7,64,2,0,0,4,0,26 -,8,0,7,128,4,0,0,4,0,8,24,255,0,12,64,2,0,4,2,0,23,64,0,12,32,0,0,32, -0,4,72,0,3,4,4,0,0,48,255,64,0,4,2,0,2,1,0,1,32,0,32,4,0,11,128,0,1, -66,0,4,64,0,0,128,0,2,176,252,0,3,4,4,0,0,16,16,0,0,8,64,8,8,0,3,2,0, -2,2,0,2,128,0,24,4,0,9,2,0,3,8,64,16,0,3,152,248,0,1,1,128,8,0,1,80,4 -,0,0,8,16,17,0,5,144,0,1,130,4,0,35,32,0,1,1,0,7,32,0,1,88,248,0,0,1, -0,14,4,128,0,19,8,0,2,8,0,17,4,0,1,4,8,0,7,208,254,0,3,4,0,0,128,8,0, -9,192,0,7,64,0,21,16,0,12,128,0,0,64,0,5,200,0,0,152,254,0,5,1,0,8,4, -0,2,12,4,0,5,4,0,20,4,0,6,8,128,32,0,2,16,0,2,128,0,5,240,251,0,6,2,0 -,5,32,0,2,16,0,30,128,0,10,1,0,9,36,0,0,48,249,0,20,2,0,37,1,64,0,5, -34,0,5,200,250,0,59,4,16,0,6,128,0,4,72,250,2,0,73,184,253,0,3,1,0,1, -4,0,1,16,0,0,2,0,6,16,128,0,5,4,0,31,64,8,0,0,1,0,9,232,249,0,4,16,0, -45,2,0,4,128,0,11,4,0,2,208,252,0,23,8,0,30,1,0,1,1,0,14,144,255,0,2, -8,0,21,32,0,25,4,0,13,16,0,5,208,252,0,9,2,0,49,32,0,11,96,184,249,0, -4,8,0,1,32,0,1,128,0,0,16,0,3,1,0,19,34,0,1,8,32,0,24,128,0,1,64,0,1, -120,253,0,12,16,0,7,4,0,2,4,0,18,128,0,1,2,0,0,64,0,5,4,0,0,2,128,0,6 -,1,0,0,4,128,16,0,0,104,254,0,1,1,0,9,2,1,0,2,8,0,29,16,32,32,32,0,1, -8,0,1,64,68,0,5,4,128,0,4,16,16,80,248,0,4,128,0,7,130,0,7,8,0,3,16,0 -,18,128,0,7,4,0,5,2,0,1,8,0,0,16,0,4,52,252,0,1,64,0,15,2,0,17,128,0, -29,8,0,1,1,0,1,8,248,0,10,40,0,4,128,2,0,0,4,64,0,19,8,0,7,32,0,6,128 -,0,4,32,0,4,32,0,1,128,152,255,0,2,32,0,0,16,0,4,64,0,0,40,0,3,132,0, -0,2,0,1,32,16,0,0,130,0,0,16,0,17,16,0,1,17,32,8,2,1,8,8,0,0,64,0,0,1 -,0,1,4,128,8,0,4,2,0,0,16,0,0,112,254,8,0,0,8,0,2,32,2,0,9,64,0,4,64, -0,3,16,0,14,128,0,0,1,8,4,0,2,16,128,32,16,4,130,0,0,4,8,2,0,0,32,2, -132,128,8,0,1,8,0,0,1,128,172,251,128,3,4,16,0,0,32,148,2,0,2,32,0,0, -68,0,0,160,5,160,50,0,0,4,0,1,80,97,4,68,40,8,32,0,12,16,0,0,32,0,0,9 -,160,160,34,64,12,152,0,0,26,96,1,104,128,4,160,160,2,212,6,80,80,10, -0,1,12,40,9,0,0,40,252,0,0,48,32,0,0,66,129,16,8,64,0,0,32,0,0,12,128 -,65,8,1,166,1,0,2,1,64,80,36,2,72,128,8,0,12,64,0,0,128,68,128,12,132 -,0,0,4,0,0,18,14,192,24,4,1,52,32,132,24,64,24,210,7,241,32,0,0,12,1, -32,0,0,8,152,253,0,3,1,1,0,0,2,0,1,8,0,0,8,32,64,0,1,2,4,0,1,128,0,1, -16,8,2,64,0,0,16,0,14,32,0,0,1,32,0,6,64,8,0,4,16,0,1,16,1,33,0,0,8,0 -,2,8,48,248,0,0,64,4,0,1,64,128,0,4,1,128,0,2,1,1,0,3,8,0,18,32,0,3,8 -,4,2,0,1,16,1,32,16,0,0,2,64,16,32,0,1,32,8,4,128,0,1,1,4,64,0,1,96, -249,16,0,1,160,0,2,2,0,2,8,0,0,1,0,6,64,0,16,16,128,0,1,16,128,0,15, -136,0,6,32,0,4,140,249,2,0,1,16,0,8,2,0,0,1,0,1,1,0,5,1,0,26,32,0,19, -144,32,253,0,1,2,0,11,136,0,3,16,0,6,32,0,18,64,0,3,96,0,13,64,0,5,80 -,254,40,0,1,8,0,9,5,8,0,1,4,0,26,1,0,3,2,0,5,32,0,3,16,0,0,2,0,1,16,0 -,0,8,0,1,1,0,0,58,248,2,0,0,128,0,0,128,0,4,16,0,1,128,0,2,1,0,0,16,0 -,21,2,0,2,1,0,17,16,0,3,8,0,0,128,8,0,0,128,255,0,0,32,16,0,11,16,0,3 -,2,0,5,1,0,46,152,253,0,3,18,0,1,72,0,0,2,32,17,36,0,5,128,0,1,9,2,0, -0,1,0,21,16,0,3,8,0,5,128,0,0,2,0,1,1,0,7,32,176,255,8,0,0,32,0,1,2,0 -,1,8,0,3,4,0,8,1,0,1,128,0,12,128,0,2,128,0,8,1,32,0,7,32,0,3,32,0,4, -24,248,0,1,8,0,5,8,0,1,1,0,2,128,0,0,80,0,2,64,128,0,32,2,0,0,1,0,2, -128,128,0,0,2,2,0,0,1,2,64,0,0,32,0,0,56,253,128,64,0,8,128,0,2,4,24, -0,0,8,0,0,1,0,24,64,16,4,0,2,8,0,1,2,0,17,8,24,253,0,3,1,0,0,2,4,0,1, -64,0,0,2,0,6,1,128,0,2,4,0,35,1,4,3,0,9,24,253,0,0,6,0,14,24,0,0,1,0, -22,16,0,16,12,16,0,4,64,0,5,128,249,32,1,0,8,4,0,0,160,1,0,2,8,0,5,1, -32,0,0,4,66,0,14,32,0,0,21,0,1,16,0,0,130,72,35,1,0,1,32,0,0,36,144, -198,80,68,0,0,64,11,0,6,104,251,128,64,0,5,8,0,1,64,0,0,128,1,0,30,1, -32,0,5,2,0,6,6,128,0,2,3,1,0,5,16,253,224,0,5,6,0,1,24,0,4,128,7,2,0, -5,3,0,1,48,0,15,128,65,44,0,1,48,0,0,24,0,0,3,1,0,1,96,0,0,32,32,6, -192,0,2,2,0,6,224,251,32,1,0,4,2,0,1,8,0,4,128,70,0,6,1,0,1,32,4,0,14 -,128,1,20,0,1,16,0,0,64,32,32,0,2,32,0,0,16,1,38,132,64,0,1,1,4,0,5,8 -,252,0,0,1,0,4,152,8,0,0,96,20,0,1,80,0,1,16,2,0,5,140,2,8,2,1,0,14, -128,5,153,16,0,0,192,8,16,4,161,0,2,128,17,144,0,0,20,0,0,36,0,1,3,0, -6,48,253,160,0,5,30,0,1,120,0,1,96,0,1,128,7,0,6,15,96,0,0,12,8,0,14, -224,1,32,0,1,224,32,6,192,2,0,2,224,65,60,136,3,50,0,1,192,0,0,2,0,5, -96,253,128,0,5,24,0,1,96,0,2,64,0,2,1,0,5,12,128,129,0,16,128,1,32,32 -,0,0,192,0,0,16,0,4,128,1,48,0,0,6,2,0,2,2,0,6,48,254,32,1,0,4,24,0,1 -,96,0,2,8,0,1,22,0,6,12,128,5,0,0,66,0,14,128,65,16,0,1,192,0,0,24,17 -,136,0,2,128,1,48,8,65,192,68,0,0,128,8,2,0,5,128,249,32,0,1,128,64,1 -,0,0,130,8,0,1,4,0,0,32,0,2,64,0,1,2,64,128,0,2,160,16,4,0,7,48,0,6, -184,145,4,0,1,16,0,0,130,72,0,0,106,128,77,8,136,4,130,38,216,0,0,2, -64,19,104,36,129,168,1,52,66,244,253,0,10,64,0,5,4,0,7,1,1,0,7,12,0,6 -,6,1,0,4,24,0,0,2,96,0,0,12,0,2,16,6,192,0,2,3,66,0,0,8,128,1,32,0,0, -16,248,96,1,0,0,128,1,0,1,8,0,1,24,0,1,96,0,1,128,1,0,1,6,0,0,129,0,2 -,128,0,0,1,0,7,12,0,6,134,129,44,0,1,48,0,2,131,96,0,0,8,100,0,0,16,0 -,0,6,192,0,0,6,0,0,2,97,0,0,12,130,65,48,16,104,254,168,0,1,128,0,0,4 -,0,0,64,4,0,0,8,0,1,32,0,1,128,0,2,2,0,4,128,1,0,0,64,0,6,10,0,6,5,16 -,20,0,1,16,0,0,64,32,35,32,64,68,32,0,0,32,33,6,196,72,2,0,0,9,0,0, -132,12,128,5,0,0,2,51,251,192,0,6,2,0,0,96,0,1,128,81,0,1,38,0,1,24,2 -,8,0,2,128,0,0,130,0,7,10,0,6,133,72,152,16,0,0,192,36,88,4,35,100,1, -12,144,1,1,0,0,68,200,24,88,4,11,34,20,76,128,73,16,0,0,49,253,32,1,0 -,0,128,1,4,0,0,6,0,1,120,32,0,0,224,1,0,0,128,7,1,0,0,30,192,128,0,2, -224,1,60,16,0,14,96,1,32,0,1,224,0,0,14,192,3,88,64,3,224,1,60,144,3, -240,0,0,30,192,0,0,88,0,0,15,226,1,44,16,72,253,4,1,0,7,96,0,1,128,1, -0,1,6,0,1,24,0,0,128,0,2,128,1,48,0,17,32,0,1,192,0,2,3,64,64,8,132,1 -,16,0,0,6,192,0,0,24,0,0,2,0,0,32,12,136,1,0,0,8,25,249,160,0,1,128,4 -,2,0,0,128,4,0,0,96,0,1,160,1,0,1,6,0,1,24,0,0,8,0,2,128,9,49,4,0,6, -16,0,6,8,68,144,16,0,0,192,0,0,8,9,147,64,1,34,160,1,48,65,16,8,130, -26,0,0,64,0,0,4,76,0,0,80,0,0,2,240,249,48,0,1,128,32,17,0,3,2,4,13,0 -,1,52,0,0,64,0,1,130,8,0,0,8,0,1,160,4,4,0,15,160,49,4,128,22,212,0,0 -,26,64,11,104,34,77,32,8,53,128,68,82,68,0,2,8,64,0,0,160,9,20,0,0, -152,251,0,7,8,0,1,64,12,0,1,48,0,1,4,0,3,1,0,2,128,0,8,2,0,6,129,1,0, -1,6,192,0,0,24,0,0,3,97,0,0,12,132,0,0,48,0,1,128,0,3,64,0,1,128,1,33 -,32,40,250,96,1,0,0,128,1,0,1,6,192,0,0,24,0,0,12,0,1,48,128,1,0,2, -192,0,0,24,0,1,128,129,0,0,8,0,6,16,0,6,8,1,44,0,0,6,48,0,0,24,0,0,2, -0,1,8,0,1,48,0,0,6,192,0,3,96,0,1,128,1,0,1,176,251,172,0,1,128,0,0,4 -,0,0,2,64,0,0,8,0,0,12,0,1,48,128,0,3,73,0,0,8,130,0,0,128,17,128,0, -15,128,136,20,0,0,38,20,0,0,24,0,0,9,98,130,132,136,1,2,5,68,132,64,0 -,2,96,128,0,0,128,65,0,0,16,18,248,196,0,4,4,25,0,0,19,96,4,64,2,0,1, -2,134,0,1,24,32,3,0,0,1,0,0,128,32,0,0,8,0,6,8,0,6,132,17,154,16,0,0, -4,0,0,24,8,99,32,33,12,0,0,5,48,34,16,2,40,0,2,96,2,0,0,128,65,16,33, -208,253,32,1,0,0,128,5,52,0,0,30,196,3,122,16,3,0,1,12,160,7,0,1,30, -192,3,26,32,0,0,96,1,12,0,15,96,0,0,32,128,3,32,32,30,192,0,0,120,0,0 -,3,232,0,0,61,128,1,48,0,3,120,16,0,0,224,1,60,0,0,240,249,4,1,0,2, -192,0,0,24,0,0,3,96,0,0,12,0,3,6,0,1,24,16,3,0,0,16,0,0,128,1,0,0,8,0 -,6,18,0,6,9,1,33,32,2,192,32,0,1,2,34,0,0,8,128,1,0,1,2,4,128,0,2,96, -0,2,65,0,0,16,129,251,160,0,1,128,0,0,194,66,24,64,3,96,0,0,76,1,0,2, -6,0,1,72,0,0,3,104,2,0,0,128,145,48,0,7,8,0,6,68,16,16,2,38,200,0,1, -130,32,0,0,10,0,0,196,9,129,64,68,192,0,3,96,16,0,0,128,1,48,0,0,64, -254,32,1,0,5,64,8,0,0,128,1,0,3,64,0,1,154,64,8,8,0,0,13,0,1,132,0,7, -2,0,6,161,5,4,128,6,208,0,0,18,65,11,10,34,129,32,8,52,18,0,0,208,8, -66,80,32,40,68,133,164,0,0,4,32,184,251,128,0,4,64,0,0,8,0,0,1,0,6,4, -0,0,24,8,0,0,1,0,0,12,0,1,32,8,0,6,2,0,6,129,129,0,5,16,3,0,2,136,128 -,32,0,1,192,32,8,0,1,65,0,0,8,0,0,1,32,0,0,96,248,96,1,0,2,48,0,0,6,0 -,1,120,16,0,0,2,0,1,128,1,0,1,16,0,0,1,24,16,0,2,12,0,7,8,0,6,4,129, -44,0,0,6,48,0,0,24,0,0,2,0,1,4,8,128,48,16,0,0,192,0,2,1,0,1,12,96,1, -48,8,48,255,172,0,3,16,0,0,2,0,1,106,4,0,3,128,0,2,8,16,0,0,12,1,0,2, -36,32,0,6,12,0,6,134,4,20,0,0,22,18,130,16,4,81,32,33,40,128,5,0,0,2, -0,0,192,0,0,25,32,10,4,32,40,168,0,0,48,0,0,114,250,196,0,3,192,8,88, -0,0,163,0,0,33,32,2,0,2,22,0,1,152,32,8,1,16,128,4,0,0,16,1,0,14,128, -5,152,16,22,200,2,24,32,11,1,4,128,8,1,16,10,0,0,192,132,80,0,1,32,1, -64,194,0,0,177,0,0,160,254,32,1,0,2,240,128,30,196,3,120,0,0,3,0,2, -128,7,1,0,0,6,192,0,0,24,0,0,3,0,1,8,8,0,6,34,0,6,113,0,0,33,128,7, -240,64,30,192,0,0,24,16,15,224,128,44,0,1,240,0,0,14,208,3,121,32,3,0 -,0,1,60,8,96,250,132,0,3,192,0,0,24,0,0,131,0,1,12,2,0,2,6,0,1,16,16, -0,5,52,16,2,0,6,1,0,6,1,32,0,0,6,192,0,0,24,0,0,2,96,64,4,132,1,0,0,8 -,0,0,192,0,0,24,0,0,1,0,0,16,0,0,4,1,48,0,0,97,253,32,1,0,2,192,0,0, -24,0,0,9,96,17,64,0,3,6,0,1,68,0,0,128,104,64,128,16,0,0,176,128,0,6, -64,0,7,16,17,64,6,8,36,152,4,32,2,4,12,128,1,1,2,0,0,128,4,157,16,83, -96,4,140,128,80,48,8,240,249,32,64,128,160,0,3,64,3,0,0,128,1,0,4,8, -16,90,0,1,8,20,0,2,52,0,0,4,0,5,18,2,0,5,169,49,4,128,0,0,16,0,0,2,64 -,11,104,34,45,168,1,52,65,0,0,208,64,130,96,16,108,33,13,36,0,0,180,0 -,0,88,250,0,5,64,0,0,8,3,0,9,24,16,0,0,1,0,3,48,0,7,32,0,6,136,1,0,6, -3,1,0,0,12,128,1,48,0,1,192,0,0,8,0,1,96,0,0,12,0,1,48,16,216,251,224 -,0,0,13,128,1,48,0,0,6,192,3,120,16,0,0,2,0,1,128,7,49,0,0,16,192,0,0 -,56,16,0,2,48,0,0,1,0,5,128,0,6,1,1,44,128,1,48,0,1,4,2,32,0,0,8,224, -1,32,0,1,128,0,2,1,64,0,0,8,100,1,32,0,0,112,255,36,16,4,128,0,0,16,0 -,0,2,64,3,104,1,0,3,128,38,16,0,0,8,81,0,0,8,2,0,2,48,0,7,16,0,6,136, -136,20,128,0,0,16,0,2,9,2,130,4,168,1,16,64,0,0,64,130,24,9,34,33,64, -36,160,0,0,16,4,73,254,12,8,48,1,22,194,4,152,0,0,3,0,0,33,32,2,0,2, -16,194,128,88,32,131,0,0,36,0,3,130,4,0,5,66,2,0,5,129,17,152,16,134, -192,2,64,4,19,100,0,0,12,144,1,48,6,0,0,192,8,16,0,0,32,98,66,140,208 -,0,0,49,64,163,250,96,64,60,160,7,240,32,30,132,3,120,0,0,15,0,2,128, -7,240,0,0,6,192,3,24,0,3,12,32,2,0,6,1,0,5,96,0,0,33,128,7,224,32,6, -192,0,0,120,64,3,192,1,12,0,1,48,128,14,200,3,24,0,0,3,0,0,1,12,0,0, -128,255,8,0,0,48,0,0,6,192,0,0,24,0,0,3,0,0,16,0,0,2,0,3,192,0,0,16,0 -,0,3,0,5,128,0,6,64,0,7,1,32,16,6,192,0,1,4,2,97,0,0,8,132,1,32,0,1, -128,128,24,0,0,1,66,0,0,8,8,65,32,16,98,253,32,64,52,0,0,6,192,0,0,24 -,0,0,3,96,0,0,64,0,3,22,209,0,0,128,16,3,8,132,0,3,128,0,6,64,0,6,64, -8,18,2,6,192,0,0,152,128,16,64,32,34,128,1,136,16,0,0,32,2,24,16,19, -16,65,34,128,16,136,0,0,72,249,16,0,0,52,128,0,0,208,0,1,64,0,1,128,4 -,32,0,0,4,0,0,64,208,0,0,26,9,0,0,8,0,1,32,0,0,20,0,0,2,0,6,1,0,5,160 -,5,4,128,6,208,0,0,10,64,11,10,0,0,13,32,0,0,182,144,32,208,4,128,72, -19,104,0,0,13,33,0,0,52,1,248,253,0,1,48,0,4,8,0,2,8,4,0,3,196,0,0,24 -,0,1,1,0,3,32,0,0,3,0,5,128,1,0,5,128,129,0,2,192,0,0,16,0,0,3,0,1,12 -,132,0,0,48,0,1,194,128,0,1,3,97,32,12,0,1,48,32,56,249,0,1,60,128,1, -240,32,6,192,0,0,120,0,0,11,224,1,12,128,1,240,0,0,8,208,0,0,24,0,1, -96,0,0,44,0,16,129,44,0,0,6,52,0,0,22,0,0,2,0,1,8,0,0,128,32,0,0,2, -128,0,0,6,0,0,2,64,0,0,8,96,1,32,0,0,248,255,12,0,0,52,128,0,0,208,2, -2,64,0,0,104,0,0,69,161,1,4,128,0,0,208,0,0,24,65,0,0,8,0,1,32,0,0,20 -,128,8,0,5,64,4,0,5,128,4,20,0,0,6,16,0,0,74,4,81,0,1,36,144,9,16,34, -20,68,20,2,0,0,33,36,129,132,168,0,0,144,32,74,249,4,0,0,48,0,0,6,0,0 -,66,152,4,11,96,33,6,128,17,48,10,70,192,0,0,8,1,11,96,65,0,0,128,1, -24,9,0,14,128,1,152,16,38,2,2,12,8,11,4,20,76,0,0,5,176,0,1,192,2,25, -16,3,96,65,44,208,0,0,177,64,176,252,0,1,56,128,7,226,0,0,30,192,131, -120,0,0,8,192,1,61,128,7,225,0,0,30,200,131,120,0,1,224,129,32,0,15, -96,0,0,33,128,7,32,64,18,192,0,0,24,0,0,3,232,0,0,13,160,7,50,0,0,30, -192,0,0,26,0,0,3,0,0,1,12,0,0,40,253,4,0,0,48,0,0,6,0,1,24,0,0,3,96,0 -,0,10,128,65,48,0,0,6,192,0,0,8,0,0,3,96,0,1,128,1,32,136,4,0,5,64,2, -0,6,1,32,0,0,6,192,0,0,20,4,2,96,32,8,128,1,32,0,0,2,128,0,0,24,0,0,2 -,64,0,0,8,0,0,65,32,32,193,255,0,1,48,0,0,6,192,0,0,25,0,0,3,96,18,4, -160,5,52,0,0,6,192,0,0,20,2,3,96,0,1,160,1,144,0,0,4,0,6,2,0,6,128,16 -,17,6,194,36,72,0,0,32,97,4,128,196,9,1,18,166,0,0,8,25,128,8,2,8,64, -132,4,0,1,216,252,16,0,0,52,128,0,2,2,68,8,2,4,0,0,32,81,52,0,1,24,0, -0,18,9,0,0,8,0,0,128,16,48,4,128,0,6,64,0,6,160,49,4,128,38,16,0,0,2, -64,11,8,128,1,32,16,52,193,0,0,210,128,2,72,35,104,128,13,36,0,0,52, -16,88,255,0,1,48,0,2,64,0,3,64,0,0,132,0,0,48,0,3,8,0,1,1,0,5,4,0,6,2 -,0,5,128,1,0,1,4,1,0,2,3,1,0,1,132,128,48,0,1,192,0,0,8,0,0,3,97,0,0, -12,0,1,48,0,0,232,249,0,2,128,1,48,0,1,4,0,0,24,0,0,11,224,0,0,60,128 -,7,0,1,24,192,0,0,24,0,0,3,96,0,0,44,128,0,6,64,0,7,1,44,0,0,6,50,0,0 -,22,0,0,2,0,1,4,0,1,32,0,0,2,128,0,2,2,64,32,8,100,1,32,0,0,248,254, -12,0,1,128,0,0,16,0,0,64,0,0,8,10,0,0,69,33,1,52,128,38,1,0,0,152,72, -0,0,8,0,0,1,32,0,0,20,0,7,20,0,6,130,136,20,0,0,68,16,0,0,74,4,9,66, -64,40,144,17,17,64,36,72,16,24,2,9,36,2,36,160,0,0,16,66,49,252,4,0,1 -,32,38,194,36,128,0,0,131,96,1,6,0,0,1,48,0,0,16,194,72,88,0,0,139,96 -,66,12,136,5,26,9,0,14,144,9,154,16,18,192,32,12,8,35,0,0,2,32,0,0,1, -48,2,64,196,8,80,0,0,11,98,66,140,193,0,0,49,64,115,254,0,1,12,128,7, -240,0,0,6,196,3,120,16,8,160,0,0,56,128,7,240,0,0,14,196,3,120,0,0,15 -,224,1,32,0,15,96,0,0,32,128,7,228,0,0,18,192,0,0,58,32,15,232,128,12 -,160,7,48,128,14,208,0,0,24,0,0,3,0,0,1,12,0,0,8,255,4,0,2,6,192,0,1, -4,3,97,0,0,10,128,0,0,48,0,3,24,0,0,3,96,0,0,12,128,1,32,8,0,15,129, -32,0,0,6,194,0,0,20,4,2,32,32,4,128,1,32,32,2,132,128,24,0,0,2,64,0,0 -,8,0,0,65,32,16,122,255,0,2,32,6,192,0,0,8,1,17,96,0,0,4,0,0,1,48,0,0 -,6,1,8,73,8,3,96,0,0,13,128,1,16,0,15,64,8,16,34,38,192,0,0,8,128,16, -36,2,76,129,1,9,2,38,32,2,156,16,64,16,65,130,132,0,0,136,0,0,248,255 -,32,0,0,4,128,16,17,8,0,0,64,3,0,0,128,8,32,1,132,16,0,0,24,0,0,26,1, -0,0,104,0,0,13,0,1,36,2,0,14,160,5,36,128,22,16,0,0,18,72,11,10,4,73, -164,33,180,16,0,0,208,2,2,65,2,105,0,0,13,33,1,53,1,136,250,0,5,128,0 -,0,8,3,0,1,4,132,0,5,24,4,0,0,97,0,0,12,0,1,16,32,0,14,128,129,16,0,0 -,4,2,0,0,8,0,0,3,0,0,64,0,0,128,1,48,0,1,192,64,8,8,0,0,96,64,12,128, -0,0,48,16,232,255,96,0,0,12,128,3,0,1,6,0,0,3,120,0,0,11,96,1,48,128, -7,49,0,0,8,200,0,2,15,0,1,44,0,7,4,0,6,2,129,44,0,0,6,49,0,0,22,0,0,2 -,0,0,16,8,128,0,0,32,0,1,128,64,0,1,130,64,0,0,8,96,1,32,0,0,160,248, -40,0,0,4,128,0,0,4,40,2,0,0,67,104,20,69,161,0,0,48,145,6,16,0,0,128, -64,0,2,13,0,1,20,0,0,4,0,5,16,2,0,5,136,4,20,0,0,20,16,0,0,10,0,0,81, -0,0,4,132,2,133,16,34,0,0,64,2,88,32,33,32,68,132,168,0,0,16,32,10, -251,128,1,48,9,0,1,36,88,4,11,4,33,6,192,0,0,16,1,16,194,36,64,4,163, -0,0,33,12,0,1,24,0,0,2,0,5,16,1,0,5,136,5,154,16,18,192,34,84,0,0,3,0 -,0,2,132,1,8,48,0,1,192,2,17,0,0,17,98,65,140,64,1,176,64,64,252,224, -1,61,128,1,180,0,0,30,192,3,120,0,0,8,32,1,12,144,7,240,0,0,6,192,3, -24,0,0,14,0,1,16,0,0,7,0,5,144,3,0,5,104,0,0,32,128,7,228,0,0,18,196, -0,0,58,16,15,224,129,12,32,0,0,48,0,0,14,200,3,24,0,0,3,8,1,12,0,0,16 -,251,132,1,48,0,2,32,24,0,0,3,0,1,6,128,0,0,48,0,1,192,0,2,3,0,1,12,0 -,1,16,128,5,0,5,208,2,0,5,8,1,16,0,0,6,194,0,0,16,0,0,2,32,0,0,12,2, -128,32,0,1,128,0,0,24,0,0,3,64,0,0,8,0,0,1,32,32,137,248,128,1,48,128 -,0,0,2,0,0,24,0,0,16,98,16,8,0,0,1,48,4,70,193,0,0,16,5,3,0,0,32,12,0 -,1,16,0,0,4,0,5,8,2,0,5,4,144,32,32,6,192,0,0,16,0,1,97,17,12,64,5,0, -0,16,0,1,8,25,16,163,0,0,8,0,0,4,1,0,1,104,252,80,0,0,8,0,0,1,0,2,128 -,0,5,8,0,1,32,0,3,16,0,0,2,0,2,2,4,0,6,2,0,18,64,0,15,232,253,0,4,16, -0,0,2,0,1,8,0,0,1,0,1,4,128,0,2,2,64,0,5,4,8,0,6,16,0,6,40,0,0,4,128, -0,0,16,0,0,2,64,0,0,8,0,0,1,0,1,4,128,0,0,16,0,1,64,0,0,8,0,0,1,32,0, -0,4,0,0,80,249,0,74,152,255,44,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,136,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,2,0,15,32,0,0,4,128,0 -,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,69,0,0,8,0,0,1, -32,0,0,4,0,0,187,251,68,0,0,128,32,1,0,0,2,0,2,2,0,0,32,0,0,8,1,34,0, -1,16,0,2,16,0,0,128,16,0,19,128,0,2,136,0,6,136,0,4,4,0,5,48,0,1,241, -251,32,0,1,128,0,1,32,0,5,36,0,8,8,0,4,8,0,14,32,0,1,32,0,3,64,0,0,8, -0,0,1,0,1,4,128,0,0,16,0,1,64,0,0,8,0,0,1,0,1,4,0,0,56,253,4,0,1,16,0 -,1,128,0,0,16,0,1,64,0,0,8,0,1,16,0,5,2,0,1,4,0,0,1,0,20,2,0,1,16,0,4 -,64,0,14,129,250,32,0,0,4,130,0,1,4,130,64,32,9,2,64,0,0,136,4,129,32 -,18,68,2,96,16,8,0,0,129,32,8,0,0,17,0,14,32,0,1,132,16,0,0,72,130,64 -,0,0,8,0,0,1,32,4,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,136,4,0,0,80, -251,0,8,8,0,4,8,0,29,4,0,6,8,0,13,1,0,2,128,0,0,136,250,0,26,2,0,20, -16,0,8,64,0,5,4,0,2,32,0,3,200,254,0,1,128,0,10,128,0,0,16,0,9,128,0, -17,1,0,1,1,0,3,66,0,5,64,0,1,32,32,0,0,4,0,1,16,0,1,32,0,0,56,255,4, -32,0,4,1,0,9,32,0,3,80,0,0,2,128,0,0,2,64,0,15,32,0,6,64,0,3,32,36,0, -0,4,0,3,2,32,0,3,96,0,0,112,251,0,5,2,64,0,2,1,32,0,8,8,0,3,4,0,3,1,0 -,5,128,0,11,66,0,1,32,0,6,1,0,6,32,0,2,224,250,0,13,2,0,1,8,0,2,2,0,5 -,64,0,6,2,0,6,1,0,10,56,0,4,2,0,8,2,0,1,232,250,0,11,4,0,1,16,0,6,1, -16,0,1,64,0,18,8,8,2,16,0,1,16,0,5,4,8,2,1,0,2,128,0,1,1,40,0,1,32, -112,253,0,2,32,2,0,10,4,0,0,32,64,2,0,1,32,0,0,4,128,0,0,4,8,0,22,8,0 -,0,8,0,0,2,128,64,8,128,0,4,1,0,0,32,0,4,240,248,0,2,160,20,0,3,128,0 -,1,2,0,0,64,8,38,0,0,16,128,2,0,1,9,48,1,32,192,4,32,0,15,64,24,16,1, -32,0,1,24,0,0,8,0,0,1,32,64,13,144,1,2,0,1,64,0,0,33,64,2,68,0,1,16, -48,254,32,193,86,10,128,138,16,40,0,0,16,160,0,0,8,0,0,193,2,4,2,128, -16,44,0,0,2,64,2,166,1,32,16,1,0,15,80,16,8,14,1,0,0,16,2,128,69,0,1, -2,32,48,8,178,16,136,0,0,18,136,32,92,4,128,1,4,82,64,252,0,0,64,16,8 -,0,2,8,0,1,32,0,2,64,0,0,128,0,2,2,0,3,4,0,1,16,0,16,64,16,144,0,0,4, -0,3,1,0,1,2,0,0,4,144,0,5,9,64,1,128,0,2,208,251,132,0,3,33,128,0,4,1 -,32,0,1,32,0,0,128,64,0,0,64,0,0,8,0,1,2,32,0,20,2,0,1,8,16,0,0,16,0, -2,128,16,0,1,4,0,1,4,0,1,32,0,0,32,0,2,188,248,0,2,4,0,5,1,0,8,2,8,0, -0,32,0,22,2,0,0,8,0,4,4,0,9,160,0,0,4,0,0,32,4,0,1,16,216,255,0,4,2,0 -,2,2,0,16,128,0,19,8,0,0,2,2,0,9,128,0,11,152,255,0,45,128,0,1,16,0,2 -,32,0,0,1,64,2,64,0,0,16,16,1,0,1,2,0,1,16,0,0,1,0,0,4,0,1,144,250,0, -13,32,0,10,32,0,19,2,0,6,6,0,0,32,0,0,2,0,1,16,0,1,32,0,0,8,4,0,0,1,0 -,2,64,112,255,0,8,64,0,17,1,0,20,4,0,6,4,0,4,64,0,3,32,0,4,248,254,0, -17,16,0,29,4,0,7,2,0,0,64,0,0,8,64,0,0,8,16,68,0,1,2,8,0,1,16,88,250, -0,10,64,0,2,32,0,1,4,0,0,16,2,0,22,32,0,5,4,0,1,128,0,1,16,0,4,2,17,0 -,2,128,0,0,16,0,2,112,251,0,14,64,0,3,10,0,9,128,0,2,128,0,2,64,0,2, -64,0,12,4,0,16,184,255,0,2,16,8,0,2,128,0,11,16,0,0,128,0,1,32,0,1,16 -,0,14,128,96,1,0,5,128,2,0,2,1,33,0,0,4,84,0,2,128,0,0,64,0,3,8,216, -253,0,5,1,32,0,3,16,0,6,1,24,4,0,0,128,0,0,16,0,0,1,0,1,64,0,2,64,0,2 -,32,0,2,32,0,1,3,0,1,1,0,7,1,0,1,4,0,0,130,2,0,9,208,253,0,74,220,251 -,0,14,128,0,8,4,0,5,32,0,2,32,0,2,16,0,2,16,0,23,1,0,4,56,248,8,0,8,4 -,0,9,32,0,26,2,0,10,32,2,0,11,176,251,0,18,1,0,36,1,0,2,128,0,3,64,0, -7,192,255,0,3,2,2,0,8,4,0,7,32,0,21,4,0,11,128,0,13,24,249,0,19,16,0, -32,128,0,8,32,0,2,64,0,4,4,120,248,0,19,32,0,35,1,0,16,136,252,0,47, -128,0,13,8,0,10,16,255,0,7,64,0,20,16,1,0,0,64,4,0,2,136,0,1,32,2,0,4 -,16,0,10,8,0,13,248,254,0,46,16,4,0,10,128,0,13,88,250,16,0,4,64,0,14 -,1,0,2,128,0,0,4,0,16,2,0,5,20,4,64,0,0,16,2,130,64,0,4,72,0,0,8,0,0, -4,0,2,64,48,251,0,0,128,0,1,2,0,4,128,0,9,32,0,6,32,0,20,32,0,0,64,0, -6,32,0,0,16,129,0,3,32,4,0,3,128,252,0,14,16,0,10,1,0,20,128,0,12,8,0 -,7,64,0,1,216,254,8,0,4,128,0,19,4,0,16,128,0,0,32,0,0,2,0,3,1,0,2, -128,0,0,16,0,5,128,0,0,144,0,2,16,0,0,80,251,128,0,5,8,4,0,2,4,0,2,16 -,0,0,65,32,0,1,128,0,2,128,0,1,8,0,15,128,16,8,0,0,4,0,1,16,2,2,16,1, -2,0,0,4,160,0,2,16,0,1,10,0,1,64,0,2,72,248,26,64,4,32,0,0,64,64,0,0, -128,0,0,8,0,1,32,0,1,8,1,32,0,1,128,0,0,16,16,2,64,0,0,8,0,25,1,0,0,4 -,0,0,64,8,0,1,2,0,0,16,8,0,0,1,0,1,8,0,0,1,128,56,251,64,0,0,5,32,0,0 -,16,128,4,72,0,0,8,0,0,2,32,0,1,176,0,0,50,64,0,0,64,1,9,80,1,96,0,0, -4,16,0,15,128,8,16,20,2,0,0,128,138,0,0,3,32,3,4,0,0,13,16,1,4,20,6, -16,0,0,19,0,1,72,0,0,1,0,0,184,250,0,0,4,24,12,128,64,98,137,0,0,130, -2,0,0,40,0,0,33,48,9,76,129,4,16,2,10,64,8,4,128,0,1,1,0,4,16,0,6,72, -0,1,113,16,0,0,3,64,33,0,0,4,160,200,10,96,128,0,1,12,130,0,0,60,34,5 -,96,0,1,4,129,96,112,14,80,251,0,1,8,8,0,0,64,32,8,0,0,128,0,4,16,8,0 -,0,1,0,5,4,32,0,18,64,16,128,0,0,64,128,0,0,16,128,0,2,128,0,1,160,0, -1,32,0,0,4,0,2,1,128,64,16,8,104,248,0,2,32,128,0,2,128,0,2,2,32,0,0, -9,0,0,2,16,0,0,4,80,0,0,16,32,0,17,16,0,0,32,128,0,7,64,32,0,3,16,0,0 -,2,128,0,1,128,0,2,4,128,8,16,32,250,0,8,2,0,45,8,4,0,3,16,2,0,2,8,0, -4,16,0,0,192,251,0,43,128,0,1,64,32,0,9,128,0,5,8,0,7,176,251,0,19,4, -0,2,64,0,21,16,0,6,16,0,1,8,0,1,136,0,0,128,128,0,1,64,0,0,8,0,0,2,0, -1,32,96,249,2,0,15,2,0,1,32,0,0,2,1,0,25,128,0,0,8,0,1,32,0,12,64,0,3 -,128,96,255,0,4,64,0,3,32,0,5,2,0,9,16,0,0,1,0,1,5,0,2,129,0,1,128,2, -0,1,128,0,2,8,0,0,128,0,0,16,0,21,240,252,0,3,8,0,26,64,0,2,64,0,2,32 -,0,2,32,0,11,2,32,0,15,112,251,0,20,4,0,8,16,0,3,1,0,1,8,0,2,128,0,5, -8,0,2,1,0,2,128,64,0,6,1,0,0,16,2,0,3,80,253,0,4,128,0,2,128,1,0,0,8, -0,6,4,4,0,1,8,0,1,1,32,0,16,192,128,0,6,65,0,1,4,0,1,88,1,1,0,9,8,120 -,248,0,10,32,0,5,2,0,4,8,0,2,2,0,4,16,0,17,72,0,1,32,8,1,0,0,4,0,1,32 -,16,0,0,2,0,0,32,0,1,1,0,0,4,0,0,104,250,0,6,10,0,3,1,0,2,128,0,5,2,0 -,7,16,0,6,8,0,2,8,0,1,1,0,8,16,0,0,1,1,0,1,4,16,1,32,0,0,131,8,16,0,1 -,136,0,0,96,248,2,0,1,8,0,4,128,0,8,2,0,4,32,0,8,16,0,6,8,0,0,64,0,6, -128,0,4,4,0,3,1,68,0,0,2,128,0,0,8,0,1,72,128,16,255,0,1,16,0,22,8,0, -6,2,0,9,64,0,3,5,0,1,128,2,8,0,3,8,0,6,16,0,1,2,0,1,32,0,0,253,0,1,4, -6,0,3,81,0,0,8,33,0,5,16,8,2,65,35,1,0,0,1,36,132,0,0,32,0,22,64,3,40 -,4,1,0,2,128,0,0,80,2,26,0,6,4,2,120,248,0,18,64,0,0,8,3,0,30,3,64,16 -,0,4,6,192,64,24,0,7,16,192,250,0,6,6,192,0,0,32,0,6,64,64,8,0,0,3,1, -0,3,60,0,23,192,0,0,32,0,0,3,0,3,6,52,0,0,24,0,7,32,16,253,0,2,10,0,2 -,2,64,0,1,33,0,6,2,64,8,17,0,1,128,16,0,0,54,10,0,22,64,0,0,64,32,1,0 -,3,70,80,32,128,2,0,6,2,232,252,0,2,4,0,2,24,2,35,0,0,65,0,8,2,18,0,1 -,76,128,17,0,0,2,0,23,32,34,0,0,140,0,3,6,129,0,0,88,32,0,5,48,1,136, -254,0,1,12,0,3,30,128,131,24,0,6,48,64,6,192,129,0,1,15,226,65,60,32, -0,22,128,0,0,120,32,14,8,0,1,128,1,48,128,30,0,6,60,8,24,255,0,2,8,0, -2,24,0,0,3,32,64,0,5,64,0,0,8,0,0,2,2,0,0,12,128,1,0,0,8,0,23,131,32, -0,0,12,0,4,192,32,0,7,48,0,0,96,248,0,1,16,1,0,2,24,0,0,3,64,0,6,128, -128,16,9,1,0,1,68,129,16,178,0,24,19,64,33,13,0,3,64,130,0,1,33,0,5, -16,5,248,255,0,1,4,193,18,0,2,80,0,0,104,2,0,5,16,72,0,0,64,0,0,8,0,0 -,1,36,4,0,0,34,0,17,128,0,0,16,2,0,0,64,0,0,40,18,1,32,136,4,161,6, -144,0,1,64,0,0,104,0,3,4,2,128,253,0,3,4,1,0,3,96,64,0,15,1,0,21,64,0 -,2,64,0,5,6,64,128,0,2,96,0,4,16,192,251,0,2,8,2,0,1,6,192,0,0,32,0,6 -,64,64,0,1,128,24,0,1,4,0,0,12,0,19,6,0,0,128,0,0,192,0,0,32,0,0,3,0, -0,128,32,128,1,176,0,1,192,0,0,96,0,3,16,16,176,249,8,0,2,4,2,0,0,2, -64,0,0,96,36,0,6,2,0,2,8,0,0,32,0,0,136,4,0,19,6,0,0,8,0,0,64,0,0,64, -10,1,0,0,9,0,0,132,0,0,80,0,1,64,0,0,96,129,0,3,2,105,248,0,1,128,8,2 -,2,0,1,1,131,32,18,0,6,130,0,1,136,96,4,76,130,17,176,0,19,38,196,2,0 -,1,3,32,65,12,128,5,176,0,0,32,132,0,2,3,96,1,0,3,4,195,253,0,1,44, -128,7,0,1,6,144,3,120,0,6,48,0,1,192,0,0,120,64,15,224,129,60,8,0,17, -128,7,240,32,0,0,128,131,120,0,0,14,226,129,60,16,1,96,0,1,128,3,26, -32,0,2,12,0,0,224,252,4,0,1,8,2,0,1,24,4,3,32,0,6,64,0,2,131,96,0,0, -12,128,1,48,0,19,6,194,0,2,3,32,64,12,128,1,48,32,6,129,0,2,3,0,0,32, -0,2,16,32,106,248,0,2,2,20,2,0,0,152,0,0,3,80,130,0,5,128,72,0,1,16, -96,0,0,68,129,40,48,0,19,70,64,20,0,1,3,64,2,13,128,32,16,1,6,64,0,2, -3,0,0,1,0,2,32,2,120,252,0,1,4,128,2,17,0,1,80,3,72,2,0,2,4,17,0,0, -208,64,0,2,8,0,0,13,32,136,0,0,34,0,14,160,1,22,18,0,0,16,128,26,69,3 -,40,2,1,32,136,52,193,36,20,0,1,64,3,108,0,0,77,0,1,132,16,160,251,0, -2,32,4,0,3,3,32,64,0,2,1,0,8,12,0,19,1,32,0,3,16,0,1,64,16,0,2,48,0,0 -,2,0,3,3,96,0,0,12,8,0,2,120,253,0,3,2,48,0,0,30,196,0,0,96,64,0,0,96 -,0,1,32,0,0,192,32,0,2,24,0,0,12,0,1,12,0,15,128,1,28,0,2,64,24,196,0 -,0,34,0,0,3,0,1,16,144,5,48,0,2,1,96,0,0,8,0,1,16,16,56,248,4,0,1,8, -164,16,0,0,26,64,0,0,96,2,0,0,32,0,4,2,0,2,8,0,0,140,8,0,0,6,0,15,128 -,145,36,0,3,152,64,8,64,32,1,0,0,9,49,130,2,16,0,2,2,97,68,68,4,0,1,2 -,10,254,12,0,1,66,34,200,136,0,0,1,0,0,100,0,1,128,73,48,1,0,0,64,2,0 -,2,96,128,44,144,9,48,1,0,14,128,1,16,0,1,192,4,152,4,35,34,66,76,130 -,33,16,64,4,192,8,0,2,96,1,12,8,0,0,128,32,192,252,0,1,12,128,7,224,0 -,0,30,144,0,0,56,32,0,0,224,1,60,8,0,0,240,128,0,2,112,0,0,15,224,1, -61,8,0,14,224,129,44,0,1,240,32,30,192,3,120,0,0,14,224,1,60,0,0,3, -224,32,0,0,192,3,25,32,3,0,1,12,0,0,152,250,8,0,2,2,196,0,2,3,96,16,0 -,0,128,1,48,32,0,1,128,0,2,96,0,0,12,128,1,48,0,15,128,1,16,0,1,192,0 -,0,24,4,131,32,0,0,12,128,129,16,0,0,4,192,0,4,32,8,0,1,16,0,0,137, -255,0,1,16,9,36,192,0,0,24,4,147,32,1,0,0,128,1,144,0,1,192,4,0,2,104 -,0,1,129,16,50,0,15,128,17,33,0,1,64,128,88,0,0,16,64,33,13,128,4,168 -,32,2,192,0,1,128,34,1,4,66,8,0,0,32,66,192,248,32,0,1,144,16,16,0,1, -80,3,8,1,13,8,0,0,132,0,1,16,8,0,0,64,0,0,8,0,0,13,160,17,50,34,0,14, -32,0,0,148,0,1,208,0,0,2,64,0,0,40,17,13,160,1,36,193,0,0,16,0,0,26, -64,99,8,1,77,160,1,4,16,8,248,0,4,2,0,4,32,8,0,1,1,16,0,1,64,0,4,12, -128,1,0,18,33,16,0,0,192,0,3,64,0,0,12,128,1,16,0,3,24,0,0,3,0,0,32, -12,132,0,0,1,0,0,136,253,0,1,12,0,1,48,0,0,30,196,0,0,32,0,0,12,98,0, -3,192,0,3,24,0,0,12,0,0,1,60,0,16,129,28,0,1,192,64,24,192,0,0,32,0,0 -,3,128,1,48,160,1,48,0,0,24,0,0,3,0,0,64,8,128,129,0,0,16,16,254,12,0 -,0,4,0,0,16,20,0,0,90,64,16,1,65,12,32,0,1,18,0,0,192,66,0,2,8,0,0, -140,136,136,4,33,0,15,4,36,0,1,192,4,24,64,0,0,64,10,1,128,129,48,128 -,0,0,16,0,0,24,8,83,64,4,68,144,1,0,1,74,255,4,0,0,48,8,38,193,2,0,0, -1,3,4,129,32,128,5,48,9,0,0,64,8,0,1,64,96,18,44,144,33,0,16,128,33, -16,0,1,192,2,153,16,35,32,36,64,136,137,176,64,22,192,2,24,3,34,98, -130,140,4,17,178,8,144,249,96,0,0,61,128,7,224,32,30,208,3,24,0,0,15, -228,65,60,0,1,48,128,0,0,192,0,0,112,0,0,15,96,0,0,60,0,15,224,1,44,0 -,1,240,0,0,30,128,131,120,0,0,2,96,0,0,28,0,0,7,225,32,6,192,1,120,0, -0,3,224,1,60,0,0,64,248,132,1,49,0,0,6,192,0,2,3,0,1,12,130,1,48,0,1, -192,0,2,3,96,0,0,12,0,0,1,0,16,128,1,17,0,1,192,0,0,24,0,0,3,32,64,12 -,0,1,49,8,6,192,0,1,8,3,97,0,0,8,4,0,0,49,0,0,233,253,128,1,48,0,0,34 -,194,0,0,88,4,144,96,132,76,128,1,16,5,0,0,192,34,0,1,3,105,0,0,64,80 -,16,50,0,15,128,4,32,0,2,68,24,8,3,64,2,13,2,16,16,1,6,192,0,0,64,128 -,32,32,8,64,128,17,16,32,112,255,32,132,0,0,144,0,0,212,66,0,0,80,0,0 -,104,2,45,16,0,0,4,160,2,16,66,0,0,64,3,8,0,0,13,160,49,0,0,32,0,16, -20,33,0,0,16,68,66,64,3,8,0,0,1,160,1,0,0,128,2,210,0,1,64,19,12,1,0, -0,32,8,4,17,48,253,0,4,192,0,3,64,16,12,0,1,1,0,0,4,0,3,3,0,1,12,128, -1,0,18,32,0,4,16,3,0,2,128,1,0,2,192,0,2,3,0,0,32,0,1,128,0,1,16,254, -0,1,12,0,1,4,0,0,30,192,0,0,96,16,8,96,0,1,128,5,65,0,2,3,24,0,0,12,0 -,0,1,60,8,0,16,28,0,2,64,8,192,0,2,3,0,3,6,52,0,2,3,1,0,3,16,0,0,136, -252,4,4,6,0,0,16,192,68,154,68,0,0,96,2,4,33,0,1,194,2,0,0,136,0,1,3, -8,0,0,140,136,144,52,1,0,16,36,0,2,2,0,0,69,0,1,68,1,128,17,1,0,0,2, -16,0,2,3,64,66,0,1,8,2,34,129,251,140,9,176,8,70,129,132,0,0,1,11,96, -34,76,128,81,48,8,3,0,0,2,1,0,0,96,96,20,44,144,129,0,0,2,0,16,16,0,1 -,192,8,0,0,2,128,0,0,2,76,128,9,0,1,192,0,3,34,100,8,0,1,8,128,64,67, -253,224,129,60,128,7,112,0,0,30,144,131,120,0,0,3,232,1,60,128,4,48,0 -,1,192,0,0,112,0,0,15,96,0,0,60,32,0,16,44,0,1,240,32,6,128,0,0,120, -32,14,226,129,0,0,128,1,32,128,0,0,192,1,120,0,1,96,0,0,13,0,0,32,252 -,136,1,49,0,0,6,128,64,0,1,3,96,0,0,8,128,1,48,0,0,5,0,4,96,0,0,12,0, -0,1,0,0,32,0,16,16,0,1,192,0,0,8,0,0,3,0,1,12,0,0,128,0,1,4,192,0,2,3 -,96,0,1,128,0,2,170,250,128,4,48,0,0,2,36,8,24,5,3,96,18,66,136,1,16, -32,2,192,132,0,2,104,0,0,64,8,0,0,177,0,17,32,0,1,64,8,145,8,163,0,0, -8,13,0,0,16,0,1,35,193,40,0,1,8,36,32,0,0,128,81,48,17,40,248,16,0,1, -144,66,208,130,0,0,81,3,8,33,141,48,4,52,162,4,16,0,0,2,0,0,145,104,0 -,0,129,160,9,1,32,0,16,52,128,64,210,66,66,72,0,0,8,0,0,1,160,1,53, -128,68,16,0,0,2,64,3,105,64,141,160,1,54,0,0,192,249,0,3,4,193,0,2,3, -0,1,12,0,0,64,48,0,0,2,0,3,2,96,0,1,132,1,0,18,48,0,1,192,0,6,128,1, -48,0,0,2,4,0,2,1,96,0,0,12,132,1,48,0,0,16,251,0,1,12,0,0,2,130,0,0,6 -,192,0,1,64,8,136,64,32,128,5,1,0,0,24,192,2,24,0,1,128,0,0,60,0,17, -48,0,0,4,130,128,8,192,0,2,3,0,3,6,48,0,0,6,0,0,3,2,0,0,4,128,0,0,48, -0,0,216,255,12,0,0,4,0,0,20,64,8,3,64,0,2,4,0,0,16,16,146,2,0,0,136, -24,64,161,8,0,1,136,5,182,8,0,16,48,0,0,16,64,8,0,0,69,0,1,68,1,128, -80,0,0,33,38,24,0,0,2,0,0,35,32,16,40,4,133,48,34,186,253,4,0,0,48,10 -,66,196,72,24,0,1,96,12,140,4,64,48,4,3,0,1,24,137,1,0,0,1,140,128,0, -1,2,0,17,10,134,192,16,64,16,147,0,0,129,140,130,5,49,1,38,192,36,24, -32,162,96,68,0,2,176,64,160,251,0,1,60,128,7,48,0,0,30,132,128,120,0, -0,3,96,0,0,12,128,4,240,128,30,0,0,2,16,16,15,226,1,61,32,0,16,12,128 -,7,48,0,0,6,128,3,120,0,0,14,224,1,12,160,1,226,0,0,30,192,3,120,0,0, -15,228,129,60,0,0,72,255,4,0,0,48,0,0,2,130,0,0,24,0,0,131,96,64,8,4, -64,32,32,3,0,1,24,144,2,96,0,0,12,128,0,0,1,8,0,18,6,128,0,0,8,0,0,3, -0,1,12,0,0,1,48,16,6,192,0,0,24,0,1,66,0,3,48,0,0,249,255,0,1,48,0,0, -68,0,0,72,24,0,0,3,32,1,64,0,1,136,0,0,4,0,0,16,24,1,1,104,20,68,68,9 -,48,0,19,130,32,8,17,32,3,0,0,8,12,192,1,129,0,0,166,192,0,0,24,0,0, -19,112,65,138,72,5,2,17,112,255,160,1,0,0,144,6,208,0,1,81,0,0,8,0,0, -1,0,1,52,193,6,16,64,0,1,144,104,0,0,129,32,9,1,32,0,14,128,17,53,137 -,66,208,72,130,64,0,0,40,1,1,160,145,0,0,128,0,0,16,0,0,130,80,9,106, -36,141,161,49,52,9,208,255,0,3,6,192,128,0,5,4,0,0,49,0,0,6,0,2,16,0, -0,96,0,1,132,0,19,48,0,0,4,194,0,1,4,0,0,64,16,0,0,128,1,0,6,3,96,0,0 -,12,128,1,32,0,0,136,250,128,1,12,0,0,6,0,1,6,192,0,0,24,0,0,4,96,0,0 -,32,0,0,6,64,64,6,192,2,24,0,1,128,1,60,0,15,224,129,48,160,3,128,0,0 -,8,192,0,0,32,32,3,0,0,64,0,0,128,1,48,0,0,16,200,0,2,12,128,1,48,8, -56,253,4,0,0,5,0,0,134,192,2,3,64,0,0,8,0,0,136,36,0,0,16,65,6,0,0,2, -2,64,161,8,0,0,128,132,133,52,8,0,14,32,0,0,48,128,4,64,68,0,0,81,0,0 -,64,1,1,128,16,0,0,128,0,0,16,0,1,65,1,34,17,76,129,41,48,1,187,248, -140,33,48,65,22,136,132,88,4,147,96,18,128,132,65,176,64,22,0,0,16,24 -,145,1,0,0,4,12,128,5,0,0,2,0,16,32,2,2,192,2,65,32,139,32,130,12,130 -,1,0,1,38,192,32,88,0,0,2,97,2,8,16,129,48,2,41,253,224,1,60,128,7, -112,0,0,30,128,3,120,0,0,15,224,1,12,128,7,50,0,0,30,0,0,2,16,16,15, -226,64,60,32,0,14,224,1,28,144,5,48,0,0,6,128,3,120,0,0,14,224,129,0, -1,7,225,0,0,30,200,0,0,120,32,7,224,0,0,60,8,56,250,8,0,0,48,0,0,6, -128,64,24,0,0,3,96,0,0,4,132,1,32,0,1,64,0,0,24,128,2,96,0,0,12,128,1 -,0,0,8,0,16,48,0,0,2,128,0,2,3,32,32,12,0,0,1,1,0,0,6,192,0,0,24,0,0, -3,64,32,12,132,129,48,0,0,25,248,128,33,48,0,0,64,34,8,24,0,0,3,96,0, -0,76,128,1,0,0,32,64,130,130,24,0,0,1,104,17,68,132,72,48,2,0,14,128, -1,8,17,4,0,0,128,24,9,3,64,4,12,192,1,0,1,6,192,0,0,8,2,130,112,2,130 -,64,16,176,8,240,249,48,0,1,144,0,0,208,24,0,0,81,0,0,8,1,65,8,0,0,52 -,128,64,208,36,0,1,146,104,0,0,1,164,145,0,0,34,0,14,32,9,165,128,6, -208,4,130,64,0,0,40,0,0,1,32,4,6,146,2,16,0,1,64,8,8,4,77,176,9,6,16, -112,251,0,4,192,0,4,32,0,2,49,0,1,130,0,2,1,0,2,128,1,0,16,128,0,0,16 -,8,6,192,128,0,0,4,0,0,64,16,0,0,128,0,2,6,2,0,3,33,64,12,128,1,0,1, -128,249,128,1,12,0,1,128,0,0,6,192,0,0,32,32,4,96,0,0,48,0,0,2,196,32 -,0,0,192,2,24,0,1,136,0,0,13,0,15,96,1,0,2,68,128,8,200,0,0,32,32,3,0 -,2,128,1,48,0,5,12,128,1,16,16,176,249,140,1,4,0,0,64,68,4,3,64,0,1,2 -,8,40,0,0,48,4,20,192,0,1,64,161,8,8,32,0,0,4,4,0,15,160,0,0,48,10,32 -,0,0,2,128,64,0,0,64,1,1,128,17,2,145,18,17,0,3,97,34,12,136,1,1,2, -162,254,132,137,48,4,0,0,200,72,24,5,139,0,0,4,0,0,128,49,176,64,64, -196,0,1,128,1,96,4,44,0,0,68,48,2,0,15,1,48,2,38,2,24,0,0,1,163,32,4, -140,16,17,48,1,36,196,34,0,1,8,65,2,72,0,0,5,0,0,2,56,255,224,1,60, -128,7,48,0,0,30,128,3,24,64,15,232,1,60,128,7,240,32,0,1,2,120,16,15, -98,0,0,60,8,0,14,192,0,0,60,144,1,48,0,0,6,144,3,120,64,14,224,64,60, -144,1,224,0,1,192,0,0,56,16,7,228,0,0,13,32,136,254,132,1,48,0,1,128, -0,0,24,0,0,3,0,1,4,128,1,48,0,0,2,192,0,1,128,1,96,0,0,12,0,1,48,0,16 -,1,48,0,0,6,0,0,32,0,1,3,32,32,12,128,1,48,32,6,192,0,2,129,96,16,12, -128,1,16,16,17,253,128,17,49,0,0,128,0,0,72,24,0,0,3,96,128,140,136,1 -,0,0,65,70,196,32,0,1,2,8,17,68,1,81,48,0,15,160,0,0,48,17,16,132,2, -24,2,3,64,4,12,128,69,144,0,0,68,196,0,2,11,96,4,32,16,128,32,0,0,184 -,253,0,74,152,255,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4, -128,0,0,16,0,0,2,64,0,2,1,32,0,0,4,0,17,4,128,0,0,16,0,0,2,64,0,0,8,0 -,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,40,254,0,46, -1,0,26,136,255,36,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128, -0,0,16,0,0,2,64,0,0,8,34,1,32,0,0,4,0,15,32,8,4,128,0,0,16,0,0,2,64,0 -,0,8,0,0,129,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,73 -,248,12,0,4,2,0,1,32,2,0,10,32,2,68,0,20,4,0,6,8,0,1,128,8,0,2,16,0,0 -,136,0,1,8,0,6,235,251,32,0,1,128,0,1,128,0,4,1,0,1,4,0,1,16,0,5,1,32 -,0,19,1,0,1,16,0,0,2,0,1,10,0,1,32,0,0,4,0,1,4,0,3,10,0,0,1,32,0,0,4, -0,0,224,253,8,0,8,1,0,12,64,0,20,128,0,7,1,0,1,4,0,3,2,0,10,218,251, -32,0,0,132,144,0,1,72,66,8,0,0,8,10,1,32,132,4,128,32,18,0,0,130,72,8 -,1,2,1,32,0,0,132,16,0,15,8,4,161,32,20,0,0,2,0,0,32,8,0,1,32,0,0,4,0 -,2,4,3,9,32,10,0,0,1,32,0,0,4,0,0,232,252,0,4,1,0,12,32,0,3,32,0,0,2, -0,25,4,0,1,16,0,16,8,104,252,0,10,16,2,0,13,128,0,28,2,0,3,1,0,6,2,0, -3,8,252,32,0,10,32,0,7,64,4,0,0,64,0,1,64,0,22,32,0,5,32,0,0,36,0,5,1 -,8,0,5,56,252,0,1,4,0,42,32,32,0,9,9,0,1,12,0,2,10,2,0,0,1,8,0,2,16,0 -,0,112,249,0,9,80,0,6,32,0,5,2,0,25,4,0,5,1,0,0,8,4,0,0,128,0,7,8,0,0 -,176,252,128,128,0,0,128,0,8,4,0,6,2,0,32,8,0,10,3,32,0,0,4,132,32,0, -1,208,252,0,2,128,0,0,64,0,1,8,0,5,17,0,4,4,0,0,1,0,1,4,0,1,8,0,19,32 -,32,0,1,1,0,1,4,0,1,16,32,0,0,1,32,0,6,128,0,0,8,120,248,0,2,32,0,16, -16,128,0,0,64,0,20,128,0,5,8,0,0,8,0,3,1,128,0,0,16,0,1,64,0,3,40,0,0 -,32,32,8,252,0,0,5,0,0,32,1,32,0,1,8,0,3,2,128,8,0,4,24,0,0,3,64,0,0, -4,0,1,16,0,16,1,0,1,32,64,0,0,147,0,0,8,0,0,2,0,1,9,144,0,0,18,64,208 -,66,0,2,40,40,128,4,48,224,253,128,5,16,8,0,0,192,18,56,0,0,128,0,1, -65,128,0,1,132,12,0,1,8,0,0,128,2,16,0,1,64,16,0,15,32,0,0,16,90,0,0, -64,36,0,0,2,99,0,5,32,162,0,0,4,68,2,0,0,64,8,8,0,0,65,0,1,152,253, -136,0,0,16,16,0,0,64,0,0,8,0,1,2,0,1,128,0,5,4,0,1,1,64,0,2,5,0,17,4, -8,0,0,32,128,0,1,2,0,6,4,0,8,128,0,1,184,253,0,0,1,0,2,32,128,16,0,7, -32,4,0,34,16,130,0,7,4,0,1,2,0,0,8,64,1,32,0,2,104,249,0,12,4,0,4,64, -0,5,4,0,41,32,0,2,2,0,0,184,253,0,3,4,8,32,1,0,0,8,0,0,64,0,0,1,0,0, -32,64,0,0,128,0,4,1,0,0,16,0,18,64,0,2,128,16,0,1,128,64,8,32,0,2,16, -0,0,1,2,0,1,128,192,0,2,2,0,0,4,152,255,0,16,132,0,2,128,0,1,1,0,21, -64,0,16,16,0,8,192,251,32,0,8,32,0,5,16,0,2,64,0,27,1,0,21,1,0,0,200, -253,0,3,20,20,128,0,7,128,32,0,1,2,0,4,1,8,1,0,17,33,1,0,2,2,16,0,1, -64,33,0,0,64,128,128,0,4,128,0,2,8,8,64,0,1,168,249,0,4,1,0,4,128,16, -8,0,12,2,1,0,22,32,16,0,0,128,0,11,2,16,0,1,64,0,1,224,255,0,0,32,2,0 -,1,2,0,4,40,0,0,16,0,1,20,8,128,16,0,6,128,0,22,64,0,0,10,0,5,2,4,0,4 -,2,0,5,20,40,255,8,0,2,2,0,9,16,0,1,16,0,5,1,128,0,0,2,16,0,15,128,8, -0,0,1,64,0,0,1,0,1,32,0,1,128,128,0,3,64,0,3,32,0,1,128,0,0,128,88, -253,0,1,8,0,7,64,0,5,1,0,30,16,0,23,8,251,0,9,128,0,2,128,0,4,64,8,0, -24,128,0,26,152,251,0,64,8,0,1,32,0,5,24,253,0,2,16,0,22,32,0,24,2,0, -4,32,0,14,136,253,0,4,8,0,4,128,0,3,64,0,2,1,0,4,80,0,21,16,0,1,1,32, -0,5,16,0,1,4,0,1,32,0,6,64,160,252,0,1,32,0,2,1,0,6,1,0,34,32,0,3,16, -0,9,64,0,2,1,32,0,0,8,0,0,64,252,0,0,128,0,4,64,8,0,18,128,16,0,27,4, -0,8,1,0,5,72,254,0,2,64,0,2,64,0,3,8,0,3,8,0,1,32,0,6,128,0,17,64,0, -11,128,0,13,152,253,0,0,64,0,8,16,0,46,64,0,1,1,0,5,16,0,4,216,254,0, -67,4,0,1,16,0,0,2,0,0,216,252,0,2,128,0,2,1,0,6,4,0,1,16,0,7,32,0,19, -128,8,32,16,0,2,8,128,0,7,2,0,8,80,248,4,0,15,4,0,26,64,2,0,0,4,0,1,1 -,0,5,64,0,2,128,0,4,16,0,0,16,0,1,64,0,0,16,252,0,0,1,4,0,7,1,0,0,32, -0,12,2,0,16,64,0,16,1,0,2,8,0,6,16,255,0,2,32,0,0,32,0,0,2,128,0,0,64 -,0,8,16,0,0,8,0,21,32,0,1,144,2,2,0,2,8,0,2,32,0,0,16,0,1,128,0,3,8,0 -,5,80,250,128,0,2,2,0,4,32,0,14,128,0,0,2,0,22,40,0,1,32,0,2,34,0,4, -32,0,1,4,128,0,0,16,2,16,0,0,232,255,16,0,16,32,0,40,8,0,4,32,0,1,1,0 -,4,144,254,0,4,2,0,1,4,0,0,32,32,0,0,8,0,1,8,0,0,129,0,3,9,0,0,4,2,0, -0,16,0,17,16,0,3,16,0,0,2,0,0,8,0,5,1,64,0,0,16,128,0,2,128,0,1,128, -84,248,16,1,8,32,0,0,64,0,15,128,0,24,128,0,0,2,32,0,0,16,0,3,4,0,0,8 -,0,3,4,0,1,8,8,0,0,8,0,0,1,0,0,224,254,32,0,0,4,32,160,18,0,1,8,0,0, -16,42,0,0,4,0,1,16,160,162,2,0,2,19,0,0,2,4,0,0,8,0,16,5,8,128,0,0, -132,129,4,144,0,0,32,32,0,0,8,0,0,4,0,0,160,2,64,82,8,0,0,9,64,0,0,72 -,0,0,1,0,0,168,250,128,64,120,14,162,4,0,1,2,64,0,0,10,8,0,1,16,37,0, -0,20,2,0,0,4,240,32,0,0,68,2,33,144,0,16,209,130,128,2,26,72,17,4,0,0 -,16,0,1,2,0,0,1,88,130,0,3,17,0,0,64,12,9,4,81,0,0,224,254,128,0,0,33 -,8,1,0,9,32,0,4,16,128,32,0,0,4,2,0,0,16,0,17,1,0,0,2,0,2,16,0,3,2,0, -1,136,0,4,1,0,1,2,0,1,16,0,0,136,248,0,1,4,32,128,0,2,16,64,0,0,8,2,0 -,2,16,0,5,1,0,1,32,128,0,16,32,0,5,2,0,9,4,0,5,1,4,0,2,176,248,16,0,2 -,128,0,0,16,0,18,33,0,24,2,0,2,8,0,13,4,129,0,1,148,250,0,4,64,0,47,1 -,0,6,16,0,2,128,0,7,8,251,16,0,3,128,0,3,8,0,15,4,0,34,2,0,1,64,0,0, -66,0,0,17,32,0,0,1,0,0,220,250,0,5,18,0,15,128,0,34,3,32,0,3,16,0,2, -128,0,4,176,252,0,11,2,0,4,64,0,25,128,0,2,2,0,3,64,0,2,128,0,7,64, -128,0,0,2,0,3,248,249,0,60,128,0,12,144,255,0,4,64,0,18,4,0,19,64,0, -13,64,0,8,2,0,2,184,255,0,3,8,0,0,64,0,7,4,0,2,97,6,128,0,2,16,36,0, -22,16,0,0,2,0,17,64,0,0,4,0,0,192,252,0,9,2,0,11,8,0,4,4,0,28,4,0,0, -160,0,3,16,4,0,0,1,0,4,48,250,0,0,4,0,4,16,0,1,8,0,10,2,0,2,64,0,0,32 -,0,16,4,0,8,128,0,2,66,0,5,4,0,1,8,0,0,1,0,0,64,80,249,0,3,9,0,6,9,2, -0,0,32,0,2,1,48,0,3,24,0,19,4,0,2,64,0,3,128,0,1,2,0,7,128,16,0,0,32, -64,0,0,64,0,0,208,255,0,3,16,0,3,4,0,0,1,32,0,1,128,0,10,65,0,20,128, -0,2,4,0,4,4,0,0,64,8,0,3,72,0,6,40,251,32,72,164,16,0,2,26,0,4,32,8,0 -,2,80,0,5,1,0,1,4,0,15,160,8,4,0,1,192,128,0,13,8,0,3,32,1,36,0,0,152 -,252,0,4,2,0,0,24,0,5,128,0,2,128,0,5,12,0,19,64,0,2,192,0,19,128,64, -16,8,48,251,0,0,64,0,0,128,7,1,0,0,24,0,9,176,128,0,5,2,0,17,224,0,0, -48,16,0,0,240,0,13,30,16,0,3,224,0,0,28,0,0,208,251,0,0,8,0,0,144,70, -0,1,24,0,5,64,0,2,80,8,0,8,8,0,14,32,0,0,49,1,0,0,208,0,13,26,1,0,3, -32,1,36,0,0,40,250,0,0,80,128,8,16,0,2,9,0,4,16,2,0,1,96,36,0,4,64,2, -0,1,1,0,15,128,128,0,2,40,0,12,64,0,5,1,32,0,0,64,253,96,0,0,28,128,7 -,2,0,0,6,0,4,224,0,3,144,0,5,3,0,1,12,8,0,14,64,1,60,16,0,0,48,0,13, -30,16,0,3,128,0,0,20,0,0,144,251,0,0,64,0,0,16,0,8,128,64,0,2,160,0,6 -,2,0,17,160,1,0,23,128,0,0,16,0,0,120,255,0,0,5,16,1,6,1,0,6,128,5,0, -2,64,36,0,4,44,0,1,176,8,0,14,128,69,48,4,0,15,24,5,0,4,1,32,0,0,208, -254,32,0,0,128,64,0,3,64,1,104,4,1,160,1,0,2,16,0,0,2,17,0,2,65,0,1, -20,0,7,48,0,6,24,0,3,192,2,0,2,8,0,0,64,160,1,0,0,144,70,82,64,0,0,72 -,66,104,0,0,13,32,1,4,0,0,168,248,0,4,2,0,2,2,96,32,0,2,1,0,9,2,128, -32,0,7,12,0,6,6,0,3,192,128,0,5,2,0,2,6,128,0,3,96,0,0,12,128,0,2,104 -,252,0,0,64,12,128,7,1,0,1,192,2,32,0,1,128,1,0,2,176,128,6,16,0,3, -226,65,44,0,7,12,0,6,6,0,3,240,0,3,96,0,0,3,0,1,60,0,1,113,0,0,30,0,0 -,2,96,0,0,15,96,1,44,0,0,120,255,8,8,4,128,22,0,2,64,1,96,10,0,0,128, -41,0,2,80,8,26,1,0,3,160,17,20,0,7,10,0,6,5,0,3,208,0,4,34,1,0,0,128, -180,8,2,144,0,0,154,4,16,98,0,0,13,160,0,0,20,0,0,43,249,0,0,68,48,18 -,16,0,2,128,65,96,17,64,8,4,0,2,96,36,136,0,3,32,2,4,152,0,7,10,0,6,5 -,0,4,40,0,2,96,64,12,0,0,48,128,0,0,22,68,0,0,64,0,0,16,0,0,64,12,192 -,0,0,24,0,0,161,250,96,0,0,60,128,7,2,0,1,64,2,120,0,0,3,96,65,0,2, -144,0,0,22,4,0,2,3,224,129,32,16,0,19,48,0,3,24,0,0,15,228,1,60,160,7 -,176,0,0,30,208,0,0,26,0,0,14,0,0,1,36,0,0,168,249,4,64,48,0,5,2,96, -16,12,136,129,0,2,160,0,0,24,0,4,2,0,0,32,0,25,96,64,12,128,1,0,0,8,4 -,64,0,1,4,3,0,1,12,128,0,0,32,0,0,97,248,128,1,48,0,0,22,1,0,2,129,96 -,0,0,44,0,0,9,0,2,64,32,16,4,0,2,136,128,69,16,8,0,24,96,0,0,12,128, -137,176,0,0,135,128,0,0,24,1,163,0,1,12,0,0,1,16,0,0,120,253,160,1,0, -5,64,0,0,8,0,1,160,0,0,4,0,1,144,36,154,80,3,0,1,1,0,1,4,0,7,8,0,6, -164,1,176,128,6,16,0,0,26,0,0,32,8,0,0,128,33,0,1,144,22,16,0,1,72,0, -0,8,18,1,32,0,0,4,0,0,112,249,128,1,0,2,2,0,7,1,0,2,64,0,0,24,0,0,3,1 -,0,2,128,0,8,32,0,6,18,0,1,32,6,0,1,24,0,1,2,0,5,6,4,0,3,66,0,5,208, -249,0,2,128,7,1,0,1,192,2,0,2,96,1,0,2,176,0,0,16,0,0,130,0,2,226,65, -44,0,7,2,0,6,128,1,60,16,6,48,0,0,24,196,0,0,96,0,0,3,0,1,60,8,0,0,1, -0,0,30,0,0,131,24,64,3,0,1,44,0,0,8,252,4,0,1,128,38,0,2,64,1,0,2,160 -,16,1,0,1,80,0,0,24,9,3,0,2,160,1,20,0,7,8,0,6,4,72,4,0,0,6,16,0,1,65 -,0,1,34,1,128,137,52,1,34,0,0,72,26,4,3,72,2,1,0,0,64,20,0,0,202,248, -140,1,2,0,0,16,0,2,128,65,0,0,17,0,0,192,4,129,16,0,0,160,132,24,16, -11,0,1,64,2,4,152,0,16,48,0,1,192,192,36,24,1,3,96,34,12,0,0,16,129,0 -,0,6,0,0,4,65,0,0,33,32,1,140,0,1,24,0,0,200,248,224,1,0,0,128,7,2,0, -1,64,2,24,0,1,32,1,12,0,1,144,0,0,30,192,3,1,0,0,3,224,129,32,16,0,14 -,96,0,0,60,128,1,240,0,0,30,208,3,25,0,0,15,228,1,60,160,7,50,0,0,30, -208,0,0,18,16,15,98,0,0,37,0,0,40,254,136,1,1,0,5,2,96,16,0,0,64,1,48 -,32,0,0,128,0,0,24,0,0,3,0,2,2,0,0,32,0,7,4,0,6,2,0,0,1,0,0,6,194,0,2 -,3,96,0,0,12,128,1,0,0,8,4,0,2,4,1,104,32,12,0,1,32,0,0,9,252,128,9,0 -,1,166,0,3,137,96,0,1,128,68,176,0,1,128,0,0,24,16,3,4,0,0,44,128,81, -144,8,0,14,128,5,48,0,0,38,208,0,1,81,3,96,66,12,128,1,49,2,23,194,68 -,88,0,0,128,96,2,13,128,73,16,0,0,24,254,160,65,0,2,80,0,0,154,72,0,0 -,104,17,0,0,32,0,1,128,6,16,0,0,26,64,147,0,1,5,0,1,4,0,7,4,0,6,34,4, -177,128,6,0,1,18,73,8,8,0,0,1,32,0,1,132,16,82,8,0,0,66,0,0,8,0,0,1, -32,0,0,4,0,0,8,254,128,1,0,2,130,0,0,24,0,1,96,0,5,6,0,1,24,0,0,3,0,1 -,8,0,0,128,0,8,8,0,6,4,0,1,32,0,5,1,0,5,2,128,128,0,9,224,254,128,65, -0,0,128,7,176,32,8,192,2,96,16,0,0,96,1,0,1,6,0,2,192,1,0,1,11,96,0,0 -,44,0,7,2,0,6,1,64,60,128,7,0,1,16,0,6,12,0,1,112,0,0,6,0,0,3,0,1,12, -128,1,44,0,0,32,253,136,5,0,0,128,6,82,0,0,24,73,1,96,0,1,160,16,1,0, -0,6,0,0,36,0,0,64,18,2,0,0,133,48,0,0,20,0,7,4,0,6,2,8,4,194,70,1,0,0 -,136,2,8,98,34,32,4,0,0,4,0,0,70,146,0,0,2,0,0,16,1,34,0,0,4,8,21,0,0 -,177,255,0,0,1,2,0,0,16,96,0,0,24,128,65,96,66,0,0,192,4,1,0,1,4,8,0, -0,16,19,0,1,38,0,0,4,152,0,7,8,0,6,4,80,0,1,64,1,0,0,72,0,0,16,2,34, -12,0,1,48,9,68,72,0,0,152,4,99,0,1,140,1,4,26,0,0,19,249,96,0,1,128,7 -,146,0,0,30,80,2,88,0,1,32,1,0,0,128,1,48,32,6,192,131,0,1,8,100,128, -32,16,0,6,32,0,6,112,0,0,60,0,0,7,0,1,30,196,0,0,120,0,0,3,104,0,0,60 -,128,3,176,0,0,30,192,0,0,24,64,15,96,0,0,36,0,0,16,254,4,64,0,2,160, -0,0,24,16,2,96,0,1,64,1,0,5,4,3,0,1,10,128,65,32,0,0,2,0,6,1,0,6,64,0 -,4,24,0,1,96,0,3,48,0,0,6,64,0,0,24,0,0,3,96,0,3,32,0,0,178,254,0,0,1 -,0,1,38,65,0,0,24,0,0,161,96,33,0,0,128,80,0,2,192,34,64,0,0,138,0,1, -132,130,9,16,10,8,0,6,4,0,5,128,4,48,0,0,6,8,0,0,24,2,34,100,66,0,0,4 -,0,0,48,0,0,38,132,0,0,24,0,0,11,2,32,76,4,136,16,0,0,168,248,160,0,2 -,32,152,0,1,64,0,0,104,0,0,1,32,5,133,128,0,0,16,0,0,2,64,0,0,41,64,1 -,0,0,8,6,128,0,6,82,0,6,41,0,0,176,128,32,192,8,154,80,0,2,1,0,2,132, -22,82,128,0,0,66,3,8,0,0,1,0,1,4,0,0,148,254,0,0,1,0,2,64,0,3,96,0,1, -128,0,1,16,0,5,64,0,5,2,0,5,36,1,0,5,10,0,1,32,0,0,193,128,16,0,8,6, -128,0,10,16,250,96,1,0,0,128,1,176,32,0,0,192,2,96,0,0,3,96,1,12,0,1, -193,0,1,200,0,0,32,0,0,11,96,0,0,44,0,15,224,1,60,32,6,240,0,0,24,0,0 -,128,0,1,12,0,1,12,0,0,4,112,0,0,6,0,2,16,0,2,44,0,0,80,249,168,40,0, -0,128,0,0,80,0,1,64,1,96,0,0,1,160,0,0,132,32,0,0,192,0,0,88,64,0,0, -68,0,0,133,48,0,0,20,0,7,16,0,6,168,1,4,1,36,212,0,0,24,32,11,0,1,128 -,16,0,0,4,0,0,66,146,0,0,2,0,0,8,1,1,64,8,0,0,20,0,0,67,254,192,8,0,1 -,70,96,0,1,128,65,96,65,12,64,9,0,0,16,16,1,0,0,64,4,16,34,0,0,38,128 -,49,152,0,0,1,0,5,130,0,6,129,137,0,1,64,2,40,152,0,0,64,0,1,12,1,0,0 -,176,8,70,68,0,0,88,4,8,1,16,0,0,8,0,0,24,0,0,9,252,0,0,129,0,0,128,7 -,146,0,1,64,2,120,0,0,15,36,1,13,128,1,48,128,6,192,0,0,88,0,0,8,228, -1,32,16,0,14,192,1,60,128,1,48,0,0,30,200,3,0,1,3,0,1,60,128,1,176,0, -0,30,192,3,24,0,0,3,0,1,36,0,0,4,249,68,65,0,1,6,96,0,2,130,0,0,32,12 -,0,0,1,0,1,6,1,128,24,0,0,128,32,0,0,10,130,1,32,8,1,0,5,128,0,6,128, -65,0,4,24,8,3,2,0,0,12,8,0,0,48,0,0,4,64,0,0,24,0,0,3,0,0,16,0,0,8,0, -0,32,0,0,112,249,128,16,0,1,6,128,0,2,33,0,1,12,0,0,1,32,66,32,0,1,88 -,4,2,64,0,0,132,128,1,16,2,2,0,6,1,0,5,128,17,48,0,0,16,1,0,0,88,0,0, -35,0,1,140,0,1,48,0,0,33,136,0,0,24,0,0,19,97,0,0,12,0,1,16,0,0,248, -250,32,0,0,52,4,32,8,0,0,26,64,66,40,0,0,33,164,1,4,0,0,34,16,36,90, -72,0,0,104,0,0,1,0,1,164,128,0,6,64,0,7,4,2,132,0,0,192,24,26,0,0,19, -8,0,1,32,4,0,0,132,198,208,0,1,66,3,40,0,0,1,160,1,4,0,0,180,253,0,1, -48,0,5,1,64,0,1,128,1,1,0,0,4,1,0,0,24,0,1,96,0,2,128,16,16,1,0,5,128 -,0,11,192,0,0,24,0,0,131,0,3,128,0,1,6,192,0,2,3,64,0,5,16,254,96,1, -16,128,1,0,1,24,192,2,88,16,3,0,1,12,128,5,48,0,0,14,0,0,128,0,1,11, -224,1,44,0,0,2,0,6,1,0,5,96,0,0,12,0,1,240,0,0,24,196,3,0,2,96,0,0,12 -,0,0,4,192,0,0,6,0,0,3,88,0,3,44,0,0,72,249,164,40,48,146,0,2,64,72,1 -,40,4,33,136,41,4,128,34,18,136,18,17,35,0,1,133,176,33,20,0,0,8,0,6, -4,0,5,32,0,0,4,0,0,32,212,0,1,65,3,96,34,0,0,32,4,5,0,0,18,194,0,0,2, -0,0,3,40,0,2,8,21,0,0,219,249,204,8,32,1,38,1,0,0,88,136,2,48,0,1,132 -,72,48,34,3,0,0,4,88,4,16,0,0,1,38,0,0,4,40,0,15,128,81,176,32,32,4, -40,88,0,0,136,0,0,64,0,1,8,177,0,0,38,0,0,40,152,8,16,49,4,128,0,0,4, -26,0,0,209,251,0,0,129,60,160,7,0,1,30,64,2,72,0,0,3,224,1,60,0,0,4, -48,32,30,192,128,24,32,8,228,129,32,0,15,224,1,60,128,7,48,0,0,30,200 -,0,0,120,0,1,96,0,0,60,144,1,52,0,0,30,192,0,0,64,16,3,100,0,0,36,0,0 -,66,248,72,65,32,0,0,6,0,2,16,2,80,0,1,128,128,48,0,0,5,0,1,24,0,0,3, -0,0,32,10,2,0,0,32,128,4,0,5,64,2,0,5,128,1,48,0,0,6,0,4,96,64,0,2,48 -,0,0,4,4,0,0,24,0,0,3,64,16,12,0,1,32,0,0,104,248,128,4,160,32,6,0,1, -152,0,0,2,32,0,0,8,8,0,0,48,0,0,2,128,72,80,4,139,0,0,1,36,128,65,32, -0,0,9,0,5,128,4,0,5,128,1,52,0,0,70,1,0,0,128,16,0,0,96,0,2,1,49,0,0, -32,0,1,24,0,0,35,33,1,44,4,136,16,0,0,252,249,32,0,0,148,16,32,216,0, -0,2,64,32,72,0,0,13,32,0,0,52,0,0,32,16,0,0,26,64,32,106,0,0,41,0,0,8 -,54,0,16,4,6,161,6,208,0,0,18,73,8,8,0,0,1,160,9,0,0,144,6,208,24,0,0 -,72,35,10,0,0,1,0,1,4,0,0,4,251,0,4,192,0,2,129,32,0,0,12,0,1,48,16,0 -,0,1,0,0,24,0,0,1,96,0,0,4,4,0,0,48,0,0,4,0,6,2,0,7,48,0,0,6,192,64,0 -,2,1,0,1,128,129,0,1,6,192,0,2,3,0,6,176,250,96,1,48,128,1,192,0,2, -128,88,16,0,2,32,144,5,0,4,96,0,0,11,96,0,0,48,128,0,6,64,0,6,96,0,0, -32,0,0,6,192,128,16,196,0,0,96,0,0,12,128,0,0,60,0,0,6,192,0,0,30,0,0 -,1,90,0,3,44,0,0,16,249,164,40,16,132,0,0,192,0,2,32,40,4,0,1,68,16, -128,34,2,0,2,32,100,0,0,133,48,0,0,48,0,7,20,0,6,34,0,0,16,10,70,193, -2,136,64,8,2,34,128,144,9,53,8,22,200,32,90,4,19,40,0,0,32,4,0,0,20,0 -,0,99,249,204,8,0,1,6,193,2,64,0,0,16,48,0,0,44,0,0,8,48,4,3,0,0,4,88 -,4,32,1,1,10,128,73,0,0,4,0,14,144,65,176,64,32,194,4,72,4,16,98,36, -140,136,5,129,0,0,70,128,8,64,0,0,19,50,4,0,0,2,0,0,24,0,0,1,255,0,0, -129,12,144,7,240,64,6,208,128,72,0,0,15,100,64,12,0,0,4,48,32,30,192, -0,0,24,32,8,224,1,12,0,15,224,1,60,128,1,176,128,30,192,0,0,24,0,0,3, -224,1,60,160,1,114,64,30,208,1,64,16,15,0,1,36,0,0,96,255,72,65,32,16 -,6,0,0,64,24,0,1,48,0,0,12,0,0,64,32,0,0,5,192,32,24,0,1,98,32,10,128 -,1,48,0,15,128,1,48,16,6,132,0,0,24,8,0,0,96,0,0,12,128,1,0,2,196,0,1 -,8,3,64,16,0,2,32,0,0,201,254,128,0,0,24,2,6,0,1,24,144,136,64,0,0,76 -,144,17,8,4,2,192,8,24,132,16,96,1,8,128,1,48,16,0,14,128,1,184,0,1, -32,4,153,0,0,34,100,36,12,136,41,176,16,64,32,66,24,129,16,36,0,1,4,0 -,0,16,0,0,144,255,32,9,36,65,32,88,16,0,0,64,144,8,0,0,13,160,8,5,33, -36,144,136,26,64,16,12,36,1,0,0,8,6,0,16,4,182,128,0,0,80,16,2,97,0,0 -,8,0,0,32,160,1,0,0,144,6,208,2,0,0,66,35,74,64,13,32,0,0,36,0,0,88, -255,128,128,16,0,1,128,0,2,1,0,1,12,0,1,48,0,0,2,193,0,0,24,0,0,1,0,5 -,8,0,16,48,8,0,0,128,0,6,136,1,0,1,6,192,64,0,1,3,32,0,3,16,0,0,224, -253,96,1,48,160,1,64,0,3,96,0,0,12,128,0,0,1,128,5,192,0,0,24,0,1,26, -0,0,3,96,0,9,16,0,6,104,0,0,48,8,0,0,194,64,8,208,0,2,3,0,1,60,0,0,6, -194,0,0,6,0,0,3,90,0,0,15,128,1,44,0,0,248,254,164,40,48,130,0,0,128, -0,2,136,96,0,0,12,0,0,9,16,193,34,194,40,24,0,0,16,104,34,1,32,0,0, -128,16,4,0,5,16,2,0,5,40,0,0,48,2,32,0,0,8,16,65,0,0,96,34,1,0,1,52,0 -,0,38,64,64,2,0,0,18,40,0,0,33,2,64,20,0,0,50,250,76,1,48,2,22,65,0,2 -,136,0,0,17,64,128,1,48,2,3,192,0,1,16,16,32,17,140,144,81,128,8,2,0, -5,16,1,0,5,136,5,177,64,38,196,4,0,0,17,11,0,0,36,12,0,0,136,176,0,0, -70,64,36,152,0,0,34,48,0,0,12,130,133,24,0,0,112,248,0,0,1,12,144,7, -176,0,1,192,0,0,24,0,0,3,228,65,60,32,4,240,128,6,192,0,0,90,0,0,15, -224,1,12,0,0,7,0,5,144,3,0,5,232,1,12,128,7,240,128,30,192,131,120,0, -0,15,100,0,0,60,160,1,242,0,0,30,196,3,33,0,0,15,224,1,36,0,0,8,254, -72,1,48,32,6,64,0,4,16,12,132,1,32,0,0,3,192,0,0,24,4,0,0,97,16,12, -128,1,0,0,136,5,0,5,208,2,0,5,136,1,32,16,0,0,192,0,0,8,0,0,3,96,0,0, -12,0,1,49,0,1,2,0,0,24,0,1,32,0,1,2,0,0,16,0,0,161,254,0,0,1,176,0,0, -6,128,0,2,160,0,1,140,128,133,16,33,4,192,20,88,0,1,64,2,13,128,1,32, -2,4,0,5,8,2,0,5,132,1,144,0,0,134,192,64,152,32,3,96,36,12,0,0,8,48, -10,64,192,40,24,0,0,3,36,0,0,45,128,137,32,0,0,144,254,0,29,4,0,6,2,0 -,6,8,1,0,4,128,0,14,66,2,0,3,136,251,32,0,0,4,128,0,0,16,0,0,2,64,0,0 -,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,1,32,0,0,4,0,7,16,0,6, -40,0,1,128,0,2,2,0,1,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,1, -32,0,0,4,0,0,192,251,0,74,152,255,36,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,129,40,0,0,4,0,17,4,193, -0,0,16,66,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0, -4,0,0,209,249,12,4,0,15,8,0,6,4,0,1,10,0,15,4,0,2,33,0,5,2,0,10,1,0,0 -,66,0,2,11,253,0,0,64,0,4,2,0,37,64,0,4,2,0,1,8,0,4,128,0,3,64,0,1,32 -,0,2,1,0,0,120,254,8,128,0,2,2,32,0,2,1,32,0,1,128,0,2,2,0,3,1,16,0,1 -,128,0,0,16,0,44,146,253,0,0,4,4,193,16,16,4,2,64,8,8,1,129,40,4,4, -162,16,16,66,66,72,8,8,4,0,0,36,4,128,0,16,40,4,34,160,16,0,0,2,64,32 -,10,0,0,1,32,16,5,193,0,0,16,132,130,96,0,1,10,129,8,0,0,132,16,152, -249,0,74,152,255,0,19,64,0,53,152,251,0,1,1,0,3,16,0,3,8,0,2,4,0,0,4, -0,2,8,32,0,26,2,0,2,64,0,2,32,0,2,129,0,10,168,249,0,7,4,0,5,1,0,5,8, -4,0,26,32,0,0,2,0,1,33,0,0,2,0,2,4,0,0,1,1,64,0,8,255,0,11,4,4,0,17,1 -,0,2,1,0,1,128,0,2,128,0,13,4,129,0,2,4,0,2,2,0,6,136,252,0,7,8,0,5, -32,64,0,1,64,0,5,8,0,26,2,4,0,2,1,0,1,2,0,3,128,0,6,228,253,64,64,0,0 -,136,0,0,68,0,0,2,16,0,0,32,0,1,8,0,0,17,0,8,1,0,0,32,16,0,16,64,0,4, -2,0,8,4,0,0,32,8,64,0,2,4,128,64,16,8,112,254,32,0,1,32,0,3,4,0,3,2,0 -,6,16,0,1,64,4,0,0,128,0,22,32,0,2,32,0,3,16,0,1,64,0,10,88,251,96, -128,0,0,48,1,34,0,0,132,26,0,0,80,1,40,12,128,8,0,1,128,22,0,0,16,80, -0,0,64,67,1,128,169,0,16,168,0,0,5,0,0,128,130,4,0,1,8,0,0,40,0,1,164 -,0,0,1,16,64,4,128,0,1,12,2,64,168,168,21,192,254,128,64,0,0,32,132, -144,2,24,4,0,1,20,96,128,32,0,0,8,128,0,0,128,10,4,145,0,2,2,32,20,40 -,0,15,1,0,0,8,0,1,48,8,0,0,128,40,8,4,1,0,0,129,42,2,65,4,72,0,2,16, -172,9,65,37,168,128,249,128,64,0,4,8,16,0,1,16,0,0,128,0,1,32,0,2,2, -16,1,2,0,1,2,0,0,16,8,0,17,32,0,1,128,8,0,1,65,0,0,4,0,2,32,1,20,0,0, -2,0,2,64,1,0,0,64,0,0,8,176,255,0,3,1,66,0,0,16,0,6,1,0,1,4,0,8,1,0, -15,32,0,4,32,0,3,16,0,0,2,0,10,4,130,0,0,16,128,200,249,0,33,8,0,6,4, -0,1,32,0,1,128,0,25,240,251,0,14,128,0,14,8,0,1,32,0,3,4,0,1,8,0,19,2 -,0,10,216,251,0,3,8,0,14,64,4,0,24,128,0,1,16,0,5,17,0,0,2,0,3,1,0,2, -128,0,0,16,0,3,96,255,0,4,56,0,3,16,0,0,8,0,1,64,0,1,16,0,3,1,0,3,2,0 -,20,2,0,0,64,0,0,4,0,1,16,32,0,15,80,253,0,63,2,0,9,152,253,0,6,4,0, -36,128,0,2,1,0,1,2,0,4,128,0,15,16,248,0,2,64,0,9,64,0,31,2,0,4,8,0, -20,120,251,0,30,64,0,2,64,0,2,32,0,2,32,0,30,216,253,0,1,40,4,0,9,1,0 -,8,1,0,26,16,0,8,12,0,0,64,0,7,2,0,0,200,255,0,1,68,0,3,8,0,1,64,0,0, -4,32,129,0,1,8,0,0,16,0,2,16,0,24,16,16,0,0,4,0,9,4,0,10,40,249,0,1, -16,0,9,2,0,1,8,0,8,2,0,3,16,0,2,16,0,2,8,0,2,8,0,1,128,0,0,8,0,4,128, -0,3,64,0,6,4,0,2,2,0,3,252,0,13,32,4,0,29,32,0,1,128,128,0,1,64,0,0, -48,0,0,1,0,3,128,0,4,2,0,3,32,0,0,208,255,0,2,32,0,43,32,0,11,32,0,3, -80,0,7,232,253,0,3,4,0,1,16,0,18,1,32,0,15,32,0,1,192,2,0,6,8,0,4,128 -,0,2,2,8,0,0,8,0,3,216,249,0,1,4,0,16,8,0,30,2,0,21,88,253,0,2,8,0,16 -,2,6,192,0,23,4,0,3,8,0,13,128,0,5,112,251,0,14,4,0,30,4,0,13,1,0,11, -136,251,0,2,64,0,42,8,0,26,88,255,0,7,8,0,1,8,0,0,8,0,1,32,0,12,16,0, -1,64,0,3,8,0,1,32,0,8,1,0,10,32,0,2,8,0,1,32,0,3,120,252,0,4,128,0,40 -,32,0,10,128,0,6,1,0,6,220,248,0,0,1,0,0,8,0,11,16,0,4,128,0,2,32,0, -24,4,0,9,16,0,10,186,251,0,7,64,0,3,64,0,1,16,0,3,128,0,29,16,0,4,4,0 -,4,64,8,0,2,32,0,1,128,0,1,56,255,0,1,64,0,6,128,0,0,2,0,1,8,0,11,64, -0,1,128,0,2,128,0,2,64,0,2,64,0,2,8,0,4,16,0,7,128,8,0,10,120,248,0, -11,16,0,15,128,0,2,2,0,2,64,0,2,1,0,11,64,0,2,1,32,0,14,48,250,0,4, -129,0,0,8,0,4,128,0,1,128,0,0,66,0,0,8,0,1,2,16,0,0,34,0,1,8,0,14,128 -,0,0,4,0,0,2,18,0,4,8,0,2,16,8,0,0,4,16,0,2,8,0,0,4,8,0,0,4,0,0,80, -249,0,1,16,0,1,4,128,0,14,1,0,3,128,0,5,4,16,0,5,1,64,8,0,0,64,0,0,8, -0,6,16,4,0,12,130,0,0,16,8,26,253,0,1,164,0,0,160,38,128,4,0,0,6,192, -10,40,64,64,16,0,0,1,98,0,0,4,64,80,1,42,0,0,68,0,0,97,21,0,3,4,64,0, -5,2,32,16,64,40,9,32,1,34,0,0,80,0,0,80,0,0,96,1,0,0,5,8,16,0,0,2,64, -208,2,0,0,16,0,0,66,45,5,12,32,160,248,0,1,32,132,42,1,40,64,4,34,34, -170,10,136,9,0,0,208,8,64,33,0,1,93,32,0,0,205,2,65,16,40,0,2,8,4,64, -32,0,3,4,2,32,0,1,116,0,0,1,0,0,65,49,100,5,160,48,66,129,129,0,1,1, -194,68,17,136,0,1,2,0,0,5,0,0,4,165,36,32,255,0,3,130,0,0,32,0,0,4,0, -0,32,0,1,64,0,3,64,32,0,1,1,32,0,0,8,2,64,16,8,0,2,16,2,128,16,0,3,8, -2,8,0,1,64,0,2,65,64,0,0,4,128,16,0,1,128,0,2,1,64,0,0,8,0,3,4,0,3,48 -,254,0,1,4,32,0,3,64,0,1,16,2,128,0,7,128,0,1,1,32,0,18,128,0,3,32,0, -5,2,0,3,1,128,0,7,16,8,120,249,16,0,46,64,0,6,1,0,9,1,2,0,1,128,0,2, -52,250,34,0,23,8,0,17,128,0,11,32,0,0,4,0,6,64,0,5,128,48,249,2,4,0,4 -,72,0,4,1,36,16,0,0,16,128,0,0,16,128,0,23,32,0,0,4,1,0,0,64,8,0,1,1, -0,5,2,0,10,128,32,248,0,2,132,0,10,8,0,9,16,0,22,64,0,10,8,1,0,3,64,8 -,0,4,200,251,2,0,11,64,0,47,16,0,10,128,52,252,0,30,32,64,0,1,32,64,0 -,1,16,32,0,1,16,32,0,22,1,0,1,4,0,2,136,250,0,30,4,0,1,16,0,3,2,0,1,8 -,0,15,4,0,8,1,0,4,240,249,0,1,8,0,9,2,0,1,12,0,13,4,0,1,16,0,3,2,0,0, -32,0,5,8,0,4,128,0,3,64,0,6,8,0,1,32,0,3,128,250,128,0,2,2,0,3,1,32,0 -,1,128,0,2,2,0,0,32,0,0,8,1,0,1,18,128,0,0,16,0,15,64,0,4,32,0,8,128, -0,4,128,16,0,5,192,254,0,1,16,0,0,8,0,1,64,0,1,8,8,0,0,1,0,3,128,2,16 -,0,0,64,2,0,2,2,4,0,17,4,0,2,1,0,0,16,0,0,128,0,1,16,2,36,8,17,0,1,2, -6,4,0,1,16,0,0,2,0,1,120,255,0,46,16,0,2,144,0,0,4,0,3,32,0,0,8,0,3,4 -,0,1,1,0,0,1,0,3,48,253,0,33,2,0,14,4,0,23,216,253,0,1,53,128,6,0,3,8 -,8,0,1,8,0,0,4,8,0,2,64,32,0,0,8,1,1,129,49,52,0,20,208,40,130,64,0,0 -,8,0,5,128,0,2,1,0,0,8,0,2,16,0,1,152,254,0,1,48,0,0,6,0,3,128,0,12, -64,16,0,2,48,0,20,192,0,0,8,4,0,11,16,0,5,1,16,104,249,224,1,12,0,0,6 -,2,0,1,192,0,2,15,0,1,16,8,0,2,6,0,1,24,32,0,0,228,129,0,0,16,0,19, -192,0,1,4,0,1,16,0,3,128,7,0,1,6,0,2,16,0,0,96,0,0,60,8,144,248,160, -69,4,0,0,6,0,2,64,0,1,36,13,2,0,5,2,0,1,72,0,1,32,8,176,0,20,192,40,0 -,1,80,0,5,128,6,1,0,0,2,0,2,1,0,0,32,0,0,52,2,24,253,0,0,132,0,0,16, -70,0,3,35,4,1,32,4,0,1,9,0,2,24,0,1,32,0,0,128,0,1,48,18,0,19,192,34, -64,4,3,0,0,17,0,4,32,8,0,0,88,4,0,1,16,0,0,128,137,0,0,6,240,248,224, -1,8,128,7,4,0,1,192,3,120,64,15,0,1,12,0,3,30,16,0,0,16,16,11,232,1, -60,0,20,240,0,0,6,192,0,0,121,0,4,128,7,0,1,30,0,1,24,0,1,224,1,60,0, -0,64,254,0,0,64,48,0,5,3,0,2,2,0,1,8,0,2,24,0,1,104,32,0,2,48,0,20, -192,32,0,0,4,0,0,1,16,0,5,1,0,0,24,0,2,16,0,0,128,1,0,1,128,248,128,1 -,48,8,166,0,3,3,0,0,66,140,0,1,128,0,3,24,0,1,96,1,0,0,132,1,176,64,0 -,19,128,8,4,1,32,0,0,2,0,4,6,0,1,24,0,1,96,0,1,128,1,48,8,72,251,0,0, -48,4,128,6,0,7,8,0,0,128,64,0,0,16,0,0,64,32,0,0,104,0,0,1,0,23,80,0, -0,2,5,0,0,104,0,5,128,0,2,1,0,0,8,0,2,16,0,1,32,253,0,3,6,0,17,96,0, -25,128,0,0,8,0,1,96,0,9,16,0,0,64,16,0,0,4,0,0,1,16,184,253,96,0,0,12 -,0,8,15,0,1,12,0,2,32,6,0,1,96,0,25,176,0,1,4,0,0,96,0,4,128,7,0,1,6, -0,1,24,32,15,98,0,0,60,0,0,72,250,40,0,0,4,0,8,45,2,0,0,4,0,3,2,0,1, -96,0,0,76,1,0,22,80,0,1,1,0,0,96,0,4,128,22,1,0,0,2,0,1,72,1,13,32,0, -0,52,10,129,253,128,65,176,0,0,16,0,6,32,4,0,0,48,8,0,1,34,24,0,2,36, -64,4,0,22,96,8,1,4,0,7,32,8,0,0,24,0,1,32,4,128,129,1,0,0,6,203,253, -224,1,56,136,1,2,0,5,15,0,1,60,0,1,48,0,0,30,4,0,0,24,0,0,3,0,23,128, -0,0,6,0,1,24,16,0,3,128,7,0,1,30,4,0,0,16,16,15,224,65,60,0,0,112,253 -,132,1,48,0,9,2,0,0,48,0,1,192,32,24,0,28,128,0,1,4,0,0,96,32,0,5,1,0 -,0,24,0,1,104,0,1,128,1,0,0,8,138,249,128,1,48,0,1,2,0,5,44,0,1,48,0, -2,4,24,0,3,32,16,0,22,64,32,64,0,1,96,4,0,4,70,0,1,24,0,1,96,33,76, -129,1,48,0,0,32,249,0,1,5,128,0,1,2,27,64,3,0,2,168,1,0,4,130,0,1,8,0 -,0,1,0,19,16,0,1,64,16,0,3,8,0,5,128,0,0,8,130,72,1,104,0,2,16,0,0,1, -224,248,0,8,3,0,2,128,1,0,5,4,0,24,1,0,1,4,0,12,128,0,1,2,96,0,1,4,0, -0,1,16,232,252,224,1,12,0,0,6,48,0,0,30,0,0,3,0,1,15,128,1,0,5,4,0,1, -16,0,0,4,0,17,96,0,1,128,1,176,0,4,32,0,3,128,7,48,0,1,196,130,96,0,0 -,15,98,0,0,12,0,0,232,249,164,81,4,0,0,64,24,0,0,90,4,3,0,1,13,128,1, -0,4,128,0,2,1,0,19,32,0,1,128,0,0,80,0,4,4,0,3,128,22,24,0,0,64,64,17 -,96,0,0,141,32,0,0,4,0,0,186,253,12,132,48,1,0,0,192,8,129,4,8,0,1,44 -,4,128,0,4,64,4,0,1,16,128,0,18,128,1,0,1,70,96,8,1,0,1,96,130,0,4,32 -,200,2,0,0,128,1,0,0,33,128,129,17,48,1,120,248,224,1,56,136,1,241,0, -0,28,192,0,0,1,0,0,15,96,0,5,6,0,1,24,0,0,3,8,0,17,224,129,0,0,128,7, -130,0,3,120,0,4,128,7,240,64,6,68,2,24,0,0,15,224,65,60,8,248,253,8, -64,48,0,1,194,0,0,2,4,0,2,12,130,1,0,5,4,0,1,16,0,19,128,1,0,1,6,128, -0,11,193,0,1,128,2,0,2,128,1,48,0,0,217,251,128,9,48,0,0,32,192,0,0, -24,0,3,76,128,1,2,0,3,8,0,1,96,0,0,12,4,0,17,128,1,0,1,6,64,34,0,2,96 -,18,0,4,22,192,0,0,8,4,1,0,1,12,130,1,48,0,0,120,250,0,1,37,144,0,1,2 -,91,4,0,0,104,0,0,64,164,0,1,128,0,2,64,96,0,0,8,68,0,0,160,1,0,17,16 -,20,16,0,0,16,0,0,10,0,1,8,0,0,13,0,3,128,0,0,8,0,0,65,2,8,4,0,1,16,0 -,0,1,220,255,0,1,16,0,3,24,0,5,1,0,10,128,1,0,18,33,0,3,16,0,3,12,0,5 -,128,0,0,16,1,0,0,32,0,0,4,0,0,1,16,184,248,224,129,44,0,1,48,0,0,24, -0,2,16,3,96,1,0,0,128,1,0,1,6,0,1,96,0,1,128,1,0,16,96,0,0,28,0,1,176 -,0,0,22,0,2,16,12,0,2,128,7,48,0,0,6,192,130,96,64,15,98,0,0,12,0,0, -120,252,168,17,20,0,0,64,24,0,0,24,8,0,1,4,1,160,0,1,128,0,2,2,0,0,80 -,64,32,0,0,128,1,0,16,32,0,0,36,0,1,80,0,0,10,0,3,12,0,2,128,38,17,0, -0,2,64,17,64,2,45,32,0,0,4,0,0,3,255,0,0,132,32,0,1,196,2,88,32,0,1, -34,140,208,0,2,38,2,0,0,24,4,0,4,68,0,16,128,5,16,0,1,96,8,77,0,2,17, -128,0,3,32,200,2,24,129,1,0,0,4,128,129,5,48,9,169,250,224,1,24,128,7 -,240,32,30,0,1,24,0,0,15,0,0,129,0,0,128,7,0,1,30,192,0,0,25,16,0,0, -96,0,17,224,65,44,0,1,128,0,0,18,8,0,0,24,0,0,3,8,0,1,128,7,240,32,30 -,68,2,24,16,15,224,65,60,0,0,128,253,4,0,0,32,0,1,194,0,0,24,16,0,2, -12,0,0,1,0,1,6,0,1,24,0,0,3,0,21,128,1,16,0,1,128,0,0,16,0,1,96,16,0, -5,193,0,0,24,128,1,0,2,128,1,48,0,0,65,255,128,65,16,0,0,32,192,0,0, -16,1,0,1,10,12,128,80,0,1,6,0,1,24,0,0,16,2,34,0,19,128,1,36,0,1,64, -40,8,5,0,1,2,0,4,38,192,0,0,24,0,0,2,0,0,36,44,130,1,48,0,0,176,249,0 -,0,48,4,0,2,2,27,64,3,8,0,0,64,36,0,0,128,192,6,16,0,0,2,97,33,8,0,2, -8,4,0,15,32,80,4,0,1,16,0,0,2,64,3,104,0,0,1,0,0,16,4,0,0,64,0,0,8,0, -0,65,0,0,8,0,0,64,0,0,32,0,0,1,88,253,0,6,24,0,0,3,0,7,2,0,2,2,1,0,2, -64,0,31,1,0,1,4,128,0,0,16,0,3,4,0,1,16,72,249,96,0,0,12,0,1,48,0,0, -24,0,3,3,96,1,12,0,2,32,0,2,2,0,1,224,1,0,16,128,64,0,2,176,0,0,22,0, -0,3,96,32,0,0,96,0,1,128,1,48,0,0,6,0,2,64,3,224,65,12,0,1,248,44,0,0 -,4,0,1,16,0,0,88,4,0,2,1,160,0,0,4,0,0,32,4,0,0,128,16,8,0,0,32,0,0, -32,40,0,0,18,0,15,4,0,2,80,0,0,10,0,0,35,1,1,0,0,160,145,0,0,133,0,0, -16,0,0,2,0,2,2,1,160,5,4,0,0,193,251,132,17,50,0,1,192,4,0,1,16,97,0, -0,76,192,0,0,48,4,34,0,0,34,0,1,33,2,1,0,1,136,48,0,16,4,0,0,65,0,0, -96,8,77,0,0,19,1,0,0,32,0,0,136,0,0,32,70,193,4,152,0,0,8,0,0,130,44, -2,8,178,8,43,252,224,1,56,8,0,0,240,32,6,200,0,0,120,64,15,2,129,60, -128,7,242,0,0,6,196,3,120,32,0,0,64,0,0,12,32,0,14,96,64,12,0,1,128,0 -,0,18,200,3,24,16,3,68,0,0,12,128,7,240,32,30,196,128,120,0,0,15,224, -1,60,0,0,88,250,132,1,48,0,1,192,0,0,24,0,3,12,0,0,65,48,0,0,2,0,0,32 -,0,2,96,64,0,21,48,0,1,128,32,16,4,3,0,0,32,12,32,0,0,48,0,0,6,192,0, -0,24,0,0,3,96,0,0,12,0,1,48,0,0,74,252,128,1,48,0,1,192,0,1,5,16,2,65 -,12,128,16,48,0,0,4,4,4,8,4,3,98,0,1,32,4,2,5,0,15,80,48,34,0,0,64,8, -8,1,83,96,4,140,36,40,128,16,6,192,0,0,24,0,0,163,96,32,12,128,65,48, -0,0,112,251,0,1,5,0,1,16,32,26,64,0,2,64,36,0,0,128,192,34,68,2,65,96 -,0,0,40,0,0,129,161,8,4,0,16,16,0,0,128,6,144,8,3,0,1,32,4,1,160,1,4, -0,0,64,80,2,0,0,1,0,0,40,0,0,64,0,0,32,0,0,1,56,255,0,6,24,0,8,4,128, -0,3,64,0,0,12,128,129,0,18,1,0,0,6,64,0,3,64,64,0,5,4,128,0,0,16,0,0, -64,0,1,4,0,1,16,24,252,224,1,12,0,2,32,24,4,0,2,3,96,1,12,0,1,176,0,0 -,6,0,0,3,89,0,1,128,1,12,0,15,96,0,3,176,0,0,22,0,1,88,32,0,0,224,65, -0,0,128,1,112,32,6,0,1,88,0,0,3,224,65,12,0,0,184,251,168,73,4,0,3,24 -,0,0,8,4,0,0,1,160,0,0,4,0,0,32,82,0,0,3,0,0,3,40,0,0,64,129,41,4,0, -15,32,0,3,80,0,0,10,0,1,40,4,128,168,5,0,0,128,0,0,16,4,2,0,1,40,0,0, -1,160,1,4,0,0,113,254,0,0,132,48,9,0,1,4,152,32,8,1,0,0,76,194,0,0,48 -,9,194,96,0,0,24,1,0,0,50,4,140,128,1,48,17,0,14,128,9,0,2,162,0,0,76 -,0,1,48,0,0,32,0,0,4,0,0,65,38,1,4,153,8,0,0,48,1,76,0,0,8,50,66,67, -255,224,1,56,0,1,48,64,30,192,3,0,1,15,0,0,129,60,128,7,128,0,0,30, -196,3,64,16,11,98,128,60,0,15,224,65,0,0,128,1,128,0,0,18,8,0,0,64,0, -0,3,200,129,12,128,7,160,0,0,30,0,1,64,16,15,232,1,60,0,0,64,255,4,64 -,48,0,2,128,24,0,1,1,0,0,12,0,0,65,48,0,1,160,0,0,24,0,0,131,64,16,4, -128,1,48,0,15,128,1,0,2,130,0,0,16,4,0,0,80,0,1,4,0,0,48,0,0,6,192,64 -,24,0,1,64,16,12,0,1,48,0,0,138,249,128,17,48,0,1,64,4,0,0,16,0,2,12, -128,4,48,0,0,6,68,0,0,24,0,0,35,32,1,8,200,9,49,0,15,128,1,0,1,16,128 -,0,0,72,0,1,32,0,0,140,128,5,49,18,6,192,0,0,24,0,1,32,1,12,128,69,48 -,0,0,64,249,16,48,20,66,0,0,16,8,3,0,1,8,0,1,40,0,0,128,192,66,0,0,2, -65,96,11,10,0,0,1,32,33,4,0,16,16,176,144,0,0,208,0,0,2,64,131,0,0,4, -1,32,0,1,2,64,16,2,2,0,1,8,0,0,64,0,0,32,0,1,160,253,0,1,48,0,13,4,2, -0,2,3,0,2,128,1,48,0,17,1,0,1,192,0,2,3,0,0,64,0,3,32,0,0,4,64,0,0,8, -0,3,4,0,1,16,144,255,96,0,0,12,0,3,30,0,2,16,15,96,1,12,0,0,6,178,0,0 -,6,0,0,2,89,0,2,1,48,16,0,14,96,0,0,60,160,7,192,0,0,22,0,0,3,88,32,0 -,2,12,128,1,0,2,4,0,0,88,0,0,3,224,1,12,0,0,48,252,44,0,0,20,10,0,1, -34,26,0,2,2,77,162,0,0,4,0,0,6,80,0,0,3,0,0,1,40,0,1,128,5,50,1,0,14, -32,0,0,4,129,6,192,130,10,0,0,35,44,4,64,8,0,0,4,133,0,1,34,128,0,1, -40,0,0,1,160,1,4,0,0,161,253,132,73,32,16,0,1,4,88,0,2,1,32,196,0,0, -176,8,2,104,0,0,88,4,19,49,4,44,144,137,48,2,0,14,128,69,0,1,6,194,8, -76,0,0,3,50,0,0,64,4,4,2,32,6,1,4,128,0,1,48,1,76,130,9,2,6,83,254, -232,1,12,0,1,176,32,28,8,0,0,120,64,15,0,0,129,60,128,7,128,0,0,30, -192,0,0,64,16,15,224,1,12,32,0,14,224,1,60,0,0,7,240,32,18,200,3,64,0 -,0,3,96,0,0,8,128,7,176,32,6,4,0,0,64,16,15,224,1,12,0,0,200,250,128, -1,48,8,0,1,32,24,4,0,4,65,48,0,0,6,161,0,0,24,0,0,2,66,16,0,0,128,1,1 -,32,0,14,128,1,0,1,6,193,0,0,16,4,3,80,0,0,12,128,1,0,1,6,0,0,32,0,0, -4,0,0,64,16,12,128,1,48,0,0,90,250,144,1,32,1,0,1,8,24,0,2,66,140,130 -,0,0,48,0,0,70,64,0,0,24,128,32,32,0,0,64,129,8,0,0,1,0,14,128,1,48,0 -,0,6,0,0,34,8,0,0,81,32,0,0,64,129,17,177,16,6,0,0,8,8,1,0,0,32,0,0, -12,128,81,176,8,152,255,0,0,48,4,128,0,0,80,136,2,64,0,0,8,8,64,36,1, -128,192,0,0,128,2,65,96,16,72,36,129,164,73,52,0,16,16,4,128,0,0,208, -0,0,82,0,0,32,64,4,13,32,0,0,52,10,64,16,34,0,0,65,3,72,33,0,1,32,0,1 -,160,250,0,12,128,128,0,2,64,0,2,3,34,0,1,128,1,0,18,1,0,1,192,0,0,8, -8,0,0,34,64,12,0,1,48,0,1,4,0,1,16,3,32,0,1,4,0,1,16,56,255,96,0,0,12 -,0,1,114,32,0,1,3,0,0,32,3,96,1,12,0,0,6,178,0,0,6,0,0,3,88,0,1,128,1 -,48,0,15,96,0,0,12,0,1,192,0,0,22,192,0,0,88,32,12,0,1,48,128,1,0,0, -32,6,0,0,3,88,0,0,15,224,65,60,8,24,249,36,0,0,4,0,0,32,16,2,0,0,32,3 -,0,1,1,160,0,0,4,0,0,6,80,0,0,3,0,0,83,40,0,1,132,17,2,16,0,14,32,0,0 -,4,0,0,64,194,64,10,64,80,40,4,12,0,1,48,194,0,2,2,0,0,3,40,0,0,141, -168,17,180,0,0,18,254,140,81,176,8,0,1,66,24,0,0,32,33,4,44,66,1,48, -10,64,100,0,0,24,5,18,48,0,0,128,128,1,1,0,15,128,81,48,17,0,1,8,21,0 -,1,48,0,0,44,136,5,49,32,38,2,4,152,4,11,48,0,0,128,1,8,2,6,120,253, -224,1,56,128,1,162,0,0,30,208,0,0,24,64,15,0,0,1,60,128,7,128,0,0,30, -192,0,0,33,0,0,3,232,1,12,16,0,14,224,1,60,128,1,52,0,0,18,128,3,65,0 -,0,15,224,1,60,128,7,48,64,30,192,3,33,0,0,15,224,1,60,0,0,240,251, -136,1,48,0,1,194,0,1,8,0,2,12,0,0,1,48,0,0,6,97,0,0,24,0,0,2,32,0,0,8 -,130,1,0,16,128,1,48,0,1,194,0,0,16,0,1,49,0,1,128,1,48,0,0,6,0,1,24, -0,1,32,0,5,33,251,128,1,48,0,0,70,192,20,152,0,0,8,4,32,12,0,0,1,48,0 -,0,22,128,0,0,24,0,0,1,34,0,1,128,40,48,64,0,14,128,1,48,0,0,70,0,0, -36,16,0,0,32,64,0,0,32,144,1,16,5,6,64,16,24,0,0,8,36,0,0,140,130,73, -48,9,224,249,0,7,4,0,14,18,0,33,16,1,0,7,18,0,4,200,255,32,0,0,4,128, -0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -0,1,4,0,15,32,0,1,128,0,0,16,0,0,2,64,0,0,8,0,0,1,0,1,4,128,0,0,16,0, -0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,248,255,0,74,152,255,40,0,0,4,128,0,0 -,16,0,1,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0,6,0, -15,32,0,0,4,144,0,0,16,0,0,2,64,0,0,8,0,0,1,0,0,8,6,128,0,0,16,0,0,2, -64,0,2,1,32,0,0,4,0,0,17,254,0,2,34,0,1,2,0,0,2,0,4,132,0,3,2,0,3,2,0 -,1,16,1,0,19,64,2,8,0,1,32,2,130,0,1,8,2,34,0,1,132,0,3,2,0,4,27,255, -0,2,128,0,1,64,0,2,8,0,7,64,0,0,64,0,1,16,1,0,24,128,0,4,1,0,10,16,0, -4,64,251,4,0,0,1,0,2,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,1,128,0,0,16,0 -,1,64,0,25,64,0,18,4,0,1,16,138,248,32,4,0,0,133,0,1,2,64,64,8,8,0,0, -33,32,4,132,128,16,2,2,66,64,0,1,1,1,0,0,128,132,16,0,14,32,0,0,134, -16,0,0,24,4,130,8,0,0,4,128,1,0,1,2,192,0,0,8,0,0,3,96,16,1,128,65,32 -,0,0,6,1,32,255,0,3,16,0,21,4,0,25,8,0,4,129,0,13,80,251,0,27,1,0,25, -2,0,4,32,0,12,184,254,32,0,5,1,0,7,64,0,2,1,32,0,23,128,0,2,34,0,4,32 -,0,6,64,0,0,8,0,0,64,0,5,168,250,0,3,4,0,1,16,0,0,2,0,1,4,8,0,32,1,0, -1,4,0,4,64,0,2,1,0,1,4,128,0,0,16,0,1,64,0,2,1,0,0,56,252,0,3,1,0,19, -1,0,48,152,255,0,9,8,0,9,64,0,2,1,32,0,0,4,0,23,64,0,2,1,32,0,0,4,0, -13,32,251,0,2,8,2,1,32,0,0,4,1,16,0,1,128,0,1,8,0,31,2,0,4,32,0,1,2,0 -,2,4,0,0,128,0,1,1,0,2,2,0,2,57,255,0,5,128,0,7,1,0,8,4,2,0,37,2,0,8, -8,250,0,2,16,3,3,192,0,0,136,0,0,16,16,0,0,64,0,0,1,16,0,0,64,0,5,5,8 -,40,0,0,8,0,18,1,64,0,0,128,2,0,0,208,0,1,4,0,2,1,0,0,64,3,128,1,0,1, -64,5,0,2,200,248,0,2,129,0,1,20,136,0,0,160,8,0,1,160,32,0,0,8,64,1,2 -,8,128,160,0,0,180,21,0,0,1,0,16,128,0,0,4,128,74,10,0,0,128,64,4,32, -16,68,0,3,1,128,64,34,0,0,160,0,1,64,0,3,64,255,0,6,2,0,0,128,0,2,128 -,0,1,8,0,0,1,0,0,8,0,0,128,0,0,16,4,0,18,64,0,2,1,0,4,32,32,4,0,8,128 -,0,6,56,253,0,5,128,0,7,1,0,9,128,0,35,128,0,10,17,255,0,54,1,0,2,128 -,0,0,16,0,13,255,0,1,128,0,23,4,0,25,8,0,3,4,128,0,13,152,251,0,4,128 -,2,0,14,64,0,2,32,0,21,1,0,7,4,0,15,112,254,16,0,8,32,0,3,4,0,0,8,0,5 -,1,4,128,0,18,2,0,12,2,128,0,1,32,32,0,4,32,0,2,188,250,2,0,8,64,0,37 -,4,0,6,8,0,1,32,0,12,128,88,253,0,74,152,255,16,0,73,204,251,0,73,128 -,16,255,0,3,8,0,16,2,0,25,2,0,8,32,0,7,32,0,5,16,255,0,5,128,0,13,8, -64,144,0,50,216,250,0,74,152,255,0,16,4,0,9,32,0,17,32,0,26,248,255,0 -,57,16,0,8,4,0,5,200,254,0,51,16,0,21,136,254,0,27,128,16,0,20,64,0,2 -,32,0,12,1,1,0,1,4,0,0,224,248,0,4,128,0,1,40,0,8,128,0,3,64,0,50,16, -249,0,1,8,0,6,128,0,10,4,0,1,16,64,0,0,8,0,17,8,0,26,8,254,0,2,128,0, -0,8,0,21,2,0,18,64,0,5,4,0,4,64,0,12,152,253,0,7,8,0,3,128,0,13,16,0, -17,128,8,0,8,3,64,0,14,128,249,0,3,3,0,3,1,16,32,0,4,128,2,0,3,1,0,0, -2,0,0,128,0,0,16,0,18,2,0,3,1,0,1,4,128,0,7,2,0,6,248,250,0,4,2,0,0,4 -,0,1,4,32,0,0,64,0,2,12,2,0,3,1,0,1,4,0,1,64,0,16,64,0,14,18,0,5,2,0, -0,128,8,0,0,112,251,0,4,16,0,0,2,128,0,18,72,0,22,32,0,9,128,0,2,4,0, -1,1,128,0,2,240,255,0,8,1,0,16,1,32,0,24,2,0,3,1,0,14,136,255,0,57,4, -0,15,152,251,64,0,0,16,0,1,64,0,1,68,0,0,2,0,0,4,136,0,4,32,0,0,4,0,0 -,10,0,20,32,64,8,0,0,2,0,0,32,0,2,16,16,0,6,64,0,0,4,0,0,32,0,1,4,0,0 -,16,128,212,255,8,0,7,128,16,0,0,2,0,1,8,0,7,32,0,26,4,0,21,8,248,64, -0,0,8,0,1,160,2,0,0,136,0,0,11,0,0,3,196,0,0,4,0,2,64,0,0,8,10,17,64, -0,0,128,40,16,0,15,64,128,24,8,1,129,66,10,0,0,134,16,44,40,130,64,0, -0,5,0,1,64,48,12,0,0,16,0,1,4,0,0,8,0,0,8,249,0,0,129,18,8,10,1,2,42, -21,192,96,16,153,170,192,98,128,0,1,72,1,17,0,1,164,6,0,0,141,146,4,0 -,2,8,4,0,6,2,32,0,0,128,0,0,4,0,0,32,65,70,65,4,0,1,68,2,0,0,65,8,32, -128,1,32,136,0,0,160,0,0,1,6,0,1,144,0,0,24,249,0,1,4,32,2,4,0,0,8,4, -0,0,10,8,0,0,136,64,0,9,4,0,1,16,0,3,16,2,0,6,1,64,0,0,128,0,3,68,0,1 -,8,0,4,64,0,2,1,32,8,0,0,128,0,1,2,0,1,16,0,0,64,249,32,0,8,33,0,0,4, -0,1,16,0,9,32,0,1,8,0,27,128,0,3,4,0,11,254,16,0,20,8,0,51,68,251,2,0 -,8,1,16,0,4,16,0,31,2,0,6,2,0,14,128,16,254,16,36,0,3,16,32,2,64,0,1, -32,1,32,0,0,132,0,1,16,0,0,2,0,1,8,0,21,16,0,2,1,0,10,136,0,3,128,0,5 -,188,251,128,0,0,5,0,4,16,0,0,2,0,3,1,0,0,1,0,0,128,0,0,144,8,0,5,32, -0,20,128,0,6,1,0,2,8,0,0,1,0,1,64,0,3,2,0,0,208,249,12,0,24,16,0,0,2, -0,30,2,0,13,150,252,8,0,15,2,0,9,16,0,17,16,0,8,8,0,1,32,0,13,136,255 -,0,74,152,255,0,3,8,0,16,4,0,3,2,0,25,4,0,19,112,253,128,0,3,64,0,1, -32,0,2,4,0,8,128,160,0,3,64,0,19,8,0,19,8,2,0,0,32,0,0,152,249,0,2,32 -,0,1,2,32,2,0,4,2,0,33,1,0,0,32,0,2,32,0,2,64,0,1,2,32,0,0,8,0,3,16,0 -,1,64,32,104,255,0,17,4,0,7,2,0,46,248,249,0,21,1,0,32,128,0,6,16,0,3 -,128,0,4,128,255,0,1,48,146,36,16,0,0,24,65,9,106,34,0,2,48,18,0,2,2, -0,0,11,1,0,0,1,160,5,181,0,22,26,0,1,104,132,0,0,32,132,0,0,128,0,0, -16,0,0,10,0,1,8,0,0,1,0,3,64,253,0,3,6,2,0,1,8,1,0,15,128,1,48,32,0, -21,24,0,1,96,0,8,16,0,8,120,254,0,1,60,32,4,0,1,30,192,2,96,64,0,2,60 -,0,4,192,3,0,1,12,0,0,1,32,16,0,24,64,64,0,0,128,1,1,0,1,192,128,22,0 -,8,200,250,0,1,4,2,166,0,0,20,2,80,1,64,4,0,2,4,34,0,2,88,72,64,0,1, -128,144,16,18,1,0,24,32,0,2,8,0,3,4,10,0,8,232,254,0,3,38,200,4,0,0, -128,34,66,0,9,16,0,2,12,128,133,176,16,0,21,128,0,1,96,34,0,1,65,0,1, -128,192,66,12,9,0,0,96,18,64,2,0,2,24,251,0,1,56,128,3,240,64,28,0,0, -2,120,64,0,2,56,0,3,30,128,3,0,1,15,104,0,0,12,0,22,6,4,0,0,24,0,1,96 -,0,1,128,1,48,0,0,18,0,1,120,0,0,3,0,3,248,255,0,4,2,64,0,1,2,96,0,8, -24,0,4,2,1,32,0,23,4,0,0,64,0,2,1,0,1,6,194,128,16,0,2,16,12,2,0,2,8, -250,0,1,48,0,0,16,192,0,0,24,0,0,1,100,20,0,2,48,0,3,24,33,3,0,1,12,0 -,0,32,0,0,4,0,25,8,0,0,128,145,0,1,22,192,2,136,4,0,1,2,12,0,3,144, -253,32,0,0,48,192,16,196,8,24,65,8,10,0,1,32,0,0,176,144,2,192,24,2,0 -,1,72,64,133,32,0,0,52,1,0,6,34,0,6,17,0,0,180,8,0,2,2,0,4,32,5,0,1, -70,0,1,2,0,1,8,0,1,32,0,2,200,252,0,5,64,0,0,8,0,7,4,0,7,4,0,0,32,8,0 -,6,12,0,6,6,0,0,48,0,10,128,0,2,2,0,10,184,254,96,0,0,60,0,0,2,240,0, -0,30,192,2,96,32,0,1,64,60,160,5,240,0,0,24,0,1,64,0,1,130,1,48,0,7, -12,0,6,6,0,0,48,8,0,8,128,1,0,0,128,7,0,1,22,0,1,96,0,1,128,1,0,1,96, -254,40,0,0,4,64,4,24,68,130,96,1,0,2,128,5,4,130,2,16,4,1,2,0,1,66,32 -,0,0,32,176,8,0,6,10,0,6,5,0,0,48,1,0,9,81,0,0,128,32,2,0,0,10,0,1,96 -,0,1,128,1,0,1,57,254,128,81,0,1,192,0,2,128,34,98,0,2,16,0,1,195,0,1 -,24,0,1,96,2,12,128,1,0,0,65,0,6,10,0,6,5,0,0,160,32,0,2,128,0,4,128, -1,0,4,12,9,0,1,18,0,1,80,0,1,27,253,224,1,56,128,7,224,0,0,28,0,0,2, -24,64,0,0,224,129,56,128,4,224,0,0,6,16,0,0,120,32,11,98,0,0,61,0,17, -28,0,3,6,4,0,3,224,1,1,0,0,7,0,1,18,0,1,24,0,1,96,0,2,72,250,132,1,0, -1,2,17,0,2,2,96,0,1,128,1,0,1,4,0,1,24,0,3,12,130,1,49,8,0,16,48,0,3, -24,4,0,3,128,1,0,4,16,0,2,16,0,1,64,0,1,226,250,160,1,48,0,0,22,208,0 -,0,24,0,0,9,97,132,0,0,128,5,50,0,0,2,193,0,0,152,4,0,0,32,64,0,0,128 -,17,176,0,17,8,65,0,2,24,0,4,128,73,0,1,6,0,1,8,4,0,1,2,0,1,8,0,1,208 -,252,128,1,2,0,3,24,65,8,74,1,13,32,68,52,128,0,0,192,24,2,64,3,8,0,0 -,13,0,1,132,0,17,36,138,6,0,2,64,131,0,1,12,32,0,0,20,0,0,38,192,0,0, -3,64,18,2,0,1,32,0,0,48,16,168,251,0,7,8,0,1,32,12,0,1,48,0,12,32,0, -16,16,0,0,6,0,3,3,0,2,4,0,0,32,0,1,4,0,10,48,255,224,129,0,4,30,192,2 -,96,32,12,0,0,64,0,0,128,5,240,0,0,24,0,0,3,96,32,12,0,1,16,16,0,17,8 -,0,0,4,0,2,131,0,1,15,0,0,64,44,128,7,240,64,22,0,0,3,1,0,3,60,0,0,16 -,254,44,16,0,4,130,72,1,64,2,12,0,0,17,176,192,2,16,136,24,0,0,3,97,0 -,0,64,16,0,0,32,1,0,16,48,2,70,0,3,11,0,1,129,8,4,20,128,32,18,8,10,0 -,0,34,0,4,4,34,138,250,4,0,6,128,34,2,8,44,0,0,9,48,0,0,195,0,1,64,4, -35,1,129,32,2,0,1,18,0,16,176,32,70,1,0,2,3,4,0,2,64,152,0,3,12,9,16, -0,3,80,0,1,168,250,192,1,0,4,28,0,0,2,24,0,0,15,228,64,60,144,4,224,0 -,0,6,192,3,120,0,0,3,0,1,60,0,7,12,0,6,6,0,0,60,128,7,0,2,192,0,2,14, -96,0,0,32,32,7,224,0,0,18,192,0,0,1,0,1,96,0,0,56,0,0,192,248,36,0,7, -2,33,0,1,132,1,48,32,4,0,2,4,3,96,16,12,0,1,16,0,17,48,0,0,6,1,0,2,2, -0,3,64,32,0,3,16,0,0,129,0,2,128,65,0,1,169,251,128,1,0,4,24,0,0,1,64 -,18,64,128,0,0,49,1,18,193,0,2,35,98,4,76,1,0,0,48,17,0,6,2,0,6,1,0,0 -,48,65,38,0,2,128,9,4,0,0,12,128,1,144,8,6,192,0,0,72,4,2,0,2,128,9, -48,0,0,168,254,32,1,48,146,32,16,0,1,64,8,42,1,1,32,0,0,48,146,0,0, -192,24,2,64,0,0,96,128,69,162,49,52,16,0,6,16,0,6,136,1,0,0,128,0,0, -16,0,0,24,72,160,8,0,0,140,36,132,4,0,1,16,0,0,2,0,3,1,160,1,48,16,16 -,249,128,128,0,2,2,0,4,64,0,13,128,1,32,0,17,1,0,5,3,0,2,128,1,0,10, -128,1,0,1,40,250,0,0,1,60,0,0,2,0,0,32,0,0,192,2,0,0,16,3,128,65,60, -128,5,240,0,1,16,0,0,122,0,1,128,1,49,0,7,16,0,6,232,1,0,1,6,192,0,0, -30,0,0,130,0,1,15,0,1,45,0,3,22,0,6,60,0,0,160,252,136,0,0,4,64,68,8, -0,1,64,1,0,0,4,1,0,0,16,4,160,2,16,68,88,0,0,3,8,128,32,130,17,176,32 -,0,6,16,0,6,40,136,0,1,6,192,66,2,17,33,96,33,1,8,8,20,0,1,192,64,10, -0,6,4,33,209,249,0,0,1,0,1,192,0,0,34,0,0,128,34,66,17,76,136,1,0,1, -195,0,1,128,4,16,2,0,0,136,0,0,136,48,33,0,6,2,0,6,1,0,2,64,1,130,0,1 -,3,4,0,1,128,69,152,0,1,192,4,12,9,0,2,76,2,80,0,1,123,249,224,0,0,56 -,128,7,240,0,2,2,120,0,0,15,96,0,0,57,128,4,224,0,0,30,192,3,112,0,0, -15,98,1,60,0,7,32,0,6,196,1,0,0,128,1,240,0,0,28,192,3,120,32,14,224, -0,0,32,32,0,0,48,64,18,0,3,15,96,0,0,56,0,0,128,248,4,1,0,1,2,1,32,0, -1,2,65,32,12,128,1,0,1,4,0,1,24,0,0,3,0,1,8,2,1,48,0,7,2,0,6,1,0,3,1, -64,0,1,3,96,0,2,128,32,0,1,192,128,16,0,4,2,64,0,1,162,252,128,0,0,48 -,0,0,22,0,0,4,0,1,33,32,0,0,13,128,17,50,0,0,66,193,0,0,152,16,19,98, -0,0,4,128,9,177,64,0,14,128,1,0,1,32,192,0,0,24,0,0,11,100,32,12,128, -16,16,10,0,2,8,5,0,4,8,48,0,0,160,253,144,133,176,144,64,16,0,0,26,64 -,8,10,0,0,5,128,133,48,146,0,0,80,8,2,64,3,104,65,44,164,1,52,0,7,32, -0,6,144,17,50,145,6,16,0,0,2,0,0,3,9,0,0,140,36,0,0,5,0,0,70,2,0,0,18 -,73,3,98,4,140,36,0,0,48,16,104,250,0,4,4,0,5,8,0,5,32,0,1,3,0,2,128, -129,48,0,15,2,0,2,6,0,14,8,0,0,3,0,0,32,0,4,88,251,224,129,60,0,0,2,4 -,32,24,208,2,0,0,32,11,224,1,60,128,5,0,0,32,0,0,192,3,96,0,0,15,0,0, -129,48,0,7,8,0,6,232,1,60,0,0,6,192,0,1,192,3,0,1,15,8,0,0,44,128,7,0 -,1,22,0,0,3,122,0,0,15,0,1,60,16,200,248,44,16,4,4,4,0,1,88,64,1,96,1 -,37,34,136,4,193,2,0,0,4,88,72,3,96,66,1,136,0,1,33,3,0,5,132,1,0,5, -42,0,0,5,17,6,192,72,0,0,64,0,0,98,33,1,0,0,133,20,128,32,8,0,0,10,0, -0,11,8,68,129,8,0,0,4,0,0,194,254,4,0,2,192,0,0,34,64,128,34,2,4,6,0, -3,195,128,40,0,0,16,3,32,2,0,0,128,17,176,32,0,6,16,0,10,22,0,0,130, -152,0,5,80,152,0,3,20,0,0,32,4,0,1,128,81,0,1,40,248,200,1,56,128,7, -48,0,0,30,8,2,120,32,9,192,1,56,128,4,240,0,0,30,192,3,120,64,14,96,0 -,0,61,128,0,6,64,0,6,224,1,56,128,7,242,0,0,30,132,3,120,32,14,224,0, -0,32,32,7,0,1,18,192,2,112,0,0,14,224,1,56,0,0,160,252,32,0,2,2,193, -32,0,0,8,2,96,0,0,10,0,3,4,129,0,0,24,0,0,3,96,0,2,129,0,0,8,4,0,6,2, -0,13,4,0,0,96,0,1,128,0,0,32,8,0,2,16,0,0,2,0,3,64,0,1,25,251,144,1, -48,0,0,22,0,0,4,24,0,0,17,98,129,4,128,1,48,0,0,66,64,40,88,96,3,96, -10,12,64,8,0,16,128,1,48,0,0,16,200,8,1,0,0,3,96,10,12,128,32,16,2,6, -0,1,16,0,0,19,98,0,0,12,0,0,8,48,0,1,255,48,0,0,48,192,36,66,64,152, -64,8,10,33,9,128,133,48,146,196,16,0,0,10,64,67,40,4,44,36,33,4,33,4, -0,6,2,0,5,128,49,48,145,0,0,16,0,0,2,0,0,3,9,0,1,160,0,0,4,0,0,198, -192,8,3,64,0,0,104,0,0,13,0,1,48,16,208,249,0,4,128,0,1,16,0,2,4,0,3, -2,0,1,16,0,0,3,64,16,0,0,128,0,2,4,0,6,2,0,19,1,0,2,192,0,0,8,4,0,0, -97,0,0,12,0,4,254,96,0,0,60,32,6,180,0,0,30,200,2,0,0,32,11,224,1,60, -144,5,192,0,0,22,4,1,98,32,15,128,1,16,128,0,6,64,0,6,224,1,61,0,1, -193,0,0,24,192,3,0,0,64,0,0,96,1,45,128,7,240,0,2,1,0,4,60,32,136,248 -,44,0,0,4,2,36,80,136,2,65,1,64,0,0,37,34,16,5,130,2,0,0,40,138,0,0,8 -,96,0,0,129,136,5,161,64,2,0,6,1,0,5,32,16,4,34,32,192,128,24,64,16, -97,2,0,0,160,4,20,128,16,210,0,1,5,2,2,0,3,4,0,0,18,252,132,17,0,1,16 -,96,0,1,128,34,66,4,6,0,3,5,192,0,0,12,0,0,16,32,12,0,1,9,0,0,194,0,6 -,64,0,10,192,0,0,130,128,0,2,2,0,0,192,32,152,0,1,192,0,0,64,0,0,32,1 -,18,64,2,0,2,248,248,224,65,56,128,1,132,0,0,28,0,0,2,56,16,9,192,1, -56,128,4,48,128,18,192,0,0,121,0,0,14,96,128,60,0,7,20,0,6,208,1,56, -128,7,240,0,0,6,132,3,120,16,0,0,32,1,32,32,7,224,0,0,6,196,3,24,0,0, -3,0,1,56,0,0,8,251,132,1,0,1,2,161,0,2,2,96,0,0,6,0,3,4,192,0,0,20,0, -1,96,64,0,0,128,1,17,16,8,0,6,4,0,10,1,128,0,0,4,0,0,96,32,0,0,64,65, -32,8,0,0,208,0,2,1,0,0,16,0,0,2,0,2,25,251,160,1,48,0,0,4,64,0,0,24,0 -,0,17,33,64,8,128,1,48,0,0,4,192,8,9,0,0,18,100,4,12,0,1,48,2,0,6,12, -0,6,136,1,48,0,1,192,4,0,1,3,96,1,0,0,128,4,144,0,0,6,192,0,0,4,4,139 -,0,0,2,0,2,48,0,0,208,249,144,17,176,144,134,0,0,64,152,64,8,106,34, -13,128,133,0,0,128,64,80,2,18,0,0,11,100,4,44,164,1,52,1,2,0,6,1,0,5, -128,1,50,145,2,16,0,0,24,8,3,9,0,0,1,48,0,0,164,0,1,192,0,0,130,64,1, -9,0,0,140,132,9,180,8,16,252,0,0,128,0,5,16,0,0,96,0,5,2,1,32,8,0,2, -32,0,0,128,1,48,16,1,0,5,144,0,10,4,0,9,16,32,0,1,128,8,4,2,0,4,49,0, -0,40,250,224,1,60,0,0,6,178,0,0,30,192,2,96,0,1,224,1,0,2,1,0,0,22, -196,3,120,32,15,0,3,2,0,5,2,1,0,5,228,1,60,128,5,193,128,30,192,3,98, -32,4,96,1,45,0,1,240,0,2,3,2,0,0,15,224,1,48,0,0,208,248,44,0,0,6,64, -4,80,136,130,72,1,96,20,32,40,8,2,0,0,64,0,0,128,138,64,0,0,10,4,65,4 -,0,0,48,65,0,6,2,0,6,32,136,4,160,66,192,0,0,130,96,0,1,4,136,164,4, -20,0,1,16,136,0,0,4,18,0,1,65,48,8,50,10,17,255,4,0,2,4,96,0,1,128,34 -,2,0,0,32,0,3,32,128,34,12,0,5,4,32,66,0,6,32,0,6,2,0,2,3,0,0,130,0,2 -,96,33,0,0,193,32,40,0,3,128,4,3,0,0,18,0,2,48,64,27,250,192,1,56,128 -,7,132,0,0,28,0,0,2,88,32,3,196,1,0,0,128,1,241,0,0,18,128,3,112,0,0, -14,96,128,28,0,15,192,1,56,128,4,240,0,0,28,128,3,24,0,0,15,32,1,32,0 -,1,224,0,0,6,192,2,26,0,0,14,192,1,12,0,0,176,255,4,0,2,6,164,0,2,2, -64,0,6,128,0,0,12,0,6,32,16,0,18,5,0,4,96,16,4,72,65,32,0,5,3,98,16,0 -,2,32,0,0,250,249,128,1,48,0,0,70,64,0,0,24,0,0,33,98,66,128,132,1,0, -1,17,65,40,16,0,0,3,96,0,0,12,0,0,16,9,2,0,14,128,1,48,0,0,2,192,2,25 -,0,0,3,96,4,44,128,0,0,32,0,1,192,0,0,64,4,11,96,2,12,128,1,152,64, -184,252,160,9,48,146,0,0,128,64,152,64,10,10,0,0,1,160,80,0,0,128,32, -17,0,0,26,64,3,105,33,45,144,9,52,2,0,14,128,145,48,145,4,16,0,0,26,0 -,0,3,97,0,0,41,32,33,4,0,0,6,0,1,2,64,10,100,4,1,128,9,4,9,176,251, -128,1,1,0,1,66,0,1,16,1,0,6,2,0,1,24,0,0,3,96,0,0,12,0,0,128,48,32,0, -6,4,0,6,2,0,2,2,0,1,24,4,0,1,64,0,0,130,0,3,4,0,4,32,0,2,49,0,1,254,0 -,1,61,0,0,2,178,0,0,30,192,2,96,32,3,0,6,24,0,0,3,0,2,232,1,32,32,0,6 -,8,0,6,228,1,60,128,5,193,0,1,196,3,120,0,0,8,104,1,48,160,7,4,0,0,24 -,0,0,2,121,0,0,12,224,1,32,0,0,48,252,136,9,4,4,36,80,136,130,96,1,0, -0,4,1,0,0,64,0,1,16,193,34,24,0,0,19,97,34,140,32,8,18,0,0,4,0,5,16,2 -,0,5,40,136,4,161,66,192,132,88,64,64,8,130,68,160,0,0,48,130,0,2,24, -0,0,9,8,130,12,32,0,0,145,8,2,250,0,0,5,1,0,0,192,96,0,1,128,34,98,0, -0,140,4,5,0,1,16,1,8,88,0,0,144,64,68,40,8,0,0,48,18,2,0,5,16,1,0,5,8 -,0,2,3,0,0,130,80,16,0,2,4,68,5,129,0,4,1,65,0,1,64,2,0,0,48,64,144, -254,224,0,0,56,128,7,128,0,0,28,0,0,2,24,64,15,224,65,0,0,128,1,240, -64,30,200,1,56,0,0,7,192,1,12,0,0,7,0,5,144,3,0,5,200,1,56,128,4,240, -0,0,14,128,3,112,0,0,15,32,1,60,16,7,0,1,6,200,3,112,0,0,3,192,1,60,0 -,0,64,253,4,1,0,1,2,97,0,2,2,96,0,0,12,0,0,65,0,2,192,0,1,8,2,64,0,0, -8,8,0,0,32,128,5,0,5,208,2,0,5,8,0,2,3,0,1,16,16,0,2,12,2,1,0,5,16, -131,0,2,2,0,0,48,0,0,201,250,64,4,50,0,0,22,128,0,0,24,0,0,18,100,20, -13,128,16,0,1,64,193,2,129,0,0,137,16,20,66,128,1,0,0,17,4,0,5,8,2,0, -5,132,1,48,0,0,4,192,68,132,0,0,3,96,0,0,12,0,0,1,48,33,6,0,1,128,0,0 -,11,96,0,1,128,1,176,64,152,253,16,16,1,0,2,8,1,0,21,4,0,6,2,0,24,8,0 -,9,104,251,0,1,4,128,0,2,2,64,0,0,8,0,1,32,0,0,4,128,0,0,16,0,0,2,0,1 -,8,0,0,1,32,0,0,4,0,7,2,0,6,33,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,128,0,0,16,64,2,64,0,0,8,0,0,1,32,0,0,4,0,0,184,248,0,12,4,0 -,8,1,0,50,136,251,12,16,6,128,0,1,72,2,64,0,0,8,0,0,129,32,0,0,4,128, -0,0,16,0,0,2,64,16,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64 -,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,9, -251,4,4,0,0,34,0,1,68,0,0,17,8,0,3,16,1,34,0,1,136,0,1,8,0,0,1,128,8, -16,2,0,16,4,128,0,3,64,0,0,8,0,0,1,32,0,2,65,16,0,0,2,0,3,1,32,0,0,4, -128,0,0,139,249,0,0,128,0,0,128,0,5,10,0,11,2,64,0,2,4,0,17,1,32,0,0, -16,0,1,16,0,0,2,64,0,0,8,0,3,4,128,0,0,64,0,1,64,0,0,8,0,0,1,32,136, -248,4,0,11,8,0,6,16,0,27,2,0,7,128,0,14,202,249,0,0,144,0,0,146,0,1,4 -,1,9,64,8,0,0,33,0,0,144,0,0,146,0,0,2,72,130,0,0,8,1,36,128,4,132,4, -0,16,144,0,0,146,32,16,0,1,9,32,1,36,32,36,8,4,5,64,2,72,66,72,0,1,36 -,128,4,144,0,0,18,24,255,0,0,5,32,0,0,2,128,0,0,16,0,3,8,0,0,1,32,64, -0,0,128,0,0,2,0,1,64,0,0,40,160,0,0,20,0,16,1,32,0,3,80,0,0,2,72,1,0, -4,4,128,2,0,1,8,64,0,0,8,0,0,1,32,0,0,176,251,0,2,128,0,5,32,0,10,2,0 -,3,1,0,26,32,0,0,8,0,2,80,0,12,80,249,0,1,1,32,0,3,64,0,0,16,0,1,128, -0,7,3,0,25,1,128,64,0,5,65,0,15,56,253,2,0,9,8,0,38,66,0,4,1,0,7,128, -0,7,200,254,0,19,64,128,0,8,128,0,3,32,0,1,64,0,34,112,251,0,4,16,0, -19,32,0,2,1,2,0,0,4,8,0,1,128,0,0,1,0,0,2,4,0,0,8,0,9,128,0,18,176, -254,0,0,128,32,136,0,1,32,0,0,8,128,32,64,0,0,4,0,1,8,0,3,4,0,26,2,0, -2,2,0,3,128,0,1,8,2,1,32,0,1,1,0,2,1,128,8,16,120,250,0,8,1,0,4,1,0,8 -,4,0,0,128,0,19,16,0,3,4,0,5,8,0,9,130,0,1,8,104,251,128,128,8,21,1, -128,90,208,74,0,0,17,32,0,0,4,0,0,161,16,0,2,208,10,0,0,64,1,1,0,1, -161,0,17,16,32,1,0,1,80,28,0,0,64,1,0,0,64,0,0,164,21,21,130,86,0,0, -128,1,0,1,64,45,133,8,53,24,251,128,1,48,4,13,10,146,50,16,64,34,0,0, -4,0,0,64,16,32,0,2,130,80,131,168,16,36,0,0,32,133,4,0,16,128,32,3, -128,0,0,64,18,0,0,168,1,0,2,4,129,8,4,32,0,0,6,0,0,200,72,25,33,65,16 -,9,96,249,130,0,0,4,0,6,8,0,0,4,0,1,17,0,5,2,33,64,1,0,22,2,0,4,32,0, -7,16,0,0,16,0,4,128,8,16,217,248,34,0,0,16,136,0,1,32,8,0,0,128,0,11, -1,0,3,64,0,0,8,0,19,64,0,1,4,0,11,2,0,0,32,16,4,132,0,2,64,253,0,17, -16,0,4,80,0,0,16,0,1,64,0,14,32,0,8,32,0,4,128,0,0,64,128,0,2,1,0,5, -136,248,0,0,4,128,0,1,6,0,0,64,0,0,128,0,0,32,0,1,132,128,0,2,66,0,0, -8,128,1,16,32,5,128,2,4,0,15,64,0,0,8,0,0,32,0,1,4,128,0,0,16,0,0,2,0 -,3,1,32,0,0,64,4,1,16,0,0,2,64,0,0,8,16,249,0,2,128,0,2,32,2,0,1,128, -0,2,2,0,3,1,32,0,0,128,8,0,0,72,0,31,32,0,5,128,2,0,7,251,0,0,2,0,1,2 -,65,0,3,16,0,10,4,0,3,2,0,0,16,0,27,32,128,0,0,4,0,12,16,251,0,3,4,2, -0,22,16,0,44,184,250,0,3,9,8,0,22,8,0,25,64,0,17,16,250,0,26,128,32,4 -,0,26,8,0,16,112,253,0,73,128,16,255,128,0,0,16,0,1,32,0,8,16,0,5,128 -,0,1,4,0,0,1,0,19,128,0,3,128,0,3,128,0,2,2,0,1,64,0,1,4,0,3,8,0,0, -248,253,0,1,2,0,8,4,0,8,64,0,51,184,255,0,74,152,255,0,74,152,255,0,5 -,128,0,3,32,2,0,0,128,0,3,64,4,0,3,16,0,23,8,0,3,128,0,18,40,250,0,22 -,128,0,1,128,0,22,128,0,0,1,0,6,4,8,0,12,216,250,0,3,16,0,53,4,0,14, -200,254,0,8,8,64,16,0,11,8,0,23,128,0,8,1,0,14,192,250,0,9,128,0,2,2, -0,3,1,0,54,176,254,128,0,5,8,0,0,1,0,1,2,0,1,16,0,6,32,0,0,1,0,0,64,0 -,2,4,0,1,16,0,3,2,0,0,32,8,0,10,8,8,0,0,32,0,3,16,64,0,10,40,251,0,1, -2,0,2,32,0,0,8,0,0,2,0,3,1,16,0,1,128,0,1,64,1,0,1,4,0,0,1,0,12,8,0,2 -,128,0,0,16,0,1,16,0,0,16,0,0,1,64,0,0,4,0,7,1,0,0,64,0,0,8,128,0,1, -64,249,0,2,4,0,2,16,128,0,0,1,0,0,8,0,2,4,0,2,16,0,13,64,16,0,8,32,0, -0,16,4,0,4,64,0,3,32,0,11,8,16,128,249,16,2,0,3,1,0,0,4,0,0,32,0,3, -128,0,5,4,4,32,0,21,1,4,0,2,4,0,1,4,0,1,32,0,14,64,104,248,0,23,32,0, -1,4,8,64,0,16,1,0,8,18,0,3,1,0,0,128,0,1,1,0,6,72,252,2,32,4,0,17,66, -0,3,1,0,7,128,0,5,4,72,0,8,66,0,2,2,0,16,168,251,8,0,7,2,0,11,8,0,0,1 -,0,4,8,65,0,0,32,4,0,1,1,132,32,0,1,2,32,0,17,4,0,11,232,252,0,4,128, -0,1,4,0,3,2,0,0,16,8,0,0,20,0,2,128,0,1,8,0,0,32,0,18,8,32,0,0,132,0, -3,2,0,0,8,40,0,1,4,0,8,64,128,0,1,112,249,24,64,16,0,1,1,0,2,129,0,1, -4,0,3,1,33,0,4,64,2,64,0,1,8,0,5,32,0,11,2,64,32,4,4,0,12,1,32,0,1,2, -64,0,1,192,249,0,1,165,5,0,0,164,21,80,72,90,66,1,65,5,0,0,8,144,20, -54,0,0,80,0,0,80,69,65,67,33,168,2,32,0,2,2,16,16,160,0,3,1,8,8,64,0, -0,40,8,144,20,50,128,130,18,0,0,65,1,42,70,0,0,160,21,20,0,0,20,0,0, -64,81,72,1,64,73,168,161,0,0,144,254,32,32,20,40,6,64,0,0,24,84,192, -42,0,0,4,10,0,0,176,92,32,1,0,0,80,84,130,73,8,69,32,193,0,0,34,0,4, -64,0,4,4,0,2,32,64,1,42,0,0,133,48,2,18,2,64,80,41,0,0,3,80,168,144, -84,133,8,80,8,0,1,73,21,0,0,16,8,104,253,0,1,16,8,1,32,0,0,4,2,64,32, -0,0,4,1,0,0,32,32,0,0,4,0,1,4,128,0,1,8,0,1,1,0,5,64,0,4,4,0,3,64,0,0 -,8,0,0,1,128,0,3,8,0,2,16,4,0,0,64,0,0,4,0,6,8,16,144,248,0,0,64,0,1, -2,0,1,8,0,0,128,0,4,8,4,0,2,4,128,0,0,16,64,0,0,128,0,22,64,32,0,0, -132,0,0,16,0,0,2,128,0,3,1,0,5,4,2,0,2,48,254,0,3,128,0,10,8,0,6,128, -0,1,32,0,22,2,0,5,2,0,5,32,0,8,152,253,2,1,0,3,129,32,0,0,4,0,3,2,0,3 -,1,0,4,16,0,1,17,0,11,16,0,3,2,64,0,5,4,0,2,128,0,2,8,0,10,128,40,248 -,4,0,11,1,0,1,128,0,5,2,1,0,1,64,0,33,8,1,0,3,128,0,2,64,0,1,233,251, -0,4,32,0,0,4,0,2,128,0,0,2,0,0,66,0,3,1,160,0,0,16,0,1,80,0,0,64,32,0 -,14,64,0,0,16,0,15,2,0,2,2,0,0,2,0,3,224,250,0,7,16,128,0,3,64,0,0,32 -,0,1,32,0,5,2,0,6,32,0,12,8,0,2,1,4,0,8,4,32,0,3,16,0,0,2,0,0,1,8,162 -,252,0,12,1,0,6,64,0,52,216,254,0,0,64,0,20,32,0,7,2,0,2,2,0,2,1,0,2, -1,0,29,200,250,0,1,1,32,0,5,2,0,12,64,0,7,64,0,16,1,0,20,128,0,0,176, -252,0,8,64,0,6,8,0,29,32,0,5,2,0,2,1,0,13,32,104,255,0,1,8,0,0,128,0, -4,136,0,3,8,0,10,32,0,17,128,0,8,32,0,3,128,0,0,2,64,20,0,8,152,250,0 -,3,1,0,17,8,0,3,8,32,0,26,32,8,0,4,17,0,1,64,0,6,104,248,0,3,16,0,17, -8,0,3,128,0,26,1,0,9,64,0,6,80,250,8,0,9,17,0,1,4,133,0,0,2,0,0,32,64 -,68,8,0,2,8,0,0,1,8,0,16,16,128,0,0,64,0,0,72,0,1,32,0,0,4,0,0,64,0,4 -,16,0,0,1,0,0,16,0,1,64,0,1,194,249,0,9,64,0,2,5,128,0,0,20,128,2,80, -0,0,8,72,1,40,0,0,4,32,0,17,160,0,0,4,128,0,0,20,2,0,0,64,0,0,8,0,5, -32,0,0,2,10,0,6,232,249,0,14,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2 -,0,46,224,251,0,13,4,0,31,128,0,8,16,0,8,4,0,6,64,251,0,0,21,160,2, -180,128,10,80,1,42,128,5,168,0,0,44,128,2,80,0,0,10,64,1,40,0,0,5,160 -,0,0,20,192,2,0,15,22,128,2,88,0,0,11,224,1,42,128,5,160,0,0,22,160,2 -,88,0,0,11,208,1,40,128,11,176,0,0,22,160,2,232,254,128,9,48,1,134, -213,4,154,0,0,19,32,3,77,160,100,148,1,51,96,6,202,192,25,40,3,102, -192,12,144,1,0,14,128,12,152,1,50,64,6,200,68,19,32,3,100,128,12,56,1 -,50,64,6,152,4,25,32,57,100,128,12,48,1,16,249,255,255,0};static const -unsigned char l295[]={79,231,255,255,98,255,57,0,0,213,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,160,9 -,52,1,38,64,6,156,0,0,19,0,0,25,96,10,76,128,12,135,83,6,200,0,0,25, -96,2,100,128,97,144,1,0,15,12,48,1,50,0,0,178,76,70,19,104,2,76,128,9 -,48,9,50,224,4,192,0,0,152,104,2,100,128,12,52,1,176,254,0,0,21,160,2 -,84,0,0,11,80,1,42,128,10,80,0,0,26,64,5,180,0,0,10,96,1,44,64,5,176, -0,0,45,192,2,0,15,18,160,2,88,0,0,21,192,2,42,64,5,168,0,0,21,160,3, -88,128,10,32,1,52,64,5,176,0,0,22,160,2,40,255,0,11,64,0,5,2,0,31,64, -0,21,152,249,0,74,152,255,0,4,128,0,5,64,1,0,3,128,2,16,0,0,2,0,1,8,0 -,1,40,0,19,4,0,1,80,0,7,4,4,0,6,2,0,3,224,250,0,5,18,0,4,68,0,5,16,64 -,2,10,0,1,40,0,12,64,0,8,80,0,1,32,0,6,16,1,4,0,3,17,0,6,200,248,0,2, -16,0,3,64,160,0,1,1,16,0,3,208,8,0,2,96,2,141,1,0,43,160,0,2,72,248,0 -,18,32,0,2,96,64,12,0,45,128,0,1,240,255,0,1,60,8,0,4,128,0,7,240,0,3 -,112,0,0,12,2,0,43,128,129,0,1,144,254,0,1,52,0,5,32,0,1,64,8,0,3,144 -,36,0,2,8,34,68,0,45,8,0,1,72,248,0,2,64,0,5,4,0,0,140,0,6,1,0,1,104, -129,72,0,44,128,64,0,1,16,252,0,1,60,0,4,192,0,2,7,2,0,3,48,0,3,120,0 -,0,7,4,0,43,96,1,0,1,64,250,0,8,128,0,1,8,0,4,64,0,5,8,4,0,43,128,65, -0,1,64,254,0,1,48,17,0,4,10,0,1,4,1,0,3,128,132,0,2,96,130,68,0,44, -128,1,0,2,251,0,2,16,0,0,80,0,1,64,1,0,1,73,4,0,3,16,40,0,3,2,0,0,32, -0,0,4,1,0,6,40,0,6,20,0,0,52,128,2,0,10,128,16,1,0,10,104,251,0,4,128 -,0,2,2,0,13,64,0,2,16,8,0,6,12,0,6,6,0,0,48,0,0,4,0,24,8,249,0,1,60, -32,0,0,176,32,0,0,192,2,0,1,12,2,0,3,112,32,0,2,24,0,4,8,0,6,12,0,6,6 -,0,0,48,128,5,1,0,10,5,0,11,72,248,8,0,0,52,1,0,0,80,4,0,0,64,1,0,1, -40,0,5,2,0,2,8,0,12,10,0,6,5,0,0,48,128,34,0,10,128,160,0,11,226,255, -0,2,64,0,0,96,128,0,0,128,1,4,0,0,140,2,0,3,16,64,0,2,96,0,2,8,128,8, -0,6,10,0,6,5,0,1,9,3,0,10,128,0,0,2,0,10,48,255,0,1,60,0,1,144,0,2,2, -0,1,15,0,4,32,0,3,120,16,0,0,96,64,12,0,17,12,128,4,0,10,128,1,0,11, -168,249,4,0,3,160,0,2,2,0,1,12,2,0,3,16,32,0,2,96,0,1,128,1,1,8,0,16, -48,16,5,0,12,1,0,10,1,255,0,1,48,9,0,0,64,32,0,1,129,0,1,140,0,4,144, -8,0,2,96,0,1,128,9,8,2,0,16,48,1,2,0,10,128,2,0,11,224,251,0,2,1,0,0, -16,0,1,64,0,2,65,0,4,208,0,4,32,0,0,32,0,0,4,10,0,16,52,130,4,0,2,64, -0,13,104,0,5,232,251,0,2,32,0,7,4,8,0,3,192,0,8,16,0,7,4,0,6,2,0,0,48 -,16,2,0,17,96,0,5,144,251,0,1,12,0,1,176,32,0,0,192,2,0,12,120,16,0,1 -,64,0,0,8,0,6,4,0,6,2,0,0,48,128,5,1,0,2,3,0,19,136,254,4,0,0,4,0,1, -80,4,0,0,64,1,0,1,32,8,0,8,104,4,0,0,128,9,0,0,2,0,6,12,0,6,6,0,0,48, -133,34,0,3,80,0,12,96,128,0,4,250,252,12,0,0,48,10,0,0,96,128,0,0,128 -,1,4,0,0,32,4,0,3,192,132,0,3,128,0,1,68,0,0,8,0,16,48,64,3,0,3,8,2,0 -,11,96,4,0,5,253,0,1,60,0,1,144,0,2,2,0,1,3,0,4,240,0,3,120,0,1,96,0, -0,12,0,7,12,0,6,6,0,0,28,128,4,0,2,192,0,13,24,32,0,4,184,251,8,0,0, -48,0,1,160,0,2,2,0,2,8,0,3,192,0,6,128,1,0,0,8,0,16,48,8,3,0,17,96,0, -5,113,250,0,1,48,0,1,64,34,0,1,137,0,1,130,0,4,192,36,0,2,96,10,0,0, -128,1,129,0,7,10,0,6,5,0,0,48,2,4,0,3,32,2,0,12,34,0,4,32,249,0,2,16, -0,0,144,128,152,64,0,2,33,0,1,148,0,1,80,0,2,35,1,32,0,0,32,4,20,0,17 -,52,0,1,192,72,0,7,36,193,20,1,0,3,8,66,0,4,248,248,0,4,64,0,1,8,0,2, -4,8,0,1,32,0,0,128,0,2,3,0,4,33,0,7,32,0,6,16,0,0,48,0,1,192,0,16,32, -0,5,232,250,0,1,60,8,0,0,176,0,0,30,200,2,0,2,8,0,0,24,0,1,176,0,1, -192,3,120,0,1,224,128,44,0,20,240,0,8,32,32,1,0,4,96,0,5,48,249,8,0,0 -,52,1,0,0,80,0,0,2,64,1,0,1,128,0,1,4,33,0,0,80,8,1,64,3,104,18,0,1,4 -,20,0,7,18,0,6,9,0,3,208,0,9,129,160,0,4,96,17,0,4,107,254,0,2,64,0,0 -,160,32,0,0,128,1,4,0,0,64,16,0,0,132,0,1,96,24,0,1,16,4,128,0,0,32, -16,25,16,0,17,9,0,1,4,1,0,6,144,192,64,8,0,3,64,4,0,4,1,251,0,1,60,0, -1,144,0,0,28,0,0,2,0,1,3,0,1,44,16,0,0,128,0,1,192,0,0,120,0,1,96,0,0 -,36,0,17,12,0,1,48,0,8,60,128,3,0,4,120,64,0,4,128,251,4,0,1,8,0,0, -128,0,2,2,0,2,4,0,3,160,0,4,16,0,2,33,0,7,8,0,6,4,0,1,16,0,11,16,0,0, -1,0,3,96,64,0,4,97,253,0,1,176,0,1,128,0,0,24,0,0,161,0,1,32,0,1,32,0 -,1,64,40,0,2,96,0,1,32,5,16,10,0,17,1,0,10,16,128,0,5,112,0,5,176,248 -,0,1,48,1,0,3,64,0,2,1,0,1,52,0,1,16,0,1,64,10,4,2,0,2,4,128,4,0,5,72 -,2,0,5,4,0,0,4,10,0,0,144,2,1,0,1,72,130,73,16,0,1,128,20,1,0,0,82,96 -,10,12,1,9,16,0,2,16,254,0,2,32,0,8,4,0,7,3,96,64,0,4,3,0,5,162,1,0,5 -,17,0,3,192,0,16,32,32,4,0,3,88,254,0,1,56,0,4,192,2,0,1,12,0,1,12,0, -1,176,0,1,128,2,112,0,3,44,0,17,44,8,0,0,160,0,3,64,32,8,8,0,2,4,0,1, -16,8,2,97,16,12,0,3,104,254,4,0,0,4,4,0,3,64,1,0,1,32,4,0,0,4,16,0,0, -80,8,1,64,11,106,32,0,2,20,0,0,3,0,5,148,1,0,5,10,0,1,1,0,0,208,0,0,1 -,0,2,2,64,0,3,64,1,0,0,64,0,0,8,96,0,0,44,16,0,2,210,248,4,0,0,4,8,0, -3,128,1,4,0,0,8,1,0,0,48,1,0,0,96,24,0,0,64,19,104,1,0,2,24,16,0,16,4 -,33,0,0,208,4,0,2,32,65,4,1,0,2,64,1,0,0,72,0,0,17,66,34,72,4,0,2,112 -,250,0,1,60,0,5,2,0,1,3,0,1,60,8,0,0,128,0,1,192,129,24,32,0,2,36,128 -,2,0,5,64,1,0,7,12,0,1,112,32,0,2,120,0,0,15,0,2,128,1,0,1,30,208,3, -120,0,0,3,0,3,64,248,4,0,7,130,0,1,8,4,0,0,48,0,1,160,32,0,1,3,96,64, -0,2,32,8,0,17,8,0,0,192,0,6,4,0,2,4,0,4,96,32,12,4,0,2,25,251,0,1,48, -0,5,33,0,1,44,0,1,4,4,0,0,64,8,0,0,64,1,96,1,0,2,16,2,8,0,6,4,0,7,148 -,0,1,80,0,3,32,33,4,0,3,18,8,0,0,136,8,9,114,2,72,0,3,176,255,0,2,16, -0,0,80,0,1,64,2,4,0,0,1,0,1,52,0,1,16,0,0,10,64,35,4,32,0,0,160,65,4, -0,17,16,1,0,0,208,24,2,0,1,72,130,73,16,0,1,128,20,145,8,82,96,10,108 -,128,0,4,192,249,0,4,128,0,2,1,0,1,12,4,0,0,48,0,3,16,0,0,3,0,2,128,1 -,0,0,128,4,0,5,64,2,0,7,32,32,0,0,192,0,10,2,64,64,0,2,96,0,5,192,249 -,0,1,12,0,1,176,128,0,0,192,2,0,4,12,0,1,176,0,0,22,4,1,122,0,1,224,0 -,0,44,0,17,44,0,1,64,64,24,0,1,64,32,12,4,0,1,128,3,192,128,16,8,2,66 -,0,5,104,251,8,0,0,4,0,1,80,0,1,64,1,0,1,32,4,0,0,4,0,1,80,8,139,0,0, -10,104,129,0,0,32,133,20,0,17,20,18,0,0,128,2,0,0,17,0,1,1,40,0,2,128 -,4,192,2,128,0,0,16,32,132,0,4,26,255,0,2,64,0,0,96,0,1,128,2,0,1,12, -8,0,1,1,0,0,96,24,12,0,0,16,2,128,0,0,128,69,24,16,2,0,6,1,0,7,24,0,2 -,132,24,3,0,0,32,65,32,0,3,4,128,0,0,72,0,0,17,98,33,0,4,176,248,0,1, -12,0,1,144,0,2,2,0,1,7,0,1,8,8,0,0,128,0,0,18,192,3,120,0,1,224,1,36, -0,17,32,0,1,240,0,0,6,0,1,120,0,0,7,8,0,2,2,48,128,30,208,3,120,0,5, -120,249,4,0,0,48,8,0,0,160,0,2,2,0,4,48,0,1,160,32,20,0,4,128,1,32,8, -2,0,6,1,0,7,40,0,3,24,0,8,2,192,0,3,96,0,5,105,254,0,1,48,2,0,0,64,0, -2,2,0,1,4,8,0,0,52,4,0,0,64,2,8,128,82,96,20,0,1,1,145,128,8,0,5,64,4 -,0,7,16,0,1,160,20,88,8,0,0,32,34,68,1,0,2,4,128,72,72,8,1,2,66,0,4, -168,250,0,1,48,1,0,0,144,0,1,64,32,0,1,13,0,1,4,4,0,0,144,24,18,64,3, -2,32,140,4,0,0,4,0,18,1,0,0,208,2,0,0,64,0,0,8,12,129,33,9,2,128,4,0, -1,2,66,64,104,0,1,32,17,54,0,0,152,250,0,2,32,0,0,64,0,2,128,0,1,12,4 -,0,0,48,0,1,64,0,0,8,0,0,3,0,1,12,0,3,5,0,5,128,2,0,8,32,0,0,192,128, -0,2,96,0,0,12,0,3,2,0,1,24,0,0,3,96,0,3,48,0,0,224,248,0,1,56,0,1,176 -,128,0,0,192,1,0,1,12,0,1,48,0,1,176,0,0,22,4,1,121,0,0,2,0,1,44,0,17 -,44,0,1,64,0,2,3,64,0,0,8,0,0,129,0,0,128,5,0,1,16,8,2,1,0,2,1,1,0,0, -40,251,8,0,0,52,5,0,0,80,0,2,136,0,1,64,16,0,0,48,65,0,0,80,8,139,0,0 -,18,104,16,77,16,0,0,20,0,17,20,18,0,0,128,68,0,2,98,68,140,8,4,0,0, -128,2,0,1,24,0,0,3,96,128,0,1,8,48,66,90,250,0,1,4,32,0,0,96,0,1,64, -128,0,1,12,2,0,0,48,17,0,0,160,0,0,12,0,0,32,0,0,128,13,0,1,24,16,0,6 -,6,0,6,3,0,0,24,0,2,8,0,1,3,98,68,44,136,4,2,0,0,3,0,1,24,17,11,98,12 -,0,0,128,16,48,64,24,251,0,1,60,0,1,144,0,1,128,0,2,15,0,1,28,0,1,128 -,0,0,18,192,3,121,0,0,15,8,0,0,36,0,17,32,0,1,240,64,0,0,192,3,88,0,0 -,11,224,1,0,1,4,0,1,22,192,2,24,0,1,224,129,12,0,0,184,249,4,0,0,48, -16,0,0,96,0,1,64,0,2,4,0,1,48,32,0,0,160,0,0,12,0,1,2,0,0,12,8,0,0,32 -,8,0,16,40,0,2,128,0,2,96,0,0,12,0,3,2,0,1,24,0,0,3,96,0,2,128,48,0,0 -,89,252,0,1,48,0,1,128,0,1,64,162,0,1,44,16,0,0,24,2,0,0,128,0,0,16,0 -,0,2,96,8,32,0,1,16,0,17,16,0,1,128,0,2,35,114,64,142,132,144,0,1,4,0 -,1,28,144,35,1,129,0,0,128,0,0,128,64,248,254,0,2,1,0,0,208,0,1,64,0, -0,9,0,0,33,0,1,52,64,0,0,16,4,26,64,147,0,0,2,65,32,136,36,16,0,16,32 -,129,6,208,36,0,0,64,3,40,34,69,4,0,1,128,66,0,1,10,65,33,72,0,1,32, -17,2,0,1,251,0,2,32,0,0,192,64,0,1,2,0,2,4,0,0,48,0,2,32,24,0,0,3,0,0 -,64,4,8,0,0,16,0,7,4,0,6,2,0,0,16,32,6,192,0,10,4,1,0,1,8,0,0,33,64,0 -,4,144,254,0,1,12,0,1,192,0,1,128,0,3,4,0,0,16,0,2,32,24,0,0,1,24,0,0 -,7,104,0,0,44,0,7,16,0,6,8,0,0,44,0,0,6,64,0,3,96,0,0,12,0,6,24,16,3, -66,32,0,1,129,0,1,176,255,8,0,0,4,0,1,64,2,1,64,34,97,128,136,0,1,176 -,64,0,2,24,0,0,8,10,0,0,64,32,128,20,0,0,4,0,5,16,2,0,5,8,0,0,20,18,6 -,0,1,1,0,0,80,0,0,128,0,0,16,0,2,64,8,0,0,64,0,1,96,1,0,1,4,0,1,162, -254,0,1,48,1,0,0,192,34,0,0,64,1,98,128,32,8,0,0,144,0,2,34,88,0,1,96 -,18,137,2,0,0,41,0,0,2,0,5,16,1,0,5,8,0,0,24,0,0,22,0,0,4,0,1,8,34,17 -,36,2,0,2,64,1,0,0,136,4,145,64,65,0,0,128,16,0,1,112,251,0,1,60,16,0 -,0,240,0,1,128,0,0,120,0,0,7,0,1,60,16,0,0,48,0,0,30,208,0,0,122,0,0, -3,96,0,0,36,0,0,7,0,5,144,3,0,5,8,0,0,32,128,7,52,64,0,0,192,0,0,88,0 -,0,11,0,2,128,7,0,1,22,192,2,120,0,1,224,129,0,1,208,250,4,0,0,48,0,1 -,192,32,0,0,64,1,96,0,0,4,0,1,16,8,0,1,32,0,1,128,96,0,3,32,128,5,0,5 -,208,2,0,5,8,0,0,24,0,2,32,0,2,96,16,12,2,0,3,1,0,0,24,4,131,96,0,5, -57,253,0,1,48,0,1,192,0,1,64,0,0,96,66,132,16,0,0,32,2,0,0,128,8,64, -32,10,96,0,0,73,4,81,32,0,0,4,0,5,8,2,0,5,4,0,0,32,0,0,16,136,2,0,1, -32,98,4,140,0,3,16,0,1,88,0,0,11,112,36,0,0,128,144,0,1,192,250,0,8, -16,4,0,7,136,0,9,4,0,6,2,0,35,104,255,32,0,0,4,128,0,0,16,0,0,2,0,1,8 -,0,0,1,32,0,1,128,0,2,2,0,1,8,0,3,4,0,7,8,0,6,36,0,1,128,0,2,2,64,0,0 -,8,0,0,1,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,8,249,0,74 -,152,255,36,0,0,4,128,0,0,16,0,0,2,0,0,32,9,0,0,1,32,0,0,4,146,0,1, -128,2,64,0,0,10,0,0,129,48,40,4,0,15,32,0,0,4,194,0,0,16,128,2,64,0,0 -,8,0,0,1,32,0,0,4,128,160,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,171, -255,12,0,5,128,8,32,4,0,4,65,0,1,2,0,27,16,0,12,128,0,11,177,249,32,0 -,1,128,0,5,8,0,0,1,32,0,0,4,128,0,1,32,0,24,32,0,5,2,64,0,0,8,0,0,1, -32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,192,252,8,0,4,64,0, -2,1,0,7,64,0,0,8,0,1,32,0,1,128,0,0,16,0,17,16,0,0,2,0,23,8,251,32,0, -0,4,192,0,0,16,0,0,2,2,0,0,8,0,0,1,32,0,1,160,0,2,2,64,8,9,0,0,33,48, -0,0,4,0,15,32,0,0,4,128,0,0,16,66,2,64,0,0,8,0,0,1,32,0,0,4,0,0,16,18 -,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,60,251,0,17,16,0,7,2,0,18,64,0,26, -168,249,0,1,8,0,61,4,128,0,7,216,255,0,6,18,0,0,8,0,2,1,0,12,32,0,21, -16,0,23,160,252,0,5,1,0,5,3,0,8,8,0,26,1,0,2,32,0,0,4,0,10,9,0,1,2,0, -1,64,249,0,22,1,0,26,64,0,13,32,0,0,4,0,5,168,255,0,25,16,0,20,64,0, -25,201,255,0,1,16,128,0,0,64,128,0,1,129,0,2,8,128,8,0,1,1,0,3,32,64, -0,0,128,0,20,128,0,5,8,0,4,144,0,5,2,0,0,4,0,3,232,253,0,10,64,4,2,0, -2,4,4,128,0,0,64,0,0,10,0,20,128,0,0,1,0,5,1,0,10,8,0,7,184,248,0,1,8 -,0,0,1,32,64,0,0,128,10,1,74,1,12,128,8,128,160,6,128,0,0,64,0,0,26, -42,64,65,0,17,32,0,0,1,0,0,1,0,2,64,0,0,16,0,4,16,1,0,2,16,0,0,1,0,0, -2,0,3,48,254,130,2,0,0,8,14,1,32,8,64,129,2,2,0,0,3,0,0,32,8,32,64, -128,16,2,0,1,16,0,1,33,16,4,0,15,7,0,0,4,0,0,5,136,8,0,0,129,64,0,1, -128,0,0,8,0,0,132,5,0,4,16,32,0,1,32,8,200,255,128,0,1,8,2,4,32,8,0,0 -,129,0,2,8,0,1,32,0,0,16,0,4,16,0,2,4,0,20,1,0,0,2,0,0,2,2,0,1,64,0,3 -,1,0,4,64,0,3,32,224,255,2,0,1,128,0,8,4,0,0,16,0,3,2,16,0,3,128,64,0 -,0,8,0,14,128,0,1,8,0,5,64,0,5,2,4,0,8,4,0,0,248,253,0,12,8,0,1,32,0, -7,9,0,9,32,0,6,16,0,1,32,0,13,1,8,0,3,8,0,1,8,0,1,32,128,253,0,10,32, -0,3,16,0,1,64,0,2,64,0,1,128,0,19,4,0,19,64,0,6,248,0,11,32,2,0,9,128 -,0,0,128,0,0,8,0,23,4,128,0,7,128,16,0,9,104,252,0,10,64,17,4,0,5,5,0 -,5,64,0,27,128,0,0,16,0,8,128,0,5,152,255,0,21,8,0,24,8,0,25,24,255,0 -,74,152,255,0,21,4,0,27,1,0,2,32,0,1,1,0,5,8,0,0,64,0,0,8,0,1,2,0,1, -64,255,0,20,128,0,2,2,0,0,4,0,46,88,249,0,1,36,0,8,1,0,4,32,0,36,24,0 -,0,2,0,15,104,255,0,9,4,0,0,4,0,1,32,72,0,1,2,0,2,128,0,23,4,0,0,32,0 -,3,64,0,8,16,0,8,184,250,0,26,128,0,46,24,255,0,21,64,0,2,4,0,23,16,0 -,3,1,0,5,12,0,0,64,0,0,64,0,6,144,255,0,2,32,0,5,2,64,0,6,128,0,3,64, -0,6,32,0,1,16,0,3,16,0,1,8,0,3,32,0,25,72,251,0,74,152,255,0,22,8,0,0 -,32,0,30,32,0,1,128,0,5,8,0,3,4,0,1,80,249,0,11,8,0,2,4,0,12,128,0,2, -2,0,2,64,0,2,1,0,8,16,0,12,4,0,7,80,249,0,53,64,0,19,216,255,0,6,8,0, -24,2,0,40,48,253,0,20,32,0,0,4,0,7,16,0,2,16,0,2,8,0,2,8,0,4,8,0,0,1, -0,21,96,255,0,20,4,128,0,7,32,0,2,32,0,2,16,0,0,1,0,0,16,0,5,1,128,0, -7,2,64,0,11,64,16,248,0,2,8,0,1,2,0,7,64,0,7,16,0,1,4,0,39,32,32,2,0, -3,128,249,0,5,2,0,5,16,0,12,1,0,20,1,0,13,64,0,9,248,248,0,12,4,0,7, -64,0,1,2,0,6,1,0,2,1,0,1,128,0,2,128,0,1,8,0,17,2,0,7,232,255,0,18,16 -,0,5,32,0,25,64,0,0,128,0,4,128,0,2,32,0,0,8,32,0,4,128,136,248,0,6,2 -,16,129,0,4,16,0,0,2,33,0,0,8,128,128,0,2,32,0,19,4,0,2,128,2,0,1,8,0 -,1,32,0,1,32,2,4,64,2,16,0,2,2,2,0,1,32,120,252,0,0,64,16,0,1,16,128, -0,2,2,0,1,8,0,4,128,0,2,1,16,0,3,8,0,14,32,0,5,8,8,0,11,128,0,3,8,0,0 -,1,128,248,248,0,1,165,0,0,20,16,128,4,136,90,3,0,1,8,0,0,8,0,0,1,34, -128,52,128,0,0,67,75,0,0,64,0,1,32,0,4,32,0,6,16,0,0,32,3,8,8,160,0,0 -,64,6,16,0,0,48,0,0,4,64,0,1,16,21,2,64,84,72,1,0,1,2,12,0,0,17,16, -168,251,0,0,72,0,1,16,0,0,144,16,128,193,98,16,0,3,40,58,64,32,16,82, -64,32,17,9,0,2,9,0,3,4,0,5,4,0,3,32,16,4,162,32,0,0,64,70,0,3,1,0,1, -210,132,148,33,0,1,2,96,0,0,4,0,0,1,0,1,224,248,0,1,1,0,4,64,128,32, -64,0,3,32,2,16,32,0,2,32,16,0,3,32,0,3,2,0,5,8,0,4,4,128,0,3,2,0,9,32 -,0,2,32,0,0,1,0,3,72,254,0,5,32,2,0,1,10,0,8,2,4,0,0,1,0,0,8,0,20,1, -32,0,0,4,0,1,4,0,3,1,0,2,2,68,0,2,2,8,0,1,32,0,2,88,254,0,18,64,0,10, -4,1,0,0,16,0,0,1,0,1,130,0,1,8,128,0,9,8,0,12,1,0,5,112,253,2,0,19,64 -,0,0,2,0,25,16,0,4,64,3,8,0,0,8,0,9,64,0,1,128,224,255,0,1,136,0,8,4, -0,1,4,0,6,144,0,1,8,0,27,8,0,0,13,128,0,7,3,64,0,1,128,0,2,200,252,4, -0,5,4,0,6,4,0,8,16,0,48,153,251,2,0,7,2,0,4,32,0,9,16,0,22,64,0,4,32, -0,1,1,0,4,32,8,4,0,3,1,0,0,128,56,255,0,21,2,0,7,64,0,2,64,0,2,32,0,2 -,32,0,5,128,0,6,2,0,2,4,0,3,128,0,6,24,253,0,6,1,0,4,16,0,1,80,0,12,2 -,0,1,8,0,3,1,0,1,4,0,26,128,0,0,16,0,1,64,32,253,0,1,4,0,61,2,64,0,2, -4,0,3,184,251,0,7,128,0,14,8,0,0,3,0,22,128,0,3,17,0,7,1,4,0,1,128,64 -,0,4,56,254,0,1,64,0,6,2,0,3,16,0,6,1,0,44,224,0,2,1,0,0,120,248,0,20 -,128,0,29,2,0,6,2,64,0,5,16,0,1,64,0,2,120,254,0,2,32,0,0,32,0,1,128, -0,8,32,0,2,8,20,0,1,64,0,0,8,0,0,8,0,1,32,0,3,4,0,1,16,0,4,8,0,2,34,1 -,0,21,184,250,0,1,4,160,70,0,5,64,0,3,128,22,0,31,208,0,3,8,65,0,0, -160,0,0,4,0,3,24,2,0,0,104,34,9,0,1,4,0,0,128,253,0,1,16,0,0,6,2,0,10 -,6,2,0,30,192,64,0,6,1,0,4,24,0,1,96,0,0,4,8,0,2,32,253,0,3,2,0,4,16, -0,5,6,2,0,30,192,0,3,88,64,0,0,96,1,0,0,8,0,2,30,0,3,8,4,0,2,72,252,0 -,1,48,4,4,8,0,3,8,0,5,66,0,31,192,4,1,0,1,96,0,1,160,0,5,26,0,1,96,33 -,44,0,2,17,88,252,0,1,160,8,64,0,4,8,20,0,4,22,0,31,128,136,0,2,8,130 -,0,0,192,16,129,8,0,2,64,16,0,0,32,1,136,8,0,1,6,224,250,0,1,28,128,7 -,4,0,3,24,0,4,128,5,4,0,30,112,0,3,24,0,2,1,12,0,3,6,0,1,120,64,15,0, -1,60,0,0,72,249,0,1,48,8,0,12,4,0,31,192,0,3,96,0,2,1,48,8,0,5,32,0,0 -,12,8,0,0,48,0,0,168,251,0,1,56,0,0,20,8,0,10,36,8,0,31,8,1,0,1,32,8, -0,0,128,72,0,0,1,0,6,36,46,0,1,48,66,56,250,0,1,4,128,70,0,2,1,0,1,4, -0,4,64,0,2,64,32,1,0,23,128,22,8,0,3,8,16,0,0,32,0,5,2,0,1,104,1,5,1, -0,0,48,4,80,254,0,1,16,32,6,2,0,1,8,0,1,32,0,4,6,4,0,2,1,0,25,2,0,17, -96,32,0,2,48,0,0,40,248,0,2,16,2,0,1,30,0,1,120,0,4,128,7,4,0,29,6,2, -0,4,32,0,0,96,1,0,5,16,0,0,96,0,0,12,4,0,0,12,32,208,255,8,0,0,48,0,0 -,4,8,0,0,90,4,0,0,104,132,0,4,22,0,3,11,4,0,24,18,0,7,160,0,5,64,0,1, -32,129,64,0,1,176,0,0,227,249,0,1,32,8,32,8,0,0,64,0,2,1,0,3,128,6,4, -0,2,34,4,0,24,64,8,0,4,2,0,0,192,16,1,0,3,88,0,1,96,33,68,0,1,52,0,0, -65,251,0,1,28,128,7,0,1,30,16,0,0,120,64,0,3,128,1,0,2,192,1,0,24,128 -,1,0,4,24,16,0,1,1,0,4,30,4,0,0,88,0,0,11,4,0,0,60,32,56,250,4,0,0,48 -,8,0,3,4,0,7,6,0,3,3,0,25,4,4,0,7,1,0,4,24,0,1,64,0,0,12,0,1,48,0,0, -137,252,0,1,56,2,68,2,0,0,24,0,1,96,18,0,4,38,1,0,2,3,1,0,24,6,0,4,32 -,17,0,0,128,64,0,5,8,0,0,64,32,44,8,0,1,16,216,250,0,1,4,128,22,0,2,1 -,0,1,4,0,3,128,22,4,0,1,64,0,0,2,0,23,128,128,0,1,26,2,0,1,8,0,0,32,0 -,0,4,0,3,10,5,0,0,104,34,0,2,4,1,224,253,0,2,16,6,4,0,1,8,0,1,32,0,4, -6,0,3,1,0,25,2,0,1,8,0,19,32,8,0,0,250,0,3,2,4,0,0,30,0,1,120,0,40,24 -,8,0,0,24,0,1,96,1,0,0,8,0,2,14,4,0,0,96,0,3,12,0,0,232,253,4,0,0,128 -,16,20,0,1,26,5,0,0,104,16,0,4,22,2,0,2,67,0,25,70,8,0,0,72,0,1,8,0,1 -,160,0,5,66,0,1,96,33,0,2,36,18,234,252,12,0,1,65,32,8,0,0,64,0,2,1,0 -,4,34,8,0,2,138,0,25,36,0,1,128,32,0,0,96,2,0,0,192,16,129,8,0,2,64,0 -,6,144,0,0,248,255,0,1,12,128,7,0,1,30,16,0,0,120,64,0,3,128,7,0,2, -192,1,0,24,128,3,2,0,0,6,0,1,120,16,0,1,1,60,0,3,20,16,0,0,88,32,0,2, -8,8,200,255,8,0,0,32,16,0,3,4,0,1,16,0,4,2,0,3,131,0,25,6,2,0,0,16,16 -,0,0,96,0,2,1,0,0,8,0,2,26,0,1,96,0,3,52,0,0,161,254,0,1,48,2,68,2,0, -0,24,1,0,0,96,0,5,128,0,2,128,3,0,25,70,0,1,24,0,1,104,0,1,128,68,0,0 -,1,0,2,24,4,0,0,64,128,0,2,176,32,56,250,16,0,1,128,0,0,20,0,1,1,0,1, -64,0,4,64,0,1,154,72,0,5,180,16,0,17,128,16,8,0,0,130,0,2,8,0,0,32,0, -3,208,0,1,2,0,1,8,0,1,32,132,8,232,254,0,3,2,0,2,8,0,8,4,0,0,24,0,0,1 -,2,0,3,48,0,19,2,0,1,8,16,0,0,96,0,6,192,0,0,24,0,8,96,254,0,5,32,30, -0,1,112,0,4,128,1,0,1,16,8,0,0,1,0,3,16,32,0,22,8,0,0,16,0,1,96,1,0,2 -,240,0,0,4,16,0,0,24,0,1,96,0,0,28,8,152,248,12,0,2,38,2,0,0,26,0,1,8 -,32,0,3,128,0,2,64,0,0,35,0,4,160,0,19,6,8,0,0,152,0,1,104,36,0,0,160 -,0,3,208,0,0,90,0,1,8,0,1,32,0,2,130,253,4,0,2,68,1,34,88,0,1,8,1,0,4 -,38,1,0,0,24,0,0,130,0,5,2,0,18,36,0,1,80,0,1,104,1,0,0,192,16,1,0,1, -192,0,0,26,0,1,96,0,1,128,69,4,1,40,251,0,2,128,3,48,0,0,30,16,0,0,24 -,32,0,3,128,7,0,1,26,192,1,0,4,60,32,0,17,128,3,2,0,0,14,4,0,0,24,32, -0,1,1,0,2,224,0,0,6,4,0,0,120,64,0,0,224,1,12,32,72,251,4,0,2,6,0,0, -32,24,4,0,1,32,0,4,6,0,3,3,0,25,6,2,0,0,24,4,0,0,96,0,2,1,0,2,192,0,0 -,24,0,1,96,0,1,128,1,0,0,8,129,251,0,3,23,193,4,152,0,1,96,1,0,4,6,0, -1,8,128,131,0,4,160,64,0,18,70,0,1,88,0,1,8,0,1,128,80,0,2,192,0,3,96 -,0,1,128,1,32,1,128,252,16,0,0,4,144,0,0,208,130,0,0,16,0,1,4,0,4,64, -0,1,16,65,0,5,52,17,0,17,128,4,0,1,24,73,19,105,0,1,32,17,1,0,4,2,0,0 -,8,129,0,1,32,20,2,0,0,250,0,1,16,0,0,2,4,0,4,32,0,5,4,0,1,16,0,0,1,0 -,3,48,0,19,2,4,0,0,24,0,0,2,0,2,128,0,14,8,216,248,0,4,194,0,0,6,0,1, -120,0,4,128,1,0,1,24,0,6,16,0,22,4,16,0,0,120,16,0,0,96,1,0,4,6,0,4, -96,0,0,16,0,0,184,248,12,0,0,48,34,6,192,66,2,0,1,104,17,0,3,128,0,2, -152,16,8,1,0,3,32,18,0,18,18,4,0,0,26,1,0,0,105,4,0,0,160,0,5,2,0,2, -17,0,0,32,0,0,32,17,17,249,4,0,0,32,66,4,1,34,24,5,0,1,1,0,4,70,0,3, -32,0,5,2,0,18,38,0,1,26,0,0,1,0,0,128,0,0,64,1,0,4,152,0,2,16,0,0,128 -,81,128,0,0,139,251,0,1,28,128,3,176,0,0,30,0,1,120,64,0,3,128,7,2,0, -0,8,192,0,0,2,0,3,60,32,0,17,128,7,1,0,0,30,80,3,112,0,2,1,0,4,30,4,0 -,0,56,0,1,224,1,12,8,88,249,4,0,0,48,0,0,6,192,0,0,24,0,8,6,0,1,24,0, -0,2,0,25,6,4,0,0,24,0,5,1,0,4,24,0,1,32,0,1,128,1,0,1,218,255,0,1,48, -16,7,129,0,0,25,0,1,96,20,0,4,6,0,1,24,0,0,35,2,0,3,160,64,0,18,32,0, -2,32,0,0,104,65,0,1,1,0,4,24,0,1,96,18,0,0,128,1,0,0,66,160,248,0,1,4 -,144,16,80,0,1,1,0,1,4,0,3,128,32,2,0,0,80,80,32,1,0,0,41,2,0,0,4,66, -0,14,160,33,0,0,128,16,8,0,0,2,2,32,0,0,8,13,0,1,16,129,2,0,1,2,0,1,8 -,2,0,0,128,33,20,0,0,176,253,0,1,16,0,1,130,0,1,8,0,1,32,0,9,1,0,1,4, -0,1,16,0,15,128,0,2,2,0,1,8,0,1,2,0,0,12,0,1,32,32,4,0,2,8,0,1,16,0,2 -,32,0,0,152,252,0,4,176,128,30,0,1,120,16,0,7,24,0,3,7,0,2,16,0,14, -128,1,0,6,3,24,32,0,2,44,128,5,0,1,8,0,2,64,0,0,192,1,44,0,0,152,252, -4,0,0,48,34,32,81,4,26,4,0,0,104,4,0,4,64,2,0,0,152,32,11,4,0,0,9,0,1 -,48,1,0,14,128,16,1,0,0,6,8,0,0,24,33,82,96,4,0,2,20,133,130,0,2,9,0, -1,2,0,0,32,16,22,0,0,130,255,12,0,0,32,1,32,96,8,64,0,2,1,0,4,64,0,3, -2,1,0,0,8,0,1,32,1,0,15,4,0,1,20,4,0,0,80,16,0,0,8,1,64,16,0,0,24,0,0 -,19,4,0,0,64,0,2,68,0,0,32,72,152,16,104,255,0,1,28,144,1,148,64,30, -16,0,0,120,64,0,3,128,3,1,0,0,8,192,1,0,1,5,0,1,28,8,0,14,96,0,0,1, -128,3,0,1,14,0,1,24,16,3,0,1,32,128,4,0,1,6,4,0,0,88,0,1,224,1,32,0,0 -,240,249,8,0,0,48,0,0,4,160,32,0,0,8,0,7,2,0,1,24,0,0,3,0,1,4,0,1,48, -8,0,15,1,0,1,6,0,1,24,0,0,1,96,0,3,40,0,0,5,1,0,1,8,0,1,16,0,2,32,8, -129,252,0,1,48,5,166,64,2,24,1,0,0,96,33,0,4,22,1,0,0,24,0,0,83,0,1,8 -,0,1,48,0,15,128,1,2,0,0,6,2,0,0,24,8,3,8,68,128,4,0,0,16,0,0,18,0,1, -128,0,4,128,1,144,0,0,248,254,0,1,4,144,38,18,0,1,16,0,1,64,0,3,128, -64,0,1,16,67,32,1,0,0,9,0,1,52,2,0,17,128,32,0,1,90,0,0,8,106,0,4,129 -,0,2,2,64,11,4,8,69,4,32,4,0,0,136,251,0,1,16,0,0,6,0,1,24,0,9,2,0,2, -1,0,1,4,0,1,48,16,0,18,2,4,0,0,24,16,0,6,32,0,3,4,1,96,0,5,168,255,0, -3,2,178,128,28,0,1,24,0,6,1,0,0,16,0,3,11,0,1,16,32,0,19,2,0,0,24,4,3 -,120,0,3,44,128,5,0,2,4,3,16,64,4,96,0,0,44,0,0,144,249,8,0,0,48,34, -36,80,4,154,8,0,0,8,0,5,64,0,2,33,11,4,0,0,5,0,1,32,1,0,18,38,0,1,152 -,0,0,10,12,32,0,2,20,133,130,0,2,1,33,106,4,8,48,0,0,20,0,0,42,255,0, -1,160,32,32,104,8,154,8,0,0,96,2,0,4,32,0,3,10,2,0,0,6,0,2,2,0,18,68, -0,1,24,1,0,0,96,20,0,2,24,0,0,19,4,0,0,64,16,16,105,68,0,0,129,9,152, -16,64,255,0,1,28,128,7,144,64,6,0,1,120,16,0,3,128,5,1,0,0,8,192,1,0, -1,9,0,1,60,32,0,17,128,3,1,0,0,30,16,0,0,120,0,3,32,128,4,0,1,6,192,0 -,0,24,0,0,15,224,129,32,0,0,216,253,4,0,0,48,0,1,160,32,24,0,1,96,0,6 -,1,0,2,3,0,1,4,0,22,6,1,0,0,16,0,0,1,0,0,16,0,2,40,0,0,5,1,0,2,2,96,0 -,0,12,132,1,32,8,1,255,0,1,176,32,68,66,0,0,24,16,0,0,96,0,5,32,0,1,8 -,0,0,11,2,0,0,8,0,1,160,64,0,18,22,0,1,24,2,3,96,1,0,2,16,0,0,2,0,1, -16,5,3,4,0,0,78,128,1,16,0,0,168,255,0,1,4,144,22,146,8,24,16,0,1,64, -0,2,52,65,64,192,128,0,0,64,32,1,0,0,13,0,1,36,0,17,20,145,4,0,1,26,0 -,0,99,0,0,8,0,2,32,129,20,20,0,0,2,0,2,8,13,32,8,36,1,104,248,0,1,16, -0,0,6,64,64,24,0,6,48,0,0,6,196,0,2,1,0,1,12,0,1,16,32,0,18,2,4,0,0, -24,8,2,0,4,16,32,2,0,4,96,0,0,12,4,64,16,16,248,254,0,3,2,180,0,0,4,0 -,1,24,0,3,48,0,0,1,240,0,8,48,0,17,16,0,3,22,8,3,24,0,3,44,128,5,0,0, -64,30,0,1,120,32,8,128,64,44,0,0,200,252,8,0,0,48,34,4,80,0,0,26,2,0, -0,8,0,3,48,133,70,212,0,2,11,4,0,3,48,17,0,16,32,18,18,4,0,0,24,1,18, -12,0,3,20,133,2,0,0,2,26,0,1,96,4,68,16,4,20,0,0,122,254,0,1,32,34,32 -,168,128,154,4,0,0,96,0,3,48,130,38,0,0,130,0,1,34,2,0,0,32,2,0,0,32, -1,0,16,128,0,0,22,0,1,154,4,1,96,36,0,2,24,0,0,197,0,0,2,152,32,0,0, -104,2,44,4,80,24,0,0,240,253,0,1,28,128,7,144,0,0,30,0,1,120,16,0,2, -60,144,1,49,0,1,192,1,0,1,3,0,1,12,32,0,16,60,160,7,1,0,0,30,0,0,3, -120,0,3,32,128,4,48,128,28,0,1,24,16,15,96,0,0,16,0,0,144,254,4,0,0, -48,16,0,0,128,0,0,24,0,1,96,0,4,16,6,0,3,3,1,0,1,2,0,0,48,8,0,16,48, -32,6,0,1,24,0,0,1,96,0,3,24,0,0,4,0,0,64,24,4,0,0,96,0,0,12,0,0,64,16 -,0,0,145,254,0,1,176,0,0,68,130,0,1,8,0,0,96,0,3,144,0,5,11,0,5,2,0, -16,184,0,1,4,0,0,10,33,3,104,0,3,32,0,0,4,192,4,152,0,1,96,16,64,8,16 -,16,0,0,80,249,0,65,3,0,7,168,252,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4 -,128,0,0,16,0,1,64,0,2,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32, -0,0,4,8,144,253,0,52,16,0,1,32,0,17,152,252,44,0,0,4,128,0,0,16,0,0,2 -,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0, -15,32,0,0,4,128,0,0,16,0,0,130,64,0,0,8,2,1,32,0,0,4,128,0,0,16,0,1, -64,0,0,8,0,0,1,32,0,2,235,252,4,0,57,48,0,0,6,0,1,4,0,0,1,0,6,9,73, -250,32,0,0,4,128,0,3,64,0,2,1,32,0,0,4,0,3,2,64,0,0,8,0,0,1,32,0,0,4, -0,15,32,0,0,4,128,0,0,16,0,1,64,0,1,16,1,0,5,128,0,0,68,0,2,1,0,3,16, -251,4,0,4,64,0,0,8,0,1,32,0,5,2,64,0,5,4,0,31,128,0,0,16,0,1,128,0,3, -32,0,1,128,0,0,16,25,254,32,0,0,4,128,0,0,16,4,130,64,0,0,8,2,1,32,0, -0,4,128,16,16,4,2,64,0,0,8,0,0,65,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0 -,0,66,72,0,1,129,1,32,8,0,0,129,16,20,4,64,96,0,0,8,2,1,32,8,0,0,1, -216,248,0,1,128,0,0,16,0,13,16,0,0,8,8,0,31,1,8,0,8,2,0,6,4,112,252,0 -,74,152,255,0,1,8,0,6,32,0,3,16,0,1,1,0,3,4,0,27,64,0,8,128,0,0,2,16, -0,8,176,251,0,6,32,0,12,128,0,22,32,0,1,128,0,2,2,0,15,33,0,4,168,254 -,0,6,2,0,46,64,0,1,32,0,5,32,0,6,64,0,0,184,253,0,20,32,0,33,1,0,17, -168,255,0,2,160,0,0,64,0,1,128,0,3,64,0,11,8,0,19,9,0,1,4,0,4,16,0,0, -130,0,1,8,0,2,8,64,0,3,130,0,0,16,0,0,88,253,0,2,8,0,0,16,0,7,128,0,7 -,8,0,1,64,0,32,16,0,3,8,0,1,2,0,0,2,0,3,40,248,2,0,1,48,1,48,0,1,128, -0,1,16,0,0,64,0,0,1,0,0,192,0,1,8,0,1,8,0,0,24,36,0,18,128,8,0,1,2,0, -4,32,40,196,0,0,4,24,0,2,6,128,0,0,194,0,0,1,196,0,0,8,0,0,24,250,0,2 -,8,4,64,2,0,1,128,72,0,1,2,0,1,8,0,0,129,0,0,72,0,0,128,0,3,64,0,19,8 -,0,2,16,0,0,64,32,0,0,96,32,65,80,0,0,128,65,0,0,8,0,1,32,0,1,1,68, -180,12,224,251,8,0,1,32,0,0,64,0,3,1,0,1,8,0,1,32,0,0,1,0,0,8,0,1,2,0 -,2,128,0,19,32,0,5,8,0,2,64,16,0,1,66,0,0,8,0,1,64,0,3,17,136,104,251 -,4,0,1,128,0,5,32,0,6,128,0,32,8,0,0,64,0,2,128,0,3,4,0,6,4,0,0,32,32 -,24,253,0,54,8,0,3,4,0,3,2,0,6,4,0,0,112,255,0,1,4,0,0,2,0,15,64,0,5, -16,0,19,2,0,19,1,0,3,136,255,0,2,8,0,1,16,0,9,144,2,0,30,8,0,3,128,0, -0,8,0,9,4,0,3,32,0,0,200,254,0,46,16,0,4,8,0,3,16,0,0,4,0,4,32,0,2,4, -0,1,64,0,0,40,251,0,1,64,4,136,0,16,68,0,4,128,0,16,64,0,0,4,128,0,2, -2,0,12,128,0,6,48,255,0,1,8,0,0,1,0,16,1,0,4,64,0,20,1,0,23,72,251,0, -15,128,0,34,2,0,21,144,253,16,0,57,4,0,14,200,255,0,1,4,0,13,8,0,2,64 -,0,27,2,0,3,2,0,18,56,253,0,3,8,0,11,2,0,31,4,0,0,44,0,2,128,0,9,1,0, -6,80,248,0,54,4,0,18,152,251,4,0,68,32,0,3,248,249,0,4,32,0,0,4,0,1, -16,0,6,32,0,5,2,0,28,16,0,1,64,0,0,8,0,4,32,0,0,16,0,1,64,0,0,8,0,0, -28,254,0,2,64,4,0,62,64,0,5,216,255,0,62,64,0,3,32,0,5,216,253,0,1,64 -,0,1,128,0,10,4,0,3,4,0,22,64,0,2,8,0,1,32,0,20,144,249,0,19,2,0,25, -32,0,4,64,0,20,184,249,0,15,64,0,53,8,0,1,192,208,255,0,4,2,0,11,4,0, -9,24,0,22,8,0,20,248,250,0,74,152,255,0,4,1,1,32,8,0,0,128,0,3,64,0, -44,128,0,0,32,32,0,4,4,0,3,120,250,0,2,128,0,0,8,0,3,64,0,41,80,0,0, -48,0,7,32,0,2,128,16,0,2,2,0,0,80,253,0,4,8,0,13,8,0,1,1,0,3,8,68,0, -18,1,1,0,0,4,4,0,1,64,0,10,128,0,2,1,0,1,136,251,0,1,144,0,0,16,0,2,4 -,0,1,16,0,9,8,0,5,32,0,18,16,0,1,64,0,12,4,0,6,8,88,253,0,1,1,0,1,65, -128,0,2,8,0,0,4,64,0,32,1,0,0,129,0,5,32,0,0,34,0,1,32,1,0,0,32,0,1,1 -,0,0,64,0,0,64,0,0,4,0,0,248,249,66,0,0,8,0,4,16,0,0,2,0,1,8,32,0,0, -16,0,5,17,32,0,3,16,0,17,8,0,0,65,0,5,4,0,1,8,0,2,128,8,128,0,3,4,0,0 -,1,128,64,252,32,128,4,0,1,34,64,8,16,0,0,18,0,0,2,72,0,0,1,32,0,0, -128,34,0,2,10,64,0,3,32,0,15,128,0,0,32,1,22,0,2,128,0,0,32,1,68,0,0, -4,16,1,0,0,192,2,192,0,0,64,33,4,72,0,0,9,8,88,254,0,3,32,192,0,0,8,4 -,129,0,0,160,32,0,0,3,0,0,4,10,64,158,0,0,4,0,2,2,1,0,0,16,12,0,16,16 -,5,0,0,1,26,2,0,0,102,64,28,248,10,0,0,96,0,0,2,17,44,72,0,0,141,96, -24,17,130,0,0,16,1,192,250,0,4,64,0,0,8,4,2,1,0,5,2,16,0,1,8,0,5,16,8 -,0,16,16,0,1,4,0,4,32,0,0,2,0,2,2,2,32,4,0,0,1,33,16,0,0,132,0,0,8,0, -0,184,251,0,4,16,0,6,128,0,1,32,0,1,64,0,5,2,0,1,16,0,17,16,0,1,32,0, -1,129,8,16,4,0,1,16,0,6,16,8,0,4,160,252,16,0,19,2,0,28,128,0,1,64,0, -15,8,0,2,172,249,2,0,1,32,0,0,4,0,16,2,0,22,1,0,19,2,0,4,128,64,253,0 -,3,4,0,0,2,0,53,8,0,2,4,0,1,64,129,0,4,224,252,8,0,4,128,8,0,9,9,0,33 -,4,0,0,72,16,0,7,2,0,1,8,64,0,0,32,0,0,4,16,202,254,0,1,16,0,0,2,0,1, -64,0,2,1,0,6,2,0,1,1,0,4,16,0,19,2,0,1,8,0,2,128,0,13,1,0,2,200,248,0 -,28,16,0,19,2,1,17,0,16,16,0,3,168,254,0,16,2,0,55,8,56,255,0,1,32,0, -11,4,0,3,8,0,32,1,0,7,1,0,4,8,0,4,80,249,0,16,4,0,2,16,0,26,16,0,3,4, -0,0,16,0,12,8,0,1,16,0,1,250,0,2,16,0,0,2,0,4,128,0,10,1,0,28,2,0,10, -32,0,1,32,0,1,6,0,2,112,255,0,1,32,0,0,1,0,15,128,128,0,4,96,0,19,12, -0,1,32,0,16,2,0,3,216,254,2,0,1,8,0,0,1,0,14,8,130,0,24,8,0,1,2,0,22, -136,253,0,2,128,6,16,36,0,4,128,0,4,208,16,0,7,52,0,18,128,6,0,6,33,0 -,6,26,0,3,32,8,0,2,184,254,0,3,6,128,0,5,12,8,0,3,192,0,8,16,32,0,26, -4,2,0,15,64,248,0,3,6,50,128,0,4,2,0,4,240,128,0,7,56,32,0,17,128,7,0 -,6,8,0,6,6,0,3,15,0,3,56,249,0,3,64,144,0,5,141,4,0,3,64,2,0,7,148,0, -18,128,38,1,0,5,68,1,0,5,130,2,0,2,77,8,0,2,160,254,0,3,6,66,0,5,77,8 -,0,3,208,4,0,7,36,1,0,18,64,2,0,5,44,2,0,5,24,5,0,2,128,4,0,2,88,252, -0,2,128,7,32,32,0,4,3,0,4,240,32,0,7,56,32,0,18,7,0,6,15,0,6,30,0,3, -15,0,3,112,252,0,3,6,208,64,0,4,12,0,4,128,128,0,7,32,0,27,12,0,6,24, -0,4,2,0,2,88,255,0,3,6,196,0,11,208,8,0,7,48,0,19,6,2,0,5,140,4,0,5,2 -,8,0,2,140,0,3,120,252,0,2,128,64,4,0,1,64,136,0,1,128,0,7,1,0,3,160, -1,52,0,17,20,128,32,0,1,154,32,0,1,65,0,7,26,64,0,0,4,0,0,32,8,0,2, -200,255,0,3,2,0,7,8,0,5,24,16,0,3,128,1,48,0,17,32,0,1,2,0,0,24,0,11, -24,0,8,16,252,0,3,4,0,6,3,0,6,4,0,4,128,1,12,0,17,44,128,5,0,1,30,8,0 -,0,120,16,0,7,6,0,0,3,0,1,15,0,3,176,255,8,0,2,18,1,0,2,160,0,1,1,0,6 -,26,32,0,3,128,17,6,0,17,20,0,0,6,4,0,0,136,0,1,104,2,0,7,2,0,0,3,1,0 -,0,77,2,0,2,154,250,0,3,22,1,0,2,144,0,1,12,0,6,26,0,4,128,5,2,2,0,16 -,24,132,0,0,1,0,0,26,5,0,11,5,32,2,0,0,128,4,0,2,152,251,0,2,128,7,0, -2,192,0,2,15,2,0,5,6,8,0,3,96,0,0,8,32,0,16,32,0,0,1,0,1,28,0,1,120, -64,0,7,4,192,0,2,15,0,3,96,255,4,0,2,6,0,3,128,0,1,12,0,6,24,0,4,128, -1,49,0,17,32,128,6,2,0,0,16,0,2,16,0,7,24,0,0,2,0,2,2,0,2,57,253,0,3, -70,2,0,2,17,0,1,12,0,12,128,9,48,9,0,16,16,136,18,0,1,24,32,0,0,96,1, -0,7,26,8,163,0,1,44,0,3,216,251,0,2,128,6,0,2,64,160,104,0,0,65,8,0,5 -,24,1,0,3,160,1,4,18,0,16,4,0,3,2,16,0,1,1,13,0,4,208,24,66,0,3,32,8, -0,2,96,253,0,3,6,0,4,96,0,8,24,16,0,3,128,1,0,23,16,0,2,32,12,0,4,192 -,0,1,16,0,7,120,248,0,9,98,0,8,6,0,4,128,1,0,18,44,0,3,4,0,1,24,0,6, -176,0,0,16,16,0,2,15,0,3,112,251,8,0,7,16,96,0,1,2,0,5,24,9,0,3,128, -17,2,10,0,16,20,0,3,82,8,0,0,8,0,6,192,4,129,0,3,13,2,0,2,154,253,0,3 -,192,0,4,1,2,64,0,6,154,4,0,3,128,5,130,64,0,16,24,4,0,2,10,1,0,0,96, -17,76,0,4,208,36,24,4,0,2,128,4,0,2,80,251,0,2,128,1,0,2,192,0,0,24, -32,3,4,0,5,30,0,4,96,0,0,28,0,17,32,0,3,4,16,0,0,120,0,0,15,8,0,3,240 -,0,0,30,0,3,15,0,3,208,253,4,0,3,4,0,3,96,0,8,24,16,0,3,128,1,0,0,32, -0,16,32,0,3,8,0,1,96,0,0,12,4,0,3,192,64,0,5,2,0,2,225,254,0,3,32,0,3 -,129,96,33,72,2,0,5,64,0,4,128,5,49,1,0,16,144,8,0,5,96,0,0,12,0,4,80 -,0,0,136,8,0,2,76,0,3,216,250,16,0,1,128,2,16,0,2,32,0,1,1,0,2,128,22 -,0,0,4,0,5,32,0,0,52,0,17,4,128,64,1,0,0,138,0,2,65,13,160,1,0,2,208, -0,0,2,67,35,104,0,0,32,0,4,254,0,4,2,0,3,2,0,5,4,196,128,0,5,128,128, -48,32,0,21,24,16,0,2,12,128,1,0,2,192,0,0,16,0,0,3,98,0,1,4,0,2,32, -248,0,3,6,0,2,192,0,3,2,0,3,226,64,0,7,60,0,17,44,0,0,1,1,0,0,6,0,1, -120,0,0,12,8,128,0,2,192,0,0,4,208,3,1,0,0,3,0,3,8,248,12,0,3,8,16,0, -0,64,0,7,64,208,2,0,5,128,1,18,16,0,16,20,128,20,0,1,74,16,0,0,104,16 -,128,128,17,0,2,192,132,18,1,33,96,128,1,0,3,10,253,4,0,2,34,4,66,0,1 -,131,0,1,32,2,0,2,2,208,72,0,6,33,52,2,0,16,24,132,16,4,0,0,144,16,0, -2,76,132,49,0,3,16,138,72,11,96,12,76,2,0,2,16,253,0,2,128,5,240,0,1, -192,3,0,1,3,0,2,128,6,48,0,6,224,0,0,56,8,0,16,32,0,0,1,0,1,6,0,1,120 -,64,15,96,0,3,48,0,0,4,128,3,26,0,0,15,0,3,200,254,4,0,2,6,196,0,2,3, -0,1,12,2,0,3,192,0,6,128,1,32,16,0,16,32,128,2,0,1,24,0,3,12,128,1,0, -2,192,32,8,0,0,2,96,0,0,12,0,3,161,248,0,3,7,192,132,0,1,3,0,1,64,0,4 -,192,66,0,5,192,9,177,0,17,16,138,32,4,0,0,80,4,0,0,96,130,12,8,4,2,0 -,2,2,2,0,0,3,4,129,12,0,3,64,250,0,2,128,2,16,0,2,35,0,1,1,0,3,32,4,0 -,1,65,0,3,32,8,181,0,17,4,0,1,192,2,2,32,0,1,1,13,160,1,0,2,192,66,2, -33,0,0,104,0,0,32,0,3,144,255,0,3,4,1,0,3,2,0,9,16,0,5,48,32,0,19,192 -,64,0,2,96,32,12,128,1,0,2,192,0,0,24,0,1,96,0,0,12,4,0,2,216,255,0,3 -,2,0,0,32,0,0,128,3,2,0,1,2,0,2,6,0,1,6,192,3,0,2,128,129,32,16,0,16, -44,0,1,240,0,0,24,16,0,0,16,0,2,128,0,2,32,0,0,24,8,0,2,2,0,3,24,248, -8,0,2,64,8,2,0,0,64,8,0,6,4,2,0,0,2,64,3,0,2,128,17,0,18,20,0,1,208,0 -,0,88,0,1,104,10,0,0,128,17,0,2,208,128,88,0,1,96,128,141,4,0,2,138, -255,0,3,18,4,32,0,0,64,8,0,1,32,2,0,5,88,4,11,0,3,16,48,0,17,24,4,0,1 -,4,0,0,17,0,0,104,1,140,128,133,0,2,208,130,88,32,0,0,96,33,45,2,0,2, -24,254,0,2,128,5,48,0,1,192,3,1,0,0,15,0,6,30,128,3,1,0,1,96,128,52,0 -,17,32,0,1,48,64,6,0,1,24,16,15,100,0,3,240,0,0,14,0,1,24,0,0,3,0,3, -72,251,4,0,2,2,0,0,32,0,5,2,0,2,2,0,1,24,0,0,131,0,3,1,0,18,32,8,0,2, -16,0,1,96,0,0,12,128,1,1,0,1,192,0,0,24,0,1,96,0,0,12,0,3,161,250,0,3 -,36,200,0,2,3,0,1,64,0,3,6,0,1,24,0,0,35,0,2,128,69,16,0,17,16,2,0,2, -24,4,0,2,76,8,4,0,3,136,76,8,0,1,34,0,4,248,250,16,0,1,128,38,84,0,2, -32,0,1,132,0,3,64,4,0,1,1,0,3,160,1,32,33,0,16,36,132,2,0,1,26,64,3,0 -,0,1,77,34,8,1,0,1,208,2,90,8,0,0,8,66,32,0,3,88,251,0,3,6,128,0,3,2, -0,0,8,8,0,6,16,0,3,128,1,0,18,16,0,0,4,0,1,24,0,0,3,96,32,12,128,0,3, -192,32,24,0,1,32,0,1,4,0,2,176,252,0,3,6,176,0,1,192,0,2,11,0,3,6,0,1 -,6,0,4,128,1,48,0,17,44,128,5,4,0,0,6,0,1,16,0,0,12,128,65,0,2,192,0, -0,8,16,0,0,96,16,3,0,3,8,250,12,0,2,22,81,0,1,64,0,2,5,4,0,2,20,8,0,0 -,2,0,4,128,1,48,33,0,16,20,128,34,0,1,2,0,0,35,108,8,76,129,17,0,2, -192,8,89,0,1,96,4,1,0,3,98,255,4,0,2,68,97,132,0,1,19,0,1,6,0,6,24,1, -0,4,132,0,18,40,0,0,3,0,1,128,16,11,105,128,8,4,17,1,0,1,192,128,136, -0,1,64,68,12,2,0,2,232,252,0,2,128,1,128,0,1,192,131,0,1,8,0,6,30,4,0 -,3,96,0,0,16,0,17,32,128,4,0,1,4,192,0,0,24,0,0,3,224,1,0,2,240,0,0, -30,8,0,0,120,0,0,15,0,3,216,248,4,0,2,4,130,32,0,1,3,0,1,10,0,3,2,0,1 -,24,0,4,128,1,49,0,17,32,0,0,5,0,1,24,4,3,98,0,0,8,132,1,0,2,192,0,0, -8,0,1,96,0,0,12,0,3,1,250,0,3,18,64,2,0,1,3,0,1,4,0,3,6,0,1,24,0,4, -128,5,48,0,17,32,0,0,2,0,1,152,0,0,8,0,1,36,192,17,1,0,1,128,72,144,4 -,0,0,112,32,12,0,3,72,249,0,2,128,6,24,0,1,64,17,4,0,0,128,0,3,134,16 -,66,2,16,0,0,104,0,1,32,0,0,32,34,0,17,128,4,0,1,10,16,0,1,65,5,32,4, -0,2,80,68,18,65,3,12,1,32,168,4,0,1,224,249,0,3,2,0,7,8,0,2,4,0,7,128 -,128,0,20,2,0,7,132,128,0,4,24,16,1,32,32,0,1,128,0,1,232,249,0,3,6, -180,0,1,192,1,0,1,11,0,3,6,0,1,8,4,0,0,96,0,3,48,0,18,128,5,4,0,0,12, -0,1,120,0,0,12,128,1,0,2,64,0,0,28,0,0,3,96,0,0,15,128,0,3,252,8,0,2, -22,80,0,1,64,136,0,1,5,4,0,2,68,8,36,0,0,1,0,1,8,0,0,128,1,50,65,0,17 -,128,34,0,1,66,8,0,0,104,0,1,144,81,0,2,128,0,0,27,2,3,97,20,45,2,1,2 -,0,0,235,254,0,3,20,104,132,0,1,32,1,0,0,6,0,3,2,0,0,24,0,0,1,0,1,65, -0,1,69,0,20,3,0,1,66,4,0,0,96,0,0,68,2,9,2,0,2,8,154,0,0,34,66,34,128 -,4,16,0,1,89,250,0,2,128,7,128,0,1,128,2,0,1,8,0,3,6,112,0,0,6,4,0,0, -120,0,1,224,0,0,16,0,18,128,4,0,1,20,0,1,120,64,11,224,1,0,2,240,64, -14,200,3,120,0,0,15,224,129,0,1,184,249,4,0,2,4,128,32,0,1,3,0,1,10,0 -,3,2,0,0,128,0,0,4,0,3,128,1,49,0,19,3,0,4,96,16,12,128,1,0,2,192,0,0 -,24,16,2,96,64,0,0,136,1,1,0,0,129,253,0,3,23,65,0,2,35,1,0,0,4,0,3,6 -,192,0,0,64,0,2,36,0,0,192,1,48,0,19,4,0,1,16,0,1,96,4,46,194,1,2,0,1 -,224,66,24,129,83,112,1,12,192,1,0,1,64,251,128,17,0,0,128,70,144,136 -,0,1,32,0,1,136,0,6,2,0,3,13,32,8,33,4,0,17,128,6,0,1,10,3,0,1,65,69, -160,129,0,0,128,20,208,0,0,10,81,35,104,32,32,160,1,52,0,0,88,254,128 -,1,1,0,0,2,68,0,3,2,0,0,4,8,0,6,16,0,2,12,0,22,6,0,1,24,0,3,8,130,1,0 -,1,2,194,64,0,1,1,98,0,0,12,132,129,48,0,0,208,248,224,1,0,1,6,176,0, -1,192,0,2,11,0,6,24,0,3,12,128,1,32,0,18,128,1,0,1,12,0,1,120,16,4, -128,1,0,0,128,5,192,128,30,8,3,96,0,0,2,136,1,0,1,56,250,164,1,0,1,22 -,81,0,1,64,0,2,5,4,0,5,16,2,0,2,12,128,145,0,0,66,0,17,128,0,2,26,9,0 -,0,104,0,0,128,144,137,0,0,128,2,192,0,0,136,0,0,83,96,132,141,128,9, -2,0,0,10,251,12,8,0,1,68,96,0,2,147,0,1,6,0,6,64,0,3,64,0,0,16,0,20, -16,0,1,90,8,0,2,36,0,0,9,0,1,4,128,4,130,0,0,34,68,36,141,8,145,128, -16,208,251,96,128,0,0,128,3,66,0,1,192,3,0,1,8,0,6,6,8,0,2,3,100,128, -16,0,19,1,2,0,0,20,0,1,120,64,11,232,128,0,1,3,112,128,20,196,1,56,0, -0,3,224,0,0,12,0,0,200,255,8,0,2,6,66,0,2,3,0,1,6,0,11,12,0,0,1,0,19, -128,6,0,1,24,0,3,4,128,1,0,1,4,192,0,0,16,0,0,3,97,0,0,12,128,1,0,0, -32,169,252,0,3,38,64,0,2,3,0,1,8,0,6,64,4,0,2,140,136,65,16,0,18,128, -70,1,0,0,16,0,1,96,17,72,16,0,0,1,0,0,2,0,0,128,26,17,35,0,0,10,0,1, -40,128,0,0,80,255,0,5,4,0,41,192,0,24,144,255,32,0,0,4,128,0,0,16,32, -2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0 -,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,3,64,0,0,8,0,0,1,32,0 -,0,4,0,0,24,255,0,18,128,0,29,1,0,14,16,0,7,144,255,36,0,0,4,128,0,2, -2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,4,2,64,0,0,8,0,0,1,32,0,0,4,0,15 -,32,0,0,4,0,0,16,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,130,2,65 -,0,0,8,0,0,1,32,0,0,4,0,0,65,253,12,0,4,2,0,1,8,1,0,0,32,4,0,7,16,4,0 -,4,6,0,17,2,64,0,2,9,0,7,192,0,2,9,96,0,6,219,251,0,1,4,128,0,1,64,2, -0,1,8,0,1,32,0,0,4,128,0,5,8,0,0,1,32,0,17,32,0,1,32,0,0,1,0,1,64,0,2 -,1,32,0,0,4,0,3,2,0,1,8,0,1,32,0,0,4,0,0,184,253,8,0,61,4,0,10,242, -249,32,4,5,128,0,1,130,2,0,0,8,10,0,0,32,40,0,0,4,128,0,0,16,2,67,16, -8,10,0,0,1,32,0,1,64,0,14,32,0,0,132,32,16,20,130,64,72,0,0,8,65,1,32 -,0,0,4,0,0,32,16,2,129,16,8,9,0,0,33,40,0,0,4,0,0,160,250,0,28,64,0, -44,152,251,0,16,128,0,10,4,0,37,16,0,1,64,0,2,80,250,0,11,16,0,4,8,0, -32,8,0,2,8,0,7,16,0,4,1,0,2,152,254,0,9,4,0,7,2,0,6,4,0,24,2,0,4,32,0 -,1,4,32,0,0,8,0,2,8,0,0,4,0,2,80,255,0,4,2,0,21,4,0,18,128,128,0,7,4, -0,1,128,0,3,64,0,0,1,0,5,104,255,0,4,4,64,0,13,8,0,5,1,64,0,21,4,32,0 -,3,8,0,4,64,4,0,2,64,0,4,88,248,0,4,1,0,5,4,2,0,3,66,0,5,8,8,64,0,18, -16,128,0,0,4,32,0,1,128,0,1,4,2,0,1,32,0,4,1,0,2,32,0,2,224,253,0,16, -4,0,0,32,0,0,64,0,3,128,0,22,32,0,3,8,0,9,8,0,0,2,0,5,144,255,4,0,2, -160,130,2,0,4,2,4,0,1,128,0,0,34,148,0,0,64,80,0,0,12,2,36,128,0,18, -24,0,0,1,18,64,0,1,10,9,0,0,2,4,0,1,16,20,0,1,80,144,10,2,0,1,64,0,0, -2,0,0,216,254,0,3,36,4,2,0,3,20,137,3,0,3,192,18,0,1,176,2,0,2,45,4,0 -,17,24,168,2,129,37,0,1,185,5,0,0,32,0,1,32,0,0,156,0,2,2,73,224,16,0 -,1,192,32,4,64,249,0,10,16,0,0,2,0,3,64,0,2,128,0,23,16,8,2,2,64,0,1, -2,2,0,10,1,32,64,0,1,128,0,1,88,252,0,2,128,0,7,4,4,0,3,16,64,0,5,128 -,0,0,1,0,20,64,0,8,8,0,0,2,4,0,1,4,128,64,0,3,32,32,128,250,0,2,128,0 -,14,2,0,37,32,0,6,32,0,0,8,0,5,152,255,0,25,128,0,29,4,0,0,1,0,6,1,64 -,0,5,64,254,0,0,128,0,7,1,0,1,4,0,5,64,8,0,29,64,8,64,8,0,2,32,0,3, -128,0,0,2,0,2,8,0,2,4,112,250,0,3,128,0,14,16,16,2,0,23,4,0,14,80,0,0 -,64,0,1,128,0,2,1,0,1,8,249,0,3,128,0,20,2,4,0,24,2,0,3,2,64,0,3,1,0, -9,208,252,0,5,2,0,10,8,0,51,1,0,2,160,253,0,3,8,0,21,2,0,46,48,253,0, -3,8,32,0,1,128,0,17,2,0,20,1,0,2,16,0,1,32,16,128,0,8,2,0,0,2,0,3,128 -,255,0,51,16,0,2,64,0,1,1,0,1,16,0,0,32,0,9,184,249,0,3,16,0,46,16,0, -11,1,0,0,2,0,6,136,253,0,3,2,0,20,128,0,0,16,0,27,4,0,5,16,0,9,80,249 -,0,17,32,16,0,54,168,254,0,74,152,255,0,8,2,0,44,8,0,8,16,0,8,48,252, -0,8,8,0,37,16,0,14,2,0,0,8,0,7,136,253,0,12,1,0,35,2,0,23,184,254,0,8 -,64,0,7,16,0,55,200,255,0,63,128,0,7,1,0,0,144,254,0,4,68,0,2,1,0,1,4 -,0,3,8,0,10,32,0,18,2,0,2,16,1,0,2,200,0,5,8,0,1,50,0,3,16,0,0,104, -248,0,4,8,16,0,9,2,1,0,8,2,8,0,19,128,0,3,68,0,1,16,0,5,32,0,3,8,0,3, -232,255,16,0,7,2,0,8,32,0,44,66,0,8,168,251,0,22,4,0,28,4,0,2,1,0,0,4 -,0,5,72,128,0,0,1,0,4,152,255,0,0,1,0,9,8,0,4,64,16,16,0,1,64,0,2,32, -0,0,4,0,18,4,128,0,17,8,0,4,32,254,0,27,8,0,27,2,0,1,2,0,6,32,0,2,4,0 -,1,80,249,0,0,1,16,0,3,8,128,0,10,8,0,7,8,0,15,64,8,0,1,1,128,0,12,8, -64,0,0,32,0,0,2,0,3,8,251,80,0,0,8,0,1,16,128,0,1,128,0,2,66,32,0,5,4 -,0,0,1,32,0,16,4,0,6,2,0,0,2,8,0,2,4,0,1,8,0,4,128,0,3,4,0,0,9,0,0, -152,253,96,0,0,12,0,1,16,128,4,128,80,194,0,1,40,0,0,1,0,1,64,0,0,4, -16,0,0,2,64,0,1,5,0,0,16,0,11,2,0,2,168,8,0,1,6,64,10,16,0,0,192,12,1 -,0,1,4,0,1,128,22,132,194,0,0,16,10,2,8,5,5,0,0,128,253,0,1,128,0,1, -128,0,0,64,5,64,64,0,1,128,0,4,32,136,4,64,160,0,0,136,2,1,0,0,8,0,2, -16,0,0,128,0,9,72,0,0,88,36,5,40,16,4,6,2,160,17,0,1,1,4,2,64,0,0,88, -2,32,197,75,4,0,0,64,48,0,0,216,250,0,7,4,0,4,1,0,3,16,8,8,0,0,32,0,1 -,2,0,1,16,0,16,1,8,0,0,1,32,0,0,2,0,7,2,16,0,0,8,0,3,1,0,1,17,0,0,216 -,252,0,4,16,0,3,10,0,11,1,0,0,1,0,0,1,0,4,16,0,0,32,0,11,128,0,2,8,0, -0,1,0,5,16,0,2,4,8,0,0,32,8,0,2,8,0,0,192,252,0,3,4,0,4,64,0,13,8,0, -30,8,0,4,64,0,0,4,4,0,5,1,0,0,24,250,0,9,64,0,6,128,0,40,1,0,1,128,2, -0,9,200,248,0,27,128,16,0,21,2,4,0,4,128,0,2,128,64,0,9,152,248,0,26, -128,0,0,32,0,34,2,6,0,7,88,251,6,0,18,1,2,0,1,8,0,2,64,0,20,2,0,5,16, -0,6,1,0,1,128,0,2,2,0,0,128,128,253,0,3,2,0,10,128,16,0,8,32,132,0,28 -,1,0,4,33,0,6,2,0,1,184,248,0,3,16,0,43,8,0,9,2,0,1,16,0,4,128,0,4, -176,252,0,0,64,0,3,32,0,1,128,0,2,2,0,6,4,128,0,24,8,0,0,1,32,0,3,16, -0,10,8,0,1,34,0,2,168,254,0,4,16,0,1,128,0,10,2,0,1,8,0,4,8,0,26,2,0, -6,32,0,8,16,254,0,4,128,0,13,32,0,4,32,0,21,4,0,8,2,0,5,16,0,1,128,32 -,0,3,128,249,0,3,1,8,0,20,1,2,0,19,16,0,1,4,0,13,4,0,6,24,252,0,17,16 -,0,7,64,0,0,16,0,21,64,0,4,6,0,7,8,0,7,252,0,2,128,64,0,1,2,0,1,8,0,1 -,32,0,11,32,8,2,0,17,4,33,0,5,104,130,0,0,160,5,132,64,0,2,26,73,35,0 -,2,160,145,52,18,240,250,0,4,1,0,7,129,0,10,128,0,19,16,0,6,32,0,1, -128,1,17,0,3,24,0,0,2,1,0,1,128,1,48,0,0,152,252,0,6,22,0,1,88,0,1,64 -,1,0,10,64,128,0,18,48,0,6,96,0,1,128,1,0,4,24,192,3,1,0,1,128,1,32,0 -,0,16,249,0,3,160,0,1,10,0,1,40,0,1,160,5,2,0,9,160,0,19,48,18,0,5,32 -,68,0,0,128,9,50,18,0,2,152,32,3,0,2,128,9,17,65,48,254,0,3,32,8,0,0, -12,0,1,48,0,1,160,8,2,0,9,32,17,2,0,17,32,2,0,9,129,128,0,3,144,64, -161,0,3,5,178,16,184,252,0,2,128,1,0,1,18,0,1,72,0,1,96,0,11,96,0,19, -60,32,0,5,24,32,0,0,224,0,0,12,32,0,2,14,200,3,0,2,224,0,0,60,0,0,192 -,251,0,4,2,0,0,16,0,1,64,0,1,128,1,0,11,1,0,18,48,0,6,64,0,1,128,1,16 -,0,3,24,0,0,3,2,0,1,128,1,48,0,0,160,252,0,3,68,0,1,8,0,1,32,0,1,128, -8,1,0,30,56,16,0,5,96,33,0,1,136,0,0,16,0,3,66,35,0,3,40,0,0,33,104, -251,0,2,128,16,0,1,2,0,1,8,0,4,128,38,0,2,64,18,1,0,1,160,8,0,8,34,0, -6,17,0,0,4,16,0,4,35,12,64,0,0,160,16,0,5,64,19,12,132,65,2,0,0,20,2, -232,248,0,4,4,0,10,6,4,0,7,64,0,8,12,0,6,6,0,0,16,0,5,3,32,0,2,128,0, -6,1,32,0,4,16,200,251,0,6,22,0,1,88,0,5,2,0,3,3,0,2,96,0,0,1,0,7,12,0 -,6,6,0,0,48,16,0,3,128,0,1,32,0,0,128,1,1,0,5,3,1,64,3,0,1,48,32,104, -250,8,0,2,16,8,0,0,10,0,1,40,0,5,4,8,0,2,8,1,0,1,32,8,0,8,10,0,6,5,0, -0,48,0,4,64,83,96,4,0,9,9,96,4,33,16,0,0,128,0,0,179,251,0,3,64,2,0,0 -,12,0,1,48,0,5,64,4,0,2,139,0,3,144,0,8,10,0,6,5,0,0,32,17,0,3,64,19, -65,17,0,0,128,16,0,6,96,64,17,0,2,16,2,241,250,0,2,128,1,0,1,18,0,1, -72,0,4,128,7,0,2,192,1,0,2,96,0,19,60,0,4,192,3,56,0,1,96,1,1,0,4,192 -,0,0,56,0,0,11,8,0,0,44,32,56,250,4,0,5,16,0,1,64,0,10,3,0,23,48,32,0 -,4,3,97,64,0,0,128,1,0,6,2,98,16,0,2,48,0,0,241,248,0,3,68,2,0,0,8,0, -1,32,0,5,132,0,3,83,0,2,32,16,2,0,17,56,1,0,3,64,16,112,4,0,0,128,1,2 -,0,5,11,96,0,0,65,16,0,0,48,64,168,254,0,2,128,16,1,0,0,2,0,1,8,0,1, -32,8,0,2,208,16,0,5,32,0,19,52,64,0,3,64,9,8,33,0,0,160,1,0,5,64,16,4 -,0,0,33,2,0,0,4,16,88,252,0,13,64,0,2,192,0,7,64,0,18,48,0,6,34,0,1, -128,1,0,6,1,0,6,32,249,0,4,1,0,0,22,0,1,88,0,1,96,0,3,64,64,0,5,224,0 -,0,1,0,17,48,0,5,3,2,32,0,0,224,1,0,9,3,0,1,48,0,0,208,254,4,0,2,64,0 -,1,10,0,1,40,0,1,32,0,0,1,0,1,128,4,0,5,32,8,0,18,48,66,0,4,16,96,0,1 -,160,1,0,6,67,0,1,33,8,0,0,48,17,202,251,12,0,3,1,0,0,12,0,1,48,0,7, -66,0,6,144,0,18,160,64,0,4,9,64,20,0,0,128,1,0,6,2,1,0,4,65,96,250,0, -2,128,1,0,1,18,0,1,72,0,1,96,0,0,1,0,1,240,0,6,96,0,17,1,0,0,28,0,4, -192,2,57,0,1,192,1,0,5,192,1,0,1,3,8,0,0,12,0,0,16,254,8,0,3,1,0,0,16 -,0,1,64,0,3,1,0,2,128,0,24,8,0,0,48,0,5,3,98,16,0,0,128,1,0,6,3,0,4, -32,8,57,254,0,3,4,0,1,8,0,1,32,0,1,32,5,0,2,128,0,6,32,16,2,0,15,6,0, -1,5,0,4,11,112,4,0,0,128,1,0,6,83,0,1,73,16,0,0,176,0,0,80,253,160,1, -0,0,128,16,0,1,2,0,1,8,0,1,160,0,3,208,16,26,1,0,3,32,9,2,0,19,70,0,1 -,10,66,3,8,128,0,0,160,1,20,4,0,3,64,16,12,8,0,2,52,0,0,120,252,128,1 -,0,2,1,0,7,128,0,2,192,0,0,24,8,0,22,8,0,2,6,2,0,2,3,0,2,128,1,1,0,5, -1,96,0,3,48,32,232,253,224,1,0,0,128,1,0,1,22,0,1,88,0,1,192,65,0,2, -64,64,8,16,0,3,64,129,0,16,1,0,2,7,0,1,24,192,3,0,2,96,129,48,16,0,5, -64,64,0,2,60,16,120,249,168,1,0,0,128,32,1,0,0,10,0,1,40,0,1,160,16,0 -,2,128,4,16,0,4,32,0,20,128,160,0,2,73,3,0,0,18,0,0,128,5,0,0,1,0,4, -67,96,0,3,144,0,0,2,255,128,1,0,4,12,0,1,48,0,1,32,0,0,2,0,2,24,64,8, -0,3,32,0,17,4,0,1,128,38,2,0,0,8,1,3,0,0,68,0,0,160,81,144,0,5,2,98, -130,0,2,52,10,160,255,192,1,0,0,128,1,4,0,0,18,0,1,72,0,1,96,1,0,2, -240,0,0,30,0,4,224,128,0,16,4,0,1,128,7,0,1,22,144,3,24,0,1,224,1,44, -16,0,3,192,1,88,0,3,60,0,0,32,254,132,1,0,4,16,0,1,64,0,2,1,0,3,64,0, -29,2,0,0,24,0,0,3,64,0,1,128,1,48,32,0,4,3,96,0,3,32,0,0,169,249,128, -1,0,1,36,8,0,0,8,0,1,32,0,1,128,9,1,0,1,128,0,0,16,2,0,3,128,0,17,4,0 -,2,6,0,1,152,16,3,96,8,0,0,128,16,177,0,5,11,114,36,0,2,48,34,192,254 -,0,1,52,128,36,1,0,0,2,0,1,8,0,1,32,0,3,144,0,3,4,0,1,32,4,1,0,17,36, -129,68,24,0,1,64,35,10,1,0,0,32,128,0,0,128,2,16,24,0,0,64,32,44,4,1, -161,129,4,1,56,251,0,1,48,0,0,2,0,12,64,128,0,1,3,0,2,128,0,17,2,0,1, -32,0,4,2,32,64,0,4,6,66,0,2,1,0,0,32,8,0,0,1,0,0,16,224,248,0,1,60, -128,3,0,1,22,0,1,88,0,9,128,3,0,2,64,0,17,2,0,0,32,0,0,4,192,0,1,192, -3,0,0,32,0,0,128,1,0,2,128,0,3,98,64,10,128,1,48,0,0,88,249,8,0,0,52, -128,4,0,1,10,0,1,40,0,1,128,5,1,0,1,64,130,0,0,64,19,1,0,1,160,4,1,0, -7,64,0,9,4,128,192,0,2,3,97,2,0,0,128,137,0,1,22,66,68,0,1,35,0,0,2, -13,132,17,49,4,91,251,0,1,48,0,0,4,0,1,12,0,1,48,0,2,128,0,2,192,4,0, -0,64,11,2,0,1,32,49,0,9,2,0,5,5,0,0,144,16,34,4,130,0,0,64,33,64,1,0, -1,8,2,0,0,22,0,0,2,0,1,34,32,128,69,136,1,130,64,201,248,0,1,56,128,2 -,0,1,18,0,1,72,0,1,224,1,0,2,240,32,0,0,192,0,3,96,0,9,128,1,0,7,60, -128,7,48,0,1,192,131,56,32,0,0,96,0,1,128,7,52,128,0,0,192,129,88,0,0 -,3,224,1,12,0,0,174,250,4,0,0,48,0,0,2,0,1,16,0,1,64,0,1,128,129,0,2, -192,0,2,3,1,0,2,1,0,25,3,96,0,1,128,65,0,1,6,0,3,3,96,0,0,12,128,129, -32,0,0,64,254,0,1,48,0,0,4,0,1,8,0,1,32,0,1,128,5,0,3,72,0,1,3,0,14,2 -,0,7,16,17,34,2,68,0,1,3,100,68,0,0,128,4,0,1,18,72,2,1,0,0,163,96,65 -,68,200,1,176,8,56,255,16,0,1,128,0,2,2,64,35,8,0,1,32,0,0,52,64,0,0, -16,128,26,64,34,0,2,32,64,0,18,4,132,20,0,2,64,11,9,1,0,0,32,4,2,0,1, -80,8,10,65,2,104,33,5,33,1,5,34,208,249,0,8,3,1,0,2,64,48,0,1,64,0,0, -24,0,0,3,1,0,22,48,0,0,6,2,0,2,2,32,64,0,6,64,0,0,8,1,98,0,1,128,1,0, -1,152,248,0,2,128,5,0,1,22,0,0,1,90,0,1,224,128,0,4,30,192,2,0,2,96,0 -,0,1,0,8,1,0,7,32,128,1,0,3,3,1,32,0,0,128,1,0,2,192,128,24,0,1,32,64 -,14,2,129,48,0,0,184,253,12,0,1,128,2,0,1,10,0,0,18,40,0,1,32,16,48, -17,0,0,192,64,26,0,0,80,0,2,32,8,0,9,1,0,7,176,64,4,4,0,2,2,96,2,0,0, -128,41,0,5,32,17,65,1,5,128,8,48,5,170,250,4,0,2,3,0,1,12,0,0,32,50,0 -,3,32,6,0,0,128,2,24,64,147,0,3,144,0,18,48,162,38,0,3,1,64,2,0,1,8,1 -,0,1,64,2,8,1,11,0,0,12,33,8,145,0,0,33,200,255,0,2,128,4,0,1,18,192, -3,72,0,1,96,0,0,29,0,1,112,32,28,192,1,0,2,96,1,0,9,1,0,7,44,128,3,1, -0,1,192,3,57,32,0,0,96,0,3,176,64,22,208,131,120,0,0,11,224,0,0,12,0, -0,112,253,4,0,2,4,0,1,16,0,1,64,0,3,33,32,0,0,192,0,0,24,0,25,48,32,2 -,0,3,3,96,0,1,128,1,0,2,192,128,24,0,0,3,0,0,32,8,0,0,1,32,0,0,113, -252,0,3,2,0,1,8,0,0,66,32,0,1,32,4,8,2,0,0,224,8,25,64,9,2,0,1,32,16, -2,0,7,128,0,8,184,128,16,4,0,2,19,98,10,0,0,128,80,0,2,192,2,152,16,8 -,68,0,0,76,136,16,49,10,80,248,0,2,128,0,2,2,0,1,72,0,1,32,64,180,0,1 -,16,2,1,0,4,32,72,52,0,7,128,0,8,20,130,68,8,0,1,64,3,8,1,0,1,144,0,0 -,128,66,0,3,19,106,4,1,0,1,48,32,152,253,0,9,32,0,3,48,16,0,0,64,0,8, -48,0,18,16,0,5,32,64,0,0,128,1,0,2,2,0,3,96,32,0,2,48,0,0,240,254,0,2 -,128,5,0,1,22,0,1,88,0,1,96,128,16,0,2,64,0,5,224,0,0,60,0,7,64,1,0,7 -,48,32,4,2,0,2,3,2,32,0,0,192,1,0,1,6,0,2,128,3,32,64,0,2,56,0,0,120, -253,4,0,1,128,2,0,1,10,0,1,40,0,1,32,16,32,64,0,0,192,8,0,5,32,4,54,0 -,15,8,0,1,1,32,0,3,3,96,2,0,0,160,9,1,0,1,8,0,1,64,3,66,2,12,16,0,0,4 -,5,67,255,12,0,2,3,0,1,12,0,1,48,0,3,48,1,0,0,128,130,0,6,4,48,0,15,1 -,0,0,16,9,34,4,0,2,139,64,65,0,0,160,5,1,0,0,34,1,0,1,64,16,1,12,0,0, -4,0,0,52,17,1,251,0,2,128,4,0,1,18,0,1,72,0,1,96,1,13,16,0,0,112,0,6, -96,0,0,57,0,17,44,128,7,0,2,192,3,56,0,1,96,0,1,128,5,0,2,192,3,120,0 -,0,15,0,1,60,0,0,56,249,8,0,2,4,0,1,16,0,1,32,0,3,17,16,0,0,192,0,8, -49,0,17,48,8,0,0,4,0,2,3,96,0,1,128,129,0,1,6,4,0,2,3,0,0,32,12,0,2, -32,81,252,0,3,2,0,1,8,0,1,64,0,1,32,4,136,0,1,224,0,0,1,0,4,32,4,48,0 -,17,48,1,34,0,3,3,97,32,0,0,160,5,0,1,22,0,3,35,66,0,0,12,8,0,0,52,0, -0,120,255,0,2,128,0,0,208,4,2,0,1,8,33,1,164,16,4,2,0,0,16,0,0,1,0,1, -104,0,0,1,32,16,0,16,32,8,37,129,2,16,16,0,0,64,145,104,65,45,48,8,0, -0,128,70,8,0,1,64,1,104,64,77,0,1,52,0,0,112,255,0,4,192,128,0,5,128, -129,48,16,0,5,96,0,1,128,0,0,1,0,15,129,0,1,32,4,196,0,2,2,96,0,0,12, -0,0,128,0,1,6,0,3,130,96,0,0,12,4,0,0,48,0,0,192,255,0,2,128,5,64,0,0 -,22,0,4,192,0,0,49,0,6,120,0,1,72,0,17,16,128,32,0,0,6,128,64,0,1,3, -96,0,1,128,1,0,1,6,0,3,3,98,0,0,12,4,0,0,60,0,0,200,248,8,0,1,128,2, -128,0,0,11,0,2,34,0,0,161,17,48,32,0,1,66,0,2,104,0,0,64,160,144,0,1, -4,0,5,16,2,0,5,136,9,128,32,22,66,0,2,35,1,32,8,132,33,0,2,2,0,2,3,0, -0,32,128,0,1,52,0,0,114,255,0,3,3,0,0,128,12,0,2,1,64,168,17,18,1,0,5 -,96,0,0,64,36,1,2,0,0,2,0,5,16,1,0,5,8,1,145,16,16,130,4,0,1,1,32,132 -,44,0,0,136,0,1,2,0,3,1,32,0,0,4,0,1,48,0,0,128,254,0,2,128,4,240,0,0 -,18,0,1,24,16,3,96,1,12,32,0,0,48,64,0,2,112,0,0,3,96,0,2,7,0,5,144,3 -,0,5,232,0,0,60,128,5,112,128,0,0,192,3,89,0,0,15,104,0,1,128,5,2,0,1 -,192,3,89,32,11,4,0,0,56,0,0,184,251,4,0,2,4,0,0,64,16,0,4,136,1,16, -16,0,0,128,32,0,2,96,0,2,1,0,0,128,5,0,5,208,2,0,5,136,1,0,1,4,129,64 -,0,1,3,0,1,12,128,65,0,6,3,0,4,48,0,0,25,253,0,3,2,128,0,0,8,0,1,64, -16,72,0,0,1,32,2,0,0,192,8,0,2,96,0,0,12,8,0,2,4,0,5,8,2,0,5,132,129, -144,16,22,64,4,0,1,67,80,129,68,129,16,0,1,165,0,3,19,82,129,74,1,0,0 -,48,0,0,40,252,0,29,4,0,6,2,0,35,248,251,32,0,0,4,128,0,0,16,0,0,2,64 -,0,0,8,0,0,1,0,1,4,128,0,0,16,0,0,2,0,1,8,0,0,1,0,1,4,0,7,2,0,6,33,0, -0,4,0,1,16,0,0,2,0,1,8,0,0,1,0,1,4,128,0,0,16,0,0,2,0,1,8,0,1,32,0,2, -8,255,0,74,152,255,36,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,132,4, -128,0,0,16,0,0,2,64,32,10,0,0,1,32,132,4,0,15,32,0,0,4,128,64,20,0,0, -2,64,8,12,0,0,1,32,132,4,128,0,0,16,0,0,2,64,32,9,0,0,33,36,0,0,132, -16,89,253,12,8,1,4,0,15,64,32,0,1,12,0,3,17,0,23,32,4,0,2,144,0,13,32 -,235,250,0,4,16,0,1,64,0,2,1,32,0,0,4,128,0,0,16,0,5,1,32,0,17,32,0,0 -,4,0,1,16,0,0,2,0,1,8,0,0,1,0,1,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,2 -,240,251,8,0,27,16,0,44,178,252,32,144,4,193,16,18,0,0,66,96,0,0,8, -129,1,32,132,4,128,0,0,16,0,0,2,73,8,12,36,1,32,132,4,0,15,32,0,0,4, -128,16,24,0,0,2,64,136,8,0,0,1,32,64,4,128,0,0,16,0,0,2,64,8,9,0,0,33 -,36,0,0,4,8,224,254,0,12,128,0,0,2,0,2,2,0,18,128,0,2,128,0,4,2,0,2, -128,0,1,1,0,0,64,0,3,8,0,0,1,0,6,136,0,0,120,249,0,20,128,1,0,25,1,0, -3,8,0,19,16,255,0,4,8,0,8,32,0,2,16,0,6,128,0,25,2,0,19,136,252,0,4,8 -,0,12,128,0,7,2,0,18,4,0,5,1,0,8,4,0,0,8,0,2,64,0,0,8,0,0,16,252,0,59 -,1,0,4,16,0,6,32,152,252,0,58,64,0,10,1,128,0,1,76,255,0,1,16,0,3,8,4 -,1,0,0,16,4,8,0,4,32,0,1,1,0,24,8,0,7,1,40,0,3,4,0,3,64,0,1,32,0,2,88 -,248,0,1,4,0,1,4,0,4,32,0,0,128,64,0,1,4,0,2,64,0,0,8,32,0,0,128,64,0 -,25,1,0,1,8,0,7,4,0,0,2,0,0,4,0,3,128,248,0,1,12,0,1,4,0,0,4,136,0,0, -192,96,42,36,45,161,128,0,1,64,0,0,192,0,0,8,64,0,0,32,5,1,0,18,16,0, -0,128,2,0,0,64,0,2,67,69,0,1,5,0,0,2,0,0,128,18,0,0,18,0,0,41,64,0,2, -144,251,128,0,0,160,128,0,0,128,0,1,20,10,64,0,0,36,0,1,128,0,2,4,0,0 -,6,72,32,0,1,128,97,1,0,17,16,0,0,2,1,2,48,0,0,9,5,0,0,64,34,1,52,6, -128,0,0,48,128,0,1,32,24,8,137,2,0,0,132,72,253,32,0,6,4,0,2,1,0,7,8, -0,0,8,0,1,32,0,0,1,0,17,8,128,0,0,2,0,2,2,0,2,8,0,0,32,0,2,128,0,2,32 -,64,0,0,128,0,2,8,253,0,1,32,0,1,16,0,1,128,0,0,8,0,9,16,128,0,2,128, -64,0,23,8,0,4,32,0,0,16,8,0,0,4,128,0,3,16,1,2,0,1,160,136,249,0,13, -128,0,7,64,0,3,2,0,17,8,0,1,1,0,19,16,0,2,128,248,0,15,32,0,0,16,0,8, -9,0,22,2,0,1,8,0,3,4,0,4,64,0,2,4,0,3,168,254,0,27,1,0,33,16,0,10,136 -,254,0,12,1,0,38,8,0,2,1,0,1,1,0,4,8,0,6,32,16,252,0,5,32,0,1,8,0,7,1 -,0,25,64,4,128,0,5,8,16,16,0,4,8,0,1,32,0,0,8,0,0,1,0,3,4,40,249,0,17 -,64,32,0,30,1,0,0,128,4,16,0,1,64,0,6,128,4,0,6,240,249,0,5,2,0,10,16 -,0,33,8,0,4,128,0,5,8,0,0,8,0,4,16,40,252,2,0,44,32,0,8,16,0,4,4,0,5, -128,0,4,88,254,0,3,4,0,6,2,0,1,16,32,0,29,16,0,0,16,0,8,1,0,4,16,64, -128,0,4,32,0,0,224,248,0,4,1,0,15,2,0,23,32,0,1,16,0,3,128,128,0,10,4 -,0,5,72,254,0,18,1,0,6,1,0,20,8,0,0,32,0,1,4,0,4,32,0,5,4,0,3,64,0,2, -255,0,13,32,0,12,16,0,17,128,0,6,32,0,18,32,254,0,12,64,0,4,128,0,1,4 -,2,0,22,4,128,0,0,2,0,4,64,0,12,2,4,0,2,80,249,0,1,4,0,9,128,0,0,2,0, -2,1,0,50,2,0,2,208,252,0,7,64,0,6,128,0,2,2,0,53,176,251,0,14,64,4,0, -1,2,0,33,2,0,0,8,0,2,32,0,1,128,0,4,16,0,4,200,251,0,49,32,16,0,18,64 -,0,2,136,249,0,37,1,0,0,16,4,0,1,16,0,29,250,253,0,15,16,0,7,32,4,0, -20,8,0,25,224,252,0,13,64,0,43,32,0,10,8,0,1,4,88,249,0,14,64,0,30,32 -,16,0,4,64,8,0,1,128,0,1,4,128,0,0,16,0,2,4,0,3,17,0,0,192,248,0,2, -128,1,0,9,16,0,3,1,0,3,4,64,0,21,4,0,24,24,250,16,0,16,128,0,36,8,0,9 -,64,0,0,8,0,4,192,251,0,0,32,0,17,64,0,25,80,0,0,8,0,4,2,0,2,4,0,3,2, -0,1,64,2,72,0,4,88,248,8,64,4,0,3,8,4,0,0,1,0,0,4,2,0,10,4,128,64,0, -16,64,0,0,16,0,2,128,2,0,1,8,64,2,32,0,1,32,0,0,4,0,0,2,4,0,2,2,0,2, -136,144,255,16,0,0,8,128,0,0,16,0,1,16,0,0,34,16,0,0,136,0,0,1,8,0,0, -128,0,2,128,0,0,32,0,3,8,0,16,1,0,1,4,32,0,1,1,0,1,1,0,3,2,0,3,1,64,0 -,3,33,0,0,202,251,0,0,128,12,128,0,0,16,0,0,4,24,0,0,203,64,2,44,5,1, -37,0,0,16,0,2,80,2,64,2,64,176,0,0,37,0,11,8,0,1,64,0,0,9,0,0,20,5, -192,132,66,0,0,16,32,3,64,0,1,144,0,0,2,20,4,72,10,8,0,0,66,1,40,165, -21,128,254,0,0,8,32,0,0,10,64,16,24,4,193,64,0,0,100,64,0,0,16,85,0,0 -,1,128,0,0,4,0,0,146,0,0,32,64,4,0,0,39,0,10,4,2,0,1,128,0,0,128,8, -130,17,0,0,136,4,130,8,0,0,4,34,0,0,16,42,4,64,17,128,18,131,8,0,0,1, -137,2,32,0,0,112,252,0,3,2,32,0,0,8,132,128,0,1,4,0,1,4,0,1,4,0,1,4,0 -,18,8,2,0,1,64,0,1,8,2,1,0,0,4,2,0,0,2,0,0,4,8,0,0,4,4,0,0,64,0,1,128 -,128,0,2,128,0,2,72,253,0,1,8,0,2,64,2,0,1,10,0,4,32,0,11,8,0,19,2,0, -2,1,0,6,2,0,0,32,0,0,4,1,0,2,8,0,0,4,0,0,128,255,16,0,18,1,32,0,15,8, -24,0,2,24,0,9,1,32,0,18,204,249,18,0,3,2,128,0,6,128,0,2,4,0,2,128,0, -3,64,0,8,128,4,0,1,18,1,0,6,1,0,3,64,0,1,2,0,1,8,0,0,5,32,0,0,16,0,3, -4,0,1,128,196,252,0,11,32,0,4,64,0,0,8,0,4,32,0,30,32,0,5,2,0,1,65,64 -,0,0,1,0,0,4,64,56,251,0,3,2,0,3,8,0,4,33,0,0,16,0,8,2,0,20,128,2,0,6 -,128,0,0,2,0,12,64,128,249,0,2,32,0,3,32,0,1,128,0,1,2,0,4,48,0,0,128 -,12,0,23,4,0,0,8,0,1,64,0,0,132,0,2,2,0,3,1,0,1,1,32,0,4,128,184,248, -0,3,4,0,8,3,0,3,64,0,6,1,0,18,12,0,7,64,0,0,32,1,0,1,8,0,0,1,0,1,2, -137,0,0,24,32,0,0,36,0,0,40,254,0,0,1,0,2,4,0,7,32,0,0,8,0,9,32,0,15, -128,0,21,2,0,2,8,0,2,120,254,0,21,4,0,24,128,0,3,64,0,4,2,0,12,64,0,0 -,120,251,0,9,32,0,0,1,0,1,1,0,10,4,0,19,32,1,0,5,128,16,16,64,64,64,0 -,6,128,16,0,0,4,0,0,8,0,0,252,0,9,128,0,6,128,0,1,64,0,25,72,0,0,36,0 -,4,1,0,1,128,0,0,128,0,7,1,0,2,16,200,253,0,8,4,0,4,4,0,1,32,0,2,64,0 -,17,32,0,3,2,64,64,0,2,16,0,1,64,0,2,32,10,0,4,128,0,0,128,0,0,8,0,1, -66,0,1,252,0,4,32,0,11,32,0,29,2,0,3,129,0,11,129,16,1,0,2,144,0,0,40 -,254,0,1,20,0,4,64,3,0,7,16,68,0,2,104,4,0,19,32,1,4,0,14,192,8,1,64, -99,0,6,96,255,0,1,32,0,5,3,0,12,96,64,0,19,128,64,0,15,192,0,2,1,0,5, -16,232,252,0,1,44,0,14,48,32,0,2,96,32,0,19,224,0,16,224,0,1,128,3,0, -4,60,8,208,253,0,1,20,0,14,16,0,3,96,0,20,32,1,0,0,64,0,13,16,72,0,0, -64,33,2,0,3,52,2,32,249,0,1,24,17,0,4,35,0,8,8,0,2,64,20,0,20,1,128, -32,0,13,208,34,0,0,64,34,2,0,4,2,232,253,0,1,32,0,4,192,131,0,7,48, -128,0,2,120,0,20,160,0,0,12,0,14,240,0,1,192,3,0,4,60,32,240,251,0,1, -32,0,5,3,0,8,32,0,2,96,0,20,128,0,1,16,0,17,2,0,6,24,248,0,1,16,9,0,4 -,35,1,0,6,128,2,0,2,96,66,0,20,1,48,0,14,192,128,0,0,64,3,0,4,176,8, -64,249,160,145,4,0,4,64,35,12,4,1,0,6,66,16,0,5,4,0,7,40,0,6,52,0,3, -80,0,2,131,0,7,192,8,1,0,6,48,66,184,250,128,0,7,3,0,0,64,0,24,12,0,6 -,6,0,3,128,0,2,3,0,17,48,0,0,72,250,192,1,44,0,4,192,1,0,0,32,12,8,0, -5,8,0,7,32,0,6,12,0,6,102,1,0,2,176,0,1,192,3,0,7,224,0,8,56,0,0,160, -249,168,128,20,0,4,64,138,0,1,64,0,6,72,8,0,6,1,0,6,10,0,6,165,0,3,80 -,0,1,64,3,0,7,208,20,0,7,4,33,178,248,32,17,24,17,0,4,35,64,132,0,0, -16,0,5,88,0,7,4,0,6,10,0,6,197,0,3,96,24,0,1,32,0,7,16,2,1,0,6,52,8, -240,248,192,1,33,0,4,192,131,24,0,0,3,0,6,30,16,0,5,60,0,15,32,1,0,2, -144,0,1,192,128,0,7,240,0,8,60,0,0,120,252,4,1,32,0,5,3,0,2,4,0,5,16, -8,0,6,16,0,15,1,0,2,128,0,11,192,128,0,8,16,177,254,128,1,16,8,0,4,10 -,1,66,0,7,80,0,23,128,0,3,64,32,0,10,192,0,8,176,0,0,64,250,160,133,4 -,0,4,64,144,0,7,208,40,0,2,8,0,20,32,0,3,16,0,5,1,0,1,4,0,4,64,16,1,0 -,5,40,249,128,1,0,15,192,0,38,4,0,4,64,0,1,3,0,5,16,152,252,128,65,44 -,0,5,128,0,7,192,64,0,16,18,0,6,105,1,0,2,176,0,11,240,0,8,60,8,176, -251,136,8,20,0,5,16,0,7,192,8,0,3,66,0,11,18,0,6,169,0,3,80,0,5,40,16 -,0,1,16,0,0,208,36,0,1,16,1,0,3,52,1,146,249,0,0,1,25,17,0,4,160,0,7, -192,36,0,2,96,20,0,19,192,0,3,96,24,0,4,128,2,0,1,66,0,1,8,0,1,3,2,0, -4,2,136,251,224,0,0,32,0,4,192,0,8,112,0,3,24,0,12,34,0,6,49,1,0,2, -144,0,5,7,0,1,60,0,1,240,128,0,0,192,1,0,4,60,32,0,0,254,4,1,32,0,5, -128,0,7,192,0,4,32,0,20,1,0,2,128,0,5,4,0,2,16,0,1,128,0,8,8,249,253, -128,16,145,8,0,4,10,0,7,192,68,0,16,8,0,6,132,0,3,64,34,0,4,4,16,0,3, -192,4,0,1,9,1,0,3,48,0,0,64,252,160,1,4,0,4,64,0,3,32,0,5,10,1,0,2,1, -32,80,0,16,32,0,3,16,0,1,64,16,0,1,141,4,0,5,2,64,16,1,0,5,48,255,128 -,1,0,17,16,16,0,14,32,0,6,16,0,8,1,0,0,12,0,5,64,0,8,16,48,253,96,0,0 -,44,0,10,64,0,4,24,0,4,8,0,9,2,0,6,97,1,0,2,176,0,1,192,0,0,2,0,0,12, -0,4,48,0,2,3,0,4,60,0,0,136,255,40,0,0,20,0,5,3,4,0,8,152,16,0,2,64,0 -,0,144,0,8,2,0,6,161,0,3,80,0,1,64,16,0,1,4,4,0,3,16,0,2,16,1,0,3,52, -34,202,248,0,0,4,25,17,0,4,32,0,3,68,0,4,136,0,3,64,0,0,136,0,8,8,0,6 -,196,0,3,96,24,0,2,1,0,0,44,0,5,8,64,0,0,18,4,0,4,2,40,251,64,0,0,32, -0,4,192,128,0,2,96,0,5,6,16,0,2,3,100,0,9,8,0,6,36,1,0,2,144,0,1,192, -0,2,15,4,0,3,48,128,6,208,0,5,60,32,32,252,132,1,32,0,5,3,0,2,128,65, -0,4,24,16,0,3,132,0,9,2,0,6,1,1,0,2,128,0,3,2,0,0,12,8,0,3,192,0,0,24 -,8,2,0,6,41,248,128,5,18,10,0,4,11,1,0,2,8,0,4,128,0,3,12,0,0,8,2,0,7 -,8,0,6,132,0,3,64,40,0,1,34,0,1,76,0,4,192,32,152,0,0,19,2,0,3,48,9, -176,249,32,5,37,17,0,2,130,64,1,0,7,16,0,9,128,4,0,5,66,2,0,5,33,0,3, -16,0,5,77,4,0,0,4,0,4,64,10,4,0,1,32,0,0,48,66,184,254,128,0,0,16,0,3 -,24,8,2,0,26,36,0,6,18,0,10,12,0,2,32,0,1,64,0,9,24,251,96,1,44,0,3, -24,192,2,0,19,1,0,5,128,0,6,96,1,0,2,176,0,5,12,0,2,16,0,0,240,32,0,1 -,3,0,4,56,0,0,200,255,168,0,0,20,0,3,152,96,161,0,18,128,8,0,5,80,4,0 -,5,168,0,3,80,0,5,128,4,0,3,208,2,0,1,138,0,4,52,33,137,248,0,0,1,40, -0,3,136,128,33,0,8,34,0,24,192,0,3,96,24,0,4,44,0,2,4,0,1,8,0,1,35,1, -0,2,16,4,1,59,253,192,0,0,32,0,3,6,16,2,1,0,6,48,0,10,2,0,6,1,0,5,32, -1,0,2,144,0,5,15,2,0,0,44,0,1,240,128,0,0,192,3,0,2,96,0,0,61,32,64, -251,4,1,32,0,3,8,144,130,0,7,192,0,26,1,0,2,128,32,0,4,4,0,8,3,0,2, -128,1,48,16,218,252,128,0,0,32,0,3,144,0,0,33,0,7,192,128,0,8,128,4,0 -,5,64,2,0,5,128,0,3,64,8,0,4,12,4,0,1,32,0,0,192,34,0,1,163,0,2,128,9 -,177,0,0,208,249,32,128,0,0,128,0,0,16,0,0,130,96,0,3,128,8,4,128,6, -16,128,0,0,64,3,4,0,0,1,0,18,32,0,1,128,0,0,144,24,2,0,1,8,0,0,5,32,0 -,3,192,8,1,64,131,8,0,4,66,248,255,0,0,1,0,2,4,0,0,24,0,5,1,1,0,0,6,0 -,3,3,0,5,128,0,6,64,0,11,68,0,5,8,0,16,160,253,64,0,3,2,0,0,24,192,2, -0,2,96,1,1,32,0,0,116,64,0,9,2,0,6,1,0,5,96,1,0,2,178,0,5,11,0,1,1,0, -1,240,128,0,0,192,131,96,64,0,2,12,0,0,208,254,40,33,0,3,128,152,80, -161,0,2,160,8,0,0,1,64,0,3,11,1,0,0,128,4,0,2,2,0,6,1,0,5,160,0,3,80, -0,0,152,2,0,1,32,133,130,1,0,2,16,8,0,0,64,10,0,4,4,0,0,225,249,160,8 -,0,1,130,0,0,72,144,128,33,0,2,192,0,1,1,70,20,66,0,1,10,2,0,0,64,4,0 -,1,128,0,6,64,0,6,192,0,2,128,160,0,0,24,1,0,1,68,134,0,1,2,0,5,32,96 -,65,0,2,48,2,19,250,64,64,0,0,128,1,240,0,0,6,16,2,1,0,2,1,60,144,7, -48,0,1,192,1,0,1,15,0,3,2,0,6,1,0,5,32,1,0,0,128,3,144,0,0,30,16,0,0, -24,0,0,9,232,1,0,2,240,0,1,192,0,0,26,0,3,60,8,144,253,132,0,5,16,144 -,130,0,2,64,1,0,0,16,0,0,1,0,2,2,2,0,4,128,0,6,64,0,7,1,0,2,128,0,0, -24,0,3,10,130,1,1,0,5,1,96,32,0,2,48,0,0,218,252,0,4,4,132,136,0,0,9, -0,2,128,0,2,6,144,72,0,0,128,0,2,64,16,0,2,9,0,5,128,4,0,5,128,0,3, -132,0,0,88,16,0,0,96,129,36,128,5,0,2,192,0,2,10,98,0,3,48,0,0,40,251 -,160,0,0,4,0,1,16,0,0,26,64,0,0,104,0,0,13,0,0,8,52,128,132,16,64,0,0 -,64,8,9,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,8,0,4,1,32,0,4,8,1,64,8 -,9,4,0,4,48,250,128,1,1,8,0,2,24,0,3,12,0,1,1,0,0,6,64,0,10,4,0,6,2,0 -,10,64,32,0,16,64,0,3,16,224,251,96,64,28,0,2,128,24,192,2,0,2,96,1,1 -,32,4,2,0,25,96,1,48,32,0,0,4,32,0,4,11,0,1,1,0,1,48,0,2,128,0,0,64,0 -,2,60,0,0,32,253,168,16,0,0,8,0,1,4,152,96,161,0,0,64,0,0,160,8,0,0,1 -,22,0,0,20,0,1,16,1,0,3,1,18,0,14,160,0,2,6,0,0,8,0,4,133,130,1,0,2, -16,0,2,8,0,0,4,0,2,52,8,169,253,0,0,5,5,2,0,1,8,25,144,33,0,0,36,0,0, -192,0,1,1,70,0,3,19,98,8,0,1,144,48,17,0,6,6,0,6,195,0,0,48,64,192,0, -0,4,0,4,134,0,0,136,0,2,192,0,2,147,0,0,132,0,3,2,123,248,96,0,0,8,16 -,0,0,48,0,0,30,0,0,2,25,0,0,3,4,1,12,144,3,52,128,0,0,192,1,120,0,1, -96,0,0,12,0,15,32,1,12,128,7,48,32,0,4,9,232,1,0,2,240,32,0,0,192,1, -24,0,3,60,32,56,254,132,1,4,0,2,64,24,136,130,0,2,72,1,0,0,16,0,8,128 -,1,0,17,1,48,32,6,2,0,5,10,130,1,0,2,192,0,2,2,0,6,234,249,0,0,65,164 -,8,0,0,192,0,1,1,1,0,0,66,0,0,128,0,2,17,34,2,1,128,0,0,1,130,0,1,8,1 -,65,0,14,128,0,0,176,0,0,38,32,34,0,4,4,128,1,2,0,1,192,0,2,33,33,66, -0,2,176,16,104,255,48,16,6,138,6,0,2,64,34,0,1,65,0,0,9,0,0,128,0,0, -16,16,74,64,35,104,33,0,0,160,17,0,16,32,1,0,2,16,36,130,80,16,0,1, -137,32,0,0,180,192,38,4,0,0,2,64,32,4,0,0,1,32,0,1,66,24,254,128,0,2, -6,0,3,1,1,0,1,132,0,0,1,0,0,6,68,0,0,16,8,1,98,0,1,128,129,0,16,128,0 -,3,64,0,3,1,0,0,4,8,0,0,48,0,0,4,0,0,64,0,9,56,250,224,0,0,1,0,0,6,0, -2,192,2,0,1,3,100,1,1,0,0,6,2,0,1,16,3,97,32,0,0,128,1,1,0,7,4,0,6,98 -,1,0,7,2,0,0,11,0,1,49,0,0,6,240,0,1,208,1,2,0,0,12,136,1,13,0,0,72, -254,12,16,0,0,10,6,0,2,64,161,0,1,65,160,8,0,1,6,0,0,2,89,0,0,33,96,0 -,1,128,9,0,1,4,0,5,16,2,0,5,168,0,4,34,136,32,16,0,1,5,128,1,48,16,6, -212,2,25,0,0,32,0,4,4,0,0,162,249,36,69,0,0,17,0,3,128,2,0,1,64,192,0 -,2,36,0,0,8,81,0,0,18,64,20,0,0,128,33,0,1,2,0,5,16,1,0,5,200,0,4,34, -0,2,1,0,0,74,0,0,4,48,4,6,0,0,8,0,0,96,0,2,76,132,1,50,9,240,254,64,0 -,0,12,128,1,2,0,2,2,0,1,3,8,1,0,0,128,1,52,0,0,14,208,3,122,0,1,224,1 -,0,1,7,0,5,144,3,0,5,40,1,0,2,48,0,0,6,208,0,2,9,226,1,61,128,7,244, -128,30,192,128,0,1,3,96,0,0,60,0,0,240,248,4,0,1,8,6,0,2,128,2,0,2, -192,0,2,4,4,0,0,24,8,0,0,98,0,1,128,129,0,0,128,5,0,5,208,2,0,5,136,0 -,6,8,0,0,2,0,0,8,128,129,48,16,6,2,0,0,24,16,0,2,12,128,1,49,0,0,113, -255,0,0,41,32,2,70,4,0,2,2,0,1,40,8,1,0,1,34,0,0,132,64,0,0,16,96,66, -0,0,128,0,2,4,0,5,8,2,0,5,4,1,0,3,40,0,1,34,0,1,8,128,1,16,0,0,6,192, -40,24,65,82,0,1,12,144,17,48,0,0,104,250,0,2,34,0,25,4,0,6,2,0,35,248 -,249,32,0,1,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64,0,0 -,8,0,0,1,32,0,0,4,0,7,8,0,6,36,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,0,4,0,0,64,251,0,74,152, -255,40,0,1,192,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,8,3,64 -,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,128,0,0,16,0,0,2,64,0,0,9,0,0,1,32,0,0,4,0,0,9,254,0,0,16,1, -18,0,9,16,1,0,58,139,255,0,2,128,0,0,16,0,0,2,0,0,128,8,0,3,4,128,0,2 -,2,64,0,0,8,0,0,1,32,0,0,4,0,17,4,128,0,2,2,0,1,8,0,1,32,0,0,4,128,0, -2,2,0,1,8,0,0,1,32,0,2,56,248,4,0,1,16,0,5,1,0,2,128,0,3,128,0,30,64, -0,5,4,0,4,64,0,2,1,0,4,16,122,249,0,0,32,0,0,129,0,0,16,0,0,2,0,0,16, -8,0,0,1,40,8,4,128,0,0,16,8,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,5, -128,0,0,16,4,2,64,0,0,10,0,0,65,32,0,0,4,128,0,0,16,4,2,64,16,8,0,0,1 -,32,0,0,4,1,72,251,0,18,64,0,37,4,0,7,4,0,6,216,251,0,74,152,255,0,17 -,32,0,0,8,0,0,12,0,40,2,0,9,176,249,0,17,16,0,1,8,64,0,40,16,0,9,208, -250,0,11,8,4,0,8,32,0,21,128,0,6,2,1,0,12,8,0,4,176,250,0,19,1,0,37, -64,0,6,8,0,7,251,0,1,16,8,0,5,16,0,0,1,2,0,0,16,0,0,4,1,0,8,1,0,15, -128,64,0,27,16,248,0,10,64,2,0,1,4,0,0,2,0,28,16,136,0,2,16,0,9,128,0 -,10,192,253,128,0,0,24,24,0,5,16,64,3,6,0,0,12,128,1,2,0,2,10,0,3,128 -,0,16,192,168,20,160,0,2,2,0,6,16,0,1,17,0,2,128,0,6,64,250,160,67,0, -0,88,0,0,64,0,2,128,0,1,68,8,0,0,128,0,0,48,64,0,1,40,8,168,0,0,149, -180,209,2,0,16,192,130,0,1,1,32,50,0,0,193,5,0,5,96,10,0,0,16,0,2,16, -0,1,64,48,80,40,255,64,64,0,0,8,0,0,16,0,2,128,0,1,2,0,4,16,0,3,32,0, -0,4,128,64,0,17,64,0,2,2,64,0,1,130,0,13,64,0,2,17,0,0,56,248,128,0, -24,64,0,24,8,0,1,1,0,8,8,0,6,4,0,0,16,254,0,0,2,0,54,16,0,2,64,0,12, -200,249,0,8,2,0,8,64,0,47,1,0,5,232,249,0,0,64,0,2,1,0,13,1,0,5,2,0, -28,32,0,16,216,249,16,0,6,32,0,0,2,0,0,32,0,0,4,0,31,128,32,16,0,8,4, -1,0,3,64,0,2,1,32,8,4,0,1,180,248,0,74,152,255,0,74,152,255,16,0,73, -204,251,0,12,2,0,39,64,0,10,2,0,4,32,0,1,250,253,0,0,32,0,14,2,0,3,1, -2,0,23,4,0,9,32,0,6,128,0,6,240,250,0,0,4,136,0,0,8,0,6,16,0,3,128,0, -0,1,0,26,8,0,8,8,64,0,7,2,16,0,5,72,253,0,0,4,0,5,16,0,3,8,4,32,0,8,8 -,0,0,1,32,0,45,200,249,64,0,55,2,0,16,248,253,0,17,64,0,12,32,0,2,32, -0,2,16,0,2,16,0,29,232,253,0,16,4,0,3,2,0,51,216,253,0,0,128,0,72,144 -,255,0,17,2,0,2,8,0,33,16,0,8,4,0,4,32,0,1,251,0,12,2,0,20,16,0,6,8,0 -,4,1,0,2,128,0,20,152,253,0,17,32,0,13,2,0,33,4,0,5,216,253,128,0,3,2 -,66,0,3,32,0,8,8,0,0,1,64,0,1,132,128,0,20,18,0,1,16,0,2,8,0,1,64,16, -0,0,2,0,2,1,0,0,32,0,1,128,0,1,48,249,0,1,1,0,0,1,34,64,0,0,8,0,0,16, -32,2,0,1,8,0,0,1,0,4,16,32,2,64,128,8,0,11,1,0,6,1,2,0,0,4,8,0,5,8,16 -,1,2,0,3,2,40,0,1,128,0,1,120,252,36,0,5,64,0,5,64,0,1,16,0,1,64,0,41 -,128,0,0,5,0,0,2,0,4,16,0,0,120,253,0,0,128,0,19,1,0,1,4,128,0,0,16,0 -,36,128,0,7,136,251,0,1,8,0,4,128,0,3,64,0,3,128,2,0,29,32,0,4,128,2, -0,4,32,0,1,128,8,0,4,8,0,0,88,249,0,17,64,16,0,0,4,0,7,1,0,0,130,4,0, -1,130,128,0,1,65,2,0,1,65,0,10,1,0,17,184,252,32,0,0,16,0,0,129,0,4, -16,0,10,1,0,4,8,0,22,4,0,4,34,0,1,32,2,0,0,32,0,4,2,64,0,0,4,128,160, -249,4,64,0,4,8,16,1,32,0,7,32,4,0,4,128,0,7,128,0,10,16,0,0,2,64,0,5, -4,128,0,0,16,0,5,1,8,0,4,32,152,255,64,69,9,0,0,1,130,2,130,82,80,24, -0,3,16,0,2,128,2,128,0,2,4,32,5,24,0,3,4,0,0,64,0,4,2,0,2,128,0,0,20, -128,0,0,16,0,0,4,0,3,1,100,0,0,4,21,1,128,66,8,64,0,0,8,0,0,2,66,64,8 -,32,104,252,0,0,143,214,82,2,10,96,49,0,0,81,0,0,1,130,150,144,2,12,0 -,0,5,64,5,4,9,37,188,32,128,4,128,0,3,8,0,6,4,2,32,0,0,32,164,230,86, -4,4,0,0,4,4,2,64,168,8,1,33,136,0,0,20,192,2,64,128,72,141,0,0,200,55 -,8,100,8,208,255,0,1,8,0,0,2,0,0,64,0,0,64,0,3,68,0,1,16,0,0,4,0,1,72 -,0,0,64,32,0,0,32,0,5,16,0,6,8,1,64,0,8,4,0,8,64,0,6,4,0,1,8,32,255, -128,0,5,8,0,0,128,0,5,32,0,6,16,0,20,64,16,136,0,3,128,0,0,16,16,4,66 -,64,0,1,1,32,0,2,128,0,1,2,2,0,0,16,0,0,120,253,16,0,7,2,0,19,1,16,0, -0,5,0,1,16,129,0,0,8,128,2,0,1,136,0,9,128,0,9,16,0,5,1,0,0,148,252,2 -,32,0,14,16,0,11,4,64,0,0,16,0,0,64,0,1,2,32,0,0,8,0,0,32,0,7,2,4,0, -11,4,192,0,5,128,232,250,2,0,0,66,0,8,32,0,1,128,0,4,2,0,2,32,0,31,16 -,0,6,64,0,0,4,0,4,128,160,248,0,2,32,0,15,16,0,53,184,254,0,11,2,0,40 -,8,0,18,128,124,249,0,52,2,0,7,128,16,0,10,32,255,0,7,4,0,8,1,0,1,4, -128,0,8,16,0,6,8,0,11,8,0,9,64,0,2,1,0,4,16,216,254,32,0,0,16,0,2,128 -,0,3,64,0,24,1,0,5,128,0,15,32,0,3,64,0,1,64,0,4,144,249,64,0,5,16,0, -0,4,0,7,2,0,6,8,0,0,1,32,0,43,8,168,251,0,6,8,0,7,128,0,4,4,0,33,4,0, -5,129,0,1,1,0,4,64,48,16,248,0,21,64,0,0,32,0,22,160,0,10,1,0,13,72, -250,0,2,128,0,14,128,0,2,8,0,1,32,0,0,4,0,18,128,0,8,136,0,0,4,0,2,2, -0,4,4,0,3,208,251,160,0,0,6,0,5,3,100,128,0,4,38,0,10,10,0,14,32,136, -0,2,208,0,5,5,0,4,192,128,0,9,240,252,128,0,7,3,96,0,6,2,0,30,192,0,5 -,8,0,16,232,252,96,1,48,32,0,3,192,3,120,0,4,128,7,0,9,12,0,15,128,65 -,0,3,128,0,4,11,0,4,240,128,0,9,232,255,160,0,0,48,2,0,3,64,3,104,0,4 -,128,160,0,9,4,0,15,128,1,0,3,4,0,4,5,0,4,16,2,0,9,192,251,64,145,128 -,0,5,3,96,0,17,65,0,14,128,16,0,2,192,2,0,4,70,8,0,15,152,255,0,0,1, -60,32,0,3,128,3,112,0,5,7,0,9,8,0,15,96,0,0,1,0,1,48,32,0,4,8,0,4,224 -,0,10,240,250,0,0,1,1,0,5,3,96,0,4,128,0,10,48,0,15,128,0,0,1,0,1,192 -,0,5,8,8,0,15,120,252,128,4,48,34,0,4,3,96,0,5,6,0,9,48,34,0,15,4,0,3 -,130,0,4,36,0,4,192,0,10,56,252,32,0,0,2,0,9,32,0,0,176,64,0,4,35,4,4 -,0,11,34,0,6,17,0,10,1,0,2,128,2,193,128,0,2,96,0,1,128,73,52,9,216, -253,0,22,96,64,0,11,12,0,6,6,0,15,4,0,5,32,0,2,48,0,0,96,248,96,1,0, -11,128,60,0,4,192,3,16,32,0,11,12,0,6,6,0,10,11,0,4,240,64,0,2,120,0, -1,224,1,48,8,32,254,168,0,12,8,4,5,0,3,64,0,0,106,4,0,11,10,0,6,5,0, -10,5,0,3,22,18,0,3,8,10,0,0,32,40,48,0,0,26,252,64,145,0,10,128,5,0,7 -,104,0,12,10,0,6,5,0,10,70,8,0,2,68,2,0,8,176,16,48,252,0,0,1,0,10, -224,129,56,0,4,128,3,16,64,0,31,8,0,2,128,3,224,0,3,112,0,1,192,1,12, -0,0,80,252,4,1,0,20,104,0,32,8,0,3,6,0,9,32,16,1,254,128,132,0,10,128 -,9,50,0,5,3,8,0,32,36,4,0,2,16,193,0,3,96,0,1,128,1,24,2,136,252,48,0 -,0,2,128,22,200,2,1,0,1,96,0,0,13,0,4,208,0,2,3,72,4,0,0,164,9,22,16, -0,19,192,8,1,0,1,96,0,0,1,0,3,6,192,128,0,1,3,1,0,3,132,8,24,255,0,3, -2,0,5,64,12,0,9,34,16,0,1,1,32,0,26,32,0,5,4,0,8,48,0,0,160,249,96,1, -0,1,6,240,0,3,120,0,0,15,0,4,192,0,1,192,3,0,1,14,128,1,48,0,20,240, -128,0,2,120,0,0,11,0,2,128,7,240,0,1,192,3,2,0,3,32,8,208,250,172,0,2 -,70,17,128,0,2,8,10,13,0,4,192,4,1,64,80,96,68,129,136,41,160,16,0,19 -,16,8,0,2,8,10,5,0,2,128,160,16,132,0,0,64,0,5,16,1,138,252,68,145,0, -1,20,2,0,12,2,0,2,32,0,0,129,136,1,2,17,0,26,70,8,0,13,176,16,32,249, -0,0,1,0,0,128,7,224,0,3,112,0,0,2,4,0,3,48,128,0,0,128,3,88,32,3,224, -1,12,0,20,224,0,3,112,0,0,8,0,3,7,224,0,1,128,3,0,4,60,0,0,144,253,4, -1,1,0,1,1,0,3,8,0,6,192,0,3,96,16,0,0,128,129,0,0,32,0,26,8,4,0,13,48 -,16,177,248,128,16,0,1,22,192,0,3,104,0,6,192,66,0,1,3,0,0,4,12,208,5 -,48,0,20,192,0,3,96,0,0,4,0,3,6,192,0,2,3,0,4,48,2,192,251,32,0,0,2,0 -,0,70,200,66,0,4,13,128,9,0,4,154,0,2,4,13,32,1,0,0,10,0,6,4,0,6,2,0, -10,1,0,4,208,0,0,2,0,0,3,1,0,0,76,8,0,2,184,249,0,11,12,0,0,128,0,4, -16,8,0,0,96,64,12,132,1,1,0,7,18,0,6,9,0,16,192,32,0,4,12,0,3,32,252, -96,1,0,0,128,7,240,0,5,15,224,1,1,0,3,30,0,1,16,32,12,2,1,12,0,27,11, -0,4,192,0,0,24,192,3,1,0,0,15,0,3,48,249,168,0,1,128,128,16,20,0,4,13 -,32,4,0,4,24,17,0,0,104,1,128,128,16,6,0,7,4,0,6,2,0,10,5,0,4,192,34, -88,96,32,0,1,13,0,3,153,252,64,145,0,9,32,0,6,74,8,0,0,104,132,140,4, -133,0,0,65,0,6,8,0,6,4,0,10,70,8,0,3,192,66,64,0,3,12,0,3,83,251,0,0, -1,0,1,7,224,0,5,2,196,1,0,4,30,0,1,16,0,0,15,224,0,0,8,0,7,4,0,6,2,0, -10,8,0,4,48,0,0,30,144,3,0,1,14,0,3,224,254,4,1,0,2,16,0,6,32,0,5,24, -0,1,104,0,0,4,8,1,48,0,7,8,0,6,4,0,10,8,0,4,128,64,0,4,12,0,3,242,254 -,128,0,0,2,0,0,6,192,0,6,128,1,0,4,152,16,0,0,8,0,0,140,128,40,48,17, -0,6,8,0,6,4,0,10,4,16,0,3,96,8,24,33,3,0,1,12,0,3,120,252,32,0,0,50, -192,6,0,1,24,9,0,2,41,2,0,0,48,66,22,8,0,0,26,1,0,0,104,0,0,9,0,1,4, -64,0,18,38,20,34,0,4,1,0,2,128,16,16,8,2,0,0,3,1,0,1,32,0,0,48,0,0,40 -,253,0,1,48,0,0,6,0,6,4,0,6,16,16,0,0,96,0,1,8,0,0,48,0,7,16,0,24,194 -,32,0,8,32,168,249,96,1,60,0,1,4,0,0,30,0,6,60,160,7,0,1,24,0,1,120,0 -,0,8,0,1,48,0,7,2,0,6,9,0,1,128,7,0,6,11,0,3,2,129,32,24,200,3,0,4,60 -,0,0,184,248,164,0,0,52,0,3,130,2,0,2,140,8,0,0,132,128,160,0,1,152, -32,0,0,104,0,0,128,4,0,0,48,4,0,6,16,0,6,10,0,1,128,0,0,4,36,0,4,5,0, -3,34,64,4,24,64,80,0,4,132,16,146,251,76,145,48,0,0,22,1,0,5,4,4,0,5, -152,0,2,32,44,0,1,48,2,0,20,8,0,4,70,8,0,2,70,194,66,64,0,5,16,2,0,0, -40,251,0,0,1,56,128,1,0,1,28,0,3,11,0,1,56,0,0,7,0,1,30,4,0,0,16,0,0, -15,4,0,0,44,32,0,17,128,7,48,128,0,4,8,0,2,128,7,240,0,0,30,144,3,0,2 -,96,0,0,56,0,0,248,254,8,129,48,0,0,6,0,6,12,0,6,24,0,4,4,0,0,48,0,0, -1,0,5,128,0,11,64,32,0,4,8,4,0,2,4,192,64,0,5,128,1,0,1,89,248,128,16 -,52,0,0,16,4,0,0,24,0,3,32,2,0,0,48,0,0,6,0,1,152,8,0,2,132,0,1,176, -136,4,0,5,64,2,0,9,6,192,0,5,132,0,3,20,193,8,24,32,3,0,2,128,1,49,0, -0,176,254,32,0,0,2,0,0,70,8,0,9,128,6,0,1,10,8,0,0,104,0,0,1,0,1,148, -0,21,8,1,0,3,1,128,5,2,0,1,80,136,2,0,0,3,1,0,1,128,73,48,0,0,96,252, -0,11,12,8,0,2,6,0,1,24,0,1,96,0,4,32,1,0,5,128,0,11,192,0,11,192,0,9, -32,232,249,96,1,0,0,128,7,4,0,5,2,0,2,128,7,0,1,8,0,1,120,0,0,12,0,1, -24,32,2,0,6,1,0,10,32,0,5,11,224,1,0,4,24,192,3,0,2,224,1,60,0,0,96, -252,168,0,1,128,64,0,6,77,1,0,1,128,6,0,1,24,16,0,0,104,0,0,76,16,0,0 -,4,2,1,0,5,128,0,11,208,64,0,4,5,32,0,0,1,0,1,64,136,152,80,0,0,2,0,1 -,32,132,4,64,146,250,64,145,0,9,77,4,0,2,6,0,1,88,32,0,1,4,128,0,1,4, -0,0,2,0,6,1,0,10,208,2,0,4,70,8,0,3,192,2,65,0,8,176,254,0,0,1,0,1,7, -0,6,2,0,2,128,7,0,1,22,0,1,16,32,15,4,0,0,40,32,2,0,6,1,0,10,32,64,0, -4,8,192,1,0,2,240,0,0,30,144,3,0,2,192,1,56,0,0,96,252,4,1,0,9,13,0,3 -,6,0,6,12,0,10,18,0,6,2,0,3,192,0,5,8,0,4,192,0,1,8,0,7,1,255,128,40, -0,1,6,0,6,1,0,2,128,6,0,1,132,32,0,2,140,2,0,0,36,0,0,4,0,5,16,2,0,5, -1,0,10,68,129,1,0,2,224,130,88,0,0,3,0,2,128,1,48,0,0,24,255,32,0,0,2 -,0,0,64,8,0,0,24,64,0,3,128,145,0,2,144,2,3,0,1,72,18,12,4,0,0,4,128, -0,6,66,0,6,164,133,4,0,1,208,64,88,32,0,2,1,128,5,2,0,1,208,0,1,64,11 -,0,1,13,128,73,48,0,0,224,249,0,3,6,0,2,16,0,2,12,8,0,3,192,0,1,8,0,0 -,96,0,4,16,3,0,5,128,1,0,5,138,1,0,2,64,0,11,192,64,0,1,131,0,5,32, -152,250,96,1,0,1,1,0,1,30,0,0,3,1,0,0,14,228,1,0,2,128,0,3,64,0,0,15, -0,1,60,0,7,16,0,6,128,0,0,48,0,1,192,32,30,0,3,11,224,1,0,2,192,0,2,3 -,0,2,224,1,60,0,0,240,253,168,0,1,128,38,2,0,0,2,16,19,0,1,45,32,0,0, -1,0,1,192,128,24,9,0,0,96,64,33,8,0,0,32,34,0,14,128,133,48,34,0,0, -192,4,130,2,0,2,5,32,40,0,2,192,40,0,1,163,0,2,40,8,6,5,74,254,64,145 -,0,0,128,22,0,3,32,4,0,0,141,16,0,3,192,0,1,9,0,0,96,66,0,2,132,8,0,6 -,6,0,6,136,5,130,0,1,128,2,1,0,3,70,8,0,3,64,2,1,0,0,10,0,2,8,0,2,240 -,255,0,0,1,0,1,1,2,0,0,28,192,3,0,1,2,192,1,0,2,112,64,6,0,1,56,0,0, -15,0,1,8,0,15,224,0,0,60,32,0,0,240,0,0,28,0,3,8,192,1,0,2,176,0,1, -192,1,1,0,0,15,192,1,56,0,0,184,254,4,1,1,0,0,6,0,6,13,8,0,5,16,16,0, -5,16,0,15,128,1,1,0,8,8,8,0,7,3,1,0,0,12,0,3,129,254,128,0,5,24,0,0,3 -,2,0,0,45,128,1,0,2,32,4,65,0,1,16,130,12,0,1,52,66,0,14,64,0,0,48,5, -0,0,192,34,24,0,3,4,128,1,0,2,192,66,0,0,128,8,0,1,140,136,1,48,0,0, -160,251,32,1,50,192,64,193,66,152,0,0,11,96,36,12,0,1,48,66,0,0,16,2, -26,0,0,11,9,1,45,32,144,4,1,0,14,160,133,48,194,6,192,8,25,97,0,2,9,0 -,1,48,66,6,192,128,0,0,64,138,96,0,1,128,73,48,0,0,96,250,128,0,0,48, -0,4,16,0,0,2,0,1,8,0,4,64,24,0,2,32,0,0,130,1,0,0,32,0,6,12,0,6,134,1 -,0,9,4,0,4,4,0,2,1,0,0,32,0,3,32,128,249,96,1,60,0,1,241,0,0,30,192,3 -,120,0,0,15,0,1,60,0,3,24,192,3,96,0,1,2,1,48,0,15,128,1,60,32,0,0, -240,0,0,30,0,3,11,0,1,60,0,0,7,244,0,2,128,120,0,1,224,1,61,0,0,96, -255,168,0,0,52,0,0,64,16,128,2,80,8,9,10,1,8,0,0,4,5,0,0,192,72,152, -66,80,0,0,8,0,0,128,8,33,17,4,0,5,16,2,0,5,8,133,4,0,0,32,24,16,2,16, -19,1,0,0,5,0,1,132,144,16,16,20,0,1,35,8,64,0,0,32,0,0,4,32,42,254,64 -,145,48,0,1,2,0,12,4,129,8,0,1,8,4,8,33,0,0,1,2,0,5,16,1,0,5,8,1,2,0, -0,16,0,3,19,0,1,70,8,0,1,128,64,4,0,2,11,0,6,136,248,0,0,1,56,128,1, -224,0,0,28,128,3,112,0,0,14,0,1,56,0,1,48,0,0,6,128,3,24,0,0,11,224,0 -,0,12,16,7,0,5,144,3,0,5,232,1,56,128,1,228,0,0,28,192,0,0,1,0,0,8,0, -1,56,0,0,7,224,0,1,192,3,113,0,1,192,1,56,0,0,240,254,4,1,48,0,0,2,16 -,0,0,2,64,0,0,8,0,0,1,0,4,128,64,24,68,0,1,64,0,1,1,0,0,128,5,0,5,208 -,2,0,5,8,0,7,3,2,0,0,4,0,8,3,1,0,5,137,250,0,0,1,49,0,0,22,193,0,0,24 -,64,3,104,0,0,13,0,1,48,0,2,2,0,0,1,3,32,1,0,0,132,16,2,66,4,0,5,8,2, -0,5,132,33,48,0,0,64,194,0,0,24,0,0,32,0,1,8,8,0,0,48,0,0,6,192,0,2, -11,96,0,1,128,1,48,0,0,184,248,0,5,68,128,8,32,1,12,128,8,136,0,1,32, -2,0,2,16,1,68,0,4,4,0,6,2,0,35,176,251,32,0,0,4,128,0,0,16,0,0,2,0,4, -32,0,0,4,0,1,16,0,0,2,64,0,2,1,32,0,9,2,0,6,33,0,0,4,128,0,0,16,0,0,2 -,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0 -,152,253,0,17,2,0,9,32,0,44,184,255,40,0,0,4,146,0,0,16,0,0,2,0,0,32, -1,36,129,36,0,0,4,128,32,16,0,0,2,64,0,0,8,36,1,32,0,0,4,2,0,14,32,0, -0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0, -8,0,0,1,32,0,0,4,0,0,153,249,0,0,48,128,64,64,2,72,0,0,3,8,4,129,128, -2,48,0,0,18,0,4,32,1,2,0,3,18,0,17,6,0,1,72,0,0,3,0,1,12,128,1,48,0,0 -,6,32,2,24,0,1,96,0,0,12,0,1,48,0,0,6,227,253,0,7,64,0,8,17,0,4,16,0, -0,32,0,17,32,0,6,64,0,10,2,0,4,4,0,2,200,252,4,0,1,32,0,8,4,0,6,16,0, -1,32,0,49,234,253,0,0,144,128,0,0,64,2,72,0,0,9,16,1,33,33,0,0,132,0, -0,18,16,18,0,0,130,0,0,32,9,1,129,48,0,1,18,0,14,32,0,1,146,64,2,72,0 -,0,73,0,1,36,0,0,4,144,0,0,146,64,2,72,2,0,0,32,1,36,129,4,144,0,0,18 -,208,250,0,3,4,128,0,0,16,0,0,2,64,0,0,8,0,1,32,0,3,1,0,0,2,64,0,3,32 -,0,17,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0,4,128,0,2,2,64,0,0,8, -0,0,1,32,0,0,200,252,0,13,1,0,1,4,0,4,8,0,0,8,0,1,2,0,17,4,0,26,128, -253,0,6,1,0,5,1,0,0,64,4,136,0,0,16,0,2,8,8,128,0,23,1,1,0,21,24,251, -0,8,132,0,12,128,0,1,1,0,36,1,0,9,192,250,32,0,5,2,0,1,8,0,1,96,0,2,1 -,0,9,8,0,14,16,0,1,4,0,3,2,32,0,0,8,0,0,1,32,0,0,6,0,1,16,0,1,64,0,0, -8,0,1,32,0,0,4,0,0,128,249,0,3,1,32,0,1,128,0,5,8,0,3,2,128,0,3,16,0, -0,8,0,2,16,0,2,16,0,2,8,0,8,32,0,23,168,254,0,4,4,0,0,16,4,0,1,16,0,0 -,8,0,1,8,132,64,0,0,2,0,0,2,0,1,4,4,0,17,32,32,0,5,64,0,3,4,0,0,4,0,3 -,2,0,9,255,32,0,1,8,0,6,64,0,13,64,0,19,4,0,26,240,255,32,0,1,32,20,2 -,24,4,8,0,1,96,40,4,0,0,160,16,1,34,0,0,4,128,10,64,1,66,37,40,0,16, -64,168,4,0,0,180,0,2,128,0,0,64,1,104,5,0,0,8,0,3,4,0,8,184,248,192, -65,80,134,18,80,0,0,128,4,0,2,130,21,0,0,128,33,0,0,144,1,2,41,0,0,96 -,0,0,68,194,74,0,0,10,0,15,64,0,1,48,0,0,16,0,1,130,136,0,1,8,0,2,128 -,0,0,136,16,0,2,64,1,0,1,33,8,56,252,2,65,16,0,0,1,64,0,1,8,0,13,32,0 -,0,1,40,0,0,1,8,0,16,1,0,6,2,0,17,8,249,255,136,0,1,8,0,8,1,0,3,64,0, -3,8,0,26,128,0,1,2,0,7,1,0,0,8,0,6,4,0,0,232,249,0,64,8,0,8,24,255,0, -24,32,0,24,32,0,22,152,253,0,0,1,1,0,0,1,0,2,4,0,2,4,0,7,4,0,0,160,0, -21,32,0,23,2,0,2,64,255,0,3,8,0,17,32,0,2,128,0,35,2,0,0,8,0,7,152, -255,0,2,4,0,10,1,0,2,128,8,16,0,1,64,0,0,8,0,1,32,0,19,36,0,23,208, -250,0,53,4,0,14,16,0,3,200,250,0,74,152,255,0,2,4,0,69,128,80,251,0,2 -,32,0,0,72,0,3,2,64,0,0,2,0,4,64,0,0,8,1,16,48,0,40,32,0,7,96,251,8,0 -,3,1,0,18,2,2,0,0,128,0,25,128,0,8,4,0,1,128,0,5,104,253,0,50,64,0,22 -,216,255,0,29,1,0,1,4,0,2,128,0,2,2,0,32,224,250,0,30,16,0,2,16,0,2,8 -,0,2,8,0,6,2,0,22,40,253,0,17,128,0,3,64,0,3,32,0,34,32,0,9,24,251,0, -3,2,0,4,1,0,33,128,0,16,64,0,2,1,0,4,16,0,0,72,252,0,3,16,0,14,32,0,3 -,16,0,2,16,0,23,64,0,2,1,0,15,216,253,0,7,128,0,3,1,0,47,128,0,11,152 -,254,96,0,3,80,0,0,8,0,1,8,0,0,32,128,0,1,128,2,0,3,1,0,0,1,0,18,1,0, -6,2,0,1,8,0,0,1,0,2,128,2,0,2,64,0,3,32,0,0,4,0,0,8,255,0,0,160,0,3, -64,0,0,8,0,3,4,160,0,0,4,0,5,1,0,11,34,0,4,4,0,6,2,0,1,8,0,3,5,128,0, -3,16,1,0,1,1,32,0,2,1,16,176,253,128,36,0,0,8,128,0,1,2,0,1,2,0,0,4,0 -,1,4,0,2,32,0,0,64,0,1,32,0,7,2,0,1,64,0,9,128,8,0,0,1,16,0,4,38,32,0 -,0,32,0,0,16,48,64,0,0,4,9,8,0,2,4,0,1,160,249,0,25,2,0,1,8,0,26,16,0 -,16,40,255,0,11,24,0,6,8,0,3,4,0,1,16,4,0,14,128,1,0,0,32,0,1,128,0,0 -,16,0,6,32,1,192,0,2,2,0,4,16,0,0,144,251,0,2,128,0,15,64,0,6,1,0,2, -16,0,2,16,0,2,8,0,2,8,0,4,16,0,20,128,0,1,128,250,0,0,1,0,25,64,0,5, -64,0,6,40,0,12,8,0,14,32,0,0,88,254,128,0,0,16,8,1,128,0,1,2,64,0,1,4 -,0,1,4,0,8,1,0,0,128,0,12,8,0,18,4,1,128,0,9,16,104,251,0,0,64,0,4,8, -0,12,128,0,2,2,0,0,1,0,18,16,0,1,64,0,14,4,0,4,128,0,2,249,64,5,169, -16,21,160,22,130,10,0,0,1,0,0,66,1,40,8,0,1,128,2,0,0,64,0,0,64,1,3, -32,168,16,0,3,2,16,16,0,4,9,8,8,0,2,4,0,0,160,16,20,80,0,2,16,40,0,0, -5,0,0,21,161,32,0,1,16,10,64,1,4,128,0,0,161,16,160,251,128,34,144, -136,8,17,55,90,64,32,42,0,0,1,150,40,36,34,4,149,1,26,80,0,0,64,176,9 -,40,9,4,32,0,2,8,4,64,32,0,3,4,0,0,96,16,192,66,32,136,72,75,2,12,0,0 -,1,136,10,8,9,1,4,129,64,4,0,1,2,66,0,0,1,32,1,0,0,129,0,0,152,248, -128,0,0,4,32,0,0,4,64,4,0,1,16,0,1,72,0,3,1,0,0,16,0,2,64,0,7,8,4,64, -32,0,3,4,0,0,32,16,32,0,0,1,32,128,32,0,0,16,0,0,1,0,19,160,255,0,0, -64,0,3,128,8,0,6,9,0,0,1,32,0,0,4,0,1,16,0,0,4,64,0,15,16,0,2,4,0,7, -64,1,65,0,6,4,2,2,0,1,8,0,2,88,252,0,20,32,0,2,32,0,20,2,0,21,32,0,3, -152,255,0,1,1,0,0,4,0,3,2,0,1,1,8,0,5,1,0,2,72,0,15,8,0,3,4,0,2,128,0 -,6,8,0,6,32,0,4,1,0,0,32,216,255,16,0,1,64,0,5,4,128,0,5,64,0,0,4,0,1 -,8,0,3,4,0,34,2,0,9,132,249,0,4,4,0,0,4,0,1,16,0,1,64,0,1,32,0,5,2,0, -1,4,0,21,128,0,11,4,0,7,1,0,1,16,144,253,0,24,18,0,3,4,0,1,16,0,3,2,0 -,1,8,0,32,120,248,0,30,64,0,0,64,0,4,32,0,3,8,0,29,56,251,0,31,1,0,2, -1,0,1,128,0,2,128,0,21,128,0,7,144,254,0,12,4,0,6,8,0,3,8,0,35,2,0,8, -1,0,0,48,248,0,2,8,0,16,2,0,25,8,0,21,4,0,2,248,253,0,7,8,0,0,64,32,0 -,10,1,0,1,96,0,1,72,0,44,200,251,0,1,32,0,8,2,0,15,16,0,14,32,128,1,0 -,15,32,0,9,160,252,0,18,1,4,0,44,16,0,7,200,254,0,3,2,0,6,4,0,1,128,8 -,16,17,0,1,4,128,8,0,1,2,0,0,17,0,17,128,32,0,0,65,2,8,0,1,10,1,33,0, -0,64,0,2,16,0,0,128,64,8,0,0,16,0,0,32,0,2,208,254,0,16,4,0,6,8,0,0,1 -,32,0,17,160,0,0,4,128,0,0,16,0,0,2,0,1,32,0,6,4,0,0,8,0,6,184,249,0, -14,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,0,38,8,0,6,104,251,0,46, -128,0,8,16,0,17,255,0,0,21,160,2,184,128,10,80,1,42,64,5,176,0,0,45, -128,2,80,0,0,10,64,1,40,0,0,5,160,0,0,20,192,2,0,15,22,128,2,88,0,0, -11,224,2,44,128,5,160,0,0,22,160,2,88,0,0,11,208,1,40,128,11,176,0,0, -22,160,2,112,248,192,9,52,1,146,211,4,154,64,19,104,2,100,160,225,148 -,129,50,80,6,202,128,25,40,3,102,160,12,144,1,0,14,128,12,152,1,50,64 -,6,72,22,25,32,3,102,128,12,56,1,50,64,6,154,68,25,32,89,100,128,12, -52,1,16,250,255,255,0};static const unsigned char l649[]={79,231,255, -255,98,255,57,0,0,213,255,255,255,255,255,255,255,255,255,255,255,255 -,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,160,9,52,1,38,64,6,154,0,0,19,0,0,25,96,6 -,76,128,140,134,85,6,200,0,0,25,96,2,100,128,97,144,1,0,15,12,48,1,50 -,0,0,178,74,70,19,104,2,76,128,9,48,9,50,224,4,192,0,0,152,96,2,100, -128,12,56,1,72,248,0,0,21,160,2,84,0,0,11,80,1,42,128,10,80,0,0,26,64 -,5,180,0,0,10,96,1,44,64,5,176,0,0,45,192,2,0,15,18,160,2,88,0,0,21, -192,2,42,64,5,168,0,0,21,160,3,88,128,10,32,1,52,64,5,176,0,0,22,160, -2,40,255,0,11,64,0,5,2,0,31,64,0,21,152,249,0,74,152,255,0,4,128,0,5, -64,1,0,3,160,2,16,128,2,0,1,8,0,1,40,0,19,4,0,1,80,0,7,4,4,0,4,2,0,5, -96,248,0,5,18,0,5,8,0,5,64,2,0,2,8,0,12,64,0,8,128,0,1,68,0,6,16,1,20 -,0,6,160,0,3,248,249,0,0,4,1,0,0,16,4,0,0,66,32,0,2,128,0,0,16,53,0,2 -,128,0,5,160,5,20,16,0,14,32,48,180,64,0,0,16,4,2,0,3,133,161,0,3,208 -,8,0,0,64,3,0,1,1,32,0,2,128,248,0,12,4,0,0,48,0,9,128,129,16,0,21,64 -,0,4,8,0,0,1,0,2,192,64,0,1,3,0,6,120,252,224,65,0,0,128,1,0,1,24,0,3 -,3,96,0,0,48,0,1,240,32,0,5,128,1,44,0,17,16,32,0,0,64,0,5,4,96,1,0,2 -,192,128,0,1,3,0,1,3,96,0,2,120,251,160,1,0,0,128,0,2,144,2,0,2,1,32, -0,0,48,0,1,208,0,6,128,4,21,0,16,80,128,0,1,128,64,0,4,12,164,0,3,192 -,8,0,1,3,0,1,1,32,0,2,176,251,0,6,128,4,0,2,12,129,17,0,0,32,0,1,2,1, -0,5,9,40,33,0,15,136,48,0,2,132,0,0,5,0,2,36,208,0,3,192,4,0,1,16,0,1 -,140,128,81,0,1,160,252,224,129,0,0,128,1,2,0,0,6,0,3,15,224,65,12,0, -1,240,0,6,224,64,32,0,15,96,0,0,60,16,0,0,240,0,0,6,0,3,15,0,0,1,1,0, -1,240,64,0,0,192,0,0,2,0,0,14,194,1,0,1,160,255,0,0,128,0,1,6,0,6,12, -128,1,48,0,10,1,33,32,0,14,128,64,48,8,0,0,64,128,24,16,0,2,12,0,0,1, -0,2,192,0,2,3,1,0,0,12,128,1,0,1,136,252,128,9,0,1,70,1,0,0,128,8,0,2 -,12,128,1,48,33,0,0,192,32,0,5,128,8,16,0,15,128,1,160,0,1,192,2,152, -0,3,44,136,72,0,2,64,128,0,1,11,0,1,12,128,1,0,1,240,250,0,0,4,1,0,0, -16,4,0,0,2,0,3,128,0,0,16,5,137,6,0,0,136,0,7,4,16,0,6,34,0,6,17,0,0, -4,128,0,0,16,0,0,10,64,0,0,104,0,1,32,0,0,132,192,0,2,2,64,1,8,1,1,32 -,0,0,4,0,0,244,249,0,12,4,0,2,6,0,18,12,0,6,6,0,4,128,16,0,1,96,0,10, -2,32,32,0,4,192,254,224,65,0,0,128,7,1,0,5,3,96,0,1,8,6,48,0,8,44,0,7 -,12,0,6,6,0,1,8,6,128,64,22,4,0,0,96,0,1,96,1,48,160,1,0,1,6,192,2,0, -0,32,3,96,0,0,48,0,0,88,251,168,9,0,0,128,70,0,1,64,32,0,2,1,32,0,1,1 -,6,16,0,8,20,0,7,10,0,6,5,0,0,128,0,0,70,2,8,138,0,1,96,0,1,160,0,0, -128,128,0,2,2,64,1,0,0,2,1,32,0,0,48,33,67,252,0,6,64,0,3,12,128,5,0, -0,10,16,192,132,0,7,40,33,0,6,10,0,6,5,0,1,10,16,192,4,13,16,0,0,96, -65,0,0,192,0,0,32,64,70,1,0,0,24,133,33,0,0,4,12,130,1,128,0,0,161, -248,224,129,0,0,128,7,2,0,0,30,8,0,2,15,226,65,12,128,1,244,0,8,32,0, -17,12,128,7,242,0,0,18,192,0,0,120,0,2,1,13,128,7,0,1,30,0,0,2,25,64, -14,192,65,60,16,104,249,4,0,5,24,0,3,12,128,1,0,0,8,0,0,192,0,8,32,0, -18,8,0,0,192,0,0,20,0,2,64,0,1,1,32,0,0,6,0,1,24,0,0,2,0,1,12,128,1,0 -,1,57,254,128,73,0,1,38,1,0,0,152,2,0,2,12,128,1,160,0,1,192,0,8,144, -64,0,16,48,1,6,68,68,8,4,0,1,4,0,0,128,64,48,132,6,0,1,24,0,0,129,16, -130,12,128,1,48,4,184,255,0,0,4,53,0,0,16,4,0,0,2,0,0,32,8,8,128,0,0, -16,5,0,0,64,0,0,136,2,0,4,160,1,4,16,0,16,52,2,0,0,208,128,2,0,3,1,32 -,0,0,132,64,0,0,80,2,1,64,0,0,8,32,13,160,1,4,0,0,48,248,0,1,48,0,6,1 -,0,1,4,0,3,1,0,6,128,1,0,18,48,16,0,0,192,0,8,48,0,1,128,0,3,32,0,0, -12,128,1,0,1,40,249,224,65,0,0,128,7,1,0,1,196,0,0,32,0,0,3,96,0,1, -136,1,48,0,6,128,1,44,0,17,16,16,0,1,32,22,4,0,3,96,1,0,0,32,0,0,64,0 -,1,192,2,0,1,3,96,0,0,48,16,0,0,254,164,5,0,0,128,22,0,1,64,64,0,1,8, -1,32,0,1,129,0,0,16,0,0,88,8,0,3,128,1,20,0,17,176,0,1,64,0,0,138,0,4 -,160,0,0,128,0,1,128,0,1,64,1,0,0,130,1,32,0,0,48,0,0,210,252,12,0,1, -32,0,3,4,35,2,20,140,128,5,128,8,38,196,8,64,0,5,32,40,33,0,16,48,0,1 -,192,0,0,13,16,0,2,128,196,0,0,48,1,0,0,64,0,1,128,33,0,0,66,0,0,1,0, -0,128,0,0,232,254,224,129,12,128,7,2,0,0,6,192,3,24,0,0,15,226,129,12 -,128,7,240,32,30,16,0,3,96,0,0,32,0,7,4,0,8,60,16,0,0,240,0,0,18,0,3, -3,0,0,1,29,16,0,0,176,0,2,2,25,0,0,2,64,0,0,61,16,32,255,8,0,6,4,3,0, -0,32,12,128,1,0,0,8,6,192,0,0,24,0,6,32,16,0,6,16,0,6,8,0,0,48,0,1, -128,0,0,20,0,3,12,0,0,1,0,2,64,0,2,2,0,1,12,128,1,0,1,161,253,128,65, -0,0,33,6,1,0,0,24,0,0,3,0,0,4,12,128,1,48,0,0,6,192,0,0,24,33,0,5,16, -0,7,4,0,6,2,0,0,48,66,0,0,224,0,0,73,4,0,2,76,136,68,144,32,0,0,128,0 -,2,137,0,0,64,76,130,65,48,16,136,254,128,17,0,0,2,64,0,1,26,0,0,32, -104,2,128,0,1,5,128,6,0,0,136,2,0,0,11,0,1,73,48,0,0,4,16,0,6,8,0,6, -164,1,180,64,0,0,208,136,18,16,0,3,32,0,0,132,160,0,3,64,0,2,1,32,0,0 -,4,0,0,56,251,0,0,128,0,0,16,0,0,2,0,0,24,0,1,97,64,0,0,4,0,0,48,0,0, -6,0,4,2,0,0,4,0,10,10,0,6,133,1,48,0,1,192,0,0,8,0,21,112,252,224,1, -12,128,1,0,1,24,192,0,0,32,32,3,224,65,0,0,8,0,0,48,0,0,24,192,3,2,0, -0,8,0,1,44,0,16,128,0,0,32,0,1,32,22,0,4,96,1,0,0,32,0,3,192,2,0,1,3, -96,0,0,48,0,1,248,40,8,5,128,0,2,24,64,0,0,96,1,1,160,17,0,0,1,0,0,16 -,0,0,24,64,0,2,4,0,1,20,0,7,4,0,6,2,4,176,0,1,64,2,10,0,4,160,0,0,32, -1,6,2,0,1,64,1,0,1,1,32,0,0,48,17,243,248,0,1,48,10,38,1,0,1,8,131,32 -,2,44,0,0,4,130,8,16,192,2,64,4,0,2,8,0,0,4,41,33,0,6,16,0,6,136,17, -16,8,0,0,192,64,20,4,0,3,192,0,1,4,32,1,0,1,128,33,0,1,44,128,5,128,0 -,0,201,248,224,1,60,128,7,0,1,6,192,3,120,32,15,226,1,12,128,1,244,32 -,6,128,3,0,1,7,96,0,0,32,0,7,32,0,6,98,128,60,0,1,240,0,0,18,0,5,1,29 -,128,7,0,3,2,1,0,0,14,194,65,60,16,176,250,4,0,0,48,0,0,6,0,3,3,32,0, -0,12,0,2,8,0,0,194,0,1,4,0,2,8,128,1,32,16,0,6,2,0,6,136,1,16,0,1,128 -,0,0,16,0,5,1,16,0,0,6,0,3,2,0,1,12,128,1,0,0,32,233,248,128,1,48,0,0 -,6,0,3,3,80,66,12,128,65,48,0,0,32,192,0,1,64,3,0,1,4,128,145,16,2,0, -15,16,2,32,0,0,224,16,16,0,4,128,80,16,64,38,8,0,2,161,0,1,12,128,1, -48,2,0,0,252,0,0,4,1,0,0,64,208,0,0,66,0,0,32,72,2,128,0,1,21,0,2,136 -,26,64,0,0,104,0,0,13,32,0,0,4,16,0,6,6,0,6,35,8,180,32,0,0,16,8,26,2 -,0,0,104,4,13,32,1,4,128,0,3,64,0,2,1,32,0,2,104,250,0,4,194,0,0,16,4 -,0,0,33,64,0,0,4,0,0,32,0,3,24,0,3,12,0,10,2,0,6,1,0,0,49,0,1,64,64, -24,0,1,96,32,12,128,0,0,1,0,13,128,248,224,1,0,0,128,1,192,0,0,6,200, -0,0,96,0,0,3,224,65,44,0,1,48,0,0,24,0,0,3,98,0,2,64,44,0,7,8,0,6,4,0 -,0,48,16,0,2,24,0,1,96,0,0,12,96,1,0,5,192,2,0,1,3,96,0,2,152,253,164 -,81,0,0,128,0,0,192,0,0,146,64,0,0,96,32,1,160,5,20,4,0,0,16,0,0,24,0 -,0,19,0,0,32,0,2,20,0,0,1,0,5,128,0,6,128,132,16,2,0,0,192,72,24,8,0, -0,96,65,12,160,0,2,22,2,0,1,64,1,0,1,1,32,0,2,185,250,4,0,2,22,193, -130,136,4,11,96,4,76,0,0,4,26,0,1,192,4,88,0,0,96,96,65,12,8,68,40,33 -,2,0,5,10,1,0,5,5,128,48,10,0,0,128,2,24,16,0,2,44,64,1,0,0,1,16,0,2, -128,33,0,1,76,128,9,0,1,147,254,224,129,0,0,128,7,240,0,0,4,192,131, -56,64,15,226,1,32,8,0,0,240,32,30,200,3,120,0,0,15,96,0,0,32,0,0,2,0, -6,1,0,5,96,0,0,44,0,1,112,128,30,0,1,56,64,15,4,1,12,136,7,4,0,2,2,1, -0,0,14,194,65,0,1,64,248,4,0,2,6,0,0,128,26,16,3,96,0,0,12,0,1,40,8,0 -,0,192,0,1,16,3,2,0,0,12,128,65,32,0,15,128,1,32,32,0,0,192,0,1,4,0,0 -,32,0,1,8,1,48,0,0,6,2,0,2,130,0,1,12,128,1,0,1,98,248,128,69,0,1,6,0 -,0,8,24,0,0,3,32,130,12,128,73,16,2,0,0,192,0,1,1,35,96,10,76,1,8,16, -161,2,0,5,64,1,0,6,128,32,2,0,0,192,32,8,0,1,96,129,128,0,0,1,176,64, -22,0,3,33,0,1,12,128,1,0,1,128,250,0,0,16,0,0,2,64,80,0,0,10,0,0,32,8 -,0,0,128,0,1,5,128,6,0,0,128,10,64,0,0,104,4,1,128,4,4,16,0,14,32,0,0 -,21,128,0,0,208,0,1,64,0,5,36,160,6,0,2,64,34,0,1,13,32,0,2,40,249,0, -0,128,0,0,16,0,0,130,0,0,16,0,1,1,0,1,4,0,5,16,0,1,97,32,0,1,65,0,1,1 -,0,5,128,0,8,32,0,1,192,0,10,6,0,3,1,1,0,5,184,251,96,0,0,12,128,1, -176,32,22,192,0,0,120,0,0,3,224,1,44,0,0,6,240,0,0,22,196,0,0,64,0,0, -12,100,1,44,0,0,4,0,6,2,0,7,44,0,0,6,194,0,2,3,0,4,48,0,4,192,2,0,1,3 -,96,0,2,152,252,40,0,0,4,128,0,0,80,8,10,64,0,0,104,0,0,1,160,9,21,4, -70,216,0,0,10,65,3,97,36,140,160,80,20,0,0,1,0,5,130,0,6,4,8,149,8,38 -,192,2,1,0,0,67,0,4,160,8,0,3,64,1,0,1,33,36,0,2,67,250,128,9,176,0,0 -,6,97,0,0,140,0,0,147,96,1,76,2,4,26,0,0,16,192,2,13,0,0,9,98,64,0,0, -192,0,0,40,33,4,0,5,32,2,0,6,72,24,0,0,16,192,0,2,8,0,4,48,9,64,1,0,1 -,128,2,0,1,12,129,73,0,1,9,252,224,65,60,144,7,144,0,0,16,196,3,112, -64,15,224,1,32,136,7,242,0,0,18,192,2,120,0,0,15,4,1,32,0,15,224,0,0, -36,160,7,50,64,0,0,192,3,1,0,3,60,128,1,0,3,2,0,1,15,192,1,0,1,72,253 -,132,1,48,0,0,6,160,0,0,16,4,3,96,16,12,0,0,64,40,8,0,0,196,32,20,0,0 -,131,96,0,0,12,66,1,32,128,1,0,5,192,0,6,128,0,0,41,8,0,10,48,0,1,1,0 -,2,2,0,1,12,128,1,0,1,161,249,128,1,48,0,0,6,64,0,0,72,0,0,3,96,1,12, -128,9,144,0,0,38,192,8,8,0,0,10,96,130,12,128,0,0,16,160,0,6,64,0,6, -134,1,144,0,0,166,0,0,136,0,1,11,2,0,3,48,8,32,0,3,2,0,1,64,130,1,0,1 -,56,251,16,16,0,0,2,16,148,0,0,2,64,128,40,1,129,0,1,5,0,2,128,18,64, -19,12,0,0,77,16,4,4,16,2,0,5,18,1,0,5,160,145,4,0,1,208,0,0,2,0,1,8,0 -,1,160,1,165,128,68,17,0,0,2,64,128,0,1,13,32,1,0,2,252,0,0,128,0,0, -16,0,0,64,0,4,32,0,0,2,0,5,8,0,0,3,0,3,64,0,8,20,0,6,138,0,3,192,0,6, -128,1,0,0,16,2,0,0,128,0,4,12,128,0,0,1,0,0,80,255,96,0,0,12,128,7, -177,32,22,0,0,128,56,0,0,4,224,1,44,0,1,240,32,22,4,2,2,0,0,12,96,1, -44,128,2,0,5,64,1,0,5,128,1,44,0,1,192,0,3,96,0,1,128,65,48,128,3,48, -0,0,6,0,3,3,96,1,0,1,152,254,44,0,0,4,128,38,80,8,10,0,0,8,8,17,64, -162,81,20,4,0,0,208,4,10,1,17,96,68,44,176,80,20,0,7,8,0,6,129,133, -148,8,0,0,192,66,64,4,0,0,96,0,1,128,9,32,144,4,16,4,3,0,1,1,0,0,1, -160,0,2,41,253,132,65,176,8,0,0,96,0,0,140,0,0,8,0,0,68,64,8,4,26,0,2 -,2,13,0,0,3,4,16,36,192,0,0,40,33,0,14,16,5,26,0,1,192,0,1,1,0,0,96,1 -,0,0,128,73,128,8,4,0,0,72,152,0,0,136,0,3,1,0,1,155,255,224,1,60,128 -,7,146,0,0,16,196,128,80,0,0,3,224,1,32,8,0,0,240,0,0,18,192,0,0,24,0 -,0,15,8,1,32,0,15,224,1,36,32,0,0,48,64,6,4,0,0,120,32,0,0,224,1,12, -128,2,48,0,0,30,200,0,2,2,194,0,3,252,132,1,48,0,1,96,0,0,16,4,128, -104,16,0,2,40,8,0,2,12,0,0,2,96,16,12,64,1,32,0,17,40,8,0,1,64,0,2,96 -,32,0,1,1,16,32,2,0,1,24,0,0,128,0,1,12,2,1,0,1,18,252,128,1,48,0,0, -22,129,0,0,8,0,0,33,96,2,64,129,69,16,0,1,192,34,16,128,8,100,1,12, -132,0,0,16,5,0,14,128,129,16,0,3,24,5,0,0,96,1,0,0,128,81,32,2,4,128, -16,24,0,0,34,0,1,140,128,0,2,168,255,0,0,16,132,8,64,16,0,0,18,8,32,8 -,0,0,33,0,0,16,37,128,18,8,128,2,64,0,0,105,2,69,0,0,5,36,16,0,14,160 -,4,36,128,36,146,0,0,26,64,0,3,160,1,4,128,4,0,1,2,64,0,0,8,0,0,1,160 -,4,0,1,208,252,0,0,128,0,2,2,0,0,8,0,1,1,0,1,2,0,0,16,8,4,0,3,3,96,64 -,8,132,64,16,0,16,128,16,32,6,0,0,64,24,0,4,128,1,0,1,2,0,7,128,129,0 -,1,96,255,96,0,0,16,128,1,0,1,22,192,0,3,96,0,0,44,0,0,6,244,32,24,16 -,3,56,32,12,100,1,44,0,7,8,0,6,132,1,44,0,0,6,128,0,0,24,0,4,128,1,12 -,128,5,0,1,24,0,1,96,0,0,3,96,64,0,1,8,250,40,0,1,138,0,2,10,64,0,2, -128,34,0,0,20,4,38,208,2,64,0,0,3,74,4,140,160,80,20,0,0,4,0,5,16,2,0 -,5,136,41,20,0,0,6,66,128,24,0,0,3,1,0,1,128,69,4,128,2,0,1,24,16,128 -,96,0,0,1,160,0,2,98,255,128,69,128,0,0,22,2,34,12,0,0,139,0,1,64,130 -,1,40,0,0,66,2,2,25,32,18,96,16,68,192,0,0,40,33,2,0,5,16,1,0,5,136,0 -,0,170,0,0,6,64,16,24,16,8,4,0,1,128,17,48,17,3,0,1,64,0,0,16,0,1,140 -,2,1,0,1,200,252,224,1,12,144,7,48,0,0,8,192,3,24,32,11,224,65,32,128 -,7,240,0,0,6,192,0,0,121,0,0,15,8,1,32,0,0,7,0,5,144,3,0,5,104,1,36, -136,7,242,0,0,30,192,3,0,2,224,65,60,128,4,0,1,30,200,128,24,32,14,96 -,0,0,1,0,0,80,254,132,1,0,0,8,6,192,32,8,0,0,3,96,16,0,0,130,1,40,0,0 -,6,4,0,0,24,0,0,2,96,16,12,200,0,0,32,144,5,0,5,208,2,0,5,136,65,32,0 -,0,6,192,0,2,3,0,2,128,1,48,0,0,2,0,2,16,0,1,32,12,128,65,0,1,169,254 -,128,1,0,1,6,192,0,0,8,0,0,3,96,0,0,32,128,1,32,0,0,6,192,40,88,4,1, -68,1,140,0,0,1,160,0,0,4,0,5,8,2,0,5,132,5,32,0,0,22,200,36,0,0,2,19, -4,0,2,72,48,0,0,4,0,1,24,0,0,139,0,0,4,12,0,0,5,0,1,72,253,0,7,1,0,1, -2,0,17,4,0,6,2,0,35,140,255,32,0,0,4,128,0,0,16,0,0,2,68,0,0,8,64,1, -32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,0,4,0,7,2,0,6,33,0,0,4,128 -,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32, -0,0,4,0,0,128,248,0,22,1,0,50,136,255,36,0,0,4,128,0,0,16,0,1,64,0,2, -1,32,0,0,4,128,0,0,16,0,0,2,64,32,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128, -0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,16,20,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,0,0,3,253,12,0,9,16,0,3,34,0,4,16,0,4,1,66,0,28,48,0,9,128,0 -,0,16,0,1,141,248,0,7,4,0,13,2,0,0,1,0,18,32,0,1,128,0,0,16,0,1,64,0, -0,8,0,0,1,0,2,128,0,4,128,8,0,1,8,0,0,5,0,0,192,255,8,0,25,128,0,0,32 -,0,30,8,0,12,152,253,32,132,132,160,16,18,66,64,80,8,2,128,33,40,4, -129,144,0,0,24,130,66,80,8,9,33,1,32,8,0,0,1,0,14,32,0,0,132,144,0,0, -16,0,0,66,80,0,0,8,0,0,1,32,4,133,128,16,20,34,2,32,8,9,0,0,128,4,136 -,4,0,0,248,248,0,21,4,128,64,0,4,8,0,2,8,0,2,4,0,15,4,128,0,0,16,0,2, -2,0,0,128,0,1,4,16,0,5,32,251,0,0,2,0,1,8,0,20,2,0,14,4,0,6,128,0,2, -128,0,19,120,249,0,17,8,0,6,16,0,0,128,0,19,4,0,15,8,0,1,64,0,4,208, -250,0,6,32,0,1,128,0,0,1,1,0,2,128,0,3,129,2,0,48,64,16,64,249,0,9,64 -,0,19,2,0,6,1,0,1,4,0,7,32,2,0,4,32,0,15,136,252,0,33,32,0,15,2,0,7, -16,0,13,204,251,130,0,4,128,0,0,64,0,5,16,0,1,17,128,0,24,64,64,0,2, -64,0,0,8,4,0,1,16,2,4,0,0,16,0,1,64,32,16,0,4,1,0,2,57,253,0,1,4,128, -0,0,4,64,2,16,0,0,2,0,1,8,0,0,1,0,10,64,16,0,18,4,0,7,4,0,1,4,0,0,2,0 -,3,129,0,2,130,0,2,80,251,64,0,0,4,128,0,0,4,192,2,144,0,0,2,12,0,0,8 -,0,0,9,0,1,34,64,0,7,5,5,0,14,64,128,160,32,0,0,32,0,0,4,8,0,1,32,3,6 -,0,0,172,133,20,32,64,4,99,90,2,0,1,44,0,2,232,253,0,0,5,48,0,0,4,0,1 -,16,2,1,8,0,1,2,32,16,12,38,139,40,16,0,0,65,224,0,1,2,3,16,36,0,14, -128,90,212,0,0,130,0,1,8,4,64,2,2,68,2,0,0,196,35,144,4,2,0,0,93,145, -0,1,64,0,0,116,32,0,0,72,249,0,1,16,0,5,1,0,2,8,0,0,16,8,2,1,32,0,1,1 -,32,0,1,1,0,0,8,0,15,128,64,16,0,0,4,0,1,8,4,0,2,2,4,0,6,4,1,2,0,2, -128,0,1,216,253,2,1,32,128,0,2,16,16,0,5,1,32,4,128,0,0,8,0,1,18,0,1, -128,0,1,8,0,19,1,0,2,128,0,7,1,0,7,64,16,0,0,177,253,0,22,4,0,1,64,0, -17,128,0,3,18,1,0,22,104,251,0,0,1,0,1,4,128,0,8,32,0,5,2,64,0,22,32, -128,0,17,2,0,6,176,252,0,10,64,0,34,1,0,1,8,80,0,12,1,0,8,72,251,0,13 -,128,0,1,16,0,27,128,0,2,16,32,0,8,4,0,12,56,251,0,21,128,64,0,7,32,0 -,2,32,0,2,16,0,2,16,0,5,128,0,10,16,0,6,4,128,0,1,240,249,0,28,32,8,0 -,1,32,0,3,4,0,1,16,0,32,240,252,0,46,16,0,14,128,0,2,128,0,6,16,254,0 -,0,128,0,42,64,0,4,64,0,11,16,0,6,128,0,2,254,0,1,64,0,5,4,0,1,16,0,8 -,64,0,0,8,0,1,32,0,19,4,8,0,9,36,36,0,12,40,253,0,8,8,0,11,4,32,0,4,4 -,0,21,1,0,2,32,2,0,0,128,4,0,1,32,0,3,64,0,5,24,248,0,10,16,0,1,4,0,3 -,2,0,29,128,0,0,64,0,21,16,248,0,6,16,0,18,1,0,17,1,0,2,32,0,3,64,0,3 -,32,0,13,248,248,0,51,1,0,21,152,254,0,30,16,0,2,16,0,2,8,0,2,8,0,0, -128,0,0,2,0,26,168,255,0,3,2,0,23,16,0,44,152,252,0,1,32,0,10,5,0,3,2 -,0,6,64,0,17,4,0,3,1,0,22,152,250,0,56,1,0,16,136,254,0,10,16,0,5,1,0 -,2,8,0,4,16,0,11,4,0,1,1,0,5,128,0,22,192,254,0,5,16,0,13,128,0,6,64, -0,11,16,0,12,8,0,15,64,0,0,216,255,8,0,1,8,0,3,4,128,0,0,64,0,0,2,64, -0,1,4,4,32,16,4,0,5,12,16,0,2,64,0,0,32,64,0,11,4,0,2,4,2,0,1,8,0,0, -64,0,1,4,1,0,0,16,0,6,32,0,0,168,249,0,7,32,0,7,16,0,3,10,0,1,16,0,1, -8,0,15,64,68,0,0,80,0,4,4,128,0,0,16,0,1,128,64,8,0,5,32,0,4,224,255, -0,9,72,0,13,4,0,20,16,0,12,32,0,7,8,0,0,1,8,0,0,96,253,0,20,18,0,5,16 -,0,25,2,0,6,4,1,16,0,8,248,250,0,6,2,0,32,2,0,4,64,64,10,0,1,2,0,2,16 -,0,0,2,0,8,160,0,2,2,0,0,4,152,250,0,0,64,0,1,2,0,3,1,0,1,4,0,1,16,0, -0,4,32,32,0,0,8,0,0,32,16,0,0,2,64,0,19,136,0,5,32,8,0,0,4,64,16,0,5, -128,0,1,1,0,1,16,0,0,128,254,0,1,4,0,1,64,0,1,64,0,2,1,0,0,128,8,0,6, -2,0,1,64,0,0,17,8,0,13,16,0,7,4,0,7,2,0,1,16,0,0,1,0,6,152,251,0,0, -128,4,0,0,1,16,0,1,192,0,2,3,0,1,13,0,0,1,96,64,0,0,12,1,18,32,0,0,36 -,128,165,37,0,2,4,0,0,32,192,0,3,2,0,0,16,112,0,2,16,1,0,1,128,18,0,0 -,80,33,0,0,6,168,168,128,0,2,82,64,80,1,0,0,2,0,1,8,0,0,56,251,128,98 -,0,0,14,10,193,144,0,0,4,135,32,72,132,3,1,128,10,4,192,6,148,18,66, -96,164,10,0,0,49,37,4,0,4,128,16,0,3,8,0,0,64,8,160,64,0,1,129,64,0,0 -,50,0,0,64,0,1,18,2,0,0,16,10,144,4,0,0,64,21,8,32,0,0,4,1,0,0,128,0, -0,184,254,128,32,0,0,8,2,34,0,1,16,2,66,0,0,4,2,0,1,8,0,0,16,0,3,32,0 -,20,32,0,0,1,0,1,64,0,6,8,0,0,16,8,0,3,4,0,0,32,0,0,2,0,3,200,252,0,0 -,128,0,0,4,0,0,16,32,0,1,1,0,0,16,0,0,72,0,2,1,32,0,0,4,132,128,16,0, -0,2,32,64,16,4,0,4,64,32,0,3,4,0,0,32,16,0,4,1,0,0,8,0,0,128,0,7,1,0, -6,2,0,2,232,252,0,20,64,0,10,16,0,1,1,0,3,8,0,0,128,0,30,80,254,0,21, -64,8,0,0,17,32,0,2,5,0,1,16,0,2,128,2,0,1,8,0,2,32,0,28,128,252,0,6,4 -,0,1,136,0,5,1,0,6,32,0,0,5,0,16,32,0,0,2,0,3,32,0,21,88,254,0,2,16,0 -,5,32,0,3,128,16,0,3,32,0,3,1,0,20,20,0,8,4,0,4,64,0,3,8,0,4,16,248,2 -,0,8,32,0,12,16,0,20,2,64,0,4,64,0,0,32,0,2,4,64,0,5,1,0,1,8,0,3,32, -254,0,60,8,0,2,64,16,0,8,251,0,22,2,0,6,64,0,1,32,64,0,2,32,0,2,32,0, -29,128,80,255,0,10,32,0,15,128,0,45,144,253,64,34,128,0,0,136,0,5,32, -0,2,132,0,7,1,8,0,23,32,2,0,22,204,252,0,17,8,16,0,2,4,0,1,16,0,22,64 -,16,0,17,1,0,3,208,250,0,14,2,0,3,1,0,1,1,0,1,2,0,21,1,0,13,64,0,7,4, -0,0,216,252,0,5,16,64,0,2,1,0,4,1,0,2,2,0,33,8,0,0,1,0,15,104,248,160 -,4,0,2,16,0,0,2,64,3,0,1,1,0,0,48,164,144,6,16,0,0,64,0,1,8,36,0,1,48 -,0,16,160,1,52,138,6,0,9,52,128,70,16,0,0,26,64,8,4,0,0,65,0,1,4,6,8, -254,0,0,129,0,6,3,0,6,6,0,0,128,0,0,4,0,0,96,0,20,128,1,32,0,0,6,0,9, -48,0,0,6,4,0,0,24,0,4,4,0,0,16,0,0,200,254,128,0,3,240,0,0,6,0,0,131, -0,2,96,0,0,48,128,7,192,0,0,6,0,1,64,16,0,0,96,0,17,96,0,0,48,16,6,1, -0,8,60,0,0,6,48,0,2,1,0,1,4,0,3,240,253,0,0,1,0,2,208,0,0,2,0,0,11,0, -2,32,0,0,32,136,6,192,20,2,0,1,32,1,0,0,32,0,17,32,0,0,176,0,0,16,0,9 -,52,0,0,6,18,0,1,32,34,1,0,0,72,16,0,0,48,18,120,255,128,0,3,192,132, -152,8,32,4,0,0,128,128,5,49,1,6,64,68,24,2,0,0,96,0,1,128,145,0,17,48 -,48,9,134,0,9,48,0,0,4,192,36,88,16,8,0,1,64,0,1,32,16,152,253,96,1,0 -,2,224,0,0,30,192,0,2,3,226,1,60,32,7,48,0,0,30,0,1,120,32,0,0,224,1, -0,16,64,0,0,60,128,7,0,9,56,128,3,228,0,0,6,192,3,2,0,0,15,8,0,0,28,0 -,0,88,250,128,0,3,192,0,0,24,0,0,3,0,1,12,132,1,48,0,0,6,192,0,0,24,0 -,1,96,0,1,128,1,0,16,128,65,48,8,0,0,1,0,8,48,0,0,6,196,0,0,24,0,0,1, -1,0,0,4,0,1,48,16,72,251,0,0,1,0,2,192,36,24,0,0,8,1,0,0,140,128,1, -176,8,6,192,136,24,0,1,112,68,0,0,128,1,0,16,128,1,176,0,11,48,0,0,65 -,192,0,0,64,16,35,0,1,76,1,0,0,56,0,0,136,249,0,11,13,0,0,48,4,193,0, -0,208,0,0,2,0,1,104,16,0,1,48,0,8,48,0,6,56,0,1,128,4,0,1,2,0,1,8,68, -0,0,32,4,5,128,38,24,0,1,64,11,2,0,0,65,36,0,0,4,64,52,250,0,11,12,0, -1,48,0,1,192,0,3,96,0,12,12,0,6,6,0,3,2,0,10,6,0,3,2,0,4,16,0,0,152, -252,0,11,12,96,0,3,192,0,0,6,0,1,96,16,0,0,96,0,9,12,0,6,102,0,2,4,0, -1,6,0,1,32,0,1,128,0,0,12,0,0,6,50,0,2,3,0,1,4,128,1,0,0,32,0,0,253,8 -,0,10,12,32,0,1,65,128,192,68,2,0,1,96,0,1,32,0,9,10,0,6,37,0,2,18,1, -0,0,2,0,1,64,33,0,1,128,4,0,0,6,16,0,2,139,0,1,40,8,128,176,0,0,163, -253,0,11,128,130,1,176,8,0,0,193,2,152,4,0,0,96,0,1,128,1,0,8,10,0,6, -133,1,0,1,2,0,1,88,16,0,1,1,0,1,4,176,16,36,194,0,3,2,0,0,64,128,129, -160,0,0,169,251,0,11,3,224,65,28,128,1,240,64,30,0,1,24,32,0,0,224,65 -,0,16,192,65,0,0,128,7,1,0,0,30,0,1,120,64,0,0,96,128,60,128,3,224,32 -,0,0,192,3,0,1,15,104,0,0,28,16,240,249,4,0,10,12,128,1,0,0,16,0,0, -194,0,0,24,0,1,64,0,1,128,1,0,16,128,1,0,1,6,1,0,0,24,0,1,32,0,1,128, -128,48,0,0,6,192,0,2,3,0,1,4,128,1,49,0,0,225,249,0,11,76,136,1,16,0, -0,38,0,0,64,26,0,1,32,68,0,0,128,1,0,16,128,1,0,1,70,0,1,26,0,1,96,66 -,0,1,1,48,0,0,64,194,0,2,163,0,1,76,129,9,176,32,136,254,0,2,128,6,0, -1,2,64,0,0,8,0,0,132,4,48,4,193,0,0,208,2,2,64,8,2,0,0,13,0,0,48,52, -18,0,6,18,0,6,41,0,0,4,128,32,0,1,18,8,0,0,8,2,13,32,16,52,0,1,208,0, -0,82,96,8,4,0,5,72,248,0,3,6,0,6,8,0,4,192,128,0,4,12,0,1,48,0,7,16,0 -,6,8,0,1,16,0,0,2,0,3,1,64,12,0,1,49,0,13,160,255,0,3,6,0,5,32,11,96, -0,0,48,0,1,128,64,0,4,12,96,0,0,48,0,15,96,0,0,16,32,2,0,1,24,208,0,0 -,32,32,12,128,0,0,48,0,1,48,64,24,16,1,0,6,104,252,4,0,2,38,2,0,2,32, -4,4,69,40,0,1,65,0,0,64,8,0,0,2,160,0,1,12,32,0,0,48,5,0,6,18,0,6,41, -0,0,32,1,132,0,1,16,65,0,0,64,1,0,0,16,128,0,0,64,0,0,16,8,80,0,0,34, -1,0,5,90,250,12,0,2,70,8,0,0,128,0,0,8,4,2,6,128,17,32,8,0,0,194,2,1, -17,144,0,1,64,132,17,32,9,0,14,128,17,0,0,65,16,0,2,1,67,0,0,12,76,4, -16,49,2,0,0,192,4,128,32,96,0,6,96,254,0,2,128,7,0,1,6,208,3,24,64,8, -224,65,12,128,1,48,0,0,6,192,1,0,1,3,224,65,28,0,7,20,0,6,202,65,60, -128,7,4,0,0,6,200,3,120,0,0,15,96,0,0,60,8,0,0,240,64,6,192,3,0,6,72, -249,8,0,2,6,0,1,24,0,0,131,0,0,64,10,128,1,32,0,0,6,128,128,24,8,129, -0,2,128,1,48,8,0,14,128,1,16,0,0,2,2,0,0,8,0,0,3,32,0,1,130,0,1,8,0,0 -,192,0,0,8,0,0,1,0,6,1,254,0,3,128,0,1,152,8,11,96,4,4,128,1,48,18, -134,32,0,0,128,0,0,11,0,2,128,1,136,0,7,8,0,6,132,1,176,16,70,0,1,144 -,8,3,96,36,32,0,0,17,1,0,2,40,144,2,11,1,0,5,144,254,32,0,0,4,128,128 -,208,0,0,2,64,8,41,0,0,128,4,48,4,0,0,64,208,66,2,64,3,0,1,1,0,0,4,36 -,8,0,6,2,0,6,161,1,4,146,6,16,0,1,64,11,10,64,65,32,16,4,0,1,16,0,0, -26,80,8,9,130,1,32,0,0,4,32,16,248,0,8,2,64,0,6,193,0,3,1,0,3,17,0,7, -36,0,6,146,1,0,1,6,0,3,3,0,2,8,128,0,4,16,0,6,16,0,0,152,248,128,1,0, -0,8,0,0,192,32,0,0,192,0,0,90,16,11,96,0,1,136,1,128,0,2,3,0,2,226,65 -,0,0,8,0,14,96,0,0,16,32,6,49,0,5,4,132,0,0,12,0,1,48,0,0,24,0,0,1,34 -,0,0,12,128,1,0,1,8,254,140,1,128,0,0,64,2,4,0,0,64,10,40,2,69,40,0,0 -,128,128,0,0,64,64,0,0,2,19,4,0,0,128,160,17,48,0,15,32,0,0,32,0,0,16 -,16,0,2,19,4,68,40,0,0,8,5,0,1,16,0,0,152,16,2,64,68,0,0,4,128,48,33, -202,249,4,16,1,8,22,1,8,1,17,17,48,0,0,6,128,5,0,0,8,134,192,2,24,17, -16,1,0,0,128,2,128,48,9,0,6,6,0,6,3,80,0,0,1,22,192,36,0,1,18,96,17, -64,8,16,50,0,1,192,8,88,8,32,0,0,32,140,144,5,32,16,64,253,96,0,0,12, -128,7,48,0,0,6,128,128,72,0,0,8,224,65,12,128,7,48,64,6,192,2,0,1,3, -224,1,60,0,7,4,0,6,66,0,0,60,144,7,242,0,1,192,1,121,0,0,15,96,0,0,60 -,8,0,0,224,32,30,192,3,122,0,0,3,96,128,28,0,0,128,254,4,0,1,8,6,0,0, -64,24,80,3,80,0,0,10,128,1,0,0,8,6,128,0,1,8,3,2,0,1,2,0,0,48,136,4,0 -,5,80,2,0,5,136,1,16,0,1,196,0,2,2,97,32,4,8,0,0,48,0,1,192,0,0,24,16 -,1,32,32,12,128,129,48,16,9,255,0,0,40,48,0,0,18,200,0,0,88,0,0,147, -32,0,0,4,128,1,48,128,6,0,0,128,128,0,0,2,0,1,44,128,65,176,0,0,4,0,5 -,20,2,0,5,138,69,48,5,64,208,0,1,128,8,32,4,44,128,145,52,0,1,192,0,0 -,24,0,0,3,100,0,0,76,132,1,56,0,0,120,255,160,9,52,128,0,0,20,8,0,0, -64,0,0,72,0,0,136,4,4,4,64,70,16,64,152,64,66,8,0,0,5,0,0,4,36,9,0,14 -,32,0,0,132,160,0,0,200,0,0,2,64,35,108,0,0,1,164,9,4,134,0,0,208,0,0 -,26,64,8,12,0,3,132,16,88,250,128,129,48,0,2,128,0,2,32,0,0,4,0,1,1,0 -,0,6,1,0,0,24,4,0,2,8,0,1,17,128,4,0,5,64,2,0,10,192,64,0,1,3,96,0,2, -65,16,0,0,2,196,0,0,24,0,2,32,0,2,16,0,0,232,255,128,0,0,49,0,6,89,16 -,11,224,1,0,0,144,7,0,0,64,30,0,1,24,0,0,11,224,65,28,0,7,10,0,6,101, -0,0,16,0,0,2,244,0,0,6,0,0,2,96,0,0,4,128,129,0,0,32,0,0,50,0,0,24,0, -0,1,32,0,4,32,64,253,132,17,48,0,0,16,2,66,0,2,40,2,69,168,1,160,128, -6,0,0,2,26,0,0,8,9,0,0,5,160,1,36,0,0,5,0,5,130,2,0,5,33,0,1,65,20, -208,0,0,2,0,0,65,96,34,40,132,9,48,0,0,70,16,0,0,24,0,0,34,65,65,0,2, -48,0,0,89,251,140,17,129,32,38,192,2,0,1,11,52,0,0,6,128,129,0,0,10, -32,194,8,128,8,160,96,32,38,0,0,128,32,0,7,8,0,6,132,9,128,64,0,0,2, -68,24,33,35,96,132,128,136,17,32,16,4,2,4,128,0,0,16,0,0,8,0,2,160,0, -0,179,250,224,1,12,128,7,241,128,0,0,192,3,72,0,0,8,224,1,28,128,1, -240,32,6,192,1,120,0,0,8,226,1,16,0,0,2,0,6,1,0,5,192,65,12,128,7,48, -0,0,30,192,0,0,121,0,0,15,224,65,28,128,3,32,32,6,208,3,122,0,3,28,16 -,64,248,136,1,0,1,6,194,64,0,2,49,0,0,6,128,1,16,32,0,0,192,0,3,96,0, -0,8,2,0,0,16,128,0,6,64,0,6,128,1,16,32,2,2,0,0,24,0,0,2,97,0,0,4,128 -,1,48,32,6,196,32,0,1,1,32,32,0,2,48,0,0,210,253,128,41,0,1,66,64,8,0 -,1,19,64,0,0,8,128,81,16,129,0,0,64,128,0,1,17,97,0,0,132,128,69,32,0 -,0,9,0,5,128,4,0,5,128,1,32,0,0,6,0,1,24,0,2,130,76,132,69,56,1,39, -192,2,0,1,83,96,4,0,2,176,32,120,253,176,0,0,20,128,0,0,210,2,1,64,3, -104,2,13,0,0,4,20,128,0,0,16,16,128,64,3,96,68,1,0,0,4,36,0,15,32,0,0 -,4,130,198,208,2,1,64,19,8,8,45,164,9,4,129,32,16,0,0,2,64,8,1,4,1,32 -,0,0,4,0,0,88,253,0,0,1,32,0,1,192,0,3,96,16,0,2,33,0,4,4,3,1,0,3,17, -0,18,32,4,192,0,2,3,2,0,0,12,128,1,17,32,2,4,0,4,64,0,4,200,251,96,65 -,44,0,1,64,0,1,192,131,96,16,15,226,65,44,128,1,0,0,64,6,0,1,120,64, -11,224,1,44,128,1,0,5,192,0,6,96,0,0,16,0,0,6,64,64,0,3,32,0,1,129,0, -2,50,0,0,24,0,0,1,26,0,1,128,1,12,0,0,64,252,172,16,20,0,0,16,196,136 -,0,0,64,11,96,4,45,160,17,20,145,0,1,8,2,0,0,19,12,4,5,160,81,20,0,0, -1,0,5,128,0,6,32,0,1,65,70,194,4,0,1,35,4,0,0,140,136,0,0,176,32,22, -16,0,0,24,0,0,2,8,0,0,64,8,128,4,0,0,154,251,196,8,24,9,22,64,136,0,2 -,96,1,32,16,128,152,32,38,192,36,24,2,17,2,0,0,38,0,0,128,24,0,0,4,0, -6,2,0,5,128,73,0,0,17,6,72,8,1,0,0,18,96,20,72,128,5,32,2,20,192,32, -88,32,16,98,132,128,136,49,48,8,40,252,32,65,32,128,7,241,0,1,128,131 -,88,16,14,224,1,36,128,7,241,0,0,30,192,3,120,0,0,8,226,1,32,0,0,5,0, -5,128,2,0,5,192,1,12,128,7,240,0,1,192,1,121,0,0,7,100,128,28,144,3, -226,0,0,30,192,3,120,0,0,15,96,0,0,60,0,0,240,252,68,65,32,8,6,64,64, -0,2,97,0,0,1,0,1,40,8,6,192,0,0,24,0,0,1,0,1,8,2,0,0,16,0,15,128,1,16 -,0,0,6,68,0,2,2,97,0,0,8,0,0,1,49,16,6,192,0,0,24,16,1,96,0,1,132,1, -48,0,0,185,251,128,4,144,0,0,2,164,2,0,1,35,96,33,76,129,69,144,0,0,6 -,64,2,25,0,0,32,97,0,0,36,128,73,32,0,15,128,1,160,32,22,160,66,0,0, -128,8,32,129,66,65,0,0,48,0,0,22,196,0,0,88,0,0,19,97,0,0,64,128,137, -52,0,0,112,251,48,0,0,4,128,22,144,2,19,66,136,0,1,1,0,0,4,4,128,0,0, -16,128,88,64,3,100,68,73,4,4,148,144,2,0,5,64,1,0,5,32,0,0,4,192,22, -148,2,3,64,19,9,32,13,164,9,182,128,22,210,0,1,64,18,108,1,0,0,32,0,2 -,24,252,0,3,6,66,0,8,1,0,3,24,4,3,0,1,4,0,1,33,128,0,6,64,0,10,6,64,0 -,2,3,0,1,12,128,1,48,32,6,192,0,3,64,32,0,4,112,250,96,65,44,0,0,4, -192,0,0,24,0,0,3,0,2,224,65,44,128,1,0,1,30,0,0,1,122,0,0,11,224,1,28 -,0,0,2,0,6,1,0,5,96,0,0,16,0,0,4,192,128,24,0,0,2,0,1,8,0,0,1,32,0,0, -4,48,0,2,2,96,64,0,0,128,1,0,1,232,255,172,16,20,0,0,66,194,16,16,9, -34,4,0,0,128,162,5,20,145,0,1,130,26,0,0,11,8,65,5,160,41,36,0,7,10,0 -,6,32,0,1,33,34,200,8,128,2,9,2,132,36,132,144,16,34,66,20,0,2,145,96 -,0,2,128,0,1,225,249,196,8,24,9,22,200,4,0,0,9,16,0,1,32,0,0,128,152, -32,6,192,34,128,8,2,2,0,0,6,0,0,128,16,0,15,130,69,0,0,66,70,200,8,0, -1,35,96,18,140,128,17,50,33,70,8,4,0,1,33,96,0,1,128,5,1,0,0,163,254, -32,65,32,128,1,112,64,6,192,128,0,1,15,226,1,36,128,7,241,0,0,6,192,3 -,120,0,0,4,224,1,44,0,15,192,1,12,128,1,112,128,6,208,0,0,121,0,0,3, -100,0,0,12,128,1,32,64,0,0,192,131,120,64,0,0,96,0,2,192,250,68,65,32 -,8,4,194,32,8,0,0,128,0,2,2,0,0,40,8,6,192,128,0,1,2,0,1,4,0,0,64,16, -0,15,128,1,0,1,4,192,0,1,8,2,97,0,0,8,4,129,32,0,0,4,192,0,2,3,96,32, -0,0,128,1,0,1,106,255,128,0,0,16,0,0,65,64,8,16,2,16,0,1,128,128,65, -16,128,6,64,0,2,34,98,0,0,4,128,9,36,0,15,128,1,48,16,1,68,8,1,0,1,32 -,64,0,1,16,8,17,33,194,40,0,1,3,97,1,0,0,128,145,0,1,208,249,32,9,164 -,160,22,80,4,27,64,3,104,0,0,1,0,0,4,164,160,6,16,0,0,27,65,65,96,68, -1,0,0,48,20,6,0,14,160,1,52,129,38,208,4,2,64,0,0,72,64,137,161,5,54, -162,38,18,0,1,64,18,12,130,33,36,0,1,1,152,249,128,64,16,0,0,6,4,0,0, -24,0,0,3,96,0,3,17,0,3,24,4,0,5,32,0,7,12,0,6,6,0,0,32,32,6,194,32,0, -5,128,1,48,0,0,6,0,10,32,56,254,96,1,44,0,0,4,112,0,2,3,96,0,1,224,65 -,44,128,7,193,128,8,0,0,1,121,0,0,3,96,0,0,28,0,15,96,0,0,49,0,0,4,64 -,128,24,192,0,0,64,0,0,8,130,0,0,32,0,0,4,48,0,2,130,32,0,0,4,128,1, -12,0,0,184,250,168,0,0,20,0,0,130,16,68,0,1,3,96,0,0,128,162,1,20,128 -,0,0,192,4,64,8,10,8,132,1,32,0,0,36,0,0,4,0,5,16,2,0,5,40,8,176,8, -130,0,0,2,0,0,73,0,0,32,16,132,0,0,9,18,4,34,20,0,2,33,64,68,8,8,8,5, -0,0,50,250,64,73,24,0,0,70,8,64,64,0,1,97,65,32,0,0,128,40,0,0,6,65,2 -,64,8,11,0,1,140,144,5,16,0,0,2,0,5,16,1,0,5,136,49,128,64,38,8,34, -152,0,0,11,32,4,36,0,0,8,50,65,198,192,40,0,1,1,0,0,66,128,129,9,48, -66,168,252,32,1,16,128,1,160,0,0,6,200,0,0,120,0,0,3,226,1,36,144,7, -48,128,6,192,131,120,0,0,15,224,65,44,0,0,7,0,5,144,3,0,5,232,1,60, -128,1,48,0,0,30,208,131,120,32,15,226,1,12,128,1,224,0,1,192,3,122,0, -0,15,224,1,61,0,0,56,254,4,1,16,0,0,4,208,0,2,3,1,0,0,12,2,0,0,32,0,1 -,192,0,2,3,0,1,12,128,1,16,128,5,0,5,208,2,0,5,136,65,48,0,0,4,4,0,1, -8,3,96,0,0,12,0,0,128,32,0,0,4,196,0,2,131,32,64,4,4,0,0,48,0,0,57, -249,0,0,1,16,0,1,196,40,64,32,3,0,0,132,128,128,73,32,128,22,193,36, -80,32,3,97,0,0,13,128,1,36,0,0,4,0,5,8,2,0,5,4,0,0,48,10,0,0,128,4,25 -,64,3,96,17,140,66,5,128,16,0,0,192,0,2,11,96,1,12,128,129,48,0,0,64, -250,16,0,4,2,1,0,0,8,0,19,4,0,6,2,0,35,192,248,32,0,0,4,128,0,0,16,0, -0,2,64,128,8,0,0,1,34,0,0,4,0,1,16,0,1,64,0,0,8,0,1,32,0,9,16,0,6,40, -0,0,4,128,0,5,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,2 -,40,250,0,20,16,0,3,8,0,1,32,0,20,128,0,2,2,0,18,136,255,44,0,0,4,128 -,0,2,2,0,1,8,0,1,32,0,0,4,128,64,18,0,0,130,64,0,0,8,0,0,65,32,0,0,4, -0,15,32,0,0,4,128,0,0,16,4,2,72,16,8,0,0,1,32,0,0,4,146,0,0,16,0,0,2, -64,0,0,8,0,0,1,32,0,0,4,9,75,249,4,0,1,66,0,1,4,0,1,144,0,1,64,4,0,3, -1,0,5,128,4,0,1,34,0,15,16,2,0,12,2,0,1,8,1,0,8,233,248,0,2,128,0,1, -32,0,10,16,0,1,64,0,24,4,128,0,5,8,0,0,1,32,0,1,160,0,2,2,64,0,2,1,32 -,0,2,88,253,4,0,6,16,0,6,32,0,0,4,0,4,64,0,0,8,0,27,2,0,4,8,0,11,32, -225,253,32,72,0,0,144,0,1,132,130,0,1,9,128,0,0,48,128,4,130,32,16,0, -0,2,73,0,0,8,2,128,32,128,0,0,18,0,15,40,4,128,0,0,16,72,2,97,32,8,0, -0,1,32,0,0,4,130,0,1,64,2,64,0,0,8,36,1,32,0,0,4,2,184,254,0,0,1,0,4, -16,0,0,1,0,35,4,0,14,4,0,2,4,0,7,152,254,0,15,128,0,2,2,0,0,2,0,7,2,0 -,1,8,0,3,1,0,1,4,0,9,64,0,15,16,0,3,120,255,0,7,128,0,38,8,0,2,1,0,6, -1,0,4,32,64,0,3,5,0,1,56,254,0,4,32,144,17,128,1,0,15,64,0,20,16,128, -0,8,128,0,11,2,0,1,48,250,0,4,64,32,0,47,128,0,18,176,251,0,22,16,0, -28,34,0,7,128,0,2,32,0,7,16,252,4,64,0,1,1,130,32,2,0,0,128,0,4,4,136 -,0,0,64,16,0,5,64,0,0,33,0,17,8,0,2,32,16,0,4,4,0,0,1,0,3,8,0,0,1,0,1 -,1,36,0,0,33,0,0,36,255,0,0,128,0,0,128,0,0,4,0,3,10,0,1,4,0,0,1,32,0 -,5,16,0,0,1,32,0,0,16,0,27,2,64,0,0,16,0,1,64,0,9,32,200,253,0,0,192, -1,128,1,166,85,132,2,0,0,75,1,0,0,8,0,0,9,53,1,32,64,0,0,4,0,0,8,16,1 -,96,128,12,0,17,8,5,0,1,64,4,0,3,1,36,128,4,0,1,16,0,0,84,128,0,2,106 -,69,168,8,32,112,255,32,0,0,32,4,6,0,1,10,66,161,104,12,0,0,84,67,48, -4,2,193,32,0,2,136,0,2,64,32,0,19,3,0,0,20,0,0,4,227,32,0,0,4,2,0,0,4 -,0,0,128,1,0,1,68,13,0,0,68,40,0,0,41,4,4,0,0,249,0,3,4,0,1,16,0,0, -129,16,0,3,33,0,0,132,32,128,0,7,1,0,18,128,0,3,4,129,32,0,0,2,4,0,2, -128,0,2,2,1,0,6,32,252,4,0,0,16,144,0,3,16,0,0,32,16,0,0,32,0,0,4,32, -0,0,16,0,8,4,0,21,128,0,1,2,1,0,6,2,0,5,4,128,64,0,0,32,52,251,0,2, -128,4,0,13,1,0,10,2,0,1,8,0,3,1,0,1,4,0,3,192,128,128,0,2,64,64,0,9, -64,0,0,2,0,2,8,0,0,132,4,72,255,0,23,16,0,5,4,0,1,16,0,3,2,0,1,8,0,3, -64,0,16,2,4,0,7,208,248,0,4,32,0,0,2,0,4,64,0,1,12,0,3,32,0,3,64,0,26 -,1,64,0,1,65,0,0,2,128,8,0,2,64,128,0,0,8,0,0,2,0,2,168,249,0,6,4,0,2 -,64,0,3,4,0,7,4,1,0,0,4,0,15,32,0,0,4,0,0,1,8,0,5,33,0,2,64,0,4,4,16, -0,0,2,0,3,24,248,0,6,64,0,8,16,0,1,64,0,2,1,32,0,1,16,0,21,2,0,1,8,0, -12,4,0,5,144,254,0,3,8,0,13,1,0,26,1,0,0,8,0,4,128,0,7,128,0,0,8,0,6, -16,128,255,0,3,16,0,12,64,2,0,33,128,0,0,1,1,128,0,2,2,0,5,16,0,4,112 -,253,0,0,4,0,4,64,0,13,8,0,25,16,0,3,1,0,4,32,0,0,18,0,3,2,128,0,0,4, -0,3,216,248,0,2,4,0,3,32,64,0,9,8,0,29,64,0,10,128,0,5,16,0,0,2,0,1, -232,250,0,5,1,2,0,3,6,0,7,64,0,1,9,0,24,1,0,0,4,0,2,16,0,9,128,8,0,2, -1,0,1,56,255,0,49,4,0,3,2,64,2,0,0,1,0,13,32,232,249,0,14,64,0,0,2,0, -1,8,0,28,64,0,4,1,0,2,128,0,7,65,0,3,32,184,248,0,6,1,0,1,4,0,40,4,0, -21,152,254,0,8,2,0,20,16,0,2,16,0,2,8,0,2,8,0,21,16,0,7,56,253,0,14, -128,0,11,4,0,31,16,0,6,32,0,4,40,250,0,10,8,0,0,4,64,0,6,64,0,3,64,0, -39,1,0,5,8,251,0,44,32,0,2,4,0,19,8,0,1,32,0,0,16,249,2,0,2,2,64,0,12 -,2,0,3,128,0,21,16,0,4,8,0,0,34,0,0,4,0,0,4,0,2,8,0,10,144,252,0,5,64 -,0,3,8,0,6,128,0,14,64,0,11,16,1,0,0,16,32,0,1,8,0,2,128,0,2,1,0,3,16 -,0,0,1,0,3,96,249,8,0,11,8,0,5,80,0,6,128,0,19,2,0,1,2,0,1,4,160,0,2, -2,0,5,1,32,128,32,0,3,24,255,0,1,64,0,4,2,4,0,3,2,0,0,32,0,4,2,2,0,2, -2,0,38,12,0,5,8,240,249,32,0,4,64,0,2,34,0,10,1,0,7,128,0,2,128,0,2, -64,0,2,64,0,5,128,144,0,0,16,0,16,64,0,2,64,255,16,0,6,4,0,20,1,128,0 -,0,4,0,0,128,0,0,128,0,0,64,0,0,2,0,0,64,0,5,2,0,1,2,0,5,4,0,3,8,0,0, -1,1,0,0,4,0,1,16,0,0,240,254,0,3,4,128,34,0,24,16,0,2,16,0,2,8,0,2,8, -0,1,8,0,6,80,0,0,8,64,0,0,64,0,0,8,0,4,64,0,5,80,253,128,0,0,17,0,1, -33,0,0,8,0,0,1,8,0,1,72,0,1,32,0,1,32,8,0,2,64,0,0,4,128,0,16,32,0,7, -2,16,0,0,1,4,64,8,0,1,32,0,1,64,0,0,32,8,0,0,2,0,0,1,0,0,128,248,2,0, -1,32,0,5,18,0,1,32,0,0,4,136,0,0,1,64,0,0,128,0,2,1,8,64,0,15,8,32,0, -0,4,0,3,8,8,1,0,1,2,0,7,4,128,0,0,16,0,0,128,0,0,16,136,104,250,64, -128,8,32,2,34,0,0,4,128,0,0,26,0,1,100,0,0,4,176,20,4,192,4,64,1,0,0, -42,1,12,192,1,0,5,16,0,6,8,16,96,0,0,4,0,3,2,208,0,0,16,0,0,3,4,128,8 -,64,2,32,0,0,136,146,128,18,96,0,0,36,128,4,32,232,253,0,0,96,128,8, -192,234,16,72,2,233,208,24,28,150,33,0,0,4,21,80,4,56,6,10,0,0,16,1, -129,41,0,0,36,0,2,16,0,0,128,16,0,3,8,0,0,64,8,128,65,16,0,0,6,81,0,0 -,50,0,0,14,45,0,0,5,129,64,32,16,128,16,17,64,64,144,16,28,76,0,0,80, -160,9,32,255,0,0,64,0,0,16,0,0,64,0,0,16,64,0,0,1,32,4,130,0,3,64,0,0 -,16,4,0,1,64,0,0,128,0,17,128,128,16,0,0,4,36,0,3,16,0,0,2,128,64,0,6 -,64,0,0,16,4,0,0,64,0,0,16,184,251,0,1,1,0,0,128,16,64,0,0,8,128,8,16 -,2,32,0,0,1,32,2,0,1,8,8,2,0,2,40,64,0,0,8,0,2,4,0,0,32,64,0,3,2,0,0, -16,32,64,0,2,1,0,1,4,0,0,1,0,2,4,0,0,8,0,1,2,64,0,3,8,1,0,1,4,0,0,144 -,250,16,0,28,16,0,1,64,0,3,8,0,1,32,0,4,16,0,5,4,0,1,16,0,5,1,0,5,96, -64,0,1,12,251,2,0,3,5,0,11,128,0,3,128,0,22,128,96,4,0,3,128,0,0,64,0 -,2,1,0,0,1,2,0,0,64,0,0,8,0,0,16,0,0,2,0,0,128,128,144,250,2,0,11,32, -32,32,0,5,9,0,2,32,0,22,32,128,0,7,16,0,1,2,0,1,2,0,6,128,40,252,0,9, -4,0,0,1,0,12,8,0,0,8,0,18,128,0,0,4,0,0,1,0,6,8,4,0,0,69,0,3,2,0,4,8, -248,250,0,4,8,0,9,128,0,1,32,3,0,10,16,0,2,16,0,2,8,0,2,8,0,1,32,64,0 -,4,2,0,0,128,8,0,0,2,8,0,0,1,0,9,8,0,0,72,252,0,2,128,0,13,16,0,15,64 -,0,6,32,0,10,8,0,2,1,0,7,4,0,1,4,128,0,1,48,249,0,3,1,2,0,10,4,32,64, -16,0,6,32,0,13,8,0,5,128,0,3,48,48,4,2,64,32,8,0,5,96,0,2,32,0,1,64, -253,0,14,8,0,2,32,0,9,16,0,1,64,0,3,8,0,1,32,0,4,32,8,0,3,128,64,0,1, -18,128,0,1,8,0,3,64,0,1,32,1,0,2,4,48,254,0,4,128,0,4,16,0,2,16,0,5, -196,16,0,23,36,0,9,32,192,0,0,16,0,7,4,0,2,168,248,0,0,33,0,0,32,0,2, -32,0,1,64,0,4,64,0,0,64,0,2,4,0,1,2,32,0,23,1,0,1,4,0,2,9,0,1,32,4,0, -3,64,0,0,8,0,2,40,0,0,160,250,0,4,16,0,6,16,0,2,1,0,1,4,0,2,16,0,26, -16,4,0,15,2,0,2,128,16,252,0,6,8,0,2,128,0,6,64,0,31,32,0,17,8,0,2, -120,249,0,4,16,0,3,104,0,3,4,0,1,80,2,0,0,81,0,0,4,65,128,1,0,19,52, -132,0,2,26,65,0,0,72,2,37,16,0,0,52,32,0,0,208,2,90,96,3,0,1,1,161,17 -,52,34,96,251,0,9,96,0,6,128,32,0,26,32,0,0,6,0,1,16,8,0,0,96,32,12,0 -,1,48,0,1,192,64,24,0,0,3,0,2,128,129,48,0,0,248,250,0,5,32,0,2,24,0, -3,48,0,1,64,0,0,6,0,1,122,0,0,3,0,20,48,32,6,2,0,0,24,208,0,0,64,64,3 -,0,1,32,16,0,0,128,128,16,16,3,0,1,4,0,0,129,32,0,0,232,252,0,9,8,0,3 -,48,0,1,128,130,2,0,1,104,16,1,0,20,128,0,0,6,0,1,64,64,0,0,96,1,5,2, -0,0,16,2,0,0,64,0,0,136,0,0,11,4,0,1,136,8,144,16,120,252,0,5,34,0,3, -64,0,2,176,32,0,0,64,2,25,1,11,1,2,44,0,20,16,34,70,0,1,136,0,0,163, -96,12,72,8,0,0,48,0,1,192,8,152,16,67,0,1,64,132,137,48,17,248,251,0, -4,48,0,3,16,0,3,60,0,1,240,0,0,30,208,3,120,64,15,2,0,19,44,128,1,2,0 -,0,22,132,3,56,0,0,3,0,1,12,32,0,0,48,64,6,192,0,2,3,96,0,0,12,0,0, -104,255,0,4,192,32,0,2,96,0,3,48,0,1,64,0,0,24,0,0,3,1,16,12,0,21,8,0 -,0,4,0,1,4,3,0,0,64,12,2,0,0,32,0,1,128,64,16,16,0,0,2,0,0,4,0,0,1,33 -,32,184,251,0,5,4,0,2,96,17,0,2,48,18,0,0,128,8,25,0,0,33,96,4,12,0, -22,64,0,1,64,0,0,3,0,0,4,72,0,1,8,18,0,0,32,8,0,1,32,0,1,136,16,4,128 -,0,0,152,252,0,2,2,0,0,16,0,3,8,0,3,132,0,1,80,4,0,0,81,3,0,0,65,129, -160,65,52,0,17,52,132,22,8,0,1,64,3,0,1,73,40,16,180,64,0,0,208,4,0,0 -,64,8,104,0,0,13,176,9,52,2,160,253,0,2,32,0,11,32,0,0,128,32,0,1,3,0 -,2,136,1,48,0,17,32,0,0,6,0,3,3,0,1,4,0,0,128,48,0,1,192,128,0,2,97,0 -,0,12,128,129,32,16,176,253,0,1,12,0,2,32,0,2,24,0,3,16,0,1,64,0,0,6, -0,0,3,120,0,1,130,1,48,0,17,48,32,2,2,0,1,192,0,2,11,0,1,32,0,1,128,0 -,2,2,98,0,0,8,0,0,1,48,32,64,250,8,0,0,4,0,6,8,0,4,9,0,0,128,128,2,0, -0,11,106,17,64,128,5,50,0,17,128,0,0,20,0,2,64,0,2,5,0,0,9,17,64,0,0, -64,130,0,2,96,36,36,136,8,1,1,233,253,0,1,48,6,0,1,34,0,2,96,0,3,128, -64,0,0,64,2,24,0,0,11,0,0,2,128,130,9,130,0,17,144,0,1,8,0,2,8,0,1,8, -128,9,50,34,0,0,192,8,1,0,0,35,100,8,140,136,17,146,0,0,179,250,0,1, -60,0,1,240,0,3,112,16,0,2,12,0,1,240,64,30,196,3,121,64,3,224,1,12,16 -,0,16,44,136,7,0,2,128,0,0,1,0,0,6,224,1,12,0,1,48,0,1,192,3,24,0,0,3 -,96,0,0,44,8,48,252,4,0,0,48,0,2,32,0,2,96,0,3,16,0,1,64,128,24,0,0,3 -,0,0,16,0,0,130,1,48,0,18,8,0,0,4,0,2,3,0,1,8,128,129,32,16,0,0,128,0 -,2,3,0,0,64,8,0,0,1,0,1,114,252,0,1,48,0,2,4,0,2,96,0,3,32,33,0,0,128 -,0,0,24,0,1,100,0,0,36,0,0,137,48,32,0,17,2,5,0,3,147,0,1,4,128,16, -128,0,2,68,0,1,17,1,1,34,68,0,0,1,33,24,251,0,2,130,0,4,96,8,0,1,32, -32,52,162,6,80,32,0,0,81,64,0,0,65,128,161,17,21,1,0,14,32,0,0,52,192 -,70,208,0,1,64,0,0,104,8,1,32,16,132,0,3,26,16,0,0,8,8,141,160,145,52 -,64,8,252,0,2,32,0,10,48,0,0,6,128,0,9,16,0,16,48,0,0,6,196,0,3,64,0, -2,128,16,16,0,2,24,0,3,12,132,1,48,0,0,136,253,0,1,12,0,0,6,0,2,192,0 -,0,24,0,3,32,0,0,6,64,0,0,6,0,1,120,0,0,3,128,129,28,8,0,14,128,1,32, -0,0,6,192,0,1,192,0,0,96,64,3,0,2,16,0,2,16,0,3,8,0,0,1,32,0,0,208, -251,4,0,0,4,0,0,6,0,2,64,0,0,8,0,2,128,16,33,22,132,20,2,0,0,16,106,0 -,0,1,0,0,5,4,1,0,14,128,1,16,32,166,192,136,0,0,64,0,1,2,1,0,0,133,48 -,1,0,2,72,32,0,0,64,33,132,132,4,17,64,186,254,12,0,0,48,2,0,4,11,100 -,2,0,0,128,73,176,64,70,72,8,24,1,19,96,2,44,2,33,0,0,1,0,14,128,9,48 -,66,196,192,8,1,0,0,35,32,18,140,128,17,34,2,0,2,24,1,0,0,96,4,44,132 -,1,48,18,152,249,0,1,60,136,1,2,0,1,192,3,112,16,0,0,224,1,12,128,7, -240,64,30,196,131,120,64,15,224,1,40,32,0,14,224,1,13,128,3,240,0,1, -128,131,88,0,0,14,226,1,28,32,0,2,6,8,0,0,120,32,3,96,128,12,0,0,160, -250,8,0,0,48,0,1,4,0,2,3,96,0,1,128,129,32,16,6,68,0,0,24,0,0,3,96,16 -,12,128,129,52,0,15,128,1,32,0,0,6,196,0,2,3,0,0,16,12,128,1,48,16,0, -2,16,0,1,96,0,0,8,0,0,1,33,0,0,209,248,0,1,48,0,0,32,0,3,3,96,0,1,128 -,16,8,2,0,0,128,4,25,0,0,9,100,2,12,128,17,48,10,0,14,128,5,10,4,65,0 -,0,72,0,1,3,0,1,12,128,0,0,57,0,3,4,33,0,0,32,64,128,8,0,0,8,32,128, -253,32,0,0,4,6,0,0,16,132,0,0,4,96,8,0,0,1,160,1,52,130,0,0,88,36,64, -80,16,4,68,128,1,0,0,52,0,15,32,16,52,130,38,24,2,154,80,0,2,1,160,1, -4,129,34,17,0,0,26,73,96,8,8,0,0,160,129,52,6,40,255,0,4,128,0,6,128, -1,48,16,0,0,128,0,26,128,48,16,6,0,0,128,24,0,4,128,1,16,32,4,0,0,128 -,24,0,0,1,0,2,128,1,48,0,0,224,250,0,4,48,0,0,6,192,0,0,24,0,0,3,128, -1,32,0,1,66,0,0,30,4,0,0,24,0,0,3,0,1,48,0,15,128,0,0,32,16,6,0,0,64, -16,192,0,2,3,128,1,0,1,2,128,0,0,16,0,5,1,32,0,1,250,12,0,0,1,8,0,0, -144,36,2,64,0,0,8,0,0,1,128,17,17,64,16,128,130,26,0,0,16,9,0,0,1,0,1 -,128,8,0,15,68,16,0,0,70,4,2,136,66,0,2,1,128,145,176,32,4,2,4,137,16 -,35,65,66,0,0,128,128,16,17,2,251,132,145,128,0,1,64,4,88,0,0,11,96, -17,12,128,17,178,0,0,22,65,4,128,0,0,35,96,1,12,0,1,128,0,16,4,176,0, -0,36,192,34,152,0,0,11,0,1,44,128,17,160,32,18,194,4,89,8,34,96,68,0, -0,128,17,178,0,0,96,249,224,1,44,8,0,0,32,32,30,200,131,112,0,0,15, -232,1,12,144,7,240,64,30,208,131,120,32,15,2,0,0,12,16,0,14,96,128,12 -,160,3,242,0,0,6,136,131,0,1,14,98,128,28,128,7,240,0,0,6,192,1,122,0 -,1,96,0,0,12,32,160,255,4,0,1,8,0,0,208,0,0,24,0,0,3,96,0,0,12,128,1, -32,0,0,6,66,0,2,3,96,0,0,12,0,18,128,0,0,33,0,0,6,192,0,0,16,0,0,3,0, -1,12,0,1,49,0,0,2,192,64,16,0,0,3,97,32,0,1,1,32,0,0,137,248,128,133, -0,2,192,136,24,0,0,3,96,0,0,12,0,0,32,0,0,32,66,128,8,153,4,1,98,0,0, -12,0,1,48,32,0,15,9,0,0,18,16,66,2,5,2,3,0,1,12,0,0,4,48,5,164,64,4,0 -,0,137,3,32,4,0,0,64,0,0,1,18,168,248,160,65,20,0,1,208,0,2,96,104,0, -0,141,168,1,4,192,0,0,80,34,64,80,35,1,68,33,16,0,0,4,17,0,14,32,16, -52,192,6,196,130,26,97,0,0,104,12,13,160,1,4,129,18,1,0,0,90,80,0,0, -108,36,13,176,9,52,33,112,255,128,1,32,0,1,192,0,5,12,128,1,0,2,128,0 -,2,3,0,23,49,0,0,6,0,1,24,0,1,96,0,0,12,128,1,16,16,4,0,1,24,0,0,1,96 -,0,0,12,128,1,49,0,0,24,249,128,129,44,8,0,3,192,0,0,24,0,0,12,132,1, -16,0,1,64,0,0,30,8,1,24,0,3,48,0,15,128,0,0,32,0,0,4,242,0,0,16,192,0 -,0,64,0,0,3,0,3,2,2,0,0,16,0,3,8,0,0,129,32,0,0,104,248,132,5,20,1,0, -3,64,0,0,8,66,140,128,17,1,9,16,132,20,90,0,0,35,9,0,0,128,2,0,0,160, -8,0,15,68,16,32,66,16,16,8,97,0,0,32,36,1,128,5,50,33,36,0,1,8,2,11, -34,16,36,136,4,16,5,121,254,140,5,26,0,2,4,0,1,19,96,64,0,0,130,17,2, -17,64,68,132,128,0,0,17,98,2,32,0,2,64,0,15,16,49,0,0,38,0,1,24,17,19 -,96,129,64,136,9,33,2,34,8,0,0,88,32,10,98,128,44,144,1,48,34,203,250 -,224,1,36,0,1,48,32,0,0,192,131,120,0,0,11,224,1,12,128,7,240,0,0,30, -208,3,120,16,3,2,0,0,12,0,15,96,0,0,12,144,1,242,0,0,6,128,131,24,0,0 -,2,224,1,28,160,7,0,1,6,192,1,120,0,0,3,96,128,12,0,0,24,251,136,1,40 -,0,5,3,96,0,0,8,128,1,16,32,0,0,64,0,1,4,1,98,0,20,128,0,0,32,16,4,0, -1,16,0,0,3,64,32,12,0,1,48,16,2,0,1,16,16,3,64,0,0,8,8,1,33,0,0,114, -249,0,0,1,18,0,2,36,0,1,3,0,0,17,44,16,144,32,0,0,32,130,4,153,128,18 -,96,0,0,68,2,0,1,8,0,15,33,8,1,129,192,0,0,128,32,3,16,4,140,2,128,56 -,0,0,132,0,1,132,0,0,35,114,129,66,0,1,136,16,144,252,176,1,36,128,16 -,66,24,2,0,0,96,8,0,0,133,32,4,4,128,64,16,0,0,64,80,34,1,65,128,1,0, -0,4,0,15,32,4,52,130,22,20,16,154,80,1,106,128,1,160,1,133,144,0,0, -208,2,27,97,0,0,105,66,141,160,5,54,16,224,250,0,1,16,0,1,128,0,5,8,4 -,0,0,1,8,0,0,2,0,2,1,0,22,64,48,16,6,0,1,24,0,0,3,96,0,1,128,1,16,0,1 -,192,0,0,24,0,0,1,96,0,0,12,132,1,48,0,0,16,253,224,65,44,8,2,176,0,0 -,6,192,0,0,24,0,0,7,0,1,16,16,0,2,30,4,3,120,0,0,3,0,1,60,0,15,128,0, -0,32,16,4,0,1,16,192,128,64,64,3,0,2,32,0,0,64,64,16,0,3,8,128,0,0,32 -,0,0,120,252,172,5,20,1,68,88,128,2,64,0,0,8,0,0,9,0,0,4,2,1,32,4,136 -,26,1,35,106,18,1,0,1,52,0,16,40,16,0,0,2,8,8,137,66,17,32,0,0,1,128, -80,48,0,0,16,132,2,72,16,3,33,8,132,4,9,18,66,226,251,4,80,24,0,0,64, -100,0,0,152,0,0,147,96,20,4,128,5,0,0,2,6,1,24,128,0,0,131,0,0,2,140, -2,0,0,48,64,0,15,136,48,1,70,196,2,24,0,0,10,96,132,76,130,1,162,32, -32,0,0,4,24,0,0,34,96,32,12,0,0,144,176,16,232,254,192,1,36,128,7,128 -,0,0,30,208,3,112,0,0,11,224,65,12,160,7,240,0,0,30,208,1,120,64,15,0 -,1,56,0,15,96,0,0,12,160,1,240,32,6,200,0,0,25,0,0,14,224,1,28,128,7, -242,128,6,208,1,122,0,0,3,232,1,12,0,0,112,253,4,0,0,24,0,0,2,160,0,0 -,24,0,0,3,96,0,0,4,128,1,0,1,6,0,3,3,0,1,12,0,1,48,8,0,15,128,32,0,0, -4,192,64,16,8,131,64,0,0,12,0,0,1,49,0,3,16,8,3,65,64,8,4,0,0,32,0,0, -97,250,128,17,33,0,0,70,66,0,0,26,0,0,3,96,0,0,9,128,132,48,16,18,2, -68,88,4,145,96,20,12,0,1,176,0,15,128,9,0,0,66,32,72,8,132,0,0,34,0,0 -,34,12,192,1,48,5,16,162,130,0,0,128,3,112,2,0,0,64,5,1,34,160,251, -160,1,0,0,2,0,1,24,0,1,96,104,0,1,32,32,52,136,134,80,0,0,64,80,3,1, -68,128,1,0,0,4,0,15,32,4,52,160,2,18,132,26,97,0,0,104,32,1,160,145, -52,160,34,208,8,0,0,64,16,12,1,0,0,160,49,180,0,0,104,250,128,1,0,0, -32,0,5,96,0,3,32,0,1,128,32,0,1,3,0,22,64,48,0,3,24,0,1,96,0,1,128,1, -48,0,0,4,193,128,0,1,1,32,64,0,0,128,1,48,16,56,248,128,65,12,0,1,176 -,0,1,192,0,0,24,0,2,128,48,8,6,65,0,0,30,4,1,26,0,0,3,0,18,128,0,0,32 -,16,6,128,0,0,16,192,0,0,64,0,0,3,0,0,64,32,16,2,192,0,3,1,32,0,0,128 -,1,32,32,168,249,132,5,4,0,1,80,128,0,0,64,0,0,8,0,2,8,176,0,0,64,128 -,128,90,0,0,8,8,0,0,1,0,1,128,8,0,15,4,145,0,0,18,4,128,8,97,0,0,32, -32,1,128,16,16,2,4,196,20,0,1,11,96,1,0,0,128,41,16,0,0,171,251,12,4, -177,0,1,96,0,2,139,0,0,1,0,0,128,9,48,2,34,64,64,128,0,0,144,96,18,12 -,2,0,0,128,32,0,15,16,50,0,1,192,8,88,8,131,96,129,44,130,129,48,16, -34,128,2,0,1,10,66,1,0,1,9,48,18,17,250,96,0,0,60,8,0,0,128,0,1,192,3 -,16,16,0,0,224,65,60,136,7,244,0,0,30,208,0,0,120,0,0,15,0,1,60,0,15, -96,0,0,12,144,1,244,64,6,128,3,24,0,0,14,224,1,12,128,7,116,64,0,0, -192,1,56,16,0,0,224,128,12,0,0,200,249,136,65,48,0,1,160,0,2,3,96,16, -0,0,128,129,48,8,0,0,66,128,0,2,96,0,0,12,0,1,48,16,0,16,32,16,4,192, -64,16,0,0,3,64,32,12,0,0,1,32,0,0,2,196,128,0,1,3,96,0,1,128,1,33,0,0 -,177,253,0,0,16,48,0,1,64,0,2,3,96,2,0,0,128,16,48,2,38,128,0,0,24,4, -66,96,0,0,12,0,1,48,2,0,14,128,9,10,1,35,65,4,0,0,17,3,16,4,12,192,33 -,136,16,4,32,8,0,1,35,98,20,0,0,64,16,8,32,40,251,176,1,52,128,66,130 -,24,26,64,136,8,0,0,1,32,4,4,128,128,16,0,1,81,32,0,0,68,128,161,1, -132,0,15,160,81,180,192,68,16,0,0,27,81,10,104,2,1,32,132,180,192,6, -208,72,2,2,0,0,104,2,45,164,9,54,1,216,254,128,1,48,0,0,4,64,0,0,24,0 -,6,1,8,0,5,1,0,1,128,1,0,0,8,0,15,1,48,0,0,2,4,0,0,24,0,0,1,97,64,0,0 -,128,0,0,48,0,0,6,196,0,3,96,64,12,128,1,48,32,0,0,249,128,1,48,128,3 -,176,0,0,24,0,0,129,24,0,1,4,0,0,17,0,3,6,0,1,26,0,0,3,128,1,0,16,128 -,65,32,16,6,0,2,192,2,64,32,3,0,1,32,0,1,194,128,8,8,0,3,128,1,33,16, -40,249,140,17,49,128,4,80,128,24,0,0,32,8,0,0,32,0,0,8,0,0,34,64,4, -136,2,0,1,8,0,0,1,128,33,0,0,4,0,14,128,5,16,2,166,0,0,132,152,80,1, -32,1,1,128,17,17,64,22,192,4,0,0,1,0,0,96,132,140,136,9,144,0,0,18, -252,132,49,48,16,2,96,0,0,64,8,8,96,4,32,128,81,128,0,0,22,0,0,8,89,0 -,0,11,96,20,140,128,5,1,2,0,14,128,9,48,1,38,196,4,80,32,2,96,132,140 -,2,5,176,0,0,4,128,136,0,0,1,0,0,64,0,0,8,0,0,1,48,0,0,72,249,224,1, -60,128,5,128,0,0,6,192,128,112,16,15,232,1,12,144,7,241,0,0,30,196, -131,120,0,0,15,232,1,12,16,0,14,224,65,12,160,1,240,32,14,128,1,24,0, -0,14,224,64,12,160,3,114,0,0,6,16,0,0,56,32,7,228,0,0,13,16,0,0,254, -132,1,0,0,32,2,96,0,3,96,0,1,128,1,0,1,6,0,1,24,0,0,3,97,0,0,12,128,1 -,0,0,16,0,14,128,65,32,0,0,6,192,128,16,0,0,2,64,0,0,12,128,1,32,0,0, -4,192,0,0,8,0,1,64,0,0,8,128,1,32,0,0,9,248,0,0,4,1,2,4,128,0,2,160, -96,0,0,64,132,132,48,64,2,4,68,24,0,0,33,96,0,0,12,0,0,8,145,0,15,128 -,17,0,0,66,38,66,0,0,132,32,1,0,0,34,12,128,65,0,0,34,1,8,72,16,17,0, -0,16,128,2,16,132,0,0,4,96,250,0,5,68,0,20,128,32,0,44,144,249,32,0,0 -,4,128,0,0,16,0,1,64,0,0,8,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,136,252,0,74,152,255,36, -0,0,4,128,0,2,2,96,0,0,8,0,0,33,36,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0, -0,1,32,0,17,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0 -,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,233,249,12,8,0,3,130,0,3,4,0,16 -,1,0,23,32,0,1,128,0,16,59,250,0,0,64,0,8,64,0,0,32,0,0,4,128,0,0,16, -0,1,64,0,3,32,0,1,8,0,14,32,0,0,4,128,0,2,2,0,1,10,0,1,40,0,0,4,128,0 -,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,24,250,8,0,27,32,0,24,2,0,18, -178,253,0,0,128,4,144,16,2,64,2,72,0,0,1,34,129,36,0,0,4,128,0,0,16,0 -,0,2,72,0,0,8,32,1,36,0,1,2,0,14,32,0,0,4,128,0,0,16,66,2,0,0,32,8,0, -1,33,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,96,250,160,0, -12,66,96,8,0,1,33,0,1,2,0,3,32,0,18,16,0,2,32,0,1,8,128,0,2,1,0,2,128 -,0,0,2,2,4,64,0,2,2,0,1,96,251,0,17,1,0,2,4,0,22,64,64,0,0,6,0,1,34,2 -,0,5,24,0,1,1,0,1,128,0,4,1,4,4,16,248,0,6,8,0,1,4,1,0,9,128,0,2,176, -0,1,32,0,18,10,0,12,64,0,3,8,0,3,9,0,0,64,249,0,3,16,0,1,16,0,42,16,0 -,0,16,2,0,3,1,0,5,16,2,64,0,4,16,168,251,0,14,8,0,5,4,0,22,64,0,0,32, -0,9,2,0,1,1,0,7,8,0,2,64,255,0,12,32,0,1,128,0,0,16,2,0,6,128,0,16,32 -,0,2,136,17,0,7,32,0,1,16,0,0,16,2,0,0,64,0,1,1,0,0,32,0,1,192,249,0, -3,2,0,0,16,0,0,2,1,0,4,16,4,0,4,1,0,4,1,0,15,32,0,0,9,32,0,8,2,0,0,8, -16,0,4,128,0,2,32,0,0,16,0,0,56,248,32,0,3,20,0,0,2,0,1,2,0,0,1,4,0,0 -,9,32,0,3,64,0,0,16,0,0,1,32,0,20,8,0,8,128,0,4,64,0,7,32,0,0,240,252 -,32,0,2,3,21,64,2,136,0,0,2,0,0,1,8,0,0,13,48,0,0,128,2,0,0,192,0,0,8 -,0,0,1,160,128,2,6,0,14,64,128,8,48,0,2,128,2,0,3,36,0,0,104,21,0,1, -148,80,0,0,6,1,0,1,82,48,12,0,0,224,252,128,2,32,4,100,193,16,0,0,2,8 -,0,1,4,128,0,0,32,4,132,0,0,130,0,1,10,96,20,4,0,0,128,1,8,0,14,128, -64,16,32,128,0,3,1,0,1,128,8,4,16,8,0,0,16,16,34,0,0,1,2,0,1,12,64, -129,4,8,253,136,0,3,65,0,5,4,0,0,1,0,7,8,16,4,0,2,16,0,14,32,0,0,9,0, -5,2,0,4,8,16,0,3,64,0,4,128,0,0,128,0,0,249,0,1,4,160,0,0,16,128,0,0, -16,0,5,4,32,4,2,0,1,128,0,0,16,0,25,1,0,12,128,0,8,8,224,250,0,12,32, -4,0,2,144,0,26,4,5,128,0,2,2,0,1,8,0,3,32,0,3,64,64,0,1,1,32,0,0,1,0, -0,32,112,255,0,16,16,0,29,8,16,0,1,64,0,2,1,0,9,128,0,5,8,88,251,0,0, -2,64,0,2,1,32,0,0,4,0,1,8,0,6,32,2,0,0,128,8,16,0,23,8,0,5,1,0,6,1,0, -3,8,0,1,2,0,0,88,252,16,0,27,4,0,16,8,0,4,8,0,8,4,0,4,64,0,0,8,0,2,12 -,255,0,10,32,0,2,2,0,3,1,0,26,4,0,3,2,0,0,1,1,0,0,4,0,0,1,0,4,32,0,1, -192,0,0,16,0,0,128,0,0,32,254,16,0,14,16,8,0,0,1,0,1,128,1,0,36,16,0, -4,4,0,3,128,0,1,212,254,0,17,1,0,28,8,0,1,1,8,0,1,32,0,9,4,1,128,16,0 -,0,128,0,2,104,248,0,58,128,1,0,2,64,0,2,2,32,0,3,128,200,250,0,20, -192,0,5,32,0,17,64,64,128,0,10,64,0,7,16,0,3,96,252,0,0,1,0,3,16,0,20 -,32,0,17,16,0,1,4,0,8,2,32,0,2,1,0,2,1,0,1,2,64,0,0,136,250,0,5,16,0, -8,4,0,0,32,0,9,4,0,16,32,16,0,0,148,0,1,16,0,1,64,0,1,32,8,0,0,4,0,4, -2,8,0,2,32,0,0,112,253,64,64,0,12,128,0,4,128,8,0,35,4,0,3,2,0,4,32,2 -,0,0,128,0,0,88,251,0,46,2,0,0,1,0,9,2,0,6,4,0,5,216,252,0,47,128,0, -12,4,16,0,6,32,0,2,72,253,0,0,128,0,1,16,0,0,64,0,4,4,0,7,8,0,3,4,0,0 -,4,16,0,42,4,0,0,200,251,0,12,2,0,35,2,0,1,32,0,11,4,0,4,4,0,0,64,184 -,251,0,13,1,0,33,4,0,1,48,0,1,64,0,10,2,0,4,64,0,0,184,250,0,14,16,32 -,2,0,0,128,0,1,1,2,0,21,4,4,32,0,0,8,2,0,2,8,0,6,32,0,8,2,32,200,250, -0,3,2,0,6,16,0,2,32,0,0,4,64,0,2,2,0,21,128,0,3,128,0,0,36,0,1,16,0,5 -,2,0,7,64,0,1,32,254,0,3,1,0,42,64,1,0,1,1,0,4,65,0,2,8,8,0,3,132,136 -,16,16,0,2,64,251,4,96,0,1,4,0,16,1,0,4,64,0,21,64,0,6,128,0,0,132,0, -2,8,0,0,64,0,0,32,0,0,4,0,2,152,252,0,3,12,0,4,128,0,0,24,0,6,64,0,2, -1,0,2,16,0,26,64,0,6,128,0,1,8,0,6,128,251,16,0,0,2,0,9,64,0,30,96,0, -0,8,0,1,64,0,0,4,0,1,16,136,0,0,32,0,0,16,0,0,2,0,0,1,32,128,0,0,32,0 -,1,64,160,0,0,20,96,252,0,11,32,0,4,128,16,0,6,6,2,0,25,32,0,3,32,0,1 -,192,0,0,68,32,0,2,10,64,0,0,32,0,0,64,248,128,0,1,8,0,1,32,8,0,0,1,0 -,0,16,0,2,16,8,0,0,64,0,2,1,0,0,16,0,0,34,0,0,16,0,17,1,0,0,2,1,0,2,2 -,16,8,1,0,0,128,0,7,2,0,4,128,148,249,4,0,0,5,0,0,128,16,128,2,0,0, -128,8,0,1,2,0,0,4,0,2,64,0,0,128,0,2,1,8,0,1,32,0,14,32,0,12,64,0,8,8 -,0,4,32,253,64,0,0,5,21,0,0,84,192,6,128,80,10,32,0,0,8,3,12,16,20,32 -,128,0,0,192,0,1,32,1,76,64,8,32,0,14,32,128,160,0,0,21,130,34,0,0, -128,0,0,16,32,2,0,0,168,161,0,0,2,0,1,128,2,0,0,1,74,64,1,0,0,160,5, -184,250,0,0,64,0,0,44,0,0,138,18,64,4,153,64,68,13,160,96,0,0,5,2,128 -,0,0,8,0,0,2,32,2,64,129,72,0,0,8,0,16,128,0,0,2,33,32,16,0,1,5,0,0,4 -,0,0,8,33,0,0,132,64,128,16,0,1,10,0,0,9,128,64,1,0,0,120,250,0,0,64, -0,0,8,0,3,16,1,2,0,0,4,64,0,0,1,0,0,4,0,1,8,0,1,8,0,1,32,32,0,0,8,0, -17,128,0,0,4,64,0,4,8,0,4,128,0,6,32,128,0,1,184,248,0,2,16,0,0,16, -128,0,2,8,0,0,2,0,1,1,32,0,0,128,0,2,2,0,2,8,0,24,8,0,6,8,0,0,2,2,0,0 -,8,0,3,2,0,3,144,253,16,0,73,204,251,18,0,13,33,0,1,6,0,2,2,0,23,1,0, -2,128,0,7,128,0,1,2,0,1,8,0,1,16,0,0,4,64,0,0,128,28,254,0,1,8,16,0,0 -,16,0,1,68,0,9,128,8,0,0,64,0,1,1,0,23,2,16,0,5,16,0,4,64,16,0,0,128, -0,2,32,0,2,232,249,0,4,64,0,4,32,0,41,64,128,0,3,4,0,2,1,0,9,144,252, -8,0,14,64,0,5,4,0,27,1,0,7,16,0,5,1,0,5,144,251,0,7,16,0,4,1,0,1,4,0, -1,1,64,0,23,1,0,8,8,0,3,128,0,3,66,0,0,8,0,1,128,0,0,16,0,0,104,252,0 -,15,16,3,2,0,3,1,0,3,2,0,17,128,0,0,16,32,0,6,128,64,128,8,0,0,33,32, -0,0,8,0,2,4,2,0,0,16,8,184,255,0,12,128,0,8,4,0,20,128,0,3,64,64,0,8, -8,0,1,32,0,4,4,0,3,184,253,0,1,4,0,2,32,0,5,16,0,6,4,8,0,0,16,0,2,16, -8,0,27,64,4,0,3,128,0,2,16,0,5,168,254,0,4,8,0,5,4,4,0,7,64,64,0,1, -160,0,19,128,0,1,128,0,6,128,0,5,8,0,1,48,0,5,24,254,0,16,8,0,27,2,0, -2,1,0,10,8,0,0,2,0,6,4,0,1,200,251,0,1,1,4,0,9,64,0,0,8,0,1,32,0,30, -32,0,20,9,0,0,200,252,0,6,2,0,1,2,0,1,32,0,8,8,0,1,32,0,19,52,2,0,0, -208,0,0,130,0,1,8,0,0,9,0,2,128,2,16,136,0,0,64,3,104,0,0,33,32,0,0,1 -,0,0,16,253,0,46,32,32,0,0,192,128,0,0,8,0,2,4,2,0,2,4,0,3,3,96,0,1,4 -,0,2,112,250,0,7,192,3,0,2,128,1,0,8,32,0,0,96,0,19,48,8,0,0,128,64,8 -,0,2,32,7,0,2,128,5,64,64,0,0,192,3,96,32,4,128,0,0,1,0,0,16,252,0,7, -69,163,0,2,128,1,0,8,2,0,0,32,32,0,19,2,0,0,64,2,16,2,0,0,96,4,9,0,2, -128,2,128,0,1,64,3,96,4,72,1,5,0,1,104,250,0,6,64,4,16,1,0,2,72,0,8,2 -,0,1,8,2,0,17,176,8,0,0,192,0,4,36,8,0,3,35,2,24,0,1,3,96,8,128,1,16, -1,0,0,232,254,0,6,6,192,3,0,2,96,0,8,24,64,0,0,96,0,19,60,0,1,48,64, -30,8,0,0,120,0,0,5,0,3,4,240,0,1,128,3,24,0,0,15,224,1,0,1,16,248,0,7 -,4,0,4,64,0,11,128,0,18,48,8,0,0,128,0,0,8,0,1,96,0,0,4,0,3,4,64,0,2, -3,0,1,4,128,0,2,248,253,0,6,24,1,11,1,0,11,96,129,0,0,128,9,0,18,48,0 -,1,32,130,88,16,0,0,96,66,8,0,3,34,193,72,0,1,3,0,0,68,12,144,9,2,0,0 -,56,249,32,0,0,20,0,3,26,0,1,106,0,1,160,1,0,1,32,20,2,0,2,8,0,3,52,0 -,7,48,0,6,24,0,0,4,193,0,0,208,24,26,16,0,0,8,0,0,1,32,4,4,194,0,2,74 -,0,1,104,64,65,168,1,4,0,0,40,252,0,1,32,0,3,24,0,1,96,0,1,128,1,0,3, -128,0,7,48,0,7,12,0,6,6,0,3,192,0,0,24,0,5,128,0,4,16,16,0,0,96,0,2, -129,0,1,176,248,128,1,44,0,3,24,192,131,120,0,4,128,1,112,64,0,16,12, -0,6,6,0,0,16,128,1,128,0,0,16,0,2,32,11,96,0,0,16,128,5,0,1,24,0,2,16 -,4,128,129,0,1,192,249,8,128,20,0,3,24,64,35,104,0,4,128,0,0,16,4,0, -16,10,0,6,5,0,0,32,161,0,0,64,66,136,16,0,0,96,4,5,32,16,33,132,2,0,1 -,16,8,0,0,32,1,72,16,16,0,0,18,179,249,128,133,24,34,0,2,128,16,16,97 -,0,2,72,0,1,22,0,1,1,0,2,20,0,2,48,66,0,6,10,0,6,5,0,1,64,38,192,4,88 -,0,2,132,6,0,1,130,64,35,2,0,0,128,16,0,0,96,128,128,136,132,0,0,65, -113,248,96,0,0,36,0,3,6,192,3,112,0,1,96,0,1,128,7,49,0,3,24,0,3,60,0 -,17,60,128,7,49,128,6,16,0,0,120,0,0,9,96,0,0,60,0,0,4,0,1,6,0,1,120, -0,0,15,96,1,12,0,0,232,253,132,1,33,0,3,24,0,1,96,0,2,64,0,1,6,0,4,96 -,0,3,48,32,0,16,16,0,0,6,128,0,0,16,0,1,96,64,8,0,1,16,0,0,4,0,4,64,0 -,0,4,0,0,64,0,0,32,17,251,128,17,16,8,0,2,24,9,147,96,0,5,6,0,0,136,0 -,2,96,8,0,2,48,0,17,48,192,6,0,0,8,133,8,0,0,96,4,4,0,0,1,50,17,2,1,0 -,0,24,33,0,0,112,32,140,4,16,48,0,0,96,254,32,0,0,5,128,38,16,0,0,2,0 -,1,2,0,1,32,0,0,48,9,32,4,0,3,104,32,13,32,0,0,4,9,0,6,18,0,6,169,1,4 -,6,0,0,208,2,26,73,16,105,0,0,1,160,137,4,192,0,0,208,0,0,130,72,65, -104,12,69,160,32,52,0,0,176,248,0,3,6,4,0,1,4,0,5,48,0,6,96,0,0,12,0, -19,129,0,2,128,128,24,0,4,128,1,0,4,16,0,0,2,96,0,1,8,0,2,32,254,128, -65,44,0,0,6,1,0,1,200,131,0,2,96,0,0,60,128,1,0,4,96,0,0,15,96,0,1,8, -0,6,8,0,6,132,1,16,32,0,0,192,0,0,16,192,0,2,11,128,1,16,128,5,192,64 -,24,0,0,3,0,1,4,128,0,0,48,8,16,251,132,17,20,0,0,38,192,40,0,0,65,11 -,0,2,32,0,0,52,128,0,5,96,68,13,32,8,2,1,0,16,34,1,0,0,192,68,8,81,64 -,0,0,36,5,128,137,160,160,2,192,8,24,9,2,33,18,72,2,1,178,0,0,178,251 -,140,4,24,34,36,0,0,34,0,0,4,16,1,0,1,128,5,128,0,0,38,0,4,64,132,12, -0,0,4,0,0,10,0,6,16,0,6,136,136,128,0,1,192,4,153,16,8,2,64,6,128,17, -0,0,34,35,194,128,24,1,16,96,32,76,128,17,48,66,0,0,251,96,128,36,128 -,3,50,0,0,6,192,3,0,2,224,129,12,136,7,1,0,3,24,0,0,14,96,128,12,0,7, -8,0,6,100,1,60,32,0,0,240,0,0,6,192,0,0,120,0,0,9,96,1,61,0,0,4,240,0 -,0,30,196,0,0,122,0,0,15,226,65,60,0,0,248,249,136,0,0,32,0,0,6,192, -32,0,0,4,0,3,128,1,0,1,6,0,6,12,0,2,8,0,6,2,0,6,1,64,16,0,1,192,0,0, -16,0,1,98,32,8,0,0,1,17,0,0,4,192,0,0,24,8,0,0,65,0,0,12,128,1,48,0,0 -,17,253,0,0,80,144,8,33,196,8,16,0,0,131,0,2,128,1,0,1,6,0,4,64,129, -12,128,17,162,0,7,8,0,6,4,0,0,48,18,0,0,192,136,64,32,34,96,4,4,64,4, -48,33,18,193,68,152,0,0,11,112,66,12,130,73,176,16,16,254,32,81,4,128 -,6,16,24,10,0,0,16,2,0,0,1,32,4,0,1,32,20,0,0,2,64,0,0,40,65,0,2,52,0 -,7,2,0,6,33,33,20,128,6,208,72,2,96,3,0,1,1,160,72,20,132,0,0,208,0,0 -,26,65,8,8,33,13,160,9,53,0,0,248,254,0,3,6,4,0,0,16,0,5,64,0,12,48,0 -,7,4,0,6,2,0,0,32,16,6,192,0,2,2,1,0,2,1,0,4,16,16,2,34,0,0,8,4,1,0,1 -,152,250,0,0,1,45,0,0,6,48,128,22,192,0,3,98,0,1,128,1,0,0,128,6,192, -0,0,96,0,3,48,0,7,4,0,6,2,129,48,128,7,128,0,0,8,16,3,0,1,11,128,65, -16,128,5,0,1,24,0,0,3,0,1,12,132,1,0,1,144,250,8,8,20,0,0,66,18,8,10, -64,0,3,32,16,2,128,0,1,4,2,64,0,0,32,17,0,2,48,0,7,2,0,6,129,0,0,32, -144,6,64,2,17,0,1,4,0,0,5,0,1,32,136,2,0,0,20,64,4,11,97,132,128,0,0, -32,0,0,4,113,255,0,0,32,24,34,66,1,4,141,8,147,0,1,32,2,72,0,1,70,0,0 -,72,152,0,0,163,0,0,4,0,2,128,16,0,6,32,0,6,144,8,2,18,6,192,0,0,128, -16,161,0,1,6,128,17,48,33,35,2,130,88,32,131,64,36,132,130,5,128,32, -131,251,96,0,0,36,128,7,48,0,0,16,192,3,0,1,3,96,1,0,0,128,7,50,0,0, -30,208,3,24,16,0,2,12,0,7,16,0,6,232,1,12,0,0,7,48,64,30,192,2,0,1,9, -224,1,61,0,0,4,48,0,0,30,192,3,56,0,0,11,224,65,60,0,0,232,250,132,1, -32,0,1,1,32,16,0,0,3,0,1,12,2,64,0,1,6,0,1,24,0,0,3,64,32,0,2,48,128, -4,0,5,64,2,0,5,128,1,1,32,6,128,0,0,8,0,0,128,0,1,8,128,129,48,0,0,4, -0,1,24,4,3,98,64,0,0,130,65,48,16,202,251,128,65,16,10,22,128,0,0,8,5 -,3,0,1,64,32,0,2,6,192,72,26,0,0,3,48,0,3,48,64,0,14,128,9,48,2,6,32, -130,88,32,32,0,1,4,128,1,176,8,66,1,64,24,0,0,35,96,0,0,128,128,1,48, -2,216,253,160,9,4,0,1,208,68,2,0,0,16,2,0,0,13,32,73,4,17,0,0,20,0,0, -26,0,1,72,8,0,0,8,4,20,0,0,2,0,5,6,1,0,5,3,0,0,4,145,38,208,128,10,66 -,19,0,1,1,160,9,2,145,36,210,0,0,26,65,65,104,0,0,13,161,17,4,2,124, -254,128,129,0,2,192,0,5,12,128,0,5,24,0,1,32,0,2,64,32,0,16,128,32,0, -0,6,196,0,2,3,1,0,1,128,1,0,1,2,192,0,0,16,16,2,64,32,12,128,129,0,0, -8,16,255,128,0,0,44,0,1,128,32,22,192,0,2,12,224,0,1,128,1,48,0,0,30, -0,1,96,64,3,96,0,0,44,32,4,0,5,10,2,0,5,101,0,0,48,32,2,128,128,8,0,0 -,2,0,1,11,128,129,12,128,5,240,0,0,24,0,1,96,0,0,8,0,0,1,12,16,104, -254,136,17,22,0,1,192,0,0,10,64,0,2,12,32,1,0,0,132,0,0,16,0,0,26,0,1 -,96,0,0,1,32,0,0,148,0,0,2,0,5,4,1,0,5,34,0,0,48,0,0,38,68,2,144,4,9, -4,0,0,5,128,9,4,128,2,208,0,0,144,8,0,0,1,128,36,132,4,6,0,0,115,249, -128,49,24,34,0,0,192,8,140,8,139,0,1,32,4,1,128,32,32,194,40,24,0,1, -96,2,44,132,133,24,129,0,6,96,0,6,144,17,48,1,38,200,4,24,1,67,0,1,6, -128,1,48,2,5,192,0,0,8,2,33,32,20,12,128,1,0,0,2,17,251,224,0,0,36,0, -1,240,128,16,192,3,0,1,3,160,0,0,12,128,1,240,0,0,28,0,1,24,32,15,224 -,1,32,8,2,0,6,1,0,5,224,129,60,136,7,48,128,30,200,0,2,9,96,0,0,61,16 -,4,224,0,0,30,192,3,90,0,0,3,104,0,0,13,32,88,250,132,1,32,8,0,0,192, -128,16,4,3,0,2,128,0,1,32,6,192,0,0,24,0,1,96,0,0,12,128,1,40,136,0,6 -,64,0,6,128,1,48,0,0,6,128,0,0,24,0,0,2,0,1,8,0,0,1,48,0,0,4,192,0,0, -24,0,1,1,0,0,8,8,1,0,0,32,80,253,64,8,18,2,0,0,192,8,8,1,3,0,2,32,1, -32,0,0,6,209,0,0,24,0,1,96,33,13,128,1,16,2,1,0,5,128,0,6,128,1,176, -64,6,4,8,25,133,16,4,0,0,4,192,4,50,0,0,4,208,0,0,24,8,19,0,0,64,66, -64,144,36,2,148,251,176,9,36,162,66,212,4,2,0,0,16,10,34,68,34,0,0,4, -17,0,0,4,0,0,2,64,0,0,8,0,0,13,0,1,4,0,0,1,0,5,128,0,6,32,0,0,20,132, -0,0,144,16,26,65,35,9,0,0,1,32,132,52,2,0,0,16,0,0,26,64,8,104,0,0,77 -,168,1,5,16,156,254,128,129,16,0,0,4,192,32,0,4,8,0,10,16,12,0,0,64,0 -,0,128,0,6,64,0,13,16,16,3,0,2,128,1,32,32,0,4,2,98,0,0,12,128,1,0,1, -168,255,128,1,44,128,3,112,0,0,22,192,0,0,24,32,11,96,1,12,128,7,0,1, -6,192,0,0,24,32,0,0,96,0,0,44,32,8,0,6,4,0,5,96,0,0,16,128,1,128,0,0, -24,0,0,2,0,0,32,11,0,0,1,48,32,0,2,24,0,0,3,98,0,0,8,0,0,1,13,0,0,152 -,250,12,17,22,128,4,144,132,10,64,0,0,8,0,0,133,164,0,0,4,132,22,1,0, -0,2,64,0,0,104,4,0,0,32,0,0,148,0,0,4,0,6,2,0,5,32,0,0,32,136,0,0,64, -64,0,0,32,1,98,4,5,128,4,1,1,0,2,24,17,3,96,33,68,144,4,132,64,163, -249,4,145,40,0,0,2,192,34,140,8,99,0,0,65,6,192,0,0,128,32,32,2,0,0, -24,1,11,32,20,32,128,133,24,1,0,14,128,73,176,32,22,66,40,152,4,35,2, -8,6,128,1,48,1,0,0,192,130,152,4,11,96,8,140,128,17,128,0,0,121,249, -224,1,36,128,5,240,0,0,16,192,3,24,0,0,8,32,1,12,128,7,0,1,30,200,3, -90,0,0,3,232,1,32,8,0,14,224,1,60,128,7,240,0,0,30,192,0,0,120,0,0,9, -224,1,61,8,0,0,240,0,0,30,192,131,24,0,0,3,104,0,0,13,32,10,249,4,0,0 -,32,0,0,2,192,32,16,4,3,0,0,64,10,0,0,1,0,0,32,0,0,1,0,0,24,0,0,3,96, -16,0,0,128,1,40,136,1,0,5,192,0,6,128,1,48,0,0,6,192,128,24,4,2,96,64 -,8,128,1,48,8,0,0,192,0,0,24,0,0,3,0,0,64,8,4,129,0,1,8,248,128,1,34, -0,0,4,128,8,72,0,0,3,72,0,0,4,160,0,0,32,0,0,70,0,1,26,0,0,3,64,1,128 -,136,1,144,0,15,160,1,176,8,6,192,0,0,24,0,0,16,98,1,4,128,5,50,0,1, -192,0,0,24,32,67,0,0,1,0,2,32,34,52,254,160,17,5,130,66,18,66,2,0,1, -10,0,0,64,34,0,0,52,0,1,4,32,2,64,3,104,0,0,13,0,1,4,128,2,0,5,64,1,0 -,5,160,1,52,128,0,0,208,0,0,90,64,11,8,0,0,1,160,49,180,128,0,0,16,2, -26,73,8,104,0,0,13,161,17,4,0,0,84,249,128,1,16,8,4,64,0,8,48,16,0,4, -3,96,0,0,12,0,3,2,0,6,1,0,5,128,1,49,32,0,0,192,0,0,24,8,3,2,0,1,128, -1,48,16,0,1,128,24,0,0,2,98,64,12,128,129,16,32,200,249,128,129,0,0, -136,3,0,0,128,22,192,3,0,1,11,96,1,32,160,7,48,0,0,6,192,3,0,4,44,32, -0,15,1,32,128,1,192,0,0,16,8,2,0,0,32,11,128,1,32,16,0,0,48,0,0,16,0, -0,3,66,0,0,8,0,0,1,0,1,152,255,132,17,0,0,130,4,0,1,10,64,67,0,1,133, -164,0,0,16,129,70,17,0,0,2,64,3,0,4,148,0,7,10,0,6,128,16,17,194,0,1, -34,136,0,0,1,97,4,5,128,145,16,1,32,17,66,72,8,11,32,32,36,132,4,2,16 -,155,250,12,9,2,1,2,0,0,16,140,8,16,1,130,6,192,0,0,48,4,32,194,66, -152,4,3,0,0,33,12,0,1,24,1,0,14,132,5,50,16,6,194,8,88,0,0,67,0,0,128 -,6,128,1,48,0,0,16,0,1,25,17,147,96,1,140,128,129,0,0,64,41,250,224,0 -,0,12,136,5,48,0,0,16,192,3,24,0,0,8,32,1,12,128,7,240,0,0,30,128,3, -24,0,0,15,4,0,0,32,8,0,14,96,0,0,12,128,7,240,128,6,208,0,0,120,0,0,9 -,96,0,0,13,144,1,177,0,0,6,192,3,24,64,3,100,0,0,12,0,0,8,251,136,1,0 -,1,2,0,1,16,4,0,0,96,0,0,10,0,0,1,32,0,1,193,0,0,24,0,0,3,0,1,12,4,0, -0,40,8,0,15,1,32,0,0,6,0,1,16,0,0,2,96,0,0,8,0,0,1,32,0,3,16,0,0,3,64 -,0,0,8,0,0,1,0,1,105,250,64,144,136,8,4,32,66,8,0,0,139,96,8,4,160,0, -0,8,16,22,192,0,0,26,64,3,0,0,128,76,0,1,16,0,15,64,144,136,144,6,0,0 -,4,133,136,16,100,32,4,192,4,138,64,6,1,0,0,5,2,11,20,36,34,72,132,8, -5,88,255,32,1,4,137,194,16,136,146,8,16,10,0,0,72,34,1,132,0,1,20,136 -,2,64,0,0,104,0,0,1,1,0,0,36,1,0,14,160,49,52,134,6,208,0,0,154,96,19 -,12,0,0,9,32,16,52,129,6,16,0,0,90,80,65,104,130,77,168,1,5,2,216,250 -,128,128,16,0,0,4,64,0,0,8,0,3,4,128,0,0,48,16,0,10,16,8,0,6,8,0,6, -132,1,48,0,0,6,192,0,0,24,0,0,3,0,1,4,128,129,48,32,6,0,1,24,0,0,2,96 -,0,0,12,128,1,16,16,40,250,0,2,128,3,0,1,22,192,0,2,11,96,1,0,0,144,7 -,112,0,0,6,192,0,0,96,32,3,0,1,44,32,0,15,1,32,32,6,192,0,0,16,8,2,0, -0,32,11,0,0,1,32,16,6,0,1,16,0,1,64,32,8,0,0,1,1,0,0,32,253,132,1,129 -,136,4,0,0,66,10,64,0,2,133,164,0,0,16,129,6,18,66,2,64,0,1,4,33,16,0 -,0,148,0,0,4,0,5,16,2,0,5,136,132,16,1,6,0,0,34,72,0,0,33,98,4,5,128, -40,144,0,0,6,0,1,136,32,0,0,33,1,68,144,4,0,0,5,138,248,140,9,130,8,2 -,0,0,2,20,0,0,19,0,1,6,192,0,0,48,66,32,2,0,0,89,8,35,97,20,32,0,1,40 -,0,0,2,0,5,16,1,0,5,136,1,178,16,16,196,68,152,16,35,2,12,6,128,1,48, -34,0,0,192,130,88,8,33,100,66,44,132,5,0,1,240,250,224,1,12,128,5,48, -128,16,192,131,24,64,8,32,1,60,128,7,48,0,0,30,192,3,120,0,0,11,8,0,0 -,32,0,0,7,0,5,144,3,0,5,104,0,0,12,128,1,240,0,0,6,192,0,0,120,0,0,9, -224,1,13,128,1,244,0,0,6,192,3,24,0,0,3,96,0,0,13,16,56,249,136,1,0,1 -,2,0,1,16,0,0,3,96,32,6,128,0,0,32,0,1,1,0,0,24,0,0,3,0,0,16,0,2,40, -128,5,0,5,208,2,0,5,8,129,32,0,3,16,0,0,2,96,64,4,128,1,32,0,0,6,196, -0,0,16,0,1,65,0,0,8,0,0,1,0,1,193,250,128,145,0,0,10,4,0,0,20,16,0,0, -3,96,2,8,32,1,144,64,6,0,0,136,24,64,3,96,1,129,8,0,0,32,0,0,4,0,5,8, -2,0,5,4,4,0,0,34,0,1,72,64,32,16,98,0,0,8,128,5,2,33,70,192,0,0,128, -16,35,0,0,129,128,16,16,1,65,104,252,0,29,4,0,6,2,0,35,248,251,32,0,0 -,4,128,0,0,16,0,0,2,64,0,2,1,0,1,4,128,0,2,2,0,1,8,0,1,32,0,0,4,0,7, -16,0,6,8,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64, -0,0,8,0,0,1,32,0,2,72,249,0,63,128,0,8,16,144,254,36,0,0,4,128,0,0,16 -,0,0,2,64,0,0,8,32,1,32,144,4,128,0,0,16,20,2,73,8,9,0,0,129,36,0,0,4 -,0,15,32,0,0,5,128,64,18,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,8,2 -,64,0,0,8,0,0,1,32,0,0,132,0,0,105,249,12,0,6,1,0,1,8,128,16,0,6,16,0 -,2,64,4,0,1,2,0,18,32,2,0,11,1,4,0,9,195,250,32,0,6,4,0,3,32,0,6,64,0 -,0,1,0,4,8,0,16,4,0,1,16,0,0,2,0,1,8,0,7,128,2,0,1,9,0,0,1,32,0,2,120 -,253,8,0,14,32,0,1,128,0,26,1,0,6,1,0,1,4,0,0,1,0,2,32,0,2,2,0,4,32, -154,251,32,0,0,4,192,160,16,0,0,1,96,0,0,12,36,65,40,144,4,130,0,0,24 -,8,2,97,32,9,66,1,48,144,0,0,33,0,14,32,16,4,128,16,18,0,0,2,64,8,8,0 -,0,33,32,16,4,18,0,0,18,2,2,64,16,8,0,0,1,32,0,0,4,1,160,252,0,1,1,0, -3,16,0,14,64,0,29,4,0,9,4,66,0,0,128,0,0,16,0,3,96,253,0,30,2,0,1,8,0 -,3,1,0,1,4,0,7,3,0,3,64,0,1,64,0,7,64,0,1,1,0,2,96,255,0,0,128,0,13, -64,0,2,32,0,6,1,4,0,14,32,128,4,0,1,16,16,0,2,128,0,9,176,8,0,2,8,32, -32,0,0,88,251,0,0,4,0,3,64,0,8,32,0,5,64,0,31,33,0,3,4,0,2,4,0,3,1,0, -1,132,64,160,250,0,9,16,0,3,12,0,8,2,0,4,2,0,1,8,0,3,1,0,1,4,0,3,64,0 -,1,1,0,1,64,0,5,128,0,3,32,0,0,4,4,16,0,4,216,249,0,9,16,0,43,1,0,4, -16,130,0,9,8,0,0,184,254,0,1,1,0,1,64,0,1,80,0,0,64,32,0,0,2,0,4,128, -2,0,1,32,0,3,16,0,15,128,0,3,1,128,2,0,3,4,2,0,0,4,32,0,0,65,128,2, -128,0,1,64,4,34,32,0,1,120,252,0,2,4,2,4,0,0,2,0,0,1,2,0,0,1,132,64, -16,32,0,5,16,64,0,0,128,64,4,32,0,19,16,0,1,16,0,0,32,16,0,6,32,0,0, -72,128,0,1,8,8,0,2,96,253,0,0,131,0,0,160,0,0,36,0,0,2,200,0,0,18,32, -1,44,0,0,5,32,0,1,64,4,0,1,24,64,0,0,32,0,0,13,32,0,14,64,40,0,2,18, -64,84,16,0,0,8,64,106,5,5,8,16,2,170,194,4,208,0,0,2,32,3,76,128,162, -0,0,160,251,128,0,1,34,4,0,0,16,24,0,0,169,160,0,0,68,34,100,160,4, -192,149,0,0,8,0,0,1,72,17,0,0,1,64,0,16,128,8,0,0,4,170,128,32,72,2, -65,64,8,9,11,64,16,0,0,28,67,42,18,4,3,0,0,24,72,194,224,48,4,240,252 -,32,0,5,2,128,128,32,0,0,1,4,128,0,2,4,0,0,8,0,0,1,0,0,16,0,1,128,0, -16,128,0,2,2,0,0,64,2,0,0,1,0,2,2,64,4,0,1,17,32,0,0,136,0,1,64,0,0, -40,0,0,5,0,0,160,248,0,2,128,0,1,128,8,0,5,64,4,32,0,0,65,0,3,32,0,1, -4,0,20,32,0,0,17,0,1,4,0,0,65,16,4,8,0,2,2,0,1,2,0,0,1,0,0,8,1,0,0,32 -,16,136,168,254,0,45,65,0,0,32,128,0,1,66,0,0,2,0,4,4,0,1,16,0,5,33,0 -,0,1,0,1,240,248,0,9,32,0,3,16,0,31,8,0,2,64,0,0,1,0,4,2,8,0,4,64,0,1 -,32,0,0,4,0,1,120,248,0,9,128,0,39,2,0,2,2,0,4,64,0,2,16,0,0,192,0,2, -128,4,0,0,32,112,248,0,0,2,128,32,0,1,128,1,16,0,0,2,128,0,0,4,0,1,4, -0,0,4,0,4,32,1,0,2,16,0,14,128,128,0,0,16,0,0,8,64,0,11,16,0,8,16,16, -251,0,19,64,4,0,2,32,0,20,2,0,6,4,0,1,32,0,4,2,0,3,96,0,4,152,249,0, -10,1,0,2,128,0,5,4,0,23,64,0,4,8,64,0,0,8,0,1,1,0,5,4,0,0,32,0,1,4, -128,0,0,4,152,249,0,47,64,0,1,32,0,1,128,0,3,128,0,7,32,0,0,4,0,2,4, -176,249,32,0,2,16,0,26,1,0,1,32,1,0,1,128,0,2,144,0,28,1,128,184,253, -0,5,64,0,4,8,0,9,32,0,3,16,0,17,128,4,0,0,2,0,6,64,1,0,7,8,0,2,2,64,0 -,0,152,250,128,0,2,1,0,3,64,0,0,32,0,4,128,0,3,128,0,22,1,1,4,2,160,0 -,3,2,0,3,16,0,1,32,0,0,2,16,0,1,65,4,128,0,1,32,216,252,0,0,2,0,21,8, -0,7,1,0,2,1,0,1,128,0,2,128,0,1,40,0,3,4,16,1,0,1,4,0,0,64,8,32,0,1,1 -,0,3,8,8,64,0,0,17,0,0,104,252,0,1,1,0,11,4,0,1,128,0,1,32,0,4,1,0,26 -,40,0,1,128,0,3,128,0,0,64,0,6,16,0,0,72,253,0,4,64,0,11,32,0,6,80,0, -3,16,0,2,16,0,2,8,0,2,8,0,5,64,0,22,64,108,250,0,21,2,0,1,4,0,18,64,0 -,0,16,64,0,13,64,0,0,8,64,130,0,5,128,152,250,0,4,16,0,3,8,0,36,16,0, -3,8,0,3,128,0,1,16,0,3,8,0,7,144,255,0,5,16,0,6,1,32,0,32,4,0,13,32,0 -,6,32,0,1,184,249,0,51,16,0,9,128,16,0,9,24,255,0,1,2,0,6,8,0,6,32,0, -11,32,0,4,1,0,0,16,0,3,128,0,2,32,0,8,64,0,1,32,0,8,8,0,2,104,250,16, -0,1,128,0,10,64,0,18,64,0,10,1,0,6,1,0,14,4,128,0,1,254,252,0,2,128,0 -,1,32,0,38,2,0,2,2,0,0,1,4,4,4,0,6,18,1,32,0,0,4,128,144,16,16,2,0,2, -251,0,14,128,0,0,8,0,5,16,0,0,32,0,21,3,128,0,0,32,0,6,2,0,9,32,0,0, -128,0,0,8,252,0,8,2,0,4,2,0,2,2,0,2,24,0,0,16,0,1,2,0,17,8,0,5,8,0,4, -128,0,14,255,0,0,5,0,15,128,162,0,5,2,0,3,128,0,2,128,0,2,64,0,2,64,0 -,0,128,0,13,1,0,2,128,2,0,7,8,168,255,0,25,2,0,1,128,0,2,2,0,2,64,0,2 -,1,0,4,32,0,3,20,128,0,4,128,33,0,2,128,0,4,2,64,1,0,0,8,248,248,0,1, -16,0,0,128,0,1,16,0,0,1,32,0,1,65,0,4,128,8,0,0,128,0,0,16,0,0,2,64, -16,0,3,4,0,0,32,0,8,32,0,1,128,0,0,16,0,0,4,80,0,0,32,8,0,2,4,8,0,0, -65,32,0,0,16,0,0,1,0,1,8,0,0,4,32,104,253,0,7,4,128,16,0,3,4,8,0,1,32 -,0,4,1,8,0,0,1,0,14,32,0,2,16,2,0,0,128,0,4,4,2,0,0,1,128,0,3,2,1,0,0 -,32,0,3,8,44,248,0,1,8,0,1,2,0,0,4,144,0,0,26,0,0,64,69,40,20,32,0,1, -212,4,0,0,10,1,32,105,13,128,9,0,3,16,0,0,128,0,7,16,64,0,1,166,161, -32,128,4,136,0,0,16,32,105,9,0,0,9,144,162,162,66,0,0,88,0,0,1,64,0,0 -,4,0,0,168,48,144,255,0,0,64,16,0,0,64,129,0,0,20,4,113,74,16,68,32, -177,34,5,6,160,0,1,128,152,32,2,72,131,130,34,12,0,3,4,64,48,0,3,8,2, -96,24,0,1,1,136,134,64,16,0,0,20,128,32,8,9,11,0,1,168,72,65,144,0,0, -44,192,32,8,20,0,0,80,0,0,32,128,253,0,0,32,4,0,1,1,0,1,16,1,0,0,64,2 -,0,3,2,0,3,128,32,0,1,130,0,1,8,0,3,4,128,64,0,4,2,64,8,0,2,144,0,0, -64,0,1,16,0,0,34,0,1,2,0,1,32,0,0,17,0,1,8,128,64,0,0,4,0,0,64,0,1,32 -,255,0,4,16,0,0,8,0,0,128,8,0,1,128,128,4,16,4,64,0,5,4,8,0,0,8,4,0,5 -,64,0,3,2,0,0,16,32,0,3,2,1,32,0,3,16,4,2,0,4,32,0,2,2,64,0,4,192,251 -,160,0,8,64,0,39,64,0,2,8,0,16,8,0,0,56,251,0,0,32,0,15,16,0,31,32,0, -0,16,128,0,13,32,0,0,2,0,2,8,252,0,4,1,0,2,8,0,1,4,0,3,16,0,4,24,128, -0,5,32,0,2,32,0,2,16,0,2,16,0,1,4,0,3,1,0,11,32,0,0,4,0,0,65,0,1,2,0, -2,160,253,0,12,8,0,9,64,0,2,128,32,0,16,6,0,3,34,2,0,5,4,0,5,9,16,8,0 -,0,32,0,0,64,0,0,184,255,2,0,9,8,0,3,4,0,0,64,0,5,4,128,0,2,16,0,1,64 -,0,3,8,0,1,32,0,3,2,0,3,128,0,1,64,0,0,8,0,2,64,0,11,4,16,100,252,0,4 -,130,0,19,8,0,17,32,0,3,16,0,13,16,0,1,8,0,0,8,0,3,152,255,0,13,1,0,4 -,16,0,0,2,0,1,8,0,0,1,0,14,128,0,2,16,8,4,0,1,8,32,0,1,64,0,2,48,8,0, -2,8,0,2,128,0,1,64,0,1,96,254,0,4,16,0,12,16,0,25,32,0,2,64,0,1,96,0, -4,32,64,0,4,8,0,4,64,32,0,0,128,255,0,7,64,0,10,8,0,31,4,0,7,8,0,3,1, -16,1,0,4,200,250,0,4,64,0,0,8,2,1,0,4,64,0,0,2,0,0,32,0,0,128,0,0,32, -1,0,4,2,0,1,8,0,3,1,0,1,4,0,4,128,0,17,34,0,0,2,0,5,32,251,0,3,4,0,46 -,1,0,1,64,1,0,1,34,0,12,2,0,0,232,254,64,1,0,3,2,0,47,16,0,1,32,2,0,3 -,2,0,9,232,253,0,6,2,0,2,2,0,7,26,64,0,4,8,132,0,17,20,128,0,0,16,40, -0,4,5,0,1,4,128,32,209,0,1,3,0,1,32,128,1,0,0,20,0,0,112,252,0,10,32, -0,7,24,0,5,128,0,0,16,0,16,32,0,8,8,0,4,192,0,8,32,0,0,112,253,0,9,24 -,0,8,24,0,0,128,0,2,96,0,19,44,0,2,32,0,4,11,0,4,1,0,0,6,0,1,24,0,0,3 -,0,1,44,0,0,8,253,0,6,64,32,0,0,8,0,8,24,0,0,16,0,2,32,0,0,32,64,0,16 -,20,0,2,2,0,4,5,0,1,128,32,32,0,1,2,0,1,8,0,0,1,0,1,20,18,224,254,0,7 -,8,0,0,96,33,0,9,8,2,0,1,128,73,0,0,10,0,16,24,66,0,1,36,0,4,6,2,0,1, -1,64,1,130,88,4,0,0,96,4,44,0,1,24,1,232,251,0,6,6,0,1,120,0,8,6,200, -0,3,224,1,28,0,17,32,128,1,180,0,5,9,0,1,60,144,1,48,0,0,30,0,1,120, -16,15,2,0,0,36,32,32,253,0,9,96,0,14,128,1,16,16,0,16,32,0,0,6,0,6,8, -0,4,1,32,24,0,1,96,0,0,12,0,1,40,0,0,232,254,0,6,152,2,0,0,96,0,10,19 -,2,0,1,128,1,16,0,17,16,9,70,4,34,0,4,68,2,0,1,65,20,0,1,24,0,1,96,0, -0,12,0,1,16,9,96,250,0,1,4,0,7,2,0,2,4,128,0,1,2,130,72,0,0,4,1,77,16 -,0,0,4,34,0,16,4,0,1,16,32,2,65,19,0,1,1,32,0,1,128,0,0,208,68,0,2,1, -32,128,1,0,0,4,0,0,56,253,0,10,32,0,6,64,0,3,32,0,27,16,3,1,0,6,192,0 -,1,8,0,8,250,0,9,24,0,4,8,0,0,49,0,0,24,0,1,24,0,3,48,0,17,44,0,1,64, -0,1,4,1,0,1,11,0,4,129,0,0,30,192,0,0,24,0,0,3,0,1,44,0,0,168,252,8,0 -,1,4,0,5,8,0,3,128,0,1,16,4,145,32,8,12,130,64,8,0,0,128,16,0,16,20,0 -,2,128,0,0,1,3,1,0,0,5,0,1,1,0,0,32,192,2,91,68,0,0,8,0,0,1,0,1,20,18 -,33,251,0,9,96,0,4,8,16,1,4,128,4,33,4,65,4,1,0,0,32,8,0,16,24,66,0,1 -,2,0,0,5,2,0,1,6,130,17,1,0,0,16,193,130,128,0,0,11,96,1,12,0,1,24,1, -11,250,0,1,12,32,0,5,120,16,0,2,12,128,7,32,64,6,192,0,0,112,0,0,15,0 -,1,12,0,17,32,0,1,48,128,6,192,3,1,0,0,9,224,1,0,0,128,1,240,0,0,30, -200,131,120,16,15,2,0,0,36,32,248,253,4,0,0,48,0,6,96,0,4,8,0,0,1,0,1 -,8,0,1,32,4,0,1,32,0,17,32,0,2,64,0,1,2,0,1,8,0,4,193,0,1,4,3,96,0,0, -12,0,1,40,0,0,210,253,0,2,65,0,5,96,0,3,48,0,0,32,208,68,128,0,0,80,0 -,0,4,8,16,0,0,48,33,0,16,16,8,0,1,4,8,5,10,1,0,0,4,130,81,0,1,6,192, -136,88,0,0,3,96,0,0,12,0,1,16,8,96,251,0,1,128,128,6,80,0,0,26,64,8,4 -,2,1,32,68,52,128,0,2,2,64,0,0,40,4,13,0,1,4,34,0,14,32,8,4,0,2,8,27, -64,1,105,0,0,1,160,1,0,0,128,6,17,16,0,2,1,32,128,161,0,0,36,1,96,254 -,0,2,16,6,128,0,4,32,0,2,48,0,6,96,64,12,0,1,48,0,16,64,0,7,96,0,5,6, -0,2,8,0,4,1,16,32,128,250,0,1,60,0,1,176,0,3,24,0,0,3,0,0,64,0,2,1,0, -3,96,0,1,8,0,18,64,44,0,1,48,0,0,24,4,1,96,0,0,11,224,1,0,1,6,49,0,0, -30,192,0,0,24,0,0,3,96,129,44,0,0,88,251,4,0,0,4,65,0,0,80,0,0,64,16, -80,8,0,0,1,0,0,16,48,18,0,2,128,32,128,96,130,44,0,1,128,16,0,15,16, -20,0,1,16,0,0,64,0,0,34,100,0,0,5,160,69,0,1,22,16,136,26,69,0,0,8,0, -0,1,160,0,0,20,0,0,226,253,12,0,3,96,8,1,0,0,32,100,4,76,0,0,8,49,2, -16,1,0,1,17,8,98,65,12,16,0,0,176,8,0,15,80,24,66,0,0,192,36,64,0,0, -131,0,0,68,6,2,8,0,1,68,0,0,132,128,0,0,35,98,2,76,192,0,0,40,1,184, -251,0,1,8,144,1,132,0,0,6,200,0,0,120,16,14,98,0,0,60,144,1,0,1,30, -192,0,0,24,0,0,15,0,1,28,0,15,96,0,0,32,0,1,240,0,0,6,208,3,24,0,0,9, -192,129,0,0,128,1,52,0,0,30,200,3,120,16,15,34,1,36,16,48,252,8,0,1, -32,0,0,128,0,2,130,96,0,0,12,0,0,64,48,0,0,6,1,0,0,24,8,0,0,96,32,12, -8,0,18,64,32,0,1,192,0,2,3,0,1,8,32,0,0,1,0,1,1,0,2,3,96,0,0,12,64,1, -32,0,0,41,253,0,1,128,0,0,16,72,34,0,0,16,0,0,96,0,0,12,128,8,48,34, -32,0,1,24,1,19,114,4,76,0,1,16,65,0,14,128,4,144,8,0,0,192,0,0,24,16, -83,0,1,36,130,9,0,1,4,128,2,153,4,3,96,0,0,12,128,0,0,32,0,0,40,253, -32,0,0,4,128,2,18,0,4,2,1,32,4,4,128,194,192,136,2,64,0,0,72,128,1,32 -,32,36,66,0,15,16,6,128,2,16,0,0,1,97,35,2,132,1,32,0,0,52,128,6,16, -64,0,1,8,1,32,128,33,1,4,34,124,252,0,3,4,0,5,32,0,1,128,0,1,4,0,4,96 -,0,24,4,0,3,3,0,4,48,0,0,6,0,2,8,0,3,128,0,2,176,248,0,2,128,3,176,0, -3,24,0,0,3,0,1,48,0,1,240,0,1,4,128,64,0,1,8,64,48,0,15,96,0,0,44,128 -,5,0,1,6,0,1,24,0,0,11,0,0,64,48,0,1,48,64,30,192,131,24,0,0,3,96,129 -,48,0,0,136,249,8,0,1,128,4,80,0,3,8,0,0,1,0,0,8,50,0,0,32,18,64,64,0 -,0,16,96,34,64,0,1,160,8,0,14,32,0,0,20,128,66,2,36,2,0,0,35,9,0,0,5, -0,1,48,16,0,0,208,8,26,96,19,8,0,0,1,160,0,1,66,11,254,128,1,0,0,1,2, -96,8,1,0,1,96,1,44,2,32,0,0,2,34,2,0,1,4,8,98,32,128,4,68,48,6,0,14, -128,73,24,66,3,0,0,8,24,5,1,96,32,6,2,68,0,0,66,70,64,0,0,128,0,0,16, -97,1,140,196,0,0,160,0,0,121,249,224,1,13,144,5,128,0,3,120,16,14,96, -0,0,12,144,7,240,0,0,6,192,3,120,0,0,15,96,0,0,60,0,15,224,1,32,128,4 -,48,32,30,192,3,122,0,0,9,224,1,12,128,7,180,32,30,200,3,120,32,15,32 -,1,12,32,0,0,249,4,0,0,48,32,2,128,0,3,96,0,0,12,0,7,4,0,0,96,0,2,64, -48,0,15,128,1,32,0,0,5,0,1,24,0,0,1,96,0,0,8,0,0,64,48,16,6,196,0,1,4 -,0,0,96,0,0,12,192,0,0,32,0,0,185,249,0,0,4,50,0,0,4,64,40,0,2,96,0,0 -,12,128,68,0,0,34,6,200,0,0,24,0,0,16,34,36,64,144,16,48,8,0,14,128,1 -,16,10,2,64,20,24,0,0,16,100,0,0,132,2,8,0,0,2,6,128,40,152,0,0,3,98, -0,0,12,0,0,1,48,17,72,248,32,0,1,128,6,16,0,0,128,64,0,0,8,4,1,0,0,8, -4,128,0,0,208,0,0,130,0,5,8,4,0,16,16,38,194,4,0,0,8,1,97,2,9,0,0,9, -34,0,0,52,128,2,16,0,1,3,8,1,33,0,0,160,9,4,34,40,254,0,3,6,0,2,8,0,1 -,16,12,0,0,128,0,2,192,0,0,16,4,0,4,128,0,18,16,0,0,2,0,6,4,0,1,48,0, -0,4,0,7,132,65,48,0,0,64,252,0,3,6,176,0,0,6,0,1,32,0,0,12,100,0,2,6, -196,0,0,6,0,4,96,0,1,8,0,14,96,0,0,44,128,5,48,0,0,6,0,2,16,11,0,0,64 -,48,128,5,2,0,0,6,192,3,24,0,0,15,130,1,0,1,88,248,12,8,2,0,0,6,80,0, -0,2,0,0,16,4,18,76,32,0,1,34,38,192,2,147,8,0,3,32,0,0,128,0,15,32,0, -0,20,128,66,18,0,0,2,0,0,32,2,0,0,5,0,1,48,128,34,192,34,2,64,131,8,0 -,0,45,128,69,0,0,66,185,255,4,4,1,0,0,16,96,8,153,16,16,0,0,66,12,130 -,65,0,0,2,0,0,194,8,137,4,0,3,128,69,0,0,8,0,14,128,69,40,0,0,3,192, -34,24,1,32,0,0,17,10,0,0,68,0,0,6,35,2,40,24,1,16,1,34,64,0,0,1,48,4, -43,252,96,0,1,128,1,130,0,0,30,192,0,0,25,0,0,3,224,1,60,136,7,240,0, -0,4,0,4,224,1,12,0,15,224,1,32,128,4,240,0,0,30,208,129,24,0,0,9,96,0 -,0,12,0,0,4,48,0,0,30,208,3,24,0,0,15,228,1,29,0,0,240,249,132,1,0,2, -128,32,24,0,0,3,2,32,0,0,128,1,0,1,6,0,1,26,0,4,128,1,0,0,8,0,14,128, -1,32,0,0,3,192,0,0,24,0,1,98,16,8,128,65,0,1,5,193,0,0,24,0,1,96,0,1, -128,1,0,1,194,249,0,0,8,1,0,1,64,8,24,0,0,8,0,0,1,0,0,136,1,0,0,16,70 -,193,20,24,9,0,3,128,1,48,0,15,128,1,32,0,0,4,192,0,0,24,0,0,1,0,0,2, -8,0,0,8,0,1,66,192,32,24,0,0,163,96,18,44,130,41,16,16,192,255,32,0,0 -,128,0,1,16,0,0,2,64,0,1,2,1,0,0,8,20,0,0,34,16,0,0,10,64,0,4,8,20,0, -16,16,54,10,0,1,8,11,65,35,34,1,1,128,16,54,128,0,0,208,0,1,3,8,1,33, -0,0,32,0,0,4,65,232,248,0,2,16,0,6,32,0,1,128,32,0,0,4,2,0,0,16,0,5, -128,32,0,17,48,0,4,4,0,0,64,16,4,2,1,48,0,9,4,0,2,192,252,0,1,12,0,1, -176,0,0,24,0,1,24,0,0,3,96,0,0,44,128,5,48,0,0,22,0,4,96,0,0,44,0,15, -96,0,0,48,0,1,48,0,0,14,0,0,3,88,0,1,96,1,48,128,5,194,64,6,192,3,122 -,0,0,15,130,1,0,0,16,192,255,8,8,54,4,0,0,80,0,0,64,16,19,12,0,0,1,32 -,0,0,148,136,162,16,0,0,10,0,0,128,0,2,32,0,0,148,32,0,14,32,0,0,176, -8,0,0,16,0,0,130,32,35,41,33,128,162,0,0,49,128,34,0,0,8,2,64,3,104, -16,77,128,1,32,0,0,1,250,0,0,4,1,0,1,96,8,1,0,1,96,2,140,130,73,24,1, -3,192,72,12,0,0,8,2,0,1,128,81,24,0,15,128,81,48,9,0,0,192,40,128,0,0 -,16,50,0,0,32,192,0,1,65,35,194,0,0,152,4,16,1,34,64,0,0,4,128,16,67, -251,96,0,0,8,32,0,0,128,0,0,6,200,0,0,121,16,14,224,1,36,8,4,240,0,0, -16,196,3,0,2,224,1,36,16,0,14,224,1,60,0,1,240,0,0,20,200,2,64,0,0,3, -2,1,12,0,0,4,240,32,30,192,3,120,0,0,15,100,64,28,0,0,200,252,4,0,3, -128,32,0,2,98,0,0,12,128,1,40,8,5,192,0,0,16,4,0,3,128,1,40,8,0,14, -128,1,48,0,1,192,0,0,26,0,0,3,80,0,1,64,1,48,0,0,5,1,0,0,24,0,0,128,0 -,0,16,0,2,16,16,250,248,128,9,1,65,0,0,64,2,0,0,16,8,96,0,0,12,128,1, -144,0,0,2,192,0,0,72,0,0,16,2,0,1,128,1,144,0,15,128,1,32,10,0,0,192, -0,0,88,4,66,40,0,0,2,130,0,0,48,32,18,192,40,24,0,0,3,96,4,76,2,80,16 -,2,192,255,48,0,1,128,6,144,8,25,96,0,0,8,1,13,0,0,8,4,0,0,32,16,0,0, -2,0,1,8,0,0,13,0,0,8,4,0,16,16,54,0,0,64,8,8,1,97,35,1,1,65,0,0,16,6, -128,0,0,208,2,0,1,8,1,33,0,0,160,1,4,0,0,112,253,0,4,64,0,4,16,12,0,0 -,128,0,2,2,0,5,12,0,0,128,0,18,48,0,5,3,0,0,16,4,2,0,3,192,32,0,0,8,0 -,3,132,1,0,1,48,252,0,3,6,176,0,0,30,0,3,3,96,0,0,44,128,5,48,0,0,22, -0,1,24,0,1,96,0,0,44,0,15,96,0,0,48,160,1,48,0,0,6,0,0,3,88,0,1,96,1, -0,0,160,5,114,0,0,30,192,3,120,0,0,15,130,1,0,1,112,248,12,32,0,1,134 -,80,0,0,2,17,0,1,20,1,32,0,0,148,136,162,16,0,0,10,0,1,8,0,1,32,0,0, -148,32,0,14,32,0,0,48,129,0,0,16,0,0,2,0,0,11,42,33,0,0,162,0,0,1,130 -,34,144,132,26,68,139,104,17,141,128,1,0,1,89,249,132,1,0,1,6,160,0,2 -,11,2,17,0,0,132,69,24,1,3,192,72,12,0,1,96,16,128,129,33,24,0,15,128 -,1,50,0,0,22,192,32,152,4,11,52,0,0,64,194,0,0,128,0,0,35,194,40,128, -0,0,16,1,34,64,0,0,4,129,8,107,252,104,0,0,1,128,7,132,0,0,30,192,3, -88,0,0,2,224,1,36,8,4,240,0,0,16,4,0,0,112,0,0,3,224,1,36,16,0,14,224 -,1,60,136,7,244,0,0,30,192,3,64,0,0,3,0,0,1,12,16,4,240,0,0,30,200,3, -120,0,0,15,100,0,0,12,0,0,136,252,0,3,6,128,0,4,16,12,128,1,40,8,5, -192,0,0,16,4,0,0,96,0,1,128,1,40,8,0,14,128,1,48,0,0,6,192,0,0,24,0,0 -,3,80,0,1,64,1,0,1,5,193,0,1,4,128,0,0,16,0,0,128,1,48,32,114,248,16, -8,2,0,0,38,136,0,0,26,0,0,16,4,2,140,132,1,16,0,0,2,192,0,0,8,0,1,104 -,0,0,64,132,1,16,0,15,128,1,0,0,8,6,192,0,0,24,0,0,1,42,0,0,32,130,0, -0,48,33,2,128,32,24,1,35,96,1,140,130,1,49,0,0,56,255,32,0,0,36,144,6 -,0,1,10,66,8,0,0,2,5,8,8,36,1,36,0,1,18,64,0,0,12,0,0,1,160,5,36,0,16 -,16,6,128,130,0,0,8,3,64,32,64,1,65,0,0,17,182,160,36,18,0,1,3,0,0,1, -33,0,0,32,0,0,36,18,144,253,0,1,16,0,0,6,0,1,16,0,0,3,1,32,12,0,0,128 -,16,8,2,2,0,0,8,8,0,3,128,1,17,16,0,18,4,0,4,33,16,0,0,136,0,0,48,0,0 -,2,0,7,4,0,2,16,249,0,1,44,0,0,6,0,2,4,0,0,24,0,0,3,96,0,0,44,128,5,0 -,1,22,0,1,24,0,0,12,128,1,45,0,15,96,0,0,12,0,0,2,48,0,0,30,0,0,128, -88,0,1,100,1,48,128,5,2,0,0,6,192,0,0,120,0,0,15,0,1,48,8,248,249,4,8 -,22,0,0,6,0,1,64,0,0,16,12,0,0,69,40,0,0,20,128,162,0,1,10,0,0,8,12,0 -,0,12,128,17,20,0,15,32,0,0,4,0,0,4,16,0,0,26,0,0,8,40,33,128,160,0,0 -,177,160,34,0,1,2,64,0,0,104,20,13,0,1,32,2,10,255,140,5,33,0,0,128,0 -,1,8,9,139,96,17,8,132,9,169,0,0,3,0,1,12,0,0,32,100,0,1,144,5,170,0, -15,128,9,48,18,2,192,8,24,3,144,48,0,0,64,192,0,0,48,1,5,0,1,24,0,0, -35,0,0,34,76,0,0,4,48,10,56,249,96,0,0,24,128,1,0,1,30,192,2,120,0,0, -3,224,1,36,8,4,0,1,8,192,2,112,64,3,224,1,36,32,0,14,224,65,60,128,5, -240,128,28,192,1,64,0,0,3,4,1,60,16,4,48,32,30,196,131,120,0,0,15,100 -,64,60,0,1,250,8,0,0,32,0,4,8,1,96,0,0,12,128,1,32,0,0,3,0,1,8,0,1,96 -,0,1,136,1,32,0,15,128,1,48,0,0,2,192,0,0,24,4,1,48,0,1,192,0,0,48,0, -0,5,192,0,0,24,0,0,3,0,0,16,12,128,1,48,0,0,33,253,0,0,8,21,0,3,152,0 -,0,2,100,0,0,40,130,1,32,0,0,4,0,1,8,0,0,80,104,0,0,64,128,8,34,0,15, -128,1,52,0,0,4,192,0,0,152,0,0,163,72,0,0,40,16,1,16,65,4,192,0,0,25, -0,0,3,96,0,0,12,130,81,48,10,104,248,0,19,64,0,31,16,0,4,16,0,14,152, -251,32,0,1,128,0,0,16,0,1,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,68,0,2,1, -32,0,0,4,0,15,32,0,1,128,0,0,16,0,0,2,64,0,2,1,32,64,4,128,0,0,16,0,0 -,2,64,0,0,8,0,0,1,32,0,0,4,0,0,192,253,0,2,16,0,19,32,0,22,32,0,25, -136,255,40,0,0,132,128,0,0,16,0,0,2,96,0,0,8,0,0,1,32,0,0,4,128,0,0, -16,16,0,0,64,0,0,8,1,1,32,0,0,4,0,15,32,0,0,132,128,0,0,16,0,1,64,0,0 -,8,32,1,0,1,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,129,254,0, -2,1,0,1,4,0,4,64,0,3,16,8,4,0,0,1,0,1,2,0,22,34,0,2,64,0,2,4,0,1,16,1 -,0,0,32,0,11,147,251,32,0,1,32,0,1,64,0,0,64,0,3,8,0,4,128,0,0,68,0,1 -,64,1,0,26,68,0,1,64,0,2,4,0,1,1,0,10,8,251,4,0,1,16,0,8,4,0,4,128,0, -54,226,253,32,0,1,130,16,20,132,130,80,0,0,8,66,32,32,8,5,33,32,4,2,0 -,0,80,0,1,8,1,32,8,5,32,0,14,32,0,0,5,160,0,0,20,2,65,96,0,0,8,129,33 -,4,4,6,0,0,16,18,66,66,96,8,9,32,1,40,132,132,16,120,254,0,51,64,0,21 -,216,251,0,19,64,0,37,4,0,14,216,251,0,1,32,0,3,4,0,9,16,0,3,8,0,24,4 -,0,2,16,0,8,32,0,10,40,252,0,1,16,0,0,4,0,4,2,0,4,128,0,0,4,128,0,2,2 -,0,1,40,0,1,8,0,19,16,0,3,1,0,4,16,0,12,232,255,0,53,128,0,5,4,0,12, -24,251,0,8,2,0,64,184,253,64,0,0,1,0,0,2,0,0,128,0,2,2,0,7,128,0,2,32 -,0,0,4,0,0,64,0,0,8,0,19,1,0,6,1,0,3,33,32,0,5,128,64,16,0,0,88,250, -128,0,0,16,0,4,4,0,5,1,0,33,1,0,0,4,0,4,128,0,3,128,0,5,1,0,3,208,250 -,96,128,20,6,21,64,64,0,0,20,1,1,0,3,17,0,0,2,0,0,84,0,1,138,48,0,0,2 -,0,0,128,160,16,0,14,128,0,1,8,0,0,6,0,0,82,0,4,36,0,1,5,0,0,50,64,0, -4,1,192,128,8,0,0,192,254,128,150,130,0,0,1,16,0,0,8,4,33,37,16,0,2, -136,4,0,0,80,52,0,0,64,0,0,2,8,9,10,0,0,132,0,15,160,215,2,138,4,64,0 -,0,72,0,1,32,0,1,128,0,0,32,0,0,128,64,76,1,0,4,32,89,0,1,56,252,128, -0,5,2,80,0,0,8,64,0,5,32,128,0,5,8,0,17,64,128,0,0,8,0,0,64,0,0,8,0,1 -,32,0,1,128,0,3,64,0,7,64,0,0,128,80,250,0,15,32,0,1,32,0,3,16,4,0,18 -,128,0,2,2,0,9,16,0,1,2,0,6,64,0,2,56,255,0,19,16,8,0,3,8,0,1,48,0,15 -,128,0,0,16,0,0,2,0,0,17,32,0,1,128,0,1,1,2,0,3,16,32,0,2,8,4,0,2,104 -,252,0,28,16,0,17,32,0,11,32,0,12,152,252,0,2,4,0,4,64,0,2,4,0,38,64, -0,0,2,0,1,16,0,15,136,248,0,1,128,0,4,16,0,4,32,0,3,1,0,2,128,0,3,128 -,0,24,64,0,1,4,0,2,4,0,0,64,64,0,1,1,32,0,5,144,250,18,0,17,16,0,27,4 -,0,24,128,52,252,0,74,152,255,0,8,2,0,7,128,0,3,64,0,3,2,0,25,4,0,3, -32,0,13,24,255,0,7,4,0,17,32,0,25,128,0,5,8,0,12,240,255,0,1,18,8,0,0 -,8,0,1,16,0,2,4,2,0,4,32,0,1,64,32,16,0,21,1,0,2,64,0,1,4,0,19,16,249 -,0,2,128,0,14,2,0,34,4,1,0,4,16,0,9,8,0,0,145,249,0,7,32,0,0,4,0,4, -128,0,2,1,0,1,4,0,35,64,0,13,128,249,0,17,32,0,0,8,0,5,64,0,18,8,0,26 -,248,255,0,17,8,0,33,128,0,20,24,255,0,27,32,0,23,128,2,0,4,32,0,13, -48,255,0,27,4,0,26,32,0,5,2,0,2,1,32,0,2,128,0,1,56,248,0,12,4,0,9,32 -,0,27,4,8,64,0,4,64,0,10,128,0,0,248,251,0,1,8,0,0,1,0,2,4,0,2,2,0,61 -,120,252,8,0,5,2,64,0,8,16,0,1,64,0,52,192,249,0,1,1,32,0,0,132,0,1,8 -,0,0,2,0,3,32,0,2,129,0,2,2,64,0,2,1,0,25,1,0,4,32,0,12,136,254,0,0, -128,0,0,16,0,0,2,0,16,33,0,1,4,0,0,64,0,35,32,0,3,16,0,3,160,250,0,11 -,8,0,3,16,0,4,16,0,29,2,0,6,1,0,0,48,0,6,32,0,1,176,254,0,1,64,0,1,1, -192,36,8,4,0,0,32,0,0,32,128,0,0,16,0,0,2,0,7,128,0,18,1,0,1,5,160,0, -0,16,0,1,64,0,2,17,0,5,8,0,2,64,0,1,64,216,254,0,25,1,0,37,2,0,3,1,0, -1,16,0,0,184,255,0,46,128,0,24,80,8,192,250,32,0,3,1,0,1,4,0,0,32,0,1 -,128,0,1,8,0,1,32,0,2,8,0,0,2,0,0,64,8,16,0,18,2,2,64,0,5,1,0,0,16,8, -1,66,32,0,1,1,32,0,0,4,128,0,0,8,0,0,204,252,8,0,3,64,0,8,16,0,4,4,0, -2,4,0,19,64,8,0,1,1,0,7,64,0,1,4,0,11,80,251,64,45,160,0,0,20,82,32, -80,8,81,16,0,0,64,65,0,0,4,24,0,0,65,96,0,0,20,0,0,16,0,0,3,0,0,128, -24,16,0,15,64,5,0,0,1,6,64,8,0,0,6,0,0,12,0,0,4,0,0,9,144,1,34,64,48, -128,0,0,16,0,0,2,64,64,8,0,0,200,251,0,0,96,145,32,2,64,80,1,172,9,37 -,0,0,20,0,0,3,0,0,4,6,0,0,32,34,0,1,37,0,0,136,2,72,128,0,3,16,0,10, -128,88,4,128,2,0,1,72,2,0,2,20,130,48,8,0,1,96,32,0,0,5,41,66,1,32, -162,64,4,0,0,160,250,0,0,64,16,0,0,2,128,0,1,68,0,0,16,0,0,4,0,3,4,0, -0,32,0,2,8,0,1,2,128,0,16,128,64,0,1,2,0,1,8,0,3,4,34,0,3,64,32,0,0,4 -,1,0,2,136,64,0,1,64,254,0,1,1,0,2,32,0,5,128,0,1,136,0,7,4,0,6,4,0, -18,4,0,4,64,0,7,8,0,5,160,251,16,0,13,64,0,0,1,0,54,64,0,0,220,255,2, -0,72,128,48,253,32,32,4,128,0,7,32,0,10,40,0,21,128,0,1,1,0,5,8,0,0,4 -,0,4,1,128,0,0,17,0,4,8,128,252,8,0,12,1,0,1,2,0,6,1,0,27,4,0,7,16, -128,0,2,64,0,0,2,0,3,218,254,12,0,56,2,0,14,128,62,255,0,19,32,0,3,16 -,0,46,4,0,0,136,248,0,19,4,0,3,1,0,25,2,0,6,4,0,13,152,248,0,74,152, -255,0,6,16,0,1,96,0,2,1,1,8,4,0,8,1,0,21,32,0,1,8,0,0,144,0,2,128,0,0 -,16,0,3,8,0,0,128,0,3,32,0,0,144,248,0,1,32,0,4,2,0,1,8,0,4,8,128,0,3 -,64,0,0,2,16,0,1,32,0,17,128,0,0,2,0,1,64,0,2,8,0,3,6,128,16,0,0,16,2 -,0,2,32,129,32,0,0,192,254,0,20,16,0,2,32,0,24,128,0,22,40,253,0,27,8 -,0,45,16,255,0,1,52,128,0,0,16,4,0,1,19,96,36,13,128,17,4,128,0,0,16, -24,152,0,4,32,0,0,4,0,15,128,9,176,0,1,80,0,0,10,0,0,32,2,0,0,140,164 -,16,1,0,0,70,82,0,0,130,72,0,0,96,68,140,136,145,0,1,176,252,0,1,48,0 -,1,64,32,0,2,1,0,0,12,0,1,1,0,4,16,0,23,128,0,0,16,0,0,128,0,0,16,0,9 -,128,0,10,240,253,0,3,6,0,0,32,0,0,192,3,121,0,1,224,1,0,4,30,16,0,4, -128,48,32,0,14,224,1,60,32,0,0,176,0,0,22,192,0,2,15,128,1,0,0,128,7, -180,0,0,6,16,128,120,0,0,15,224,129,0,1,80,248,0,1,48,66,6,0,2,64,0,0 -,8,34,0,0,32,4,2,0,2,40,2,0,5,8,0,0,2,0,14,32,0,0,6,2,0,0,80,0,0,10, -64,0,2,65,132,137,0,0,128,0,0,80,0,0,130,0,0,16,8,34,1,48,4,0,1,56, -253,0,1,48,18,0,0,1,34,0,4,64,2,0,1,9,0,0,8,36,0,5,128,5,176,0,20,96, -16,12,8,64,0,2,128,72,0,2,96,4,0,0,1,136,0,6,152,252,0,1,60,128,1,48, -0,1,128,3,112,0,0,3,192,1,12,128,1,112,0,0,28,0,4,224,129,12,32,0,14, -192,1,60,0,1,128,0,0,16,192,0,2,14,96,1,0,1,7,144,64,6,208,0,0,112,0, -0,14,192,1,0,2,254,0,1,48,32,0,0,1,32,0,5,2,0,0,48,8,6,64,32,0,7,49,8 -,0,19,128,0,0,16,16,3,0,2,128,1,0,2,128,0,1,4,128,0,6,248,249,0,1,48, -1,0,0,32,8,0,1,3,96,0,0,32,128,1,176,0,0,22,196,2,24,0,4,128,9,48,0, -15,128,1,48,0,1,64,36,8,0,0,163,0,1,12,128,1,2,128,6,64,36,16,0,0,3, -96,0,0,12,128,1,0,1,8,254,128,133,20,0,1,16,40,2,0,0,11,96,8,0,0,128, -1,0,0,128,6,0,2,64,129,0,4,48,1,0,6,34,0,6,145,33,0,0,34,0,0,16,0,0,2 -,0,0,32,98,68,0,2,4,128,0,0,16,0,0,2,64,0,0,96,68,0,0,32,0,3,248,0,1, -32,0,1,64,0,3,2,0,3,1,0,0,6,0,10,16,0,6,12,0,6,6,0,16,1,0,2,3,0,6,16, -251,224,129,44,0,2,32,0,0,196,3,120,0,1,224,1,0,0,128,7,0,3,128,0,4, -60,16,0,6,12,0,6,230,1,61,0,1,176,0,0,22,192,131,120,32,0,3,32,0,0, -176,0,1,16,128,120,32,0,0,128,1,0,1,16,254,40,0,0,20,0,2,8,88,64,16,9 -,34,0,0,32,4,2,128,6,0,3,32,0,4,4,0,7,10,0,6,37,0,0,52,9,0,0,80,0,0, -10,64,3,8,0,3,48,1,32,88,0,0,64,0,0,16,8,4,0,1,128,0,1,41,252,0,1,24, -4,0,1,32,0,0,2,0,7,6,0,3,18,0,13,10,0,6,5,0,1,4,0,0,96,16,12,8,64,0,4 -,48,1,16,96,4,64,0,0,136,0,2,128,1,2,0,0,147,248,224,1,32,0,1,48,0,0, -30,128,3,112,0,1,192,1,0,0,128,7,0,2,192,131,0,4,56,0,15,192,1,60,0,1 -,128,0,0,16,192,3,112,0,3,12,144,1,145,64,6,208,0,0,112,0,1,96,0,2,24 -,250,4,0,0,32,0,2,32,24,72,0,7,6,0,3,130,0,24,8,0,0,128,0,0,16,0,6,48 -,16,2,129,0,2,128,0,2,128,1,0,1,58,252,128,1,16,8,0,1,2,88,0,0,3,96,0 -,1,128,1,0,1,6,0,3,9,0,4,48,0,15,128,1,48,2,0,0,64,32,72,32,147,96,0, -4,2,70,64,32,24,2,3,96,0,1,128,145,0,1,88,251,0,1,4,128,6,0,1,66,4,19 -,96,36,1,128,17,0,0,128,0,2,24,65,0,0,96,36,1,128,137,48,1,0,14,128, -133,0,0,34,0,0,16,0,0,2,0,0,32,2,0,1,32,0,1,128,6,20,0,0,26,64,3,96, -36,76,160,48,0,1,152,251,0,3,6,0,4,1,0,3,1,0,4,8,0,6,16,0,31,6,0,1,24 -,4,3,0,2,4,1,0,1,112,255,0,1,44,0,4,196,3,120,64,0,0,224,1,1,0,3,30,8 -,3,120,32,0,0,224,1,60,32,0,14,224,1,60,8,0,0,176,0,0,22,192,131,0,6, -6,176,0,0,14,0,1,120,0,0,15,128,1,0,1,112,249,12,0,0,20,0,3,16,64,8, -12,0,1,32,16,0,4,2,0,0,32,9,1,0,0,32,136,4,0,15,32,136,52,1,0,0,80,0, -0,10,64,11,0,2,128,133,0,1,18,82,0,0,146,2,0,0,8,10,33,16,9,1,0,0,210 -,253,4,0,0,24,4,0,0,1,0,0,144,0,3,64,2,0,7,11,0,2,2,0,20,4,0,0,96,16, -12,8,64,0,4,1,0,0,4,97,4,88,0,0,11,2,0,1,128,1,2,0,0,112,249,0,1,32, -128,1,0,1,14,132,3,112,0,0,3,192,1,0,0,128,1,2,0,0,28,192,3,114,0,0,3 -,192,1,56,0,15,196,1,60,0,1,128,0,0,16,192,3,0,2,224,1,0,0,128,3,144, -64,30,196,3,112,0,0,14,96,1,0,1,64,249,4,0,0,32,0,1,1,0,0,24,0,3,12,2 -,0,2,6,0,3,128,0,1,12,0,23,128,0,0,16,16,0,3,128,1,0,1,4,128,0,0,24,0 -,0,3,0,2,128,65,0,1,241,248,0,1,144,8,0,2,8,8,3,96,0,0,44,128,1,0,1,6 -,2,0,0,24,0,0,11,96,0,0,140,130,1,48,0,15,137,1,48,16,0,0,64,34,8,1, -131,0,2,128,41,0,1,34,66,34,16,5,19,97,0,0,12,128,9,0,1,96,254,32,0,0 -,4,128,0,0,80,0,0,2,0,0,19,96,36,0,0,128,17,5,128,0,0,208,136,154,72, -33,96,36,140,168,9,50,1,0,14,128,33,0,0,162,6,16,0,0,2,0,0,32,8,0,0,1 -,160,72,52,128,6,16,0,0,90,80,144,0,1,140,40,0,0,20,0,0,56,253,0,4, -128,0,3,1,0,8,24,0,1,1,0,1,128,1,0,0,16,0,14,1,0,2,6,0,4,1,0,2,1,48,0 -,3,24,0,6,32,0,0,136,250,0,1,44,0,1,176,0,0,24,196,3,121,32,0,0,224,1 -,0,0,128,1,64,0,0,24,0,0,128,120,32,15,4,1,61,0,15,232,129,60,8,6,176 -,0,0,22,192,0,2,12,128,0,0,48,0,0,6,180,0,0,16,4,128,0,1,15,128,1,44, -8,136,253,8,0,0,20,0,1,80,0,1,64,32,8,4,0,0,32,136,0,0,128,0,1,68,24, -2,0,0,8,4,33,128,8,4,17,0,14,32,0,0,52,0,0,6,80,0,0,10,64,0,1,132,12, -0,0,1,48,0,0,16,80,0,0,24,0,0,16,0,1,33,16,8,21,1,57,248,0,1,24,4,6, -97,2,88,0,6,48,9,70,194,72,64,8,11,0,2,128,33,0,16,9,0,1,4,22,96,16, -12,8,163,0,0,32,32,136,0,2,70,97,4,88,8,160,0,2,128,1,26,10,59,254,96 -,128,32,128,7,144,64,6,144,3,112,0,1,192,1,60,128,7,240,0,0,22,192, -130,112,0,0,14,96,0,0,56,0,15,194,1,60,128,7,130,0,0,16,192,3,24,0,0, -3,96,1,12,144,7,144,64,30,192,0,2,14,96,0,0,36,0,0,64,252,132,1,32,0, -1,129,0,0,24,0,7,8,6,192,0,0,16,0,0,131,0,3,1,0,16,8,0,3,128,0,0,16,8 -,3,0,2,128,0,3,129,0,0,24,16,128,0,2,128,65,40,0,0,26,249,128,5,17,10 -,0,0,64,40,24,9,3,96,0,1,128,1,128,128,6,128,128,152,32,8,96,0,0,12, -64,128,48,0,15,136,1,176,8,64,72,40,8,1,3,96,8,0,0,1,1,0,1,22,64,40, -152,0,0,10,0,1,12,128,9,16,10,168,255,176,1,4,128,0,0,16,0,0,152,0,3, -76,0,1,48,1,0,0,16,136,18,80,3,96,128,13,32,129,4,0,15,1,0,1,162,6, -144,16,2,0,0,32,96,68,77,32,0,0,4,128,38,148,4,2,65,1,96,68,0,0,160,4 -,4,0,0,72,248,128,1,0,5,16,0,3,8,0,1,32,0,7,12,128,0,17,16,0,2,6,64,0 -,3,1,0,0,8,8,0,2,2,64,64,0,0,4,2,0,4,1,0,0,64,249,128,1,44,0,1,176,0, -0,30,8,0,2,15,8,0,0,60,32,0,1,128,16,0,0,3,121,64,0,0,128,1,48,0,15,1 -,0,0,60,8,6,176,0,0,22,192,0,0,120,32,12,0,2,8,6,180,0,1,192,2,120,64 -,0,2,44,8,216,252,140,1,20,0,1,80,0,0,2,0,3,1,0,1,4,0,1,64,4,64,32,8, -8,0,1,128,33,0,0,10,0,7,1,0,7,180,0,0,6,80,0,0,10,64,0,0,8,4,40,144,9 -,1,0,0,38,80,0,1,81,1,12,4,0,2,21,1,202,254,132,5,25,4,0,0,97,2,0,11, -40,152,0,0,160,0,2,2,9,176,0,15,5,0,1,4,16,162,0,0,12,8,11,0,1,132,1, -68,128,8,36,168,0,0,64,160,9,0,3,17,24,10,216,255,232,1,32,128,1,144, -64,28,0,3,14,0,1,56,0,1,48,0,0,30,200,0,0,112,0,0,3,96,128,12,32,0,6, -64,2,0,7,60,128,1,128,0,0,16,192,3,113,0,0,15,224,1,12,128,7,144,0,0, -6,0,0,2,113,0,1,224,65,36,0,0,184,253,0,1,32,8,6,129,32,0,10,192,0,1, -8,3,0,2,128,1,48,0,19,6,128,0,0,16,0,0,3,0,1,12,128,1,48,8,0,0,128,0, -1,128,130,0,3,1,40,8,41,250,16,16,18,2,6,64,8,24,0,3,12,0,1,48,0,2,8, -137,0,0,83,96,0,0,128,2,0,0,50,64,0,16,48,10,38,130,0,0,136,16,3,96,0 -,0,140,132,9,2,1,70,132,0,0,144,16,33,96,0,1,128,128,16,2,136,248,176 -,0,0,36,4,0,0,16,0,0,152,64,163,96,33,76,128,1,50,129,6,208,136,24,0, -0,3,96,128,1,160,1,132,0,7,64,1,0,5,128,133,128,128,2,0,1,2,0,0,32,0, -1,77,48,0,0,16,129,32,18,0,0,2,64,0,0,96,68,0,0,160,1,36,10,120,254,0 -,0,1,16,0,4,16,0,3,8,0,1,32,0,0,192,0,1,16,0,0,2,0,4,8,0,17,16,4,0,4, -1,0,0,8,0,1,32,8,0,0,64,32,0,5,128,1,17,0,0,24,250,96,65,44,0,1,176,0 -,0,30,16,3,122,0,0,15,228,1,60,16,6,0,1,30,208,3,120,32,12,0,1,1,0,7, -64,2,0,5,224,1,13,128,5,0,1,22,192,0,2,12,8,0,0,44,128,1,4,0,1,192,2, -120,0,1,128,65,44,0,0,56,254,172,16,20,0,1,80,0,0,2,0,0,34,8,34,33,32 -,136,132,0,0,22,200,68,2,65,16,9,1,12,0,0,8,32,10,0,6,128,0,6,32,0,0, -4,128,66,1,0,0,10,64,0,2,72,128,133,148,160,22,0,0,40,152,68,1,12,10, -0,0,128,9,20,0,0,130,248,196,0,0,40,0,1,96,2,0,1,2,4,0,5,38,66,0,6,2, -64,32,9,0,7,2,0,7,48,0,0,3,0,1,12,8,147,0,1,132,1,0,0,25,0,0,66,1,2, -64,128,9,0,3,8,42,8,16,248,32,1,32,0,1,144,64,28,192,3,112,0,0,14,192 -,1,56,128,7,240,128,28,128,3,112,0,0,3,96,0,0,28,0,8,2,0,5,192,1,60, -136,4,0,1,16,192,3,0,1,15,224,1,32,128,5,48,32,6,4,2,113,0,1,96,1,36, -0,0,24,252,68,1,32,0,1,128,32,0,1,3,0,6,6,64,0,8,48,0,7,64,0,6,5,0,0, -48,0,0,5,0,1,16,0,0,3,0,1,12,132,1,40,0,0,6,1,0,0,24,128,130,0,3,1,32 -,0,0,1,253,160,0,0,32,0,1,64,2,24,0,0,67,96,0,0,12,128,1,48,0,0,70,2, -4,25,0,0,3,96,0,0,128,2,132,16,16,0,7,4,0,5,128,1,48,0,0,2,0,1,136,8, -3,0,1,76,128,129,16,0,0,20,32,32,24,5,9,96,0,1,128,9,34,0,0,8,255,48, -1,0,1,38,18,0,0,152,0,0,19,0,1,1,128,9,4,128,0,0,208,0,0,90,16,3,96, -36,1,160,1,20,2,0,6,64,0,8,128,128,4,0,1,2,0,0,32,96,33,12,33,129,0,0 -,129,6,16,4,2,67,0,0,96,2,12,32,0,0,4,0,0,24,254,128,0,6,16,0,0,2,0,3 -,1,0,1,192,64,24,0,1,2,0,1,128,1,0,0,8,0,17,16,2,0,4,1,0,1,128,1,0,0, -8,6,64,32,8,0,2,32,0,0,8,0,2,144,248,96,65,0,0,128,7,178,0,0,30,192,3 -,0,2,224,1,48,0,1,192,0,0,8,192,3,122,64,0,3,8,0,6,64,1,0,7,12,128,5, -0,1,22,192,0,0,120,32,15,136,129,44,0,4,192,2,120,0,0,15,4,0,0,48,0,0 -,216,249,172,16,0,0,128,16,80,0,0,130,72,0,0,4,0,1,32,136,48,0,1,64, -16,64,72,0,0,8,0,4,1,0,16,4,128,66,1,0,0,10,64,0,0,8,0,0,1,128,5,148, -32,0,1,32,64,80,1,12,34,129,128,5,49,0,0,129,254,196,0,3,96,2,0,4,76, -2,0,1,9,0,0,200,64,0,0,33,0,2,12,2,4,160,8,0,16,176,8,3,0,1,12,8,139, -0,2,128,145,24,0,0,16,2,36,0,0,128,9,0,3,32,0,0,18,195,255,32,1,0,1,7 -,144,64,28,128,3,0,1,15,192,1,12,128,1,176,0,0,6,128,3,112,0,0,15,96, -128,60,0,17,60,128,4,0,1,16,192,3,112,0,0,14,224,1,32,128,1,48,0,0,6, -16,2,113,0,0,14,224,1,12,0,0,184,253,196,0,3,128,32,0,5,2,0,1,8,6,128 -,0,8,32,0,17,48,0,0,3,0,1,16,0,0,3,0,2,128,65,40,0,4,128,130,0,2,128, -129,0,0,16,90,253,32,1,0,1,6,64,0,0,24,0,0,3,0,1,32,128,1,128,0,0,6, -130,2,81,16,3,96,0,0,128,2,4,17,10,0,16,48,0,0,4,0,1,136,2,3,96,0,0, -12,128,17,16,0,0,32,2,34,4,17,1,96,0,0,12,128,17,0,0,1,80,254,128,9, -176,16,38,146,2,138,68,0,0,96,129,1,0,1,52,128,6,18,0,2,3,96,128,140, -136,9,4,0,15,128,133,128,128,0,0,208,0,0,18,0,0,32,98,2,1,32,0,0,32, -129,0,2,66,64,10,0,1,12,160,0,0,52,65,24,255,0,0,128,48,0,1,64,64,0,7 -,48,0,0,6,0,4,2,0,2,128,0,16,8,0,1,16,0,0,192,0,0,8,0,2,32,0,2,16,8,0 -,2,8,16,1,1,0,1,8,64,48,0,0,208,252,224,1,61,128,7,180,0,2,131,120,0, -0,12,0,3,6,48,0,1,192,3,121,32,15,224,129,0,16,224,129,12,0,1,192,0,0 -,22,192,131,120,64,0,0,128,129,44,0,4,192,2,0,1,15,0,0,64,16,32,192, -249,40,0,0,52,128,0,0,80,0,1,4,0,0,8,128,12,0,3,70,24,0,1,64,0,0,8,4, -65,33,4,176,8,4,0,5,16,2,0,5,40,16,4,0,1,192,0,0,10,64,35,8,4,0,1,16, -148,32,0,3,81,1,4,0,0,1,16,0,0,48,2,58,254,0,1,48,0,1,160,0,0,80,0,0, -3,4,0,0,64,2,0,1,9,64,192,68,0,8,4,2,0,5,16,1,0,5,8,0,0,48,10,16,1, -132,12,8,64,0,1,32,132,1,26,0,0,64,1,0,0,64,160,2,0,3,73,48,18,8,254, -192,1,56,0,0,7,144,0,0,30,196,0,0,112,0,0,3,0,1,12,128,3,241,0,1,128, -3,112,0,0,14,192,1,60,0,0,7,0,5,144,3,0,5,200,1,60,128,1,48,0,0,16, -192,3,112,0,0,3,96,0,0,32,128,1,0,1,6,0,0,2,0,1,14,224,1,60,0,0,80, -255,4,0,0,52,0,1,128,0,0,16,4,3,8,0,1,2,0,1,8,4,193,0,6,32,0,0,48,144 -,5,0,5,208,2,0,5,8,0,0,48,0,0,6,193,0,0,8,8,0,2,12,132,1,24,0,0,6,0,2 -,128,2,0,3,1,48,16,113,248,128,1,52,0,0,6,128,0,0,8,0,0,67,96,0,0,32, -0,1,128,0,0,18,192,0,2,3,96,0,0,12,128,1,176,0,0,4,0,5,8,2,0,5,132,1, -48,0,0,6,192,8,81,0,0,139,96,0,0,140,128,69,32,0,0,166,0,1,128,16,2,0 -,1,12,128,128,48,1,96,250,16,0,1,6,0,4,32,0,0,2,0,14,8,0,1,4,0,6,2,0, -35,128,253,0,2,128,0,0,16,0,0,2,64,0,0,9,64,1,32,0,0,4,0,1,16,0,0,2, -64,0,0,8,0,0,1,32,0,0,5,0,7,2,0,6,33,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,232,248,0,74, -152,255,44,128,4,146,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,64,20,0 -,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,128,64,18,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,153,254,4, -16,2,65,64,8,0,1,33,32,0,0,4,128,16,16,2,66,0,3,1,32,4,132,128,16,16, -0,0,2,0,15,16,0,3,32,0,0,1,0,1,132,128,16,0,0,128,32,64,8,0,2,8,0,0, -132,128,0,0,16,2,0,0,195,252,0,8,128,0,0,64,0,8,16,0,5,1,32,0,16,1,0, -4,16,0,3,32,0,7,128,0,2,8,0,2,176,251,4,0,4,64,0,10,2,0,55,154,251,0, -0,132,4,16,64,18,4,64,8,8,1,36,128,4,144,0,0,146,32,16,136,0,0,9,8,1, -36,128,4,132,128,16,0,15,132,4,145,128,0,0,68,0,0,96,16,1,33,32,36,0, -0,4,4,128,16,68,130,8,64,0,0,33,32,4,132,4,17,176,253,0,1,32,0,0,4,0, -1,8,0,1,64,0,0,8,0,0,1,32,0,2,2,16,0,0,1,64,0,0,8,0,1,16,0,30,32,0,0, -20,0,11,144,251,0,0,1,0,0,64,0,2,16,0,0,2,0,3,128,0,5,8,2,1,0,2,1,32, -0,16,1,0,7,64,0,0,8,0,0,4,0,7,64,0,0,8,132,1,0,1,16,252,0,9,32,128,0, -1,64,0,0,8,0,0,8,0,0,4,32,0,1,64,0,1,2,0,34,4,0,0,2,4,0,7,144,251,0,3 -,2,0,3,192,8,0,11,16,0,1,128,0,0,1,0,18,4,0,8,16,0,1,128,128,0,11,136 -,248,0,16,1,0,0,192,0,5,64,0,15,64,0,30,128,251,0,55,128,0,8,8,0,7,24 -,255,0,1,4,0,0,4,0,2,64,0,9,32,0,0,16,2,10,0,2,64,0,0,16,0,15,64,0,2, -64,32,0,0,4,0,1,16,0,2,16,4,4,0,1,8,4,0,0,32,0,3,8,0,0,48,253,0,2,8,0 -,6,32,0,1,64,0,0,8,0,0,1,0,6,128,0,18,128,0,4,4,0,4,2,0,2,1,0,4,1,0,0 -,4,0,3,136,250,0,0,69,8,32,181,0,0,56,80,128,80,64,65,40,2,40,19,37,0 -,0,4,84,80,136,10,49,0,0,40,48,173,96,16,0,14,128,168,1,0,1,160,86,82 -,8,0,1,32,0,0,8,40,8,144,1,0,0,32,4,8,0,0,18,10,105,1,0,0,10,6,24,255 -,0,0,77,36,161,0,1,136,64,147,65,64,81,145,52,129,133,34,162,64,45,0, -0,128,141,2,1,168,46,8,72,0,15,64,128,2,8,0,0,144,96,11,4,1,32,2,72,0 -,1,128,8,2,0,0,4,184,5,1,0,0,64,1,64,129,32,34,64,248,2,0,0,1,0,4,64, -0,1,16,0,4,2,64,32,0,0,64,64,0,2,2,0,20,8,0,1,32,16,4,2,32,0,4,8,2,0, -1,8,68,0,7,137,250,130,0,0,32,0,4,4,0,0,34,0,1,64,0,3,2,0,5,1,0,23,64 -,0,5,4,0,6,4,0,5,1,16,0,0,56,248,0,4,32,0,32,1,0,1,4,0,1,128,0,8,32,0 -,18,104,250,0,72,2,0,0,152,253,0,1,64,0,14,4,0,26,1,0,7,64,0,4,4,0,4, -64,0,1,8,0,0,2,0,1,112,248,0,0,66,0,14,8,65,2,0,28,8,0,6,2,0,0,128,0, -1,11,0,1,2,4,0,0,16,0,1,64,128,0,1,120,249,0,8,4,0,0,48,0,8,8,0,4,192 -,0,0,16,0,15,128,0,5,8,0,2,32,0,12,4,0,2,248,249,0,1,1,0,1,4,0,1,16,0 -,3,8,0,0,1,32,0,5,2,64,0,0,8,0,13,32,0,13,64,0,0,8,0,3,4,0,4,64,0,2,1 -,0,0,24,254,0,1,4,0,53,1,0,1,128,0,13,72,254,0,25,32,0,46,128,16,253, -0,19,32,0,26,128,0,7,14,144,0,0,4,128,0,3,72,0,7,104,254,0,9,16,0,2,4 -,0,9,32,0,0,64,0,18,64,0,2,17,0,0,16,4,0,6,4,0,0,1,32,0,5,64,64,4,232 -,251,0,39,1,0,2,1,0,29,136,254,0,16,1,0,20,1,0,1,4,0,16,1,0,13,200, -251,0,6,32,0,9,1,32,0,1,4,0,4,64,0,29,2,0,11,128,0,1,104,254,2,0,73, -184,253,0,1,128,0,61,64,0,8,16,251,0,18,1,0,8,4,0,16,128,0,5,10,0,19, -120,252,0,6,16,0,13,2,0,2,32,0,30,1,0,12,1,0,1,152,254,2,0,5,2,0,0,1, -0,9,64,64,0,0,32,0,3,4,32,0,14,128,0,5,8,0,1,32,0,0,32,32,0,2,16,0,6, -4,32,0,2,192,249,0,0,32,0,7,4,0,3,2,0,36,32,0,8,1,0,6,16,0,2,136,249, -0,3,16,0,1,64,128,0,0,32,1,32,0,0,32,128,0,3,17,2,8,0,0,1,1,0,1,128,0 -,16,4,0,1,4,0,1,3,10,0,1,8,0,1,1,0,7,40,8,0,3,64,200,252,0,0,2,0,14,4 -,0,1,8,0,5,5,0,18,64,0,0,2,0,7,2,0,2,130,0,1,8,2,0,8,254,0,1,4,0,13,2 -,0,28,4,0,1,16,0,1,64,0,4,2,64,8,0,0,8,0,2,4,0,6,88,254,16,0,2,2,0,4, -2,0,0,4,0,1,16,0,1,32,0,1,16,0,0,32,0,0,4,128,0,24,8,0,1,16,0,3,1,0,9 -,128,0,0,1,0,0,96,252,72,0,5,4,4,0,10,4,128,128,0,4,8,8,0,14,64,0,8, -16,1,0,11,1,32,0,3,32,249,0,0,33,16,136,0,4,65,0,5,32,0,5,32,8,0,23,2 -,0,10,8,0,1,32,0,0,4,0,5,16,0,0,176,249,10,0,0,32,32,4,0,1,8,0,1,32,0 -,3,8,0,0,2,32,0,1,16,0,3,64,0,8,64,0,13,32,0,3,16,0,0,130,0,5,4,0,7,8 -,136,254,64,173,174,176,1,0,1,82,128,0,0,233,0,0,104,1,0,0,166,208,0, -0,16,0,1,20,80,80,43,104,33,5,0,0,6,0,5,32,0,6,64,0,0,3,0,0,64,1,0,0, -148,137,2,10,0,0,64,40,40,0,1,16,0,1,64,2,8,6,0,0,16,40,0,1,8,32,88, -251,0,0,200,133,89,0,0,145,1,72,109,137,136,1,100,0,0,161,37,178,4,64 -,0,0,24,0,0,242,72,64,8,41,37,0,0,34,0,14,32,0,0,17,16,130,68,65,8,18 -,139,80,12,132,40,0,1,4,130,0,0,36,0,0,6,0,1,64,130,8,128,2,12,96,253 -,0,0,32,0,0,32,0,0,4,0,0,4,16,1,2,0,0,1,0,4,64,0,0,2,0,0,128,0,23,16, -0,0,2,64,0,0,4,0,0,1,1,0,0,4,0,3,2,0,0,32,0,0,4,0,6,16,160,250,0,4,32 -,0,6,64,64,16,0,0,1,0,1,4,128,0,0,18,0,0,2,130,64,0,21,1,0,1,136,0,0, -32,16,0,3,16,0,0,2,0,1,2,0,6,8,120,252,0,51,4,0,14,64,0,5,152,255,2,0 -,5,32,0,0,4,128,0,2,2,0,2,32,0,2,4,0,3,2,64,0,15,32,2,0,4,32,0,3,17, -64,0,0,16,0,6,128,0,3,8,128,104,252,132,1,16,0,4,64,2,0,9,66,0,6,32,0 -,29,4,0,14,41,250,0,20,16,0,34,4,0,6,8,0,0,2,2,0,5,104,249,0,12,2,0,0 -,1,0,20,128,66,0,1,2,1,0,11,8,0,18,58,251,0,18,64,8,0,18,128,0,0,2,0, -0,128,0,12,128,0,15,240,249,0,19,1,0,44,32,0,3,32,0,2,168,253,0,0,4,8 -,0,6,2,64,0,34,1,0,3,64,0,17,8,0,2,200,249,0,7,4,128,0,3,128,0,1,8,16 -,0,1,6,0,31,4,0,2,64,0,3,128,0,8,8,0,0,40,249,0,17,8,0,1,4,0,5,2,0,17 -,32,0,26,208,251,0,74,152,255,0,1,2,0,1,128,0,31,4,0,1,16,0,7,8,0,23, -240,254,0,13,68,132,0,1,20,2,64,80,8,0,0,17,36,0,2,8,0,16,16,0,1,64,0 -,0,8,0,1,32,0,0,4,0,0,64,0,3,32,0,1,1,0,0,64,0,1,64,0,1,248,254,0,9, -96,0,2,5,128,0,0,20,128,2,80,0,0,8,64,1,40,128,4,32,0,17,160,0,0,6, -128,0,0,20,2,0,0,64,0,0,40,0,6,4,2,2,0,6,8,251,0,14,128,0,0,16,0,0,2, -64,0,0,8,0,0,1,32,0,0,4,0,28,16,0,16,240,255,0,13,4,0,31,128,0,18,4,0 -,6,80,251,0,0,21,160,2,180,128,10,80,1,42,128,5,168,0,0,44,128,2,80,0 -,0,10,64,1,40,0,0,5,160,0,0,20,192,2,0,15,22,128,2,88,0,0,11,224,1,42 -,128,5,160,0,0,22,160,2,88,0,0,11,208,1,40,128,11,176,0,0,22,160,2, -232,254,128,9,48,1,134,215,4,154,0,0,19,32,3,77,192,100,152,129,50, -112,6,202,64,25,40,3,101,192,12,144,1,0,14,128,12,152,1,50,64,6,200, -68,19,32,3,100,128,12,52,1,50,64,6,152,4,25,32,121,100,128,12,48,1, -152,252,255,255,0};static const unsigned char l451[]={79,231,255,255, -98,255,57,0,0,213,255,255,255,255,255,255,255,255,255,255,255,255,255 -,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, -255,255,255,255,255,255,0,0,12,52,1,48,0,0,6,192,0,0,17,0,0,3,32,2,68 -,128,44,48,0,0,6,192,0,0,24,0,0,3,96,160,9,128,1,0,15,12,128,129,38,0 -,0,6,192,0,0,24,0,0,3,96,160,9,128,1,39,64,6,192,0,0,152,0,0,3,100,0, -0,12,144,1,56,250,0,0,18,160,2,72,0,0,9,32,1,44,128,4,208,0,0,26,64,5 -,72,0,0,9,32,1,36,128,4,144,0,0,21,64,2,0,15,18,64,2,84,0,0,9,32,1,36 -,128,4,144,0,0,21,64,2,84,0,0,10,32,1,20,128,4,176,0,0,18,128,2,216, -251,0,63,1,0,9,152,254,0,66,32,0,4,64,0,0,248,249,0,12,1,32,0,47,128, -0,2,16,0,1,8,0,3,128,253,0,8,10,0,1,68,128,8,0,23,64,0,26,1,0,1,8,0,1 -,32,0,0,208,250,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0 -,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,70,128,5,0,1,4, -254,0,71,128,0,1,24,255,0,70,224,1,0,2,248,8,0,69,32,0,0,2,0,0,163, -252,0,74,137,254,0,70,192,1,0,2,250,4,0,73,201,250,0,70,128,1,0,2,254 -,0,74,152,255,0,74,152,255,0,74,152,255,8,0,73,178,253,0,74,152,255,0 -,74,152,255,4,0,73,201,250,0,74,152,255,0,72,36,1,168,249,0,72,16,8,8 -,254,0,72,28,0,1,250,8,0,71,36,0,0,146,251,0,72,32,0,0,184,253,0,72, -20,0,0,136,250,4,0,71,16,0,0,217,251,0,72,32,0,0,184,253,0,69,1,0,1,4 -,0,0,152,250,0,74,152,255,0,69,3,0,1,44,0,0,48,250,8,0,68,1,0,1,20,0, -0,162,249,0,69,140,2,0,0,24,0,0,160,250,0,69,15,0,1,36,0,0,48,254,4,0 -,68,12,0,1,32,0,0,97,252,0,69,13,0,1,16,0,1,251,0,72,4,0,0,152,251,0, -74,152,255,0,72,44,0,0,48,249,8,0,71,20,0,0,179,249,0,72,24,0,0,17, -255,0,72,36,0,0,184,249,4,0,71,32,0,0,233,248,0,72,16,0,0,136,254,0, -69,1,0,1,4,0,0,152,250,0,74,152,255,0,69,3,0,1,44,0,0,48,250,8,0,68,1 -,0,1,20,0,0,162,249,0,69,12,2,0,0,24,0,0,168,250,0,69,15,0,1,36,0,0, -48,254,4,0,68,12,0,1,32,0,0,97,252,0,69,13,0,1,16,0,1,251,0,8,35,1,0, -58,140,4,0,0,36,0,0,104,255,0,72,16,0,0,136,254,0,7,192,3,2,0,58,15,0 -,1,44,0,1,251,8,0,6,64,0,60,1,1,0,0,20,0,0,163,252,0,72,24,0,0,17,255 -,0,7,128,3,0,59,14,0,1,36,0,0,136,252,4,0,71,16,0,0,217,251,0,8,3,0, -59,12,0,1,32,0,1,250,0,74,152,255,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8, -0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4 -,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0 -,1,32,0,0,4,0,0,152,254,0,70,8,0,2,24,255,40,0,0,4,128,0,0,16,0,0,2, -64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15 -,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2, -64,0,0,8,0,0,65,32,0,0,4,0,0,242,249,0,8,8,0,59,64,2,4,0,1,176,255,32 -,0,0,4,128,0,0,16,0,0,2,0,1,10,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0 -,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0, -0,4,128,0,0,16,0,0,2,64,0,0,8,0,3,9,0,0,16,255,4,0,8,1,0,59,4,128,0,1 -,9,251,32,0,0,4,128,0,0,16,0,0,2,64,32,8,0,0,1,32,0,0,4,128,0,0,16,0, -0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0 -,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,129,32,16,4,0,0,160,255,0 -,74,152,255,0,74,152,255,0,69,32,0,3,184,253,0,74,220,251,0,74,152, -255,0,74,152,255,0,73,8,24,255,0,74,152,255,0,73,16,152,254,0,49,1,0, -21,16,1,136,254,0,49,2,0,21,16,0,0,168,254,0,74,220,251,0,74,152,255, -0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,74 -,152,255,0,74,152,255,0,74,152,255,0,71,1,0,1,136,254,0,74,152,255,0, -74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,74, -152,255,0,74,152,255,0,74,152,255,0,8,1,0,59,4,128,0,3,250,0,74,152, -255,0,74,152,255,0,74,152,255,0,8,8,0,64,144,255,0,51,4,0,21,152,251, -0,22,16,0,21,128,8,0,22,2,0,2,116,250,0,22,8,0,22,5,0,3,4,0,16,64,9,0 -,2,152,255,0,7,64,0,39,4,0,14,16,0,8,152,254,0,74,152,255,0,48,1,0,14 -,4,0,8,216,254,0,69,1,0,3,152,254,2,0,72,128,48,253,8,0,73,178,253,0, -74,152,255,0,74,152,255,0,74,220,251,0,74,152,255,0,8,128,0,61,64,0,1 -,88,255,0,74,152,255,0,72,1,0,0,152,254,0,74,152,255,0,7,128,0,60,2,0 -,3,16,253,0,47,4,0,18,104,34,0,0,128,0,2,208,255,0,46,48,0,19,64,0,3, -1,0,0,152,249,0,46,12,0,19,32,0,1,128,129,0,1,64,252,0,46,52,4,0,19, -128,0,1,9,0,2,249,0,46,48,0,19,32,0,5,152,254,0,46,8,0,19,104,0,2,1,0 -,1,136,248,0,46,48,0,22,128,0,2,16,252,0,67,64,0,1,128,1,0,2,250,0,47 -,4,0,18,32,64,0,0,128,8,0,1,24,249,0,46,48,0,24,1,0,0,152,253,0,46,12 -,0,19,96,0,1,128,1,0,1,192,248,8,0,45,52,34,0,18,64,64,0,1,1,2,0,0, -145,248,0,46,48,0,26,171,255,0,46,8,0,19,64,0,2,1,0,1,8,250,4,0,45,48 -,0,19,32,0,1,128,0,2,114,248,0,67,96,0,1,128,1,0,2,248,0,61,128,0,4, -32,0,1,128,16,1,0,0,136,252,0,61,6,0,5,32,0,4,216,255,0,60,128,1,0,4, -96,0,1,128,1,0,1,24,248,8,0,59,128,6,2,0,3,64,68,0,1,129,0,1,106,254, -0,61,6,0,11,248,255,0,61,1,0,4,64,0,2,1,0,1,152,250,4,0,60,6,0,4,32,0 -,1,128,0,2,33,248,0,67,96,0,1,128,1,0,2,248,0,47,4,0,18,32,8,0,0,128, -8,1,0,0,80,248,0,46,48,0,26,152,252,0,46,12,0,19,96,0,1,128,129,0,1, -64,248,8,0,45,52,65,0,18,64,132,0,1,17,0,1,98,254,0,46,48,0,26,152, -252,0,46,8,0,19,64,0,2,1,0,1,8,250,4,0,45,48,0,19,32,0,1,128,0,2,65, -251,0,67,96,0,1,128,1,0,2,248,0,44,128,33,0,1,16,8,0,1,64,0,7,128,192 -,16,0,2,32,2,0,0,128,4,1,0,0,24,253,0,48,6,0,11,6,0,5,32,0,4,216,249, -0,44,224,1,0,0,128,1,0,2,192,0,0,1,0,4,128,1,244,0,3,96,32,0,0,128,1, -0,1,96,249,8,0,43,32,0,0,1,128,22,4,0,1,64,11,0,5,128,70,16,130,0,2, -64,2,0,1,145,0,1,186,252,0,48,6,0,3,19,2,0,5,6,0,11,216,248,0,44,192, -1,0,1,1,0,2,128,3,0,6,1,224,0,3,64,0,2,1,0,2,249,4,0,47,6,0,3,131,0,6 -,6,0,4,32,0,1,128,0,2,145,253,0,44,128,1,0,6,35,0,7,192,0,3,96,0,1, -128,1,0,1,80,250,0,1,48,4,0,12,134,0,32,16,0,6,4,2,0,0,128,0,1,24,2,0 -,0,32,68,0,0,128,0,0,128,64,172,255,0,49,192,0,6,128,1,0,1,6,0,8,128, -48,0,0,216,248,0,1,60,0,12,128,7,0,31,48,0,6,96,0,1,128,1,0,1,30,0,1, -96,0,1,128,1,12,0,0,168,251,8,0,0,4,32,0,11,128,0,0,2,0,30,208,64,0,5 -,160,33,0,0,128,6,4,0,0,2,8,0,0,64,8,0,1,41,52,34,59,255,0,49,192,0,6 -,128,1,0,1,6,0,9,48,0,0,73,249,0,1,56,0,13,7,0,31,32,0,6,64,0,2,1,0,1 -,28,0,1,64,0,2,1,8,0,0,96,254,4,0,48,192,0,6,128,1,0,1,6,0,1,2,0,1,32 -,0,1,128,0,0,48,0,0,161,255,0,1,48,0,13,6,0,46,24,0,1,96,0,1,128,1,0, -1,224,250,0,1,48,4,0,46,16,64,32,0,5,128,64,0,2,64,96,11,36,1,32,144, -48,0,1,104,253,0,49,192,0,0,24,0,6,48,0,3,24,0,2,64,12,0,3,240,255,0, -1,60,32,0,45,48,0,0,6,0,6,12,0,3,6,0,0,3,96,0,0,3,128,1,0,1,200,250,8 -,0,0,132,0,46,208,130,26,16,0,5,52,65,0,2,26,8,64,64,66,13,4,17,2,0,0 -,186,252,0,49,192,0,0,24,0,6,48,0,3,24,0,0,32,4,0,0,12,0,3,208,253,0, -1,56,0,46,32,0,0,4,0,6,8,0,3,4,192,3,64,0,0,2,0,0,1,0,1,128,254,4,0, -48,192,0,0,24,0,6,48,0,3,24,0,0,1,32,0,0,12,128,0,2,105,249,0,1,48,0, -63,18,100,0,1,128,1,0,1,80,248,0,1,4,0,4,64,9,1,0,0,13,0,1,52,0,39, -129,5,4,0,5,26,0,1,32,4,0,0,128,0,0,1,0,0,72,253,0,8,2,0,1,12,0,1,48, -0,38,96,0,0,8,0,6,24,0,2,32,0,4,8,254,0,2,8,0,4,3,0,1,12,0,41,24,64,4 -,0,6,24,0,1,96,0,1,128,128,0,1,184,254,8,0,0,176,0,5,18,4,0,0,12,0,41 -,104,4,8,0,6,24,0,1,64,33,0,4,82,254,0,2,6,0,4,11,4,0,0,64,0,1,48,1,0 -,37,96,0,0,4,0,7,8,0,7,152,253,0,1,60,0,4,192,3,0,1,3,8,0,0,60,32,0, -37,16,0,0,11,0,6,6,0,1,64,0,2,1,0,1,88,249,4,0,0,48,32,0,4,3,0,1,12,4 -,0,0,48,16,0,37,96,0,0,4,0,6,24,4,0,0,32,0,5,81,254,0,1,48,0,5,3,4,0, -0,76,0,1,48,1,0,39,8,0,6,88,0,1,96,0,2,1,0,1,8,252,0,64,64,8,0,7,144, -251,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0, -2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,152,255,0,74 -,152,255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16 -,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0, -8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,178,253 -,0,1,128,16,0,12,16,2,0,26,132,0,0,18,64,2,72,0,0,137,32,1,36,0,1,144 -,0,0,18,64,2,66,0,0,9,0,2,128,4,0,1,18,192,255,32,0,1,128,0,0,16,0,0, -2,64,0,0,8,0,0,1,32,0,0,4,0,1,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,27,1 -,0,7,64,0,0,8,0,1,32,0,2,224,251,4,0,44,128,0,0,16,0,0,2,64,0,0,8,0,1 -,32,0,1,128,0,0,16,0,0,2,64,0,0,8,0,3,4,0,1,16,129,254,32,0,0,4,161,0 -,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,32,20,0,0,2,64,0,0,8,0,0,1,32 -,0,0,4,0,15,32,16,0,0,2,64,0,0,8,0,0,1,0,1,4,1,0,0,16,0,0,2,64,16,8,0 -,0,65,0,0,8,0,0,128,32,0,1,2,112,253,0,9,2,0,56,2,0,5,184,253,0,74, -152,255,0,49,8,0,1,32,1,0,0,128,0,2,2,64,0,3,32,0,3,80,0,1,64,192,251 -,0,53,64,0,15,32,0,2,216,253,0,74,152,255,0,74,152,255,0,47,136,0,0,4 -,0,1,16,0,7,4,0,6,2,0,3,16,252,0,50,64,0,22,216,255,0,47,16,1,2,128,0 -,0,8,0,7,1,0,6,2,0,3,184,252,0,1,16,0,22,128,0,18,80,16,0,0,134,1,0,0 -,8,4,128,0,3,1,0,3,40,0,1,1,0,1,20,0,3,184,250,0,1,32,0,23,1,0,17,64, -16,128,0,0,4,0,0,2,16,0,0,2,0,7,32,0,0,128,0,2,4,0,3,168,254,0,48,4,2 -,0,7,1,0,14,168,251,0,65,64,0,7,216,255,0,74,152,255,0,74,152,255,0, -67,168,0,2,4,0,1,208,249,0,74,152,255,0,1,4,0,12,128,0,27,32,0,16,16, -0,0,2,0,8,192,255,0,1,4,0,71,216,255,0,74,152,255,0,8,1,0,57,4,1,0,1, -66,0,1,184,253,0,1,128,0,68,160,2,0,0,176,253,0,74,152,255,0,74,152, -255,0,74,152,255,0,74,152,255,0,45,128,0,5,8,0,8,2,0,10,48,253,0,74, -152,255,0,74,152,255,0,46,8,0,0,1,32,0,0,4,128,0,0,16,0,1,64,0,0,8,0, -0,1,0,1,4,0,3,2,0,1,8,0,0,16,255,0,2,16,0,12,8,0,29,32,0,1,1,0,8,32,0 -,7,16,0,3,8,253,0,2,16,0,13,2,0,25,128,0,0,16,0,0,2,64,0,0,8,0,1,32,0 -,1,128,0,0,16,0,0,2,64,0,0,8,0,3,4,0,1,16,0,0,104,253,0,11,2,0,1,8,0, -40,2,0,3,8,0,1,36,0,1,8,16,0,4,192,253,0,49,1,32,0,11,32,0,3,193,0,0, -128,0,2,208,252,0,74,152,255,0,74,152,255,128,0,17,32,0,24,64,0,0,8, -128,0,0,68,128,2,16,0,5,16,8,0,0,1,32,0,4,4,0,3,16,253,0,22,16,0,21, -64,0,4,4,0,0,128,0,15,4,0,2,24,254,64,0,17,64,0,2,8,0,20,64,0,0,9,0,0 -,1,34,64,6,8,0,0,2,0,3,8,16,0,0,2,64,0,1,1,0,1,2,8,0,2,208,248,0,0,4, -4,0,3,34,0,3,2,64,2,0,3,4,0,7,32,0,19,66,65,1,8,4,161,32,0,0,9,128,0, -0,32,1,2,1,0,0,18,0,0,160,0,5,8,8,249,0,47,128,0,0,65,0,0,2,144,128, -32,0,1,64,0,2,1,1,0,2,128,0,5,8,232,255,0,27,8,0,27,4,0,1,8,0,3,4,0,8 -,24,251,0,2,4,0,42,4,0,9,32,0,15,184,249,0,74,152,255,4,0,66,16,32,0, -1,5,0,1,185,254,0,67,64,0,1,64,0,0,1,0,0,152,254,0,9,4,0,63,152,251,0 -,55,8,0,4,128,0,11,144,255,0,1,16,0,13,2,0,26,128,0,16,64,0,0,8,0,8, -248,254,0,74,152,255,0,12,2,0,1,8,0,30,8,0,18,192,0,1,32,32,0,0,8,48, -251,0,46,4,0,1,16,0,9,128,0,6,48,0,1,2,0,1,192,252,0,74,152,255,0,9,2 -,0,56,2,0,5,252,249,0,24,1,0,48,152,254,0,25,2,0,47,184,255,0,24,7,0, -48,152,248,0,24,33,8,0,47,56,252,0,24,128,2,0,47,176,255,0,24,3,0,48, -152,252,0,24,12,0,48,16,251,0,24,12,2,0,47,48,251,0,17,16,0,5,41,16,0 -,33,192,68,2,0,10,8,255,0,24,4,0,35,2,0,11,184,251,0,17,240,0,5,8,0, -33,12,0,13,168,251,8,0,16,16,4,1,0,3,4,0,33,4,0,0,18,1,0,10,194,249,0 -,18,8,0,4,8,0,33,48,6,6,0,11,200,249,0,17,240,32,0,4,7,0,33,56,128,7, -2,0,10,40,248,4,0,16,192,32,0,4,8,0,33,48,0,0,6,2,0,10,209,250,0,17, -192,0,5,4,0,33,48,0,0,16,0,11,104,250,0,24,13,0,26,64,19,0,5,64,0,0,8 -,0,10,120,249,0,24,12,0,27,128,0,19,144,251,0,53,131,0,4,12,128,1,0, -11,120,248,4,0,23,32,8,0,26,35,0,4,4,128,0,12,2,252,12,0,23,32,16,0, -26,9,1,0,3,176,64,6,4,0,10,56,248,0,24,15,0,26,192,3,0,4,56,0,0,7,0, -11,224,255,8,0,24,2,0,26,3,0,4,48,0,0,6,0,11,193,253,0,24,64,0,27,35, -1,0,3,48,0,0,6,0,11,152,249,0,24,32,16,0,27,4,0,3,36,129,36,4,0,10, -208,251,0,24,12,0,34,32,0,12,48,249,0,24,15,2,0,25,192,0,5,32,32,4,4, -0,10,184,250,8,0,23,45,0,26,64,0,5,128,0,0,16,0,11,154,255,0,24,44,0, -27,11,2,0,4,1,32,0,11,8,251,0,24,15,2,0,25,128,3,0,4,28,136,3,1,0,10, -112,254,4,0,23,12,0,27,3,0,19,113,253,0,24,76,2,0,26,3,0,4,48,5,166,0 -,11,152,251,0,24,45,2,0,25,64,0,6,64,0,0,8,0,10,88,248,0,24,4,0,48, -152,251,0,53,131,0,4,12,128,1,0,11,120,248,8,0,23,64,2,0,26,3,0,4,4, -128,0,12,153,253,0,24,44,0,27,32,0,4,176,0,0,22,8,0,10,251,251,0,24, -15,2,0,25,192,3,1,0,3,56,32,7,0,11,224,252,4,0,52,131,0,4,48,0,0,6,0, -11,26,250,0,24,32,8,0,26,11,0,4,48,0,0,6,0,11,80,254,0,24,5,0,26,64, -131,0,4,52,9,0,0,8,0,10,216,248,0,24,8,0,33,48,0,13,32,255,0,24,11,0, -33,32,128,1,0,11,40,252,8,0,23,5,2,0,26,64,0,4,16,194,0,12,138,254,0, -24,70,2,0,26,33,0,4,48,1,22,0,11,152,252,0,24,9,0,26,192,3,2,0,3,12,8 -,7,2,0,10,56,253,4,0,23,10,2,0,26,1,0,4,32,0,0,6,0,11,49,249,0,24,36, -0,27,18,1,0,3,8,32,6,0,11,192,248,0,18,2,1,0,3,1,0,28,4,0,3,180,128, -32,0,1,74,16,0,7,192,250,0,25,2,0,32,48,8,0,0,2,0,10,32,253,0,17,48,0 -,5,4,2,0,25,192,0,5,32,0,0,4,1,0,0,8,0,8,240,254,8,0,16,16,0,5,136,0, -26,64,0,5,16,8,66,0,1,64,16,0,7,138,249,0,17,192,0,0,1,0,32,35,1,0,3, -176,16,64,0,2,5,0,7,168,253,0,17,240,0,5,5,0,26,128,3,0,4,12,128,1,2, -0,0,22,0,8,192,254,4,0,16,192,0,34,3,0,4,32,0,0,4,0,1,8,0,8,217,249,0 -,17,192,0,5,8,0,27,3,0,4,8,16,1,1,0,0,144,2,0,7,80,255,0,17,80,66,0,4 -,73,2,0,27,4,0,3,36,146,20,1,0,1,64,0,2,1,0,1,4,0,0,8,250,0,17,128,0, -5,4,0,33,48,0,0,6,0,11,72,251,0,17,112,0,5,11,0,26,192,0,7,4,0,11,168 -,248,8,0,16,144,0,5,5,2,0,25,64,0,6,18,6,4,0,10,50,251,0,17,64,0,5,10 -,0,27,35,2,0,3,48,0,0,38,0,3,11,0,1,76,8,0,0,48,65,240,250,0,17,176,0 -,5,9,0,26,128,3,0,4,28,144,3,1,0,1,192,3,1,0,0,15,0,1,60,0,0,152,250, -4,0,16,64,0,5,10,0,27,3,0,4,48,16,0,4,3,0,1,12,0,1,48,0,0,169,254,0, -17,128,0,5,8,0,27,3,0,4,16,1,64,8,0,2,3,0,1,12,0,1,48,0,1,253,0,74, -152,255,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16, -0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8 -,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,152,255, -0,74,152,255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0, -0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64, -0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,178 -,253,0,17,32,0,5,2,0,26,128,64,0,4,136,32,17,4,0,10,136,250,32,0,0,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,2,2,64,0,0,8,0,1,32,0, -0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,3,16,0,0,2,64,0,0 -,8,0,0,1,32,0,0,4,0,0,192,254,4,0,73,201,250,32,0,0,4,128,0,0,16,0,0, -2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0, -15,32,0,0,4,128,0,0,16,0,0,2,0,1,8,0,0,1,32,0,3,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,0,0,208,255,0,74,152,255,0,74,152,255,0,54,2,0,4,32,0,0,4 -,0,10,248,251,0,60,64,0,0,8,0,10,208,251,0,60,8,0,12,16,255,0,65,4,0, -7,216,251,0,72,8,0,0,16,255,0,74,152,255,0,51,80,0,19,8,0,0,64,250,0, -15,4,0,1,16,0,2,160,8,0,0,128,0,24,64,0,13,1,0,2,128,0,2,72,253,0,22, -32,0,2,1,0,37,128,0,3,64,0,2,8,248,0,15,32,0,1,32,0,3,32,0,49,184,255 -,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0, -74,152,255,0,74,152,255,0,74,152,255,0,17,64,128,0,33,1,0,4,16,0,0,2, -0,11,240,254,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152,255,0,53 -,4,0,4,64,0,0,8,0,11,24,251,0,74,152,255,0,74,152,255,0,74,152,255,0, -59,8,0,12,64,144,251,0,74,152,255,0,61,128,0,11,16,255,0,54,1,0,4,84, -128,2,0,1,2,0,7,64,255,0,25,2,0,25,64,0,20,184,251,0,74,152,255,0,74, -152,255,8,0,44,128,0,0,128,0,0,4,64,2,16,0,1,64,1,0,15,128,128,249,0, -7,128,0,11,128,0,35,32,0,8,16,0,3,8,0,0,56,252,0,7,64,0,11,64,0,23, -128,0,1,1,2,64,4,8,0,1,32,2,32,0,2,20,0,4,8,0,3,4,0,0,240,249,0,16,10 -,0,30,2,0,1,8,0,2,16,4,2,0,1,40,0,2,16,128,32,2,0,0,1,128,0,0,4,0,0, -80,254,0,16,2,0,29,128,0,2,2,0,2,32,1,8,0,1,16,0,8,64,0,2,176,251,0, -64,2,0,8,184,255,0,19,1,0,4,16,0,25,64,0,20,136,250,2,0,65,2,0,2,1,0, -1,128,32,255,0,53,6,0,4,104,0,0,28,8,0,10,88,248,4,0,58,4,128,0,2,2,0 -,8,161,254,0,74,152,255,0,61,1,0,11,136,255,0,74,152,255,0,74,152,255 -,0,53,64,0,4,4,0,13,152,251,0,52,128,8,0,5,8,4,0,11,208,255,0,74,152, -255,0,74,152,255,0,46,128,16,0,0,192,8,0,12,2,0,8,160,251,0,50,32,0, -22,184,255,0,46,12,0,1,240,0,13,6,0,8,176,248,0,46,4,0,1,16,128,0,12, -2,0,8,120,254,0,46,48,33,0,15,24,5,0,7,120,249,0,46,56,0,1,224,0,13, -30,0,8,112,251,0,46,48,0,16,24,0,8,24,253,0,46,48,0,1,192,0,13,26,0,8 -,176,249,0,22,104,0,22,164,0,1,16,8,0,2,4,0,18,156,250,0,22,96,0,22, -16,32,0,1,64,0,22,248,248,0,22,120,0,26,64,0,0,192,0,20,208,252,8,0, -21,104,0,22,128,8,0,1,4,0,0,64,0,20,227,250,0,22,96,0,22,32,32,0,0, -128,128,0,1,3,0,19,145,249,0,22,120,0,22,60,0,1,48,0,1,128,3,1,0,18, -96,250,4,0,21,96,0,23,16,0,4,3,0,19,233,255,0,22,96,0,22,48,0,2,2,1,0 -,0,3,0,19,136,250,0,46,128,16,0,5,4,0,16,4,2,32,255,0,73,16,152,254,0 -,46,12,0,4,192,0,19,16,208,250,8,0,45,4,0,4,64,0,19,1,226,249,0,46,48 -,0,5,35,2,0,17,32,136,255,0,46,56,16,0,3,128,3,0,17,12,0,0,56,251,4,0 -,45,48,0,5,3,0,17,32,0,0,217,248,0,46,48,0,5,3,0,17,128,64,160,251,0, -46,4,0,4,64,67,0,7,8,0,3,8,4,0,0,32,16,0,1,112,254,0,53,2,0,13,32,0,1 -,128,0,1,24,253,0,46,48,16,0,4,3,0,5,128,1,0,5,32,0,1,128,0,2,255,8,0 -,45,48,1,0,4,3,2,0,4,128,0,6,2,0,1,8,0,1,178,252,0,47,65,0,4,11,4,0,5 -,134,0,5,64,0,0,128,0,0,1,0,0,208,248,0,46,60,0,4,192,3,0,6,7,0,4,24, -0,1,96,0,2,16,252,4,0,45,48,0,5,3,0,6,6,0,11,153,250,0,46,48,8,0,4,35 -,4,0,5,6,0,4,64,129,0,1,4,2,0,0,48,248,0,44,32,64,128,16,0,0,16,8,0,0 -,64,2,0,12,4,0,5,8,252,0,50,64,0,1,1,2,0,18,200,252,0,46,12,0,2,64,0, -1,3,0,10,192,0,7,232,252,8,0,44,128,4,0,2,4,0,1,35,4,0,9,64,0,7,234, -254,0,44,128,144,48,1,0,1,128,0,1,18,2,0,10,3,2,0,5,128,255,0,44,96,0 -,0,56,32,0,0,48,0,1,192,0,11,128,3,0,6,80,248,4,0,45,48,0,1,64,0,2,3, -1,0,10,3,0,6,249,252,0,46,50,0,2,2,1,128,0,12,3,0,6,16,252,0,46,52,9, -0,3,64,35,4,128,41,4,0,0,4,2,0,12,32,253,0,53,3,0,1,4,0,2,16,0,12,248 -,249,0,46,48,0,5,2,24,0,0,8,0,2,16,0,12,56,254,4,0,45,48,10,0,4,129,8 -,0,0,132,16,0,1,1,0,12,26,253,12,0,45,144,64,0,4,35,96,1,40,0,2,32,0, -12,112,253,0,46,60,0,4,192,0,0,114,32,3,8,0,0,12,0,13,80,248,8,0,45, -48,0,5,2,96,0,0,8,0,16,201,249,0,46,48,18,0,3,128,32,97,0,0,68,8,0,0, -144,64,0,12,56,249,0,22,104,66,0,2,52,34,0,14,32,0,0,52,2,0,3,64,11,0 -,9,3,0,4,16,0,2,32,249,0,22,96,0,3,48,0,17,48,32,0,4,131,0,19,56,250, -0,22,64,0,3,32,0,17,32,0,6,2,0,6,48,0,0,6,0,3,3,0,3,232,250,8,0,21,32 -,33,0,2,16,34,0,16,16,9,0,4,19,0,7,16,0,0,2,0,3,1,0,3,186,255,0,22,96 -,4,0,2,48,2,0,15,144,176,64,0,4,10,4,0,6,192,4,24,4,0,2,12,4,0,2,248, -255,0,22,24,64,0,2,12,32,0,14,96,0,0,12,0,4,192,1,0,7,224,64,28,0,3, -14,0,4,254,4,0,21,64,0,3,32,0,15,128,1,32,0,5,2,0,7,192,0,0,24,0,3,12 -,0,3,129,248,0,22,16,132,0,2,8,66,0,14,128,1,10,66,0,4,80,0,7,192,0,0 -,26,0,3,12,0,3,8,248,0,22,8,65,0,2,180,16,0,14,160,1,164,128,0,3,64, -35,0,2,32,16,0,4,2,0,8,136,255,0,22,96,0,3,48,0,15,128,1,16,32,0,4,3, -1,0,2,128,0,14,176,248,0,22,96,0,3,32,16,0,16,48,0,5,3,0,3,128,0,4,6, -0,8,96,250,8,0,21,96,10,0,2,16,0,17,48,65,0,4,35,1,0,2,8,0,4,2,0,8, -106,248,0,22,64,64,0,3,17,0,15,128,32,32,38,0,3,32,1,0,3,1,0,3,152,32 -,0,7,216,253,0,22,24,0,3,60,0,15,96,0,0,12,128,7,2,0,1,192,1,0,2,96,1 -,0,4,28,0,8,136,252,4,0,21,64,0,4,32,0,16,48,16,6,0,3,2,0,9,24,0,8, -121,250,0,22,32,16,0,2,16,1,0,15,4,2,0,0,6,0,3,161,0,3,4,2,0,3,24,0,8 -,248,252,0,64,4,0,8,216,255,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1, -32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0 -,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,1,64,0,0,8,0,0,1,32, -0,0,4,0,0,184,255,0,74,152,255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0, -0,1,32,0,0,4,0,0,178,253,0,46,8,4,0,1,66,0,0,128,8,18,8,0,4,17,36,16, -0,0,128,64,0,1,2,1,0,2,152,248,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,128,0,0,16,0,0,2,64,0,2,1,32,0,0,4,0,15,32,0,1,128,0,2,2, -0,3,1,32,0,0,4,0,4,4,0,0,8,0,1,32,0,0,4,0,0,232,255,4,0,73,201,250,32 -,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0 -,0,8,10,1,32,0,0,4,0,15,32,0,1,128,0,0,16,132,2,0,3,1,32,0,0,4,0,3, -130,16,0,0,8,0,1,32,0,0,4,0,0,120,252,0,74,152,255,0,74,152,255,0,46, -16,0,6,2,64,0,5,4,128,0,2,2,0,1,8,0,2,112,252,0,54,4,0,1,16,0,15,136, -250,0,74,152,255,0,74,152,255,0,47,128,0,0,4,32,0,0,16,0,8,64,0,8,16, -0,0,108,251,0,74,152,255,0,48,1,2,84,0,0,8,0,8,32,0,5,40,0,1,168,0,1, -250,0,23,72,0,23,66,5,0,0,8,4,128,0,8,2,0,0,64,5,0,1,32,32,1,0,1,248, -255,0,47,128,0,0,4,0,0,2,16,0,0,2,0,10,1,0,6,88,255,0,23,16,0,45,128, -0,2,68,251,0,23,32,0,3,16,0,17,64,0,5,1,0,18,248,255,0,74,152,255,0, -47,40,0,25,176,255,0,46,64,0,6,64,0,4,128,0,12,208,255,0,74,152,255,0 -,74,152,255,0,74,152,255,0,74,152,255,0,62,128,0,2,8,0,1,2,0,3,144, -253,0,47,4,0,25,216,251,0,74,152,255,0,74,152,255,0,74,152,255,0,27,8 -,0,15,64,0,0,8,0,4,128,0,20,88,255,0,47,16,0,1,2,0,6,4,128,0,7,1,0,1, -4,128,0,0,48,248,0,74,152,255,0,48,4,0,3,4,0,19,216,255,0,22,8,0,30,2 -,0,18,24,253,0,74,152,255,0,23,8,0,2,144,0,21,64,0,5,4,0,6,8,0,7,192, -250,0,45,2,8,0,2,1,0,1,72,0,3,2,64,0,0,128,0,4,128,0,2,2,64,0,0,64, -250,0,46,4,0,5,72,9,0,1,2,0,3,16,0,1,64,0,2,1,0,3,72,253,0,74,152,255 -,0,22,64,0,50,152,251,0,44,64,64,0,3,128,0,10,16,128,0,0,128,0,0,16,0 -,1,4,0,0,8,0,0,72,250,0,50,32,0,5,2,0,3,64,0,2,128,0,1,4,0,3,240,249, -0,22,32,0,3,16,0,15,64,168,16,0,2,212,0,1,128,0,2,8,0,3,48,64,0,0,128 -,0,0,18,0,0,1,4,0,0,8,0,0,232,255,0,45,208,2,138,0,3,4,2,0,0,68,68,32 -,0,1,36,6,128,0,0,16,0,0,128,64,0,0,4,128,0,2,8,255,0,46,1,8,0,3,16,0 -,2,1,0,3,1,0,4,2,0,0,2,64,0,2,160,249,0,53,1,0,5,136,0,0,32,0,0,4,0,1 -,8,0,5,232,254,0,28,8,0,44,24,255,0,74,152,255,0,44,64,0,0,34,0,1,96, -0,0,1,0,0,2,0,1,4,64,0,0,10,64,0,5,16,128,0,0,64,0,0,10,64,184,253,8, -0,46,8,0,25,186,253,16,0,22,8,0,2,16,0,45,144,254,0,23,128,0,3,64,0, -17,64,0,3,64,0,11,32,0,7,120,255,0,23,1,0,2,128,0,17,128,0,6,4,0,18,8 -,250,0,74,152,255,0,50,64,0,22,216,255,0,46,1,0,5,4,0,19,200,251,0,74 -,152,255,0,74,152,255,0,57,32,48,4,0,13,248,250,0,74,152,255,0,59,44, -0,13,240,251,0,58,4,149,16,0,12,8,251,0,58,16,24,0,13,128,254,0,57,96 -,128,36,0,13,16,253,0,58,128,40,0,13,56,255,0,58,5,16,0,13,216,255,0, -57,160,1,4,0,13,224,249,0,57,128,1,0,14,128,255,0,57,128,1,44,0,13, -232,251,8,0,56,128,1,148,16,0,12,106,248,0,58,72,24,0,14,251,0,57,96, -0,0,36,0,13,152,253,4,0,58,40,0,13,225,250,0,59,16,0,13,136,255,0,57, -32,4,6,0,13,152,251,0,57,128,0,15,144,255,0,59,44,0,13,240,251,8,0,57 -,40,148,16,0,12,242,250,0,58,136,24,0,13,136,255,0,57,96,0,0,36,0,13, -152,253,4,0,57,128,40,0,13,105,250,0,59,16,0,13,136,255,0,56,5,32,16, -4,0,13,168,253,0,56,8,0,1,1,0,13,128,254,0,56,11,0,1,44,0,13,200,248, -8,0,55,37,4,16,149,16,0,12,18,249,0,56,6,0,0,5,24,0,13,176,249,0,56,9 -,96,64,36,0,13,128,248,4,0,55,10,0,1,41,0,13,217,249,0,56,4,0,0,8,16, -0,13,72,251,0,56,1,32,0,0,4,0,13,232,248,0,58,64,0,14,152,251,0,56,11 -,0,1,44,0,13,200,248,8,0,55,37,4,0,0,149,16,0,12,18,248,0,56,6,0,0,8, -24,0,13,96,249,0,56,9,96,1,37,0,13,128,253,4,0,55,10,0,1,41,0,13,217, -249,0,56,4,64,8,16,0,13,8,255,0,56,1,32,4,38,0,13,168,250,0,59,16,0, -13,136,255,0,56,11,0,1,44,0,13,200,248,8,0,55,37,4,40,148,16,0,12,130 -,251,0,56,6,0,0,136,24,0,13,232,249,0,56,9,96,0,0,36,0,13,128,252,4,0 -,55,10,0,0,128,24,0,13,113,248,0,56,4,0,0,1,32,0,13,232,251,0,1,4,0, -53,1,32,8,0,14,104,252,0,58,65,0,14,136,251,0,56,11,0,16,160,252,8,0, -55,37,4,32,0,14,194,254,0,1,48,6,0,52,6,0,0,132,0,14,80,252,0,1,60,0, -53,9,96,0,15,32,251,4,0,0,48,0,53,10,0,16,225,251,0,1,48,0,53,4,64,4, -1,0,13,200,253,0,1,4,0,53,1,32,48,0,14,232,255,0,57,128,0,15,144,255, -0,56,11,0,16,160,252,8,0,55,37,4,4,1,0,13,146,253,0,1,48,6,0,52,6,0,0 -,16,0,14,152,253,0,1,60,0,53,9,96,128,0,14,168,251,4,0,0,48,0,53,10,0 -,0,128,0,14,105,251,0,1,48,0,53,4,0,0,4,0,14,152,248,0,74,152,255,32, -0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0, -0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0 -,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,152,255,0,74,152, -255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0, -2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0 -,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,0,178,253,0,56 -,2,0,1,8,0,13,176,253,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0 -,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16, -0,0,2,64,0,0,8,0,1,32,0,1,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0, -0,200,250,4,0,73,201,250,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32, -0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0, -16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0 -,0,4,0,0,152,255,0,74,152,255,0,74,152,255,0,58,128,0,14,16,255,0,74, -152,255,0,74,152,255,0,74,152,255,0,59,16,8,0,13,255,0,74,152,255,0, -59,8,16,0,12,128,254,0,56,4,0,0,33,16,8,0,12,80,249,0,56,4,0,1,16,8,0 -,12,64,251,0,58,65,0,14,136,251,0,74,152,255,0,74,152,255,0,74,152, -255,16,0,56,64,0,15,140,255,0,74,152,255,0,74,152,255,4,0,0,4,0,71, -137,250,0,74,152,255,0,57,32,0,15,184,253,0,57,128,0,15,144,255,0,74, -152,255,0,56,8,0,1,32,0,13,176,255,0,74,152,255,0,74,152,255,0,74,152 -,255,0,58,64,0,14,152,251,0,74,152,255,0,74,152,255,0,74,152,255,0,74 -,152,255,0,57,128,64,0,14,144,251,0,57,32,0,15,184,253,0,74,152,255,0 -,74,152,255,0,55,16,4,0,2,8,0,12,80,250,0,74,152,255,128,0,54,32,2, -128,0,1,16,0,12,32,254,0,0,4,32,0,52,2,4,2,0,1,8,0,12,112,255,0,56,4, -2,0,1,8,0,12,80,249,0,1,16,0,71,152,254,0,74,152,255,0,74,152,255,0, -58,2,2,0,13,152,253,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152, -255,0,74,152,255,0,58,4,0,14,216,255,0,74,152,255,0,74,152,255,0,74, -152,255,0,48,66,8,0,1,33,0,1,132,0,17,128,251,0,48,4,0,24,152,251,0, -47,128,5,0,1,22,0,1,88,0,18,208,248,0,47,128,66,8,0,0,10,33,0,0,40, -132,0,17,32,251,0,48,3,0,1,12,0,1,48,0,18,32,251,0,48,4,0,1,16,0,1,64 -,0,18,200,254,0,48,5,0,1,20,0,1,80,0,18,216,250,0,48,2,0,1,8,0,1,32,0 -,18,48,255,0,48,64,8,0,1,33,0,1,132,0,17,128,249,0,74,152,255,0,47, -128,5,0,1,22,0,1,88,0,18,208,248,8,0,46,128,66,8,0,0,10,33,0,0,40,132 -,0,17,10,249,0,48,3,0,1,12,0,1,48,0,18,32,251,0,48,4,0,1,16,0,1,64,0, -18,200,254,4,0,47,5,0,1,20,0,1,80,0,18,137,255,0,48,2,0,1,8,0,1,32,0, -18,48,255,0,48,64,8,0,1,97,8,2,132,0,17,136,255,0,74,152,255,0,47,128 -,5,0,1,22,0,1,88,0,18,208,248,8,0,46,128,66,8,0,0,10,33,8,42,132,0,17 -,2,251,0,48,3,0,1,12,0,0,8,52,0,18,40,255,0,48,4,0,1,16,192,0,0,64,0, -18,64,250,4,0,47,5,0,1,20,0,1,80,0,18,137,255,0,48,2,0,1,8,0,0,2,36,0 -,18,16,249,0,48,64,8,0,1,97,8,0,0,132,0,17,136,253,0,53,128,0,19,24, -255,0,47,128,5,0,1,22,0,1,88,0,18,208,248,8,0,46,128,66,8,0,0,10,33, -64,40,132,0,17,74,249,0,48,3,0,1,12,0,0,160,48,0,18,128,251,0,48,4,0, -1,16,192,0,0,64,0,18,64,250,4,0,47,5,0,1,20,0,0,128,80,0,18,9,255,0, -48,2,0,1,8,0,0,34,32,0,18,48,253,0,48,64,8,0,1,97,32,0,0,132,0,6,66,0 -,9,224,251,0,54,1,0,18,152,254,0,47,128,5,0,1,22,0,1,89,0,6,48,0,10, -224,249,8,0,46,128,66,8,0,0,10,33,8,40,132,0,5,16,0,10,18,249,0,48,3, -0,1,12,0,0,16,49,0,6,192,24,0,9,104,251,0,48,4,0,1,16,192,0,0,64,0,6, -224,0,10,160,250,4,0,47,5,0,1,20,0,1,80,0,6,192,0,10,73,255,0,48,2,0, -1,8,128,18,34,0,6,192,0,10,72,255,0,45,132,0,1,64,8,0,1,97,16,0,0,132 -,0,0,160,1,0,14,160,251,0,54,1,0,18,152,254,0,44,96,0,1,128,5,0,1,22, -0,1,90,0,1,128,129,0,14,32,250,8,0,43,32,0,1,128,66,8,0,0,10,33,0,0, -40,132,0,0,128,5,0,14,114,249,0,44,128,145,0,1,3,0,1,12,0,0,32,49,0,2 -,8,1,0,13,8,251,0,44,192,1,0,1,4,0,1,16,192,0,0,64,0,1,224,1,0,14,248 -,253,4,0,43,128,1,0,1,5,0,1,20,0,1,80,0,2,128,0,14,129,254,0,44,128,1 -,0,1,2,0,1,8,0,0,34,36,0,1,128,1,0,14,168,248,0,48,64,8,0,1,97,64,0,0 -,132,0,6,66,2,1,0,7,176,250,0,65,16,0,7,136,255,0,47,128,5,0,1,22,0,1 -,88,0,6,48,0,1,16,0,7,240,248,8,0,46,128,66,8,0,0,10,33,32,42,132,0,5 -,16,0,1,1,0,7,42,250,0,48,3,0,1,12,0,0,32,48,0,6,192,8,0,0,9,0,7,80, -250,0,48,4,0,1,16,192,0,0,66,0,6,224,128,6,0,8,200,248,4,0,47,5,0,1, -20,0,1,80,0,6,192,0,10,73,255,0,48,2,0,1,8,128,18,33,0,6,192,0,0,144, -8,0,7,200,253,0,12,32,0,34,64,216,0,1,97,0,0,66,132,0,6,66,0,3,33,0,4 -,24,251,0,49,192,0,3,32,0,18,48,249,0,47,128,5,192,0,0,22,0,1,88,0,6, -48,0,3,24,0,5,232,253,8,0,46,128,66,200,0,0,10,33,8,41,132,0,5,16,0,3 -,8,0,5,26,252,0,12,128,17,1,0,32,3,0,0,66,12,0,0,16,50,0,6,192,0,3,96 -,4,0,4,216,249,0,12,224,1,0,33,4,48,0,0,16,192,0,0,64,0,6,224,64,0,2, -112,32,0,4,184,252,4,0,11,128,1,0,33,5,0,1,20,0,1,49,0,6,192,0,3,96,0 -,5,49,254,0,12,128,1,0,33,2,0,1,8,0,0,18,64,0,6,192,0,3,96,0,5,184, -253,0,74,152,255,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0,16,0,0 -,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0 -,0,152,255,0,74,152,255,40,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0 -,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,15,32,0,0,4,128,0,0, -16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0 -,0,4,0,0,178,253,0,44,64,32,0,1,129,0,1,4,2,0,0,16,8,0,5,32,16,0,2,16 -,8,0,4,120,249,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128, -0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,0,17,4,0,1,16,0,1,64,0,2,1,32,0, -0,4,128,0,2,2,64,0,2,1,32,0,0,4,0,0,32,253,4,0,73,201,250,32,0,0,4, -128,0,0,16,0,0,2,64,0,0,8,0,0,1,32,0,0,4,128,0,0,16,0,0,2,64,0,0,8,0, -0,1,32,0,0,4,0,17,4,0,1,16,0,1,64,0,2,1,32,0,0,4,128,0,2,2,64,0,2,1, -32,0,0,4,0,0,32,253,0,74,152,255,0,74,152,255,0,44,128,0,3,64,0,6,128 -,0,3,64,0,3,32,0,5,80,249,0,58,32,0,14,152,253,0,74,152,255,0,74,152, -255,0,48,2,1,0,1,4,0,0,32,16,0,17,232,254,0,74,152,255,0,48,181,2,0,0 -,128,10,0,0,16,32,0,17,56,250,0,1,16,0,44,128,2,5,0,0,10,20,161,34,16 -,0,9,1,0,6,16,254,0,1,32,0,45,2,1,0,0,8,4,129,32,16,0,8,128,0,7,112, -253,0,74,152,255,0,74,152,255,0,74,152,255,0,53,64,0,7,16,0,3,128,0,5 -,64,255,16,0,51,64,74,4,0,18,164,249,2,0,72,128,48,253,0,74,152,255, -16,0,73,204,251,0,74,152,255,0,52,128,136,1,0,7,64,0,9,216,250,0,13,4 -,0,50,2,0,7,248,253,0,74,152,255,0,74,152,255,0,74,152,255,0,74,152, -255,0,74,152,255,0,53,4,0,8,1,0,9,216,250,0,74,152,255,0,74,152,255,0 -,74,152,255,0,74,152,255,0,52,64,0,0,4,0,9,8,0,7,144,255,0,44,96,0,1, -128,0,0,4,0,0,2,16,0,0,8,64,0,5,16,0,0,4,0,1,8,0,5,96,248,0,74,152, -255,0,74,152,255,0,48,2,1,32,8,4,0,1,16,4,2,0,1,8,0,3,64,0,7,232,250, -0,74,152,255,0,48,181,2,84,212,10,0,1,42,42,4,0,1,16,0,0,128,22,0,0, -128,0,7,192,254,0,13,1,0,31,1,128,2,64,4,10,20,0,2,228,10,0,1,129,8,0 -,3,160,8,0,5,152,251,0,48,2,64,0,0,8,4,0,2,1,2,0,7,128,0,6,72,250,0, -12,128,0,60,144,255,0,74,152,255,0,74,152,255,0,74,152,255,0,49,8,0,1 -,32,1,1,128,0,0,64,0,15,192,249,0,74,152,255,0,74,152,255,0,74,152, -255,0,74,152,255,0,53,7,0,19,232,248,0,52,128,128,2,0,8,32,0,8,144, -255,0,74,152,255,0,74,152,255,56,0,0,16,0,3,8,0,14,8,1,0,2,132,0,16, -68,132,0,5,8,2,0,4,136,0,12,214,255,0,1,32,0,3,16,0,5,1,0,1,4,0,5,1,0 -,2,128,0,16,5,128,0,3,82,0,0,8,0,4,128,0,0,16,0,11,144,254,0,74,152, -255,0,22,128,0,3,64,0,16,2,64,0,3,32,0,0,4,0,4,64,0,0,8,0,11,240,251, -0,0,22,192,2,72,0,0,9,96,1,42,128,4,144,0,0,22,64,2,88,0,0,9,32,1,42, -0,0,5,144,0,0,18,128,2,0,15,20,128,2,72,0,0,9,64,1,40,128,4,144,0,0, -18,128,2,80,128,10,80,1,42,64,5,168,0,0,21,160,2,240,255,128,12,144,1 -,48,0,0,6,200,128,19,0,0,3,96,128,12,128,1,50,0,0,6,192,128,19,48,3, -96,0,0,12,148,1,0,14,192,12,152,1,48,0,0,6,204,64,25,0,0,3,96,0,0,12, -148,129,50,208,4,154,128,19,112,2,77,160,9,56,1,24,253,255,255,0}; -typedef struct{const unsigned char*l98;unsigned char l129;unsigned -char l160;}l163;static unsigned short l695(l163*l37,const unsigned -char*l98){unsigned short w;w= *l98++;w|= *l98++<<8;l37->l98=l98;l37-> -l129=0;l37->l160=0;return w;}static unsigned char l293(l163*l37){{if( -!(l37->l160>0))goto l651;{--l37->l160;return l37->l129;}l651:;}l37-> -l129= *l37->l98++;{if(!(l37->l129==0))goto l639;l37->l160= *l37->l98 -++;l639:;}return l37->l129;}static int l529(s*b){const unsigned char* -l71=0;unsigned short w;unsigned short q;unsigned char r;l163 l37;int c -;q=4|32|64|128; * (volatile unsigned short* )((b)->g+1024)=q|2|1; * ( -volatile unsigned short* )((b)->g+1028)=q; * (volatile unsigned short - * )((b)->g+1028)=(q^=(32|4));{c=0;l632:if(!(( * (volatile unsigned -short* )((b)->g+1028)&(8|16))))goto l622;goto l618;l624:c++;goto l632 -;l618:{{if(!(c==3))goto l613;{; * (volatile unsigned short* )((b)->g+ -1024)=255;return 1;}l613:;}}goto l624;l622:;}{c=0;l607:if(!(c<30))goto -l267;goto l266;l604:c++;goto l607;l266:{ * (volatile unsigned short* )( -(b)->g+1028)=q;}goto l604;l267:;} * (volatile unsigned short* )((b)-> -g+1028)=(q|=4);{c=0;l264:if(!(( * (volatile unsigned short* )((b)->g+ -1028)&(8|16))!=8))goto l260;goto l259;l262:c++;goto l264;l259:{{if(!( -c==60))goto l255;{; * (volatile unsigned short* )((b)->g+1024)=255; -return 1;}l255:;}}goto l262;l260:;}{c=0;l241:if(!(c<15))goto l238; -goto l818;l239:c++;goto l241;l818:{ * (volatile unsigned short* )((b)-> -g+1028)=q;}goto l239;l238:;}{if(!(!b->l71[(b->l180= * (volatile -unsigned short* )((b)->g+1028)>>(8+5))]))goto l806;{switch(b->l180){ -case 1:l71=l451;break;case 2:l71=l295;break;case 3:l71=l527;break; -case 6:l71=l649;break;case 7:l71=l565;break;default:; * (volatile -unsigned short* )((b)->g+1024)=255; * (volatile unsigned short* )((b)-> -g+1028)=32|64|128;return 2;break;}}goto l786;l806:;{l71=b->l71[b-> -l180];}l786:;}w=l695(&l37,l71);;{;l774:if(!(w>0))goto l765;goto l750; -l734:--w;goto l774;l750:{r=l293(&l37);{if(!(( * (volatile unsigned -short* )((b)->g+1028)&8)==0))goto l730;{;goto l213;}l730:;}{if(!(( * ( -volatile unsigned short* )((b)->g+1028)&16)))goto l726;{{c=0;l716:if( -!(c<20))goto l638;goto l636;l643:++c;goto l716;l636:( * (volatile -unsigned short* )((b)->g+1028)=(q|2), * (volatile unsigned short* )(( -b)->g+1028)=q);goto l643;l638:;}{if(!(( * (volatile unsigned short* )( -(b)->g+1028)&8)==0))goto l631;{;goto l213;}l631:;}; * (volatile -unsigned short* )((b)->g+1024)=255;return 0;}l726:;}{{if(!(r&1))goto -l623;q|=1;goto l626;l623:;q&=~1;l626:;} * (volatile unsigned short* )( -(b)->g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&2))goto l625;q -|=1;goto l615;l625:;q&=~1;l615:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&4))goto l619;q -|=1;goto l617;l619:;q&=~1;l617:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&8))goto l593;q -|=1;goto l590;l593:;q&=~1;l590:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&16))goto l588;q -|=1;goto l587;l588:;q&=~1;l587:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&32))goto l585;q -|=1;goto l576;l585:;q&=~1;l576:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&64))goto l580;q -|=1;goto l579;l580:;q&=~1;l579:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};{{if(!(r&128))goto l578; -q|=1;goto l577;l578:;q&=~1;l577:;} * (volatile unsigned short* )((b)-> -g+1028)=q;( * (volatile unsigned short* )((b)->g+1028)=(q|2), * ( -volatile unsigned short* )((b)->g+1028)=q);};}goto l734;l765:;};l213: -;return 3;}static unsigned char u(s*b,unsigned char z){unsigned short -l93=z|65280|b->l137;unsigned char r; * (volatile unsigned short* )((b -)->g+1024)=255; * (volatile unsigned short* )((b)->g+1028)=l93; * ( -volatile unsigned short* )((b)->g+1024)=255; * (volatile unsigned -short* )((b)->g+1028)=l93^128; * (volatile unsigned short* )((b)->g+ -1024)=255;r= * (volatile unsigned short* )((b)->g+1028)>>8; * ( -volatile unsigned short* )((b)->g+1028)=l93;return r;}static void l(s - *b,unsigned char z,unsigned char r){unsigned short l93=z|r<<8|b-> -l137; * (volatile unsigned short* )((b)->g+1024)=65535; * (volatile -unsigned short* )((b)->g+1028)=l93; * (volatile unsigned short* )((b)-> -g+1024)=65535; * (volatile unsigned short* )((b)->g+1028)=l93^64; * ( -volatile unsigned short* )((b)->g+1024)=65535; * (volatile unsigned -short* )((b)->g+1028)=l93; * (volatile unsigned short* )((b)->g+1024)= -255;}static unsigned char l57(e*a,unsigned char z){l(a->d,a->l48,z); -return u(a->d,a->d->l83);}static void i(e*a,unsigned char z,unsigned -char r){l(a->d,a->l48,z);l(a->d,a->d->l83,r);}static unsigned char l90 -(e*a,unsigned char z,unsigned char l214){unsigned char r;l(a->d,a-> -l48,z);l(a->d,a->d->l83,l214);l(a->d,a->l48,z);r=u(a->d,a->d->l83)& -l214;l(a->d,a->l48,z);l(a->d,a->d->l83,r);return r;}static void l176( -s*b,unsigned char r,unsigned char l27){int c;l(b,40,l27);{c=0;l553:if -(!(c<8))goto l549;goto l547;l552:++c;goto l553;l547:{{if(!((r>>c)&1))goto -l544;{l(b,40,l27|4);l(b,40,l27|4);l(b,40,l27|4);l(b,40,l27|4);l(b,40, -l27|4|8);l(b,40,l27|4|8);l(b,40,l27|4|8);l(b,40,l27|4|8);}goto l541; -l544:;{l(b,40,l27);l(b,40,l27);l(b,40,l27);l(b,40,l27);l(b,40,l27|8); -l(b,40,l27|8);l(b,40,l27|8);l(b,40,l27|8);}l541:;}}goto l552;l549:;}l -(b,40,l27);}static void l106(e*a,unsigned char z,unsigned char r){ -unsigned char l27=16<p;l(a->d,40,0);l176(a->d,(z<<1)|0,l27);l176( -a->d,r,l27);l(a->d,40,0);}static unsigned char l603(e*a,unsigned char -z){unsigned char l27=16<p;unsigned char r=0;int c;l(a->d,40,0); -l176(a->d,(z<<1)|1,l27);{c=0;l539:if(!(c<8))goto l537;goto l534;l532: -++c;goto l539;l534:{l(a->d,40,l27|8);{if(!(u(a->d,a->l44)&128))goto -l458;r|=1<d,40,l27);}goto l532;l537:;}l(a->d,40,0); -return r;}unsigned long cp_regio(e*a,int l194,int z,unsigned long r){ -switch(l194){case 0:r=u(a->d,(unsigned char)z);break;case 1:r=l57(a,( -unsigned char)z);break;case 2:r=l90(a,(unsigned char)z,255);break; -case 3:r=l603(a,16);break;case 4:r=u(a->d,(unsigned char)z);l(a->d,( -unsigned char)z,(unsigned char)r);break;case 9:l(a->d,(unsigned char)z -,(unsigned char)r);r=u(a->d,(unsigned char)z);break;case 5:l(a->d,( -unsigned char)z,(unsigned char)r);break;case 6:l106(a,16,(unsigned -char)r);break;case 7: * (unsigned long* )(a->x+z)=r;r= * (unsigned -long* )(a->x+z);break;case 8:i(a,(unsigned char)z,(unsigned char)r);r -=l57(a,(unsigned char)z);break;}return r;}static unsigned short l521( -s*b){int c;unsigned short r;unsigned short l222; * (volatile unsigned -short* )((b)->g+1024)=255;{c=255;l366:if(!(c>=0))goto l365;goto l370; -l371:c--;goto l366;l370:{ * (volatile unsigned short* )((b)->g+1028)= -c|32; * (volatile unsigned short* )((b)->g+1024)=255;r=( * (volatile -unsigned short* )((b)->g+1028))>>8;l222=((c&(~32))|((~(c<<1))&32));{ -if(!(r!=l222))goto l372;{ * (volatile unsigned short* )((b)->g+1028)= -255;return(c|(r<<8));}l372:;}}goto l371;l365:;} * (volatile unsigned -short* )((b)->g+1028)=255;return 0;}unsigned short cp_init(s*b,int p, -unsigned char*g){unsigned char l56;unsigned short l224;e*a;b->g=g;b-> -p=(unsigned char)p;b->l30=0;b->l174=0; * (volatile unsigned long* )(( -b)->g+8)=262144; * (volatile unsigned short* )((b)->g+1032)=65535; * ( -volatile unsigned short* )((b)->g+1024)=0;b->l125=4;b->l116=0;b->l137 -=192;b->l83=38;switch(l529(b)){case 0:b->l137|=32;;{if(!((l224=l521(b -))))goto l373;return l224;l373:;}b->l83=30;break;case 1:l56=u(b,0);{ -if(!((l56&56)!=40&&(l56&128)==(u(b,0)&128)))goto l359;{return 65535;} -l359:;}break;case 2:case 3:default:return 65535;break;}l56=u(b,0); -switch(l56&56){default:b->f=0;strcpy(b->l39,"\x55\x6e\x6b\x6e\x6f\x77" -"\x6e");break;case 56:{if(!((l56&64)!=(u(b,0)&64)))goto l375;{b->f=12 -;strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49\x2d\x4c");}goto l376; -l375:;{if(!(l56&64))goto l397;{b->f=6;strcpy(b->l39,"\x54\x61\x75\x2d" -"\x50\x43\x49\x34");}goto l333;l397:;{b->f=1;strcpy(b->l39,"\x54\x61" -"\x75\x2d\x50\x43\x49");}l333:;}l376:;}break;case 8:{if(!(l56&64))goto -l399;{b->f=10;strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49\x34\x2d\x45" -"\x31\x2f\x58");}goto l400;l399:;{b->f=5;strcpy(b->l39,"\x54\x61\x75" -"\x2d\x50\x43\x49\x2d\x45\x31");}l400:;}break;case 16:{if(!(l56&64))goto -l401;{b->f=7;strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49\x34\x2d\x47" -"\x37\x30\x33\x2f\x58");}goto l330;l401:;{b->f=4;strcpy(b->l39,"\x54" -"\x61\x75\x2d\x50\x43\x49\x2d\x47\x37\x30\x33");}l330:;}break;case 24 -:{if(!(l56&64))goto l403;{b->f=10;strcpy(b->l39,"\x54\x61\x75\x2d\x50" -"\x43\x49\x34\x2d\x32\x45\x31\x2f\x58");}goto l404;l403:;{b->f=9; -strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49\x2d\x32\x45\x31");}l404:; -}break;case 32:b->f=11;strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49" -"\x2d\x34\x45\x31");break;case 40:b->f=2;strcpy(b->l39,"\x54\x61\x75" -"\x2d\x50\x43\x49\x2d\x45\x33");break;case 48:b->f=3;strcpy(b->l39,"" -"\x54\x61\x75\x2d\x50\x43\x49\x2d\x48\x53\x53\x49");break;}{if(!(b->f -==2))goto l405;{switch(l56&6){default:break;case 6:b->k->f=4;b->l80= -34368000;break;case 4:strcpy(b->l39,"\x54\x61\x75\x2d\x50\x43\x49\x2d" -"\x54\x33");b->k->f=7;b->l80=44736000;break;case 2:strcpy(b->l39,"" -"\x54\x61\x75\x2d\x50\x43\x49\x2d\x53\x54\x53\x2d\x31");b->k->f=8;b-> -l80=51840000;break;}}goto l406;l405:;{switch(l56&6){default:break; -case 6:b->l80=32768000;break;case 4:b->l80=16384000;break;}}l406:;}{a -=b->k;l428:if(!(ak+4))goto l430;goto l431;l429:++a;goto l428;l431 -:{a->d=b;l189(a);}goto l429;l430:;}return 0;}static void l68(e*a){ -unsigned char l74=1;{if(!(a->f!=4&&a->f!=7&&a->f!=8))goto l432;return -;l432:;}{if(!(a->l61))goto l433;l74|=2;l433:;}{if(!(a->l169))goto l434 -;l74|=8;l434:;}{if(!(a->l178))goto l435;l74|=48;goto l436;l435:;{if(! -(a->l86))goto l437;{switch(a->f){case 4:l74|=16;break;case 7:l74|=32; -break;case 8:default:break;}}l437:;}l436:;}{if(!(a->l156))goto l459; -l74|=128;goto l274;l459:;{if(!(a->l53))goto l461;l74|=64;l461:;}l274: -;}{if(!(a->l167))goto l270;l74|=4;l270:;}l(a->d,8,l74);}static void -l189(e*a){a->p=a-a->d->k;a->y=0;a->l146=0;a->l145=0;a->l164=0;a->l177 -=0;a->l53=0;a->l156=0;a->l61=0;a->l134=0;a->j=~1;a->l186=0;a->l46=0;a -->l58=0;a->v=a->p;a->l33=0;a->l41=0;a->l26=0;a->l38=0;a->l86=0;a-> -l178=0;a->l169=0;a->l122=1;switch(a->d->f){default:a->f=0;break;case 6 -:a->f=1;break;case 11:a->f=3;break;case 8:a->f=2;break;case 10:a->f=a -->p<2?3:1;break;case 9:a->f=a->p<2?3:6;break;case 7:a->f=a->p<2?2:1; -break;case 1:a->f=a->p<2?1:0;break;case 5:a->f=a->p<2?3:0;break;case 4 -:a->f=a->p<2?2:0;break;case 2:a->f=a->p==0?a->f:0;break;case 3:a->f=a -->p==0?5:0;break;case 12:a->f=a->p==0?1:0;break;}{if(!(a->f==6))goto -l463;a->j=0;l463:;}a->x=a->d->g+a->p*128+256;switch(a->p){case 0:a-> -l123=(unsigned long* )(a->d->g+20);a->l124=(unsigned long* )(a->d->g+ -36);a->l82=(unsigned long* )(a->d->g+80);a->l130=(unsigned long* )(a -->d->g+84);a->l102=(unsigned long* )(a->d->g+152);a->l135=(unsigned -long* )(a->d->g+200);a->l75=(unsigned long* )(a->d->g+88);a->l132=( -unsigned long* )(a->d->g+176);a->l147=(unsigned long* )(a->d->g+224); -a->l73=4;a->l81=4;a->l62=32;a->l44=36;a->l48=32;a->l64=12;break;case 1 -:a->l123=(unsigned long* )(a->d->g+24);a->l124=(unsigned long* )(a->d -->g+40);a->l82=(unsigned long* )(a->d->g+92);a->l130=(unsigned long* )( -a->d->g+96);a->l102=(unsigned long* )(a->d->g+156);a->l135=(unsigned -long* )(a->d->g+204);a->l75=(unsigned long* )(a->d->g+100);a->l132=( -unsigned long* )(a->d->g+180);a->l147=(unsigned long* )(a->d->g+228); -a->l73=5;a->l81=5;a->l62=34;a->l44=38;a->l48=34;a->l64=14;break;case 2 -:a->l123=(unsigned long* )(a->d->g+28);a->l124=(unsigned long* )(a->d -->g+44);a->l82=(unsigned long* )(a->d->g+104);a->l130=(unsigned long* -)(a->d->g+108);a->l102=(unsigned long* )(a->d->g+160);a->l135=( -unsigned long* )(a->d->g+208);a->l75=(unsigned long* )(a->d->g+112);a -->l132=(unsigned long* )(a->d->g+184);a->l147=(unsigned long* )(a->d -->g+232);a->l73=6;a->l81=6;a->l62=48;a->l44=52;a->l48=48;a->l64=13; -break;case 3:a->l123=(unsigned long* )(a->d->g+32);a->l124=(unsigned -long* )(a->d->g+48);a->l82=(unsigned long* )(a->d->g+116);a->l130=( -unsigned long* )(a->d->g+120);a->l102=(unsigned long* )(a->d->g+164); -a->l135=(unsigned long* )(a->d->g+212);a->l75=(unsigned long* )(a->d -->g+124);a->l132=(unsigned long* )(a->d->g+188);a->l147=(unsigned long - * )(a->d->g+236);a->l73=7;a->l81=7;a->l62=50;a->l44=54;a->l48=50;a-> -l64=15;break;}{if(!(a->d->l83==30))goto l465;{a->l38=1;switch(a->p){ -case 0:a->l62=16;a->l34=20;a->l48=24;break;case 1:a->l62=18;a->l34=21 -;a->l48=26;break;case 2:a->l62=17;a->l34=22;a->l48=25;break;case 3:a -->l62=19;a->l34=23;a->l48=27;break;}}l465:;}l68(a);{if(!(a->f==4||a-> -f==7||a->f==8))goto l468;{l(a->d,14,(2048>>8)&255);l(a->d,15,(2048>> -16)&255);}l468:;}}static void l157(e*a){unsigned char l139;{if(!(!a-> -l34))goto l472;return;l472:;}{if(!(a->d->k[a->v].l31))goto l467;l139= -a->p;goto l469;l467:;l139=a->v;l469:;}{if(!(!a->l31&&!a->l52))goto -l824;l139|=4;l824:;}l(a->d,a->l34,l139);}void cp_hard_reset(s*b){l(b, -0,128);}static void l741(e*a){int c;i(a,172,1);{c=0;l826:if(!(c<=255))goto -l827;goto l828;l829:c++;goto l826;l828:{{if(!(c!=172))goto l414;i(a, -192,0);l414:;}}goto l829;l827:;}i(a,172,0);{c=0;l831:if(!(c<=255))goto -l832;goto l833;l834:c++;goto l831;l833:{{if(!(c!=172))goto l855;i(a, -192,0);l855:;}}goto l834;l832:;}}void cp_reset(s*b,l172*l60,unsigned -long l69){e*a;{if(!(!b->g))goto l856;return;l856:;}{if(!(l60))goto -l857;memset(l60,0,sizeof(l172));l857:;} * (volatile unsigned long* )( -(b)->g+8)=262144; * (volatile unsigned short* )((b)->g+1032)=65535; * -(volatile unsigned short* )((b)->g+1024)=255; * (volatile unsigned -short* )((b)->g+1028)=255; * (volatile unsigned long* )((b)->g+768)= -4194304;l(b,0,b->l125&~4);cp_led(b,0); * (volatile unsigned long* )(( -b)->g+12)=(128/32-1)<<28|(128/32-1)<<24|(128/32-1)<<20|(128/32-1)<<16 -|(128/32-1)<<12|(128/32-1)<<8|(128/32-1)<<4|(128/32-1); * (volatile -unsigned long* )((b)->g+16)=(128/32-1)<<16; * (volatile unsigned long - * )((b)->g+68)=1108361216; * (volatile unsigned long* )((b)->g+72)= -3740719104UL; * (volatile unsigned long* )((b)->g+52)=404232216; * ( -volatile unsigned long* )((b)->g+76)=7;cp_set_mux(b,b->l30);{if(!(l60 -))goto l858;{b->l94=l60->l94; * (volatile unsigned long* )((b)->g+64)= -l69+((char* )b->l94-(char* )l60);}l858:;}b->l115=0;{a=b->k;l859:if(!( -ak+4))goto l861;goto l862;l860:++a;goto l859;l862:{{if(!(a->f==2))goto -l863;l165(a);goto l864;l863:;{if(!(a->f==3))goto l441;l210(a);l441:;} -l864:;}l157(a);a->l35=0; * (volatile unsigned long* )((a)->x+8)=a-> -l35;a->l36=0; * (volatile unsigned long* )((a)->x+16)=a->l36;a->l144= -1; * (volatile unsigned long* )((a)->x+84)=a->l70=~0; * (volatile -unsigned long* )((a)->x+28)=520552703; * (volatile unsigned long* )(( -a)->x+32)=520552703;{if(!(l60))goto l885;{a->l155=l60->l155[a->p];a-> -l97=l60->l97[a->p];( * (a)->l123)=l69+((char* )a->l155-(char* )l60);( - * (a)->l124)=l69+((char* )a->l97-(char* )l60);;}l885:;}a->l608=0;a-> -l104=0;( * (a)->l82)=0;( * (a)->l75)=0;}goto l860;l861:;} * (volatile -unsigned long* )((b)->g+0)=4279239169UL;{a=b->k;l887:if(!(ak+4))goto -l443;goto l889;l223:++a;goto l887;l889:{{if(!(a->f!=3||!a->l38||l57(a -,15)!=163))goto l891;goto l223;l891:;}l741(a);}goto l223;l443:;}}void -cp_stop_chan(e*a){unsigned long l175=0;unsigned long l96=0;int c;{if( -!(!a->f))goto l892;return;l892:;}outb(128,0);a->l35&=~2147483648UL; * -(volatile unsigned long* )((a)->x+8)=a->l35;{c=0;l893:if(!(c<200))goto -l913;goto l912;l446:c++;goto l893;l912:outb(128,0);goto l446;l913:;}{ -if(!(a->l36&134217728))goto l584;{;a->l36&=~134217728; * (volatile -unsigned long* )((a)->x+16)=a->l36;l175|=4194304;l96|=65536;}l584:;} -outb(128,0);{if(!(( * (a)->l75)!=0))goto l653;{;{c=0;l911:if(!(c<4))goto -l354;goto l353;l290:++c;goto l911;l353: * (volatile unsigned long* )& -a->l42[c].w=2147483648UL|1073741824;goto l290;l354:;}l175|=2097152; -l96|=16777216;}l653:;}outb(128,0); * (volatile unsigned long* )((a)-> -x+0)=l96;outb(128,0);( * (a)->l82)=l175;outb(128,0); * (volatile -unsigned long* )((a->d)->g+0)=513;outb(128,0);a->l70=~0;}void -cp_start_chan(e*a,int l208,int l191,l211*l49,unsigned long l69){int c -;unsigned long l96=0;{if(!(!a->f))goto l583;return;l583:;}{if(!(l49))goto -l531;{;a->l32=l49->l32;a->l42=l49->l42;{c=0;l464:if(!(c<64))goto l336 -;goto l335;l273:++c;goto l464;l335:a->l67[c]=l69+((char* )(a->l32+c)- -(char* )l49);goto l273;l336:;}{c=0;l320:if(!(c<4))goto l288;goto l257 -;l305:++c;goto l320;l257:a->l154[c]=l69+((char* )(a->l42+c)-(char* )l49 -);goto l305;l288:;};{c=0;l234:if(!(c<64))goto l546;goto l514;l906:++c -;goto l234;l514: * (volatile unsigned long* )&a->l32[c].l88=a->l67[(c -+1)%64];goto l906;l546:;}{c=0;l462:if(!(c<4))goto l312;goto l351;l319 -:++c;goto l462;l351: * (volatile unsigned long* )&a->l42[c].l88=a-> -l154[(c+1)%4];goto l319;l312:;}}l531:;}{if(!(a->d->f==2))goto l265;{a -->l35|=12; * (volatile unsigned long* )((a)->x+8)=a->l35;a->l43= -2097152;}l265:;}a->l43|=574914560; * (volatile unsigned long* )((a)-> -x+12)=a->l43;cp_set_phony(a,a->l52); * (volatile unsigned long* )((a)-> -x+64)=32768|(1664/32-1);{if(!(a->f==2))goto l334;l165(a);l334:;}a-> -l35|=2147483648UL; * (volatile unsigned long* )((a)->x+8)=a->l35; -cp_set_nrzi(a,a->l145);cp_set_dir(a,a->v);cp_set_baud(a,a->y); -cp_set_dtr(a,0);cp_set_rts(a,0);( * (a)->l75)=0;{c=0;l328:if(!(c<64))goto -l902;goto l790;l297:++c;goto l328;l790:{{if(!(l49))goto l752;{a->l136 -[c]=l49->l751[c];a->l207[c]=l69+((char* )a->l136[c]-(char* )l49); * ( -volatile unsigned long* )&a->l32[c].w=1664<<16; * (volatile unsigned -long* )&a->l32[c].l99=a->l207[c];}l752:;} * (volatile unsigned long* )& -a->l32[c].t=0;}goto l297;l902:;}{c=0;l718:if(!(c<4))goto l696;goto -l674;l595:++c;goto l718;l674:{{if(!(l49))goto l664;{a->l151[c]=l49-> -l589[c];a->l197[c]=l69+((char* )a->l151[c]-(char* )l49); * (volatile -unsigned long* )&a->l42[c].w=2147483648UL|1073741824; * (volatile -unsigned long* )&a->l42[c].l99=a->l197[c];}l664:;} * (volatile -unsigned long* )&a->l42[c].t=0;a->l79[c]=0;}goto l595;l696:;}{if(!( -l49))goto l652;;l652:;}a->l28=0;a->l51=0;a->l45=a->l51; * (volatile -unsigned long* )&a->l32[64-1].l88=a->l67[64-1];{if(!(l208))goto l640; -{{if(!(!a->l144))goto l545;{a->l70&=~65536;}goto l538;l545:;{a->l70&= -~65536; * (volatile unsigned long* )((a)->x+84)=a->l70;}l538:;}l96|= -16777216;}l640:;}{if(!(l191))goto l528;{a->l36|=134217728; * ( -volatile unsigned long* )((a)->x+16)=a->l36;{if(!(!a->l144))goto l517 -;{a->l70&=~2;}goto l513;l517:;{a->l70&=~2; * (volatile unsigned long* -)((a)->x+84)=a->l70;}l513:;}l96|=65536;{if(!(a->f==2))goto l497;l(a-> -d,a->l44,255);l497:;};( * (a)->l130)=a->l67[a->l28];( * (a)->l82)= -1048576; * (volatile unsigned long* )((a->d)->g+0)=513;}l528:;} * ( -volatile unsigned long* )((a)->x+0)=l96;}void cp_stop_e1(e*a){{if(!(a -->f!=3||a->l133==0))goto l460;return;l460:;}a->l133=0;i(a,23,0);}void -cp_start_e1(e*a){{if(!(a->f!=3||a->l133==1))goto l364;return;l364:;}a -->l133=1;i(a,23,16);}void cp_set_dtr(e*a,int m){a->l193=(m!=0);{if(!( -a->l193))goto l361;a->l33|=1;goto l357;l361:;a->l33&=~1;l357:;}l(a->d -,a->l73,a->l33);}void cp_set_rts(e*a,int m){a->l218=(m!=0);{if(!(a-> -l218))goto l327;a->l43|=1048576;goto l324;l327:;a->l43&=~1048576;l324 -:;} * (volatile unsigned long* )((a)->x+12)=a->l43;}int cp_get_dsr(e* -a){{if(!(a->f!=1))goto l318;return 0;l318:;}return(u(a->d,a->l81)&1)!= -0;}int cp_get_cd(e*a){{if(!(a->f==0))goto l315;return 0;l315:;}{if(!( -a->d->f==2))goto l311;return(u(a->d,9)&2)==0;l311:;}{if(!(a->f==6))goto -l308;{ * (volatile unsigned long* )((a->d->k+a->v)->x+4);return( * ( -volatile unsigned long* )((a->d->k+a->v)->x+4)&2097152)==0;}goto l303 -;l308:;{ * (volatile unsigned long* )((a)->x+4);return( * (volatile -unsigned long* )((a)->x+4)&2097152)==0;}l303:;}}int cp_get_cts(e*a){{ -if(!(a->f!=1))goto l300;return 0;l300:;}return(u(a->d,a->l81)&8)!=0;} -int cp_get_txcerr(e*a){{if(!(a->f!=1))goto l296;return 0;l296:;} -return(u(a->d,a->l81)&16)!=0;}int cp_get_rxcerr(e*a){{if(!(a->f!=1))goto -l283;return 0;l283:;}return(u(a->d,a->l81)&32)!=0;}void cp_set_baud(e - *a,int y){int l54,l50;{if(!(a->f==2||((a->f==3)&&a->l31)))goto l240; -{int l92=(y+32000)/64000*64;{if(!(a->l52))goto l236;l92=2048;l236:;}a -->l41&=~7;{if(!(!l92||l92>1024))goto l235;{a->l41|=0;a->y=2048000;} -goto l232;l235:;{if(!(l92>512))goto l231;{a->l41|=2;a->y=1024000;} -goto l229;l231:;{if(!(l92>256))goto l228;{a->l41|=3;a->y=512000;}goto -l901;l228:;{if(!(l92>128))goto l880;{a->l41|=4;a->y=256000;}goto l837 -;l880:;{if(!(l92>64))goto l524;{a->l41|=5;a->y=128000;}goto l522;l524 -:;{a->l41|=6;a->y=64000;}l522:;}l837:;}l901:;}l229:;}l232:;}l(a->d,a -->l62,a->l41);}goto l520;l240:;{if(!((a->f==3||a->f==6)&&!a->l52))goto -l518;{unsigned long l558=a->j;int c;a->y=0;{c=0;l516:if(!(c<32))goto -l512;goto l494;l515:++c;goto l516;l494:{if(!((l558>>c)&1))goto l500;a -->y+=64000;l500:;}goto l515;l512:;}}goto l478;l518:;{if(!(a->f==3&&a -->l52))goto l383;{a->y=2048000;}goto l347;l383:;a->y=y;l347:;}l478:;} -l520:;}a->l35&=~55;{if(!(a->f==4||a->f==7||a->f==8))goto l385;{a->y=a -->d->l80;a->l35|=12;l50=l54=0;}goto l345;l385:;{if(!(!a->y||a->f!=1))goto -l387;{a->l146=0;{if(!(a->f==1))goto l344;a->l53=0;l344:;}l50=l54=0;a -->l33|=4;}goto l389;l387:;{if(!(a->l146))goto l341;{a->l35|=54;l141(a -->d->l80/16,a->y,&l50,&l54);a->l33&=~4;}goto l340;l341:;{if(!(a->l53))goto -l393;{a->l35|=55;l141(a->d->l80,a->y,&l50,&l54);a->l33&=~4;}goto l317 -;l393:;{a->l35|=48;l141(a->d->l80,a->y,&l50,&l54);a->l33&=~4;}l317:;} -l340:;}l389:;}l345:;}l(a->d,a->l73,a->l33&~4); * (volatile unsigned -long* )((a)->x+8)=a->l35; * (volatile unsigned long* )((a)->x+44)=l50 -<<8|l54;l(a->d,a->l73,a->l33);{if(!(a->f==1&&a->l53))goto l415;a->l43 -|=256;goto l416;l415:;a->l43&=~256;l416:;} * (volatile unsigned long* -)((a)->x+12)=a->l43;}void cp_set_dpll(e*a,int m){{if(!(a->f!=1))goto -l417;return;l417:;}a->l146=m&&(a->y!=0);cp_set_baud(a,a->y);}static -void l173(e*a){unsigned char l113=0;{if(!(a->l31))goto l418;{l113|=1| -64;}goto l419;l418:;{if(!(a->d->l30&&a->l34))goto l313;{l113|=0;{if(! -(!a->l46))goto l421;l113|=32;l421:;}}goto l422;l313:;{l113|=1|8;{if(! -(!a->l46))goto l423;l113|=32;l423:;}}l422:;}l419:;}i(a,18,l113);} -static void l206(e*a){unsigned char l204=0;{if(!(!a->l31&&a->l58))goto -l445;l204|=2;l445:;}i(a,19,l204);}static void l162(e*a){unsigned char -l43=64|4;{if(!(!a->l31))goto l285;{l43|=16;{if(!(a->l58))goto l447; -l43|=1;l447:;}{if(!(a->l46))goto l448;l43|=8;l448:;}}l285:;}i(a,20, -l43);}static void l227(e*a){unsigned char l36=64;{if(!(!a->l31))goto -l449;{l36|=8;l36|=16;}l449:;}{if(!(a->l53&&!a->l38))goto l282;l36|=1; -l282:;}i(a,26,l36);}static void l225(e*a){unsigned char l216=2;{if(!( -a->d->l174&&a->l46))goto l457;{l216|=4|64;}l457:;}i(a,27,l216);} -static void l202(e*a){unsigned char l143;{if(!(a->l31))goto l452;l143 -=2;goto l453;l452:;{if(!(a->d->l30))goto l278;l143=32;goto l476;l278: -;l143=0;l476:;}l453:;}i(a,16,l143);}static void l599(e*a){unsigned -char l170;{if(!(a->d->l30||a->l38))goto l477;l170=4|2;goto l254;l477: -;l170=4;l254:;}i(a,17,l170);}static void l226(e*a){unsigned char l107 -;l107=0;{if(!(a->l186))goto l479;l107|=16;l479:;}{if(!(a->l53))goto -l480;l107|=8;l480:;}{if(!(u(a->d,8)>>a->p&16))goto l481;l107|=96;goto -l482;l481:;l107|=64;l482:;}i(a,24,l107);}static int l198(e*a,int l87){ -s*b=a->d;e*h;int j;{h=b->k;l483:if(!(hk+4))goto l485;goto l507; -l484:++h;goto l483;l507:{j=1;l508:if(!(j<32))goto l890;goto l888;l509 -:++j;goto l508;l888:{if(!(h->o.j[j]==l87&&h->o.l40[j]==a->p))goto l884 -;return 1;l884:;}goto l509;l890:;}goto l484;l485:;}return 0;}static -int l586(e*a,int l87){return(a->o.j[l87]!=0);}static int l610(e*a,int -l87){s*b=a->d;e*h;int j;{h=b->k;l882:if(!(hk+4))goto l872;goto -l850;l874:++h;goto l882;l850:{j=1;l766:if(!(j<32))goto l755;goto l736 -;l764:++j;goto l766;l736:{if(!(h->o.j[j]==l87&&h->o.l40[j]==a->p))goto -l735;{h->o.j[j]=0;return 1;}l735:;}goto l764;l755:;}goto l874;l872:;} -return 0;}static int l686(e*a,int l87){{if(!(a->o.j[l87]))goto l731;{ -a->o.j[l87]=0;return 1;}goto l729;l731:;return 0;l729:;}}static void -l138(e*a){s*b=a->d;e*h;unsigned long l66;int c;{if(!(a->l31))goto l722 -;{l66=0;}goto l728;l722:;{if(!(a->l34))goto l724;{l66=~1;{h=b->k;l710 -:if(!(hk+4))goto l702;goto l701;l709:++h;goto l710;l701:{if(!((h -->f==3||h->f==6)&&h->v==a->p))goto l697;l66&=~h->j;l697:;}goto l709; -l702:;}{if(!(b->l30))goto l690;{c=1;l689:if(!(c<32))goto l682;goto -l676;l678:++c;goto l689;l676:{if(!((l66>>c&1)&&l198(a,c)))goto l672; -l66&=~(1<l30))goto l668;{l66=a->p?(b->k[0].j|b->k[1].j):0;}goto l667;l668:; -l66=~a->j;l667:;}l671:;}l728:;}i(a,38,(unsigned char)(l66&254));i(a, -38+1,(unsigned char)(l66>>8));i(a,38+2,(unsigned char)(l66>>16));i(a, -38+3,(unsigned char)(l66>>24));;}void cp_set_monitor(e*a,int m){{if(! -((a->f!=3||!a->l38)&&(a->f==0||a->d->f!=2)))goto l666;return;l666:;}a -->l167=(m!=0);{if(!(a->d->f==2))goto l665;l68(a);goto l662;l665:;i(a, -172,m?112:0);l662:;}}void cp_set_dir(e*a,int v){s*b=a->d;e*h;int c;{ -if(!(a->f!=3&&a->f!=6))goto l661;{a->v=a->p;l157(a);return;}l661:;}{ -if(!(a->l31))goto l659;v=a->p;l659:;}{if(!(!a->l34))goto l656;v=(a->p -==1)?(b->l30?0:1):a->p;l656:;}{if(!((a->d->k+2)->f==3))goto l647;v&=3 -;goto l646;l647:;v&=1;l646:;}a->v=v;{h=b->k;l644:if(!(hk+4))goto -l642;goto l641;l633:++h;goto l644;l641:{if(!((h->f==3||h->f==6)&&h!=a -&&h->v==a->v))goto l637;a->j&=~h->j;l637:;}goto l633;l642:;}{if(!(a-> -l34))goto l634;{{if(!(b->l30))goto l629;{c=1;l630:if(!(c<32))goto l369 -;goto l368;l733:++c;goto l630;l368:{if(!((a->j>>c&1)&&(l198(a,c)|| -l586(a,c))))goto l737;a->j&=~(1<j);}void cp_set_unfram(e*a,int m){e*h; -{if(!(a->f!=3))goto l738;return;l738:;}{if(!(!a->l34))goto l739;a-> -l31=0;goto l740;l739:;a->l31=m!=0;l740:;}{if(!(a->l31))goto l743;a-> -l26|=32;goto l742;l743:;a->l26&=~32;l742:;}l(a->d,a->l64,a->l26);{if( -!(a->l31))goto l745;{cp_set_dir(a,a->p);{h=a->d->k;l758:if(!(hd-> -k+4))goto l760;goto l761;l759:++h;goto l758;l761:{if(!((h->f==3||h->f -==6)&&h->v==a->p&&h!=a))goto l762;cp_set_dir(h,h->p);l762:;}goto l759 -;l760:;}}goto l763;l745:;{{h=a->d->k;l381:if(!(hd->k+4))goto l382 -;goto l767;l768:++h;goto l381;l767:l157(h);goto l768;l382:;}}l763:;} -l173(a);l206(a);l162(a);l227(a);l225(a);l202(a);l138(a);cp_set_baud(a -,a->y);{if(!(a->l31))goto l779;cp_set_gsyn(a,a->l61);l779:;}}void -cp_set_lloop(e*a,int m){{if(!((a->f==1&&a->y==0)||a->f==6))goto l780; -return;l780:;}a->l53=(m!=0);{if(!(a->f==3))goto l781;{{if(!(a->l53))goto -l390;{a->l26|=16;{if(!(a->l38))goto l783;i(a,168,64);l783:;}}goto l391 -;l390:;{a->l26&=~16;{if(!(a->l38))goto l785;i(a,168,0);l785:;}}l391:; -}l(a->d,a->l64,a->l26);l227(a);l226(a);}goto l392;l781:;{if(!(a->f==2 -))goto l787;{unsigned char l203=1|4;{if(!(a->l53))goto l788;l203|=64; -l788:;}l106(a,16,l203);}goto l801;l787:;{if(!(a->d->f==2))goto l802;{ -l68(a);}goto l803;l802:;cp_set_baud(a,a->y);l803:;}l801:;}l392:;}} -void cp_set_nrzi(e*a,int m){{if(!(a->f!=1))goto l804;return;l804:;}a -->l145=m?1:0;{if(!(a->l145))goto l805;a->l35|=2097152;goto l402;l805: -;a->l35&=~2097152;l402:;} * (volatile unsigned long* )((a)->x+8)=a-> -l35;}void cp_set_invtxc(e*a,int m){{if(!(a->f!=1))goto l807;return; -l807:;}a->l164=m?1:0;{if(!(a->l164))goto l808;a->l33|=2;goto l809; -l808:;a->l33&=~2;l809:;}l(a->d,a->l73,a->l33);}void cp_set_invrxc(e*a -,int m){{if(!(a->f!=1))goto l810;return;l810:;}a->l177=m?1:0;{if(!(a -->l177))goto l410;a->l33|=8;goto l823;l410:;a->l33&=~8;l823:;}l(a->d, -a->l73,a->l33);}int cp_get_rloop(e*a){{if(!(a->f==2))goto l839;return -(u(a->d,a->l44)&16)!=0;l839:;}{if(!(a->f!=0&&a->d->f==2))goto l835; -return a->l156;l835:;}return 0;}int cp_get_cable(e*a){{if(!(a->f==1))goto -l841;switch(u(a->d,a->l81)&70){case 0:return 3;case 2:return 2;case 4 -:return 1;case 6:return 0;case 10:return 4;default:return 9;}goto l420 -;l841:;{if(!(a->f==3))goto l838;return(u(a->d,8)>>a->p&16)?11:10;goto -l844;l838:;{if(!(a->f==4))goto l840;return 10;goto l846;l840:;return 0 -;l846:;}l844:;}l420:;}}void cp_set_rloop(e*a,int m){{if(!(a->f==0||a -->d->f!=2))goto l853;return;l853:;}a->l156=m;l68(a);}void cp_set_ber( -e*a,int m){{if(!(a->f==0||a->d->f!=2))goto l854;return;l854:;}a->l178 -=m;l68(a);}void cp_set_losais(e*a,int m){{if(!(a->f==0||a->d->f!=2))goto -l865;return;l865:;}a->l122=m;{if(!(a->l122==0&&a->l86))goto l866;a-> -l86=0;l866:;}l68(a);}void cp_set_cablen(e*a,int m){{if(!(a->f==0||a-> -f==4||a->d->f!=2))goto l867;return;l867:;}a->l169=m;l68(a);}void -cp_led(s*b,int m){{if(!(m))goto l868;b->l125|=16;goto l869;l868:;b-> -l125&=~16;l869:;}l(b,0,b->l125);}int cp_get_lq(e*a){unsigned char l76 -,l63,l59;static int l114[]={0,95,195,285};int c;{if(!(a->f!=2))goto -l870;return 0;l870:;}l76=u(a->d,a->l44)&12;l63=u(a->d,a->l44)&12;{c=1 -;l871:if(!(c<20))goto l440;goto l883;l877:++c;goto l871;l883:l63=u(a -->d,a->l44)&12;goto l877;l440:;}l59=u(a->d,a->l44)&12;{c=1;l899:if(!( -c<20))goto l896;goto l897;l895:++c;goto l899;l897:l59=u(a->d,a->l44)& -12;goto l895;l896:;}{if(!(l76<=l63&&l63<=l59))goto l898;return l114[ -l63>>2];l898:;}{if(!(l63<=l59&&l59<=l76))goto l904;return l114[l59>>2 -];l904:;}{if(!(l59<=l76&&l76<=l63))goto l900;return l114[l76>>2];l900 -:;}{if(!(l76<=l59&&l59<=l63))goto l909;return l114[l59>>2];l909:;}{if -(!(l59<=l63&&l63<=l76))goto l454;return l114[l63>>2];l454:;}return -l114[l76>>2];}static void l141(long l199,long y,int*l50,int*l54){{ * -l50=0;l582:if(!(1))goto l352;goto l654;l530:++ *l50;goto l582;l654:{ * -l54=(((2*l199/y)>> *l50)+1)/2-1;{if(!( *l54<0|| *l50>15))goto l289;{ * -l50=0; *l54=0;return;}l289:;}{if(!( *l54<=63))goto l258;return;l258:; -}}goto l530;l352:;}}static void l165(e*a){{if(!(a->f!=2))goto l910; -return;l910:;}cp_set_gsyn(a,a->l61);cp_set_scrambler(a,a->l134);l106( -a,16,(32|64));l106(a,16,1|4);l106(a,17,0);l106(a,20,96);cp_set_lloop( -a,a->l53);}static void l210(e*a){int c;a->l26&=~128;l(a->d,a->l64,a-> -l26);cp_set_gsyn(a,a->l61);cp_set_unfram(a,a->l31);cp_set_phony(a,a-> -l52);cp_set_lloop(a,a->l53);cp_set_monitor(a,a->l167);a->l133=0;i(a, -22,0);i(a,23,0);i(a,21,0);i(a,25,0);i(a,32,155);i(a,33,223);i(a,42, -255);{if(!(a->l38))goto l721;{i(a,170,0);i(a,29,0);i(a,172,0);i(a,160 -,0);i(a,161,0);i(a,162,0);i(a,163,0);i(a,164,0);i(a,165,0);i(a,166,0); -i(a,167,0);i(a,28,0);i(a,80,0);i(a,81,0);i(a,82,0);i(a,83,0);i(a,84,0 -);i(a,85,0);i(a,86,0);i(a,87,0);i(a,176,0);i(a,177,0);i(a,178,0);i(a, -179,0);i(a,180,0);i(a,181,0);i(a,182,0);i(a,183,0);i(a,184,0);i(a,185 -,0);i(a,186,0);i(a,187,0);i(a,9,0);i(a,10,0);i(a,11,0);i(a,12,0);i(a, -13,0);i(a,14,0);i(a,173,0);i(a,174,0);i(a,175,0);i(a,188,0);i(a,189,0 -);i(a,190,0);i(a,191,0);l(a->d,11,255);}l721:;}i(a,64,11);{c=1;l321: -if(!(c<16))goto l560;goto l627;l572:++c;goto l321;l627:i(a,(unsigned -char)(64+c),255);goto l572;l560:;}{if(!(a->l38))goto l797;{i(a,170, -128);i(a,170,0);}goto l720;l797:;{i(a,27,2|8);i(a,27,2);}l720:;}{if(! -(a->l38))goto l675;{i(a,29,2|1);i(a,29,0);}goto l628;l675:;{i(a,27,2| -16);i(a,27,2);}l628:;}l90(a,6,255);l90(a,7,255);l90(a,8,255);a->l26|= -128;l(a->d,a->l64,a->l26);}void cp_set_mux(s*b,int l183){e*a;int l555 -=(l183&&!b->l30);{if(!(b->f!=5&&b->f!=10&&b->f!=11&&b->f!=9))goto l581 -;return;l581:;};switch(l183){case 0:case 2:b->l30=l183;break;default: -b->l30=1;}{if(!(!b->l30))goto l609;l195(b,0);l609:;}{if(!(b->l30))goto -l596;b->l116|=1;goto l566;l596:;b->l116&=~1;l566:;}l(b,8,b->l116);{if -(!(!b->k->l34))goto l559;{cp_set_dir(b->k+1,b->k[1].v);}l559:;}{a=b-> -k;l272:if(!(ak+4))goto l256;goto l287;l304:++a;goto l272;l287:{if -(!(a->f==3))goto l280;{l173(a);l202(a);l599(a);cp_set_ts(a,a->j);} -goto l237;l280:;{if(!(a->f==6))goto l233;{cp_set_ts(a,a->j);}l233:;} -l237:;}goto l304;l256:;}{if(!(l555))goto l230;{{if(!(b->l30!=2))goto -l244;l168(b);l244:;}cp_set_ts(b->k,b->k->j);}l230:;}{if(!(b->l30))goto -l245;cp_set_gsyn(b->k,b->k->l61);l245:;}}void cp_set_dxc(e*a,l72*l149 -){l179(a,l149);}static void l179(e*a,l72*l149){s*b=a->d;e*h;int c;{if -(!(a->f!=3||!a->l34))goto l247;return;l247:;}{if(!(!b->l30))goto l248 -;memset(&a->o,0,sizeof(a->o));goto l249;l248:;memcpy(&a->o,l149, -sizeof(a->o));l249:;}a->o.j[0]=0;{if(!(!a->l46))goto l250;a->o.j[16]= -0;l250:;}{c=1;l251:if(!(c<32))goto l252;goto l253;l894:++c;goto l251; -l253:{if(!(a->o.j[c]&=31))goto l688;{{if(!((b->k+2)->f!=3))goto l680; -a->o.l40[c]&=1;goto l677;l680:;a->o.l40[c]&=3;l677:;}{h=b->k;l673:if( -!(hk+4))goto l152;goto l670;l209:++h;goto l673;l670:{{if(!(h->f!= -3))goto l663;goto l209;l663:;}{if(!(h->p==a->o.l40[c]&&a->o.j[c]==16 -&&!h->l46))goto l660;{a->o.j[c]=0;goto l152;}l660:;}{if(!((h->v==a->o -.l40[c]&&((h->j>>a->o.j[c])&1))||(h->v==a->p&&((h->j>>c)&1))))goto -l658;{a->o.j[c]=0;goto l152;}l658:;}{if(!(h->p==a->p))goto l611;goto -l152;l611:;}}goto l209;l152:;}}l688:;}goto l894;l252:;}l(b,8,b->l116& -~1);l(b,28,a->p<<5);l(b,31,139);{c=1;l606:if(!(c<32))goto l602;goto -l601;l605:++c;goto l606;l601:l(b,31,(!a->o.j[c])?141:(a->o.l40[c]<<5)| -a->o.j[c]);goto l605;l602:;}l(b,8,b->l116);{c=0;l600:if(!(c<4))goto -l598;goto l597;l196:c++;goto l600;l597:{{if(!((b->k+c)->f!=3))goto -l594;goto l196;l594:;}l138(b->k+c);}goto l196;l598:;}}void cp_set_ts( -e*a,unsigned long j){s*b=a->d;e*h;int c;{if(!(a->f!=3&&a->f!=6))goto -l574;return;l574:;}a->j=j&4294967294UL;{if(!(b->k[a->v].l31||b->k[a-> -v].f!=3))goto l573;a->j=0;l573:;}{if(!(!b->k[a->v].l46))goto l570;a-> -j&=~(1<<16);l570:;}{h=b->k;l569:if(!(hk+4))goto l567;goto l564; -l568:++h;goto l569;l564:{if(!((h->f==3||h->f==6)&&h->p!=a->p&&h->v==a -->v))goto l562;a->j&=~h->j;l562:;}goto l568;l567:;}{if(!(b->l30&&b->k -->l34))goto l561;{c=1;l557:if(!(c<32))goto l525;goto l380;l526:++c; -goto l557;l380:{if(!((a->j>>c&1)))goto l490;{l610(b->k+a->v,c);l686(b -->k+a->v,c);}l490:;}goto l526;l525:;}l561:;}{if(!((a->j&65534)==0&&a -->l31!=0))goto l348;a->l33|=16;goto l466;l348:;a->l33&=~16;l466:;}l(a -->d,a->l73,a->l33);;{if(!(a->l38))goto l377;{int c;int j;{if(!(a->l31 -))goto l378;j=4294967295UL;goto l379;l378:;j=a->j;l379:;}l(a->d,9,a-> -p<<6);{c=1;l395:if(!(c<32))goto l323;goto l411;l396:++c;goto l395; -l411:{{l338:if(!(u(a->d,0)&1))goto l413;{outb(128,0);}goto l338;l413: -;}l(a->d,10,(unsigned char)(j>>c&1));}goto l396;l323:;}{l407:if(!(u(a -->d,0)&1))goto l442;{outb(128,0);}goto l407;l442:;}l(a->d,10,( -unsigned char)j&1);{c=1;l325:if(!(c<32))goto l426;goto l412;l425:++c; -goto l325;l412:{{l275:if(!(u(a->d,0)&1))goto l492;{outb(128,0);}goto -l275;l492:;}l(a->d,10,(unsigned char)(j>>c&1));}goto l425;l426:;}{ -l263:if(!(u(a->d,0)&1))goto l444;{outb(128,0);}goto l263;l444:;}l(a-> -d,10,(unsigned char)j&1);}l377:;}{if(!(a->f==3))goto l427;{i(a,34,( -unsigned char)(a->j&254));i(a,34+1,(unsigned char)(a->j>>8));i(a,34+2 -,(unsigned char)(a->j>>16));i(a,34+3,(unsigned char)(a->j>>24));i(a, -43,(unsigned char)(a->j&254));i(a,43+1,(unsigned char)(a->j>>8));i(a, -43+2,(unsigned char)(a->j>>16));i(a,43+3,(unsigned char)(a->j>>24));} -l427:;}{if(!(!a->l34))goto l473;{l138(b->k+0);l138(b->k+1);}goto l294 -;l473:;{{if(!(b->l30!=2))goto l456;l168(b);l456:;}{h=b->k;l487:if(!(h -k+4))goto l489;goto l455;l471:h++;goto l487;l455:l179(h,&h->o); -goto l471;l489:;}}l294:;}cp_set_baud(a,a->y);}static void l168(s*b){e - *a;unsigned long j[4]={0,0,0,0},l159[2]={0,0};l72 o[4];int c;{if(!(! -b->l30||!b->k->l34))goto l474;return;l474:;}{a=b->k;l475:if(!(ak+ -4))goto l246;goto l486;l190:a++;goto l475;l486:{{if(!(a->f!=3&&a->f!= -6))goto l496;goto l190;l496:;}j[a->v]|=a->j;{if(!(!a->l46))goto l488; -j[a->p]|=(1<<16);l488:;}}goto l190;l246:;}l159[0]=~(j[0]|j[1]);l159[1 -]=~(j[2]|j[3]);{c=1;l495:if(!(c<32))goto l491;goto l505;l503:c++;goto -l495;l505:{{if(!((l159[0]>>c)&1))goto l506;{o[0].j[c]=(unsigned char)c -;o[1].j[c]=(unsigned char)c;o[0].l40[c]=1;o[1].l40[c]=0;}goto l799; -l506:;{o[0].j[c]=0;o[1].j[c]=0;o[0].l40[c]=0;o[1].l40[c]=0;}l799:;}{ -if(!((l159[1]>>c)&1))goto l501;{o[2].j[c]=(unsigned char)c;o[3].j[c]= -(unsigned char)c;o[2].l40[c]=3;o[3].l40[c]=2;}goto l502;l501:;{o[2].j -[c]=0;o[3].j[c]=0;o[2].l40[c]=0;o[3].l40[c]=0;}l502:;}}goto l503;l491 -:;}memcpy(&b->k[0].o,o+0,sizeof(l72));memcpy(&b->k[1].o,o+1,sizeof( -l72));memcpy(&b->k[2].o,o+2,sizeof(l72));memcpy(&b->k[3].o,o+3,sizeof -(l72));}void cp_set_higain(e*a,int m){{if(!(a->f!=3))goto l770;return -;l770:;}a->l186=(m!=0);l226(a);}void cp_set_use16(e*a,int m){e*h;{if( -!(a->f!=3))goto l504;return;l504:;}a->l46=(m!=0);l162(a);l173(a);{h=a -->d->k;l822:if(!(hd->k+4))goto l842;goto l813;l821:++h;goto l822; -l813:{if(!(h->v==a->p))goto l830;cp_set_ts(h,h->j);l830:;}goto l821; -l842:;}}void l195(s*b,int m){e*h;{if(!(!b->k->l34))goto l798;return; -l798:;}b->l174=(m&&b->l30)?1:0;{h=b->k;l784:if(!(hk+4))goto l782; -goto l778;l220:++h;goto l784;l778:{{if(!(h->f!=3))goto l551;goto l220 -;l551:;}cp_set_use16(h,m?m:h->l46);l225(h);}goto l220;l782:;}}void -cp_set_phony(e*a,int m){{if(!(a->f==3))goto l679;a->l52=(m!=0);l679:; -}{if(!(a->l52))goto l550;a->v=a->p;l550:;}cp_set_dir(a,a->v);a->l36|= -1310728;{if(!(a->l52))goto l681;{a->l26|=64;a->l36|=4194305;}goto l548 -;l681:;{a->l26&=~64;a->l36&=~4194305;}l548:;} * (volatile unsigned -long* )((a)->x+16)=a->l36;{if(!(a->f==3))goto l683;{l(a->d,a->l64,a-> -l26);cp_set_baud(a,a->y);cp_set_scrambler(a,a->l134);}l683:;}}void -cp_set_crc4(e*a,int m){{if(!(a->f!=3))goto l684;return;l684:;}a->l58= -(m!=0);l162(a);l206(a);}void cp_set_scrambler(e*a,int m){{if(!(a->f!= -2&&!(a->f==3&&a->l38)))goto l685;return;l685:;}{if(!(a->l38&&(a->l52 -||!a->l31)))goto l543;m=0;l543:;}a->l134=(m!=0);{if(!(a->l134))goto -l687;a->l41|=16;goto l542;l687:;a->l41&=~16;l542:;}l(a->d,a->l62,a-> -l41);}void cp_set_gsyn(e*a,int l78){switch(a->f){case 3:{unsigned char -l26=0;e*h;s*b=a->d;{if(!(a->l31&&l78!=0))goto l540;l78=1;l540:;} -switch(l78){default:l78=0;l26=0;break;case 1:l78=2+a->p;l26=1+a->p; -break;case 2:l26=1;break;case 3:l26=2;break;case 4:l26=3;{if(!(b->k[2 -].f!=3))goto l691;return;l691:;}break;case 5:l26=4;{if(!(b->k[3].f!=3 -))goto l692;return;l692:;}break;}{h=b->k;l693:if(!(hk+4))goto l536 -;goto l535;l212:h++;goto l693;l535:{{if(!(h->f!=3||(!b->l30&&h!=a)))goto -l533;goto l212;l533:;}l(b,h->l64,h->l26&~128);h->l26&=~7;h->l26|=l26; -h->l61=(unsigned char)l78;l(b,h->l64,h->l26);}goto l212;l536:;}}break -;case 2:{if(!(l78))goto l699;{a->l61=1;a->l41|=8;}goto l703;l699:;{a -->l61=0;a->l41&=~8;}l703:;}l(a->d,a->l62,a->l41);break;case 4:case 7: -case 8:{if(!(l78))goto l704;a->l61=1;goto l705;l704:;a->l61=0;l705:;} -l68(a);break;}}void cp_register_transmit(e*a,void( *l85)(e* ,void* , -int)){a->l187=l85;}void cp_register_receive(e*a,void( *l85)(e* , -unsigned char* ,int)){a->l171=l85;}void cp_register_error(e*a,void( * -l85)(e* ,int)){a->l65=l85;}static void l188(e*a){unsigned char l77, -l150;unsigned l47,l153,l58,l182,l111,l131;++a->l55;{if(!(!a->l161&&a -->l55<=1))goto l523;return;l523:;}a->t=0;l77=l90(a,6,255);l131=0;{if( -!(l77&2))goto l707;a->t|=64;l707:;}{if(!(l77&8))goto l708;a->t|=8; -l708:;}l47=(((short)(l57(a,0))<<8)|(l57(a,1)));l153=0;l58=0;l182=0;{ -if(!(!a->l31))goto l519;{l150=l57(a,30);{if(!(!a->l46&&(l77&128)))goto -l711;a->t|=256;l711:;}{if(!(!a->l46&&(l77&64)))goto l712;a->t|=512; -l712:;}{if(!(l77&4))goto l713;a->t|=2;l713:;}{if(!(l150&4))goto l717; -{a->t|=32;++l131;}l717:;}{if(!((!a->l46&&(l150&2))||(a->l58&&(l150&1))))goto -l511;{a->t|=1024;++l131;}l511:;}l153=(((short)(l57(a,2))<<4&4032)|( -l57(a,4))>>2);l58=(((short)(l57(a,2))<<8&768)|(l57(a,3)));l182=((( -short)(l57(a,4))<<8&768)|(l57(a,5)));{if(!((a->d->l30||a->l38)&&(l77& -16)))goto l719;++a->n.l120;l719:;}}l519:;}{if(!(a->t&64))goto l510;a -->t=64;goto l723;l510:;{if(!(a->t&8))goto l499;a->t=8;goto l725;l499: -;{if(!(a->t&32))goto l498;a->t=32;goto l727;l498:;{if(!(a->t&1024))goto -l493;a->t&=~(512|256);l493:;}l727:;}l725:;}l723:;}{if(!(!a->t))goto -l470;a->t=1;l470:;}a->n.l47+=l47;a->n.l112+=l153;{if(!(a->l58))goto -l732;{a->n.l121+=l58;a->n.l103+=l182;}l732:;}l111=l153;{if(!(a->l58))goto -l748;l111+=l58;l748:;}{if(!(l77&(8|2)))goto l744;++a->n.l101;goto l374 -;l744:;{{if(!(l47))goto l746;++a->n.l89;l746:;}{if(!(l111||l131||((a -->d->l30||a->l38)&&(l77&16))))goto l747;++a->n.l117;l747:;}{if(!(l131 -))goto l753;++a->n.l110;l753:;}{if(!(l47>=2048||l111>=832))goto l749; -++a->n.l119;goto l754;l749:;{{if(!(l111>1))goto l756;++a->n.l108;l756 -:;}++a->l105;a->l109+=l47+l111;}l754:;}}l374:;}{if(!(a->l55%60==0))goto -l757;{{if(!(a->l109>a->l105*2048/1000))goto l773;++a->n.l100;l773:;}a -->l105=0;a->l109=0;}l757:;}{if(!(a->l55>15*60))goto l769;{int c;{c=47 -;l384:if(!(c>0))goto l772;goto l776;l771:--c;goto l384;l776:a->l118[c -]=a->l118[c-1];goto l771;l772:;}a->l118[0]=a->n;a->l29.l47+=a->n.l47; -a->l29.l112+=a->n.l112;a->l29.l121+=a->n.l121;a->l29.l103+=a->n.l103; -a->l29.l101+=a->n.l101;a->l29.l89+=a->n.l89;a->l29.l117+=a->n.l117;a -->l29.l108+=a->n.l108;a->l29.l119+=a->n.l119;a->l29.l110+=a->n.l110;a -->l29.l120+=a->n.l120;a->l29.l100+=a->n.l100;a->n.l47=0;a->n.l112=0;a -->n.l121=0;a->n.l103=0;a->n.l101=0;a->n.l89=0;a->n.l117=0;a->n.l108=0 -;a->n.l119=0;a->n.l110=0;a->n.l120=0;a->n.l100=0;a->l161+=a->l55;a-> -l55=0;}l769:;}}void cp_g703_timer(e*a){unsigned char l84;int l158;++a -->l55;{if(!(!a->l161&&a->l55<=1))goto l386;return;l386:;}a->t=0;l84=u -(a->d,a->l44);l(a->d,a->l44,l84);l158=cp_get_cd(a);{if(!(l84&1))goto -l775;++a->n.l47;l775:;}{if(!(!l158))goto l777;a->t|=64;l777:;}{if(!( -l84&2))goto l388;a->t|=4096;l388:;}{if(!(l84&16))goto l789;a->t|=2048 -;l789:;}{if(!(!a->t))goto l394;a->t=1;l394:;}{if(!(!l158||(l84&16)))goto -l791;++a->n.l101;goto l792;l791:;{{if(!(l84&1))goto l793;++a->n.l89; -l793:;}++a->l105;{if(!(l158&&(l84&1)))goto l794;++a->l109;l794:;}} -l792:;}{if(!(a->l55/60==0))goto l795;{{if(!(a->l109*2>a->l105))goto -l796;++a->n.l100;l796:;}a->l105=0;a->l109=0;}l795:;}{if(!(a->l55>15* -60))goto l398;{int c;{c=47;l800:if(!(c>0))goto l812;goto l408;l811:-- -c;goto l800;l408:a->l118[c]=a->l118[c-1];goto l811;l812:;}a->l118[0]= -a->n;a->l29.l47+=a->n.l47;a->l29.l112+=a->n.l112;a->l29.l121+=a->n. -l121;a->l29.l103+=a->n.l103;a->l29.l101+=a->n.l101;a->l29.l89+=a->n. -l89;a->l29.l117+=a->n.l117;a->l29.l108+=a->n.l108;a->l29.l119+=a->n. -l119;a->l29.l110+=a->n.l110;a->l29.l120+=a->n.l120;a->l29.l100+=a->n. -l100;memset(&a->n,0,sizeof(a->n));a->l161+=a->l55;a->l55=0;}l398:;}} -void cp_e1_timer(e*a){{if(!(a->f==3&&(l90(a,7,255)&16)))goto l814;{; -l188(a);}l814:;}}void cp_e3_timer(e*a){unsigned char l126;unsigned -long l140;{if(!(a->d->f!=2))goto l815;return;l815:;}l(a->d,11,0);l140 -=u(a->d,11);l140|=u(a->d,12)<<8;l140|=u(a->d,13)<<16;l126=u(a->d,9);l -(a->d,9,a->l669|1);{if(!(l126&2))goto l816;{{if(!(a->l122&&(a->l95&2)!= -0&&!a->l86))goto l817;{a->l86=1;l68(a);}l817:;}a->l95=2;}goto l819; -l816:;{{if(!(a->l122&&(a->l95&2)==0&&a->l86))goto l409;{a->l86=0;l68( -a);}l409:;}a->l95=0;}l819:;}{if(!(l126&1))goto l849;a->l95|=4;l849:;} -{if(!(l126&4&&!(l126&2)))goto l843;a->l95|=8;l843:;}{if(!(!(a->l95&2)))goto -l851;a->l142+=l140;l851:;}a->l148++;{if(!(a->l148>5*60*15))goto l845; -{int c;{c=47;l439:if(!(c>0))goto l848;goto l873;l847:c--;goto l439; -l873:a->l184[c]=a->l184[c-1];goto l847;l848:;}a->l184[0]=a->l142;a-> -l621+=a->l142;a->l616+=a->l148/5;a->l142=0;a->l148=0;}l845:;}}static -void l575(e*a){int w=(( * (volatile unsigned long* )&a->l32[a->l28].t -)>>16&8191);unsigned char l127;{if(!(w>0))goto l424;l127=a->l136[a-> -l28][--w];goto l852;l424:;l127=0;l852:;};{if(!(l127&64))goto l905;{++ -a->l200;{if(!(a->l65))goto l881;a->l65(a,4);l881:;}}goto l875;l905:;{ -if(!(!(l127&128)))goto l876;{++a->l591;{if(!(a->l65))goto l908;a->l65 -(a,1);l908:;}}goto l438;l876:;{if(!(!a->l52&&!(l127&32)))goto l879;{ -++a->l556;{if(!(a->l65))goto l450;a->l65(a,2);l450:;}}goto l903;l879: -;{a->l571+=w;++a->l592;{if(!(a->l171))goto l367;a->l171(a,a->l136[a-> -l28],w);l367:;}}l903:;}l438:;}l875:;} * (volatile unsigned long* )&a -->l32[a->l28].t=0; * (volatile unsigned long* )&a->l32[a->l28].l88=a -->l67[a->l28]; * (volatile unsigned long* )&a->l32[(a->l28+64-1)%64]. -l88=a->l67[a->l28];a->l28=++a->l28%64;}static void l820(e*a){int l205 -=0;int l201=0;{if(!(!a->l32))goto l363;return;l363:;}++a->l635;{if(!( - * (volatile unsigned long* )&a->l32[(a->l28+64-1)%64].t&1073741824))goto -l362;l205++;l362:;}{l360:if(!(( * (volatile unsigned long* )&a->l32[a -->l28].t&1073741824)&&( * (volatile unsigned long* )&a->l67[a->l28]!= - * (volatile unsigned long* )((a)->l102))))goto l358;{l575(a);l201++; -}goto l360;l358:;}{if(!(l205))goto l356;{{if(!(l201<64-1))goto l355;{ -{l350:if(!(( * (volatile unsigned long* )&a->l67[a->l28]!= * ( -volatile unsigned long* )((a)->l102))))goto l349;{ * (volatile -unsigned long* )&a->l32[a->l28].t=0; * (volatile unsigned long* )&a-> -l32[a->l28].l88=a->l67[a->l28]; * (volatile unsigned long* )&a->l32[( -a->l28+64-1)%64].l88=a->l67[a->l28];a->l28=++a->l28%64;}goto l350; -l349:;}}l355:;}++a->l200;{if(!(a->l65))goto l346;a->l65(a,5);l346:;}} -l356:;}}static void l715(e*a){int w=(( * (volatile unsigned long* )&a -->l42[a->l51].w)>>16&8191);void*l79=a->l79[a->l51];;a->l51=++a->l51%4 -;{if(!(a->l51!=a->l45))goto l343;{int l655=(( * (a)->l132)-a->l154[0] -)/sizeof(l128);{if(!(l655==(a->l51+4-1)%4))goto l342;{; * (volatile -unsigned long* )((a->d)->g+0)=1024<p;outb(128,0);}l342:;}}l343:;} -{if(!(w>0))goto l339;{a->l620+=w;++a->l301;{if(!(a->l187))goto l337;a -->l187(a,l79,w);l337:;}}l339:;}}static void l268(e*a){unsigned long -l91;int l219=0;++a->l614;{l185:if(!((l91= * (volatile unsigned long* )& -a->l97[a->l104])!=0))goto l332;{ * (volatile unsigned long* )&a->l97[ -a->l104]=0;a->l104=++a->l104%128;{if(!(!(l91&1073741824)))goto l331;{ -;goto l185;}l331:;}{if(!(l91&33554432))goto l329;{;{if(!(l91&65536))goto -l326;++l219;l326:;}goto l185;}l329:;};{if(!(a->l51!=a->l45&&( * ( -volatile unsigned long* )&a->l42[a->l51].t&1073741824)))goto l322; -l715(a);l322:;}}goto l185;l332:;}{if(!(l219))goto l316;{ * (volatile -unsigned long* )((a)->x+0)=16777216;++a->l261;{if(!(a->l65))goto l314 -;a->l65(a,3);l314:;}}l316:;}}static void l907(s*b){unsigned long l91; -e*a;{l221:if(!((l91= * (volatile unsigned long* )&b->l94[b->l115])!=0 -))goto l310;{ * (volatile unsigned long* )&b->l94[b->l115]=0;b->l115= -++b->l115%128;{if(!((l91&3489660928UL)!=3489660928UL))goto l309;{; -goto l221;}l309:;}{a=b->k;l307:if(!(ak+4))goto l302;goto l299; -l306:++a;goto l307;l299:{if(!(a->f==3&&(l90(a,7,255)&16)))goto l298;{ -;l188(a);}l298:;}goto l306;l302:;}}goto l221;l310:;}}void -cp_handle_interrupt(s*b){e*a;++b->l563;{if(!( * (volatile unsigned -long* )&b->l94[b->l115]))goto l292;l907(b);l292:;}{a=b->k;l291:if(!(a -k+4))goto l284;goto l281;l286:++a;goto l291;l281:{{if(!(~(a->l70)))goto -l279;{{if(!( * (volatile unsigned long* )&a->l97[a->l104]))goto l277; -l268(a);l277:;}{if(!( * (volatile unsigned long* )&a->l67[a->l28]!= * -(volatile unsigned long* )((a)->l102)))goto l271;l820(a);l271:;}}l279 -:;}}goto l286;l284:;}}int cp_interrupt(s*b){int l215=0;{l276:if(!( -cp_interrupt_poll(b,1)!=0))goto l269;{{if(!(++l215>1000))goto l242; -return-1;l242:;}cp_handle_interrupt(b);}goto l276;l269:;}return l215; -}int cp_interrupt_poll(s*b,int l217){unsigned long l192= * (volatile -unsigned long* )((b)->g+4);;{if(!(!l192))goto l243;return 0;l243:;}{ -if(!(l217))goto l825; * (volatile unsigned long* )((b)->g+4)=l192; -l825:;}return 1;}void cp_enable_interrupt(s*b,int m){e*a;{a=b->k;l886 -:if(!(ak+4))goto l554;goto l836;l878:++a;goto l886;l836:{if(!(a-> -f))goto l657;{ * (volatile unsigned long* )((a)->x+84)=m?a->l70:~0;a -->l144=m?1:0;}l657:;}goto l878;l554:;}}int cp_transmit_space(e*a){ -return(4+a->l51-a->l45-1)%4;}int cp_send_packet(e*a,unsigned char*l99 -,int w,void*l79){{if(!(!cp_transmit_space(a)))goto l714;return-1;l714 -:;}{if(!(w<=0||w>1664-1))goto l706;return-2;l706:;}a->l79[a->l45]=l79 -;{if(!(l99!=a->l151[a->l45]))goto l698;memcpy(a->l151[a->l45],l99,w); -l698:;} * (volatile unsigned long* )&a->l42[a->l45].t=0;outb(128,0); * -(volatile unsigned long* )&a->l42[a->l45].w=2147483648UL|1073741824|w -<<16;{if(!(a->l52))goto l694; * (volatile unsigned long* )&a->l42[a-> -l45].w|=536870912;l694:;}outb(128,0); * (volatile unsigned long* )&a -->l42[(a->l45+4-1)%4].w&=~1073741824;outb(128,0);;{if(!(( * (a)->l75)== -0))goto l645;{;( * (a)->l75)=a->l154[a->l51];outb(128,0);( * (a)->l82 -)=524288;outb(128,0); * (volatile unsigned long* )((a->d)->g+0)=513;} -goto l650;l645:;{if(!(a->l51==a->l45))goto l648;{; * (volatile -unsigned long* )((a->d)->g+0)=1024<p;}l648:;}l650:;}outb(128,0);a -->l45=(a->l45+1)%4;return 0;} diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h deleted file mode 100644 index fcdb0d021f3a..000000000000 --- a/sys/dev/cp/cpddk.h +++ /dev/null @@ -1,365 +0,0 @@ -/*- - * Cronyx Tau-PCI DDK definitions. - * - * Copyright (C) 1999-2003 Cronyx Engineering. - * Author: Serge Vakulenko, - * - * Copyright (C) 2000-2004 Cronyx Engineering. - * Author: Roman Kurakin, - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations a permission to use, - * modify and redistribute this software in source and binary forms, - * as long as this message is kept with the software, all derivative - * works or modified versions. - * - * $Cronyx: cpddk.h,v 1.8.4.20 2004/12/06 16:21:06 rik Exp $ - * $FreeBSD$ - */ -#define NBRD 6 /* the maximum number of installed boards */ -#define NCHAN 4 /* the number of channels on the board */ -#define NRBUF 64 /* the number of receive buffers per channel, - min 2 */ -#define NTBUF 4 /* the number of transmit buffers per channel */ -#define BUFSZ 1664 /* i/o buffer size (26*64, min 1601) */ -#define QSZ 128 /* intr queue size (multiple of 32, min 32) */ - -#ifndef CPDDK_COBF_SAFE -#pragma pack(4) - -typedef struct { - unsigned long bpv; /* bipolar violations */ - unsigned long fse; /* frame sync errors */ - unsigned long crce; /* CRC errors */ - unsigned long rcrce; /* remote CRC errors (E-bit) */ - unsigned long uas; /* unavailable seconds */ - unsigned long les; /* line errored seconds */ - unsigned long es; /* errored seconds */ - unsigned long bes; /* bursty errored seconds */ - unsigned long ses; /* severely errored seconds */ - unsigned long oofs; /* out of frame seconds */ - unsigned long css; /* controlled slip seconds */ - unsigned long dm; /* degraded minutes */ -} cp_gstat_t; - -typedef struct { /* cross-connector parameters */ - unsigned char ts [32]; /* timeslot number */ - unsigned char link [32]; /* E1 link number */ -} cp_dxc_t; - -typedef struct { - unsigned long len; /* data buffer length, fe, hold, hi */ -#define DESC_FE 0x80000000 -#define DESC_HOLD 0x40000000 -#define DESC_HI 0x20000000 -#define DESC_LEN(v) ((v) >> 16 & 0x1fff) - - unsigned long next; /* next descriptor pointer */ - unsigned long data; /* pointer to data buffer */ - unsigned long status; /* complete, receive abort, fe, len */ -#define DESC_RA 0x00000200 -#define DESC_C 0x40000000 - - unsigned long fe; /* pointer to frame end descriptor */ -} cp_desc_t; - -typedef struct { - cp_desc_t tdesc [NTBUF]; /* transmit buffer descriptors */ - cp_desc_t rdesc [NRBUF]; /* receive buffer descriptors */ - unsigned char tbuffer [NTBUF] [BUFSZ]; /* transmit buffers */ - unsigned char rbuffer [NRBUF] [BUFSZ]; /* receive buffers */ -} cp_buf_t; - -typedef struct { - unsigned long iqrx [NCHAN] [QSZ]; /* rx intr queue */ - unsigned long iqtx [NCHAN] [QSZ]; /* tx intr queue */ - unsigned long iqlx [QSZ]; /* LBI intr queue */ -} cp_qbuf_t; - -typedef struct _cp_chan_t { - unsigned char *regs; /* base addr of channel registers */ - volatile unsigned long *RXBAR, *TXBAR, *CFG; - volatile unsigned long *BRDA, *FRDA, *LRDA, *BTDA, *FTDA, *LTDA; - unsigned char CCR, CSR, GMD, GLS, E1CS, E1CR, E1EPS; - - unsigned char num; /* channel number, 0..1 */ - unsigned char type; /* channel type */ -#define T_NONE 0 /* no channel */ -#define T_SERIAL 1 /* V.35/RS */ -#define T_G703 2 /* G.703 */ -#define T_E1 3 /* E1 */ -#define T_E3 4 /* E3 */ -#define T_HSSI 5 /* HSSI */ -#define T_DATA 6 /* no physical interface */ -#define T_T3 7 /* T3 */ -#define T_STS1 8 /* STS1 */ - - struct _cp_board_t *board; /* board pointer */ - - unsigned char dtr; /* DTR signal value */ - unsigned char rts; /* RTS signal value */ - unsigned long baud; /* data rate, bps */ - unsigned char dpll; /* dpll mode */ - unsigned char nrzi; /* nrzi mode */ - unsigned char invtxc; /* invert tx clock */ - unsigned char invrxc; /* invert rx clock */ - unsigned char lloop; /* local loopback mode */ - unsigned char rloop; /* remote loopback mode */ - unsigned char gsyn; /* G.703 clock mode */ -#define GSYN_INT 0 /* internal transmit clock source */ -#define GSYN_RCV 1 /* transmit clock source = receive */ -#define GSYN_RCV0 2 /* tclk = rclk from channel 0 */ -#define GSYN_RCV1 3 /* ...from channel 1 */ -#define GSYN_RCV2 4 /* ...from channel 2 */ -#define GSYN_RCV3 5 /* ...from channel 3 */ - - unsigned char scrambler; /* G.703 scrambler enable */ - - unsigned long ts; /* E1 timeslot mask */ - unsigned char higain; /* E1 high gain mode */ - unsigned char use16; /* E1 use ts 16 */ - unsigned char crc4; /* E1 enable CRC4 */ - unsigned char phony; /* E1 phony mode */ - unsigned char unfram; /* E1 unframed mode */ - unsigned char monitor; /* E1 monitoring mode */ - unsigned char dir; /* E1 direction mode */ - cp_dxc_t dxc; /* E1 cross-connect params */ - - unsigned char ais; /* E3 AIS */ - unsigned char losais; /* E3 AIS on LOS*/ - unsigned char ber; /* E3 BER */ - unsigned char cablen; /* E3 cable length */ - unsigned char e3cr1; /* e3cr1 clone */ - - unsigned char scc_ien; /* SCC Interrupts enabled */ - unsigned char ds_ien; /* DS Interrupts enabled */ - - unsigned long imr; - unsigned char ccr; /* CCR image */ - unsigned long ccr0; /* CCR0 clone */ - unsigned long ccr1; /* CCR1 clone */ - unsigned long ccr2; /* CCR2 clone */ - unsigned char gmd; /* G.703 MDi register image */ - unsigned char e1cr; /* E1 CR register image */ - unsigned char ds21x54; /* new tranceiver flag */ - - unsigned long rintr; /* receive interrupts */ - unsigned long tintr; /* transmit interrupts */ - ulong64 ibytes; /* input bytes */ - ulong64 obytes; /* output bytes */ - unsigned long ipkts; /* input packets */ - unsigned long opkts; /* output packets */ - unsigned long underrun; /* output underrun errors */ - unsigned long overrun; /* input overrun errors */ - unsigned long frame; /* input frame errors */ - unsigned long crc; /* input crc errors */ - - unsigned short status; /* E1/G.703 line status bit mask */ -#define ESTS_NOALARM 0x0001 /* no alarm present */ -#define ESTS_FARLOF 0x0002 /* receiving far loss of framing */ -#define ESTS_AIS 0x0008 /* receiving all ones */ -#define ESTS_LOF 0x0020 /* loss of framing */ -#define ESTS_LOS 0x0040 /* loss of signal */ -#define ESTS_AIS16 0x0100 /* receiving all ones in timeslot 16 */ -#define ESTS_FARLOMF 0x0200 /* receiving alarm in timeslot 16 */ -#define ESTS_LOMF 0x0400 /* loss of multiframe sync */ -#define ESTS_TSTREQ 0x0800 /* test code detected */ -#define ESTS_TSTERR 0x1000 /* test error */ - - unsigned long totsec; /* total seconds elapsed */ - unsigned long cursec; /* current seconds elapsed */ - unsigned long degsec; /* degraded seconds */ - unsigned long degerr; /* errors during degraded seconds */ - cp_gstat_t currnt; /* current 15-min interval data */ - cp_gstat_t total; /* total statistics data */ - cp_gstat_t interval [48]; /* 12 hour period data */ - unsigned long e3status; /* E3 status */ -#define E3STS_LOS 0x00000002 /* Lost of synchronization */ -#define E3STS_TXE 0x00000004 /* Transmit error */ -#define E3STS_AIS 0x00000008 /* Transmit error */ - unsigned long e3csec_5; /* 1/5 of second counter */ - unsigned long e3tsec; /* total seconds coounter */ - unsigned long e3ccv; /* E3 current 15-min cv errors */ - unsigned long e3tcv; /* E3 total cv errors */ - unsigned long e3icv[48]; /* E3 12 hour period cv errors */ - - unsigned long *iqrx; /* rx intr queue */ - unsigned long *iqtx; /* tx intr queue */ - int irn, itn; - - unsigned char *tbuf [NTBUF]; /* transmit buffers */ - cp_desc_t *tdesc; /* transmit buffer descriptors */ - unsigned long tphys [NTBUF]; /* transmit buffer phys address */ - unsigned long tdphys [NTBUF]; /* transmit descr phys addresses */ - int tn; /* first active transmit buffer */ - int te; /* first empty transmit buffer */ - - unsigned char *rbuf [NRBUF]; /* receive buffers */ - cp_desc_t *rdesc; /* receive buffer descriptors */ - unsigned long rphys [NRBUF]; /* receive buffer phys address */ - unsigned long rdphys [NRBUF]; /* receive descr phys addresses */ - int rn; /* first active receive buffer */ - - void *tag [NTBUF]; /* system dependent data per buffer */ - void *sys; /* system dependent data per channel */ - unsigned char debug; /* debug level, 0..2 */ - unsigned char debug_shadow; /* debug shadow */ - - void (*transmit) (struct _cp_chan_t *c, void *tag, int len); - void (*receive) (struct _cp_chan_t *c, unsigned char *data, int len); - void (*error) (struct _cp_chan_t *c, int reason); -#define CP_FRAME 1 -#define CP_CRC 2 -#define CP_UNDERRUN 3 -#define CP_OVERRUN 4 -#define CP_OVERFLOW 5 -} cp_chan_t; - -typedef struct _cp_board_t { - unsigned char *base; /* base address of adapter registers */ - unsigned char num; /* board number, 0..5 */ - unsigned char type; /* board type Tau/TauE1/TauG703 */ -#define B_TAUPCI 1 /* 2 channels V.35/RS */ -#define B_TAUPCI_E3 2 /* 1 channel E3 */ -#define B_TAUPCI_HSSI 3 /* 1 channel HSSI */ -#define B_TAUPCI_G703 4 /* 2 channels G703 */ -#define B_TAUPCI_E1 5 /* 2 channels E1 */ -#define B_TAUPCI4 6 /* 4 channels V.35/RS */ -#define B_TAUPCI4_G703 7 /* 2 channels G.703 + 2 channels V.35/RS */ -#define B_TAUPCI4_4G703 8 /* 4 channels G.703 */ -#define B_TAUPCI_2E1 9 /* 2 channels E1, 4 data ports */ -#define B_TAUPCI4_E1 10 /* 2 channels E1 + 2 channels V.35/RS */ -#define B_TAUPCI4_4E1 11 /* 4 channels E1 */ -#define B_TAUPCI_L 12 /* 1 channel V.35/RS */ - - unsigned long osc; /* oscillator frequency */ - char name[16]; /* board version name */ - cp_chan_t chan[NCHAN]; /* channel structures */ - unsigned char mux; /* E1 mux mode */ - unsigned char dxc_cas; /* CAS cross-connection */ - unsigned char bcr; /* BCR image */ - unsigned char e1cfg; /* E1 CFG register image */ - unsigned char gpidle; /* idle bits of gp port */ - unsigned char E1DATA; - unsigned long intr; /* interrupt counter */ - unsigned long *iqlx; /* LBI intr queue */ - int iln; - unsigned char fw_type; /* firmware type */ -#define FW_TAUPCI_NONE 0 -#define FW_TAUPCI_E3_B 1 -#define FW_TAUPCI_2E1_B 2 -#define FW_TAUPCI_2E1_A 3 -#define FW_TAUPCI_4E1_B 6 -#define FW_TAUPCI_4E1_A 7 - unsigned char *firmware[8]; /* external firmware */ - void *sys; -} cp_board_t; - -#pragma pack() - -/* PCI device identifiers. */ -extern unsigned short cp_vendor_id; -extern unsigned short cp_device_id; - -/* Initialization. */ -unsigned short cp_init (cp_board_t *b, int num, unsigned char *base); -void cp_reset (cp_board_t *b, cp_qbuf_t *buf, unsigned long phys); -void cp_hard_reset (cp_board_t *b); -unsigned long cp_regio (cp_chan_t *c, int op, int reg, unsigned long val); -#define REGIO_INB 0 -#define REGIO_IN 1 -#define REGIO_INS 2 -#define REGIO_INX 3 -#define REGIO_INB_OUTB 4 -#define REGIO_OUTB 5 -#define REGIO_OUTX 6 -#define REGIO_R_W 7 -#define REGIO_OUT_IN 8 -#define REGIO_OUTB_INB 9 - -/* Callback registration. */ -void cp_register_transmit (cp_chan_t *c, void (*func) (cp_chan_t*, void*, int)); -void cp_register_receive (cp_chan_t *c, void (*func) (cp_chan_t*, - unsigned char*, int)); -void cp_register_error (cp_chan_t *c, void (*func) (cp_chan_t*, int)); - -/* Data transmittion. */ -void cp_start_chan (cp_chan_t *c, int tx, int rx, cp_buf_t *cb, unsigned long phys); -void cp_stop_chan (cp_chan_t *c); -void cp_start_e1 (cp_chan_t *c); -void cp_stop_e1 (cp_chan_t *c); -int cp_transmit_space (cp_chan_t *c); -int cp_send_packet (cp_chan_t *c, unsigned char *data, int len, void *tag); - -/* Interrupt control. */ -int cp_interrupt (cp_board_t *b); -int cp_interrupt_poll (cp_board_t *b, int ack); -void cp_handle_interrupt (cp_board_t *b); -void cp_enable_interrupt (cp_board_t *b, int on); - -/* G.703 timer. */ -void cp_g703_timer (cp_chan_t *c); - -/* E1 timer. */ -void cp_e1_timer (cp_chan_t *c); - -/* E3 timer. */ -void cp_e3_timer (cp_chan_t *c); - -/* LED control. */ -void cp_led (cp_board_t *b, int on); - -/* Modem signals. */ -void cp_set_dtr (cp_chan_t *c, int on); -void cp_set_rts (cp_chan_t *c, int on); -int cp_get_dsr (cp_chan_t *c); -int cp_get_cd (cp_chan_t *c); -int cp_get_cts (cp_chan_t *c); -int cp_get_txcerr (cp_chan_t *c); -int cp_get_rxcerr (cp_chan_t *c); - -/* HDLC parameters. */ -void cp_set_baud (cp_chan_t *c, int baud); -void cp_set_dpll (cp_chan_t *c, int on); -void cp_set_nrzi (cp_chan_t *c, int on); -void cp_set_invtxc (cp_chan_t *c, int on); -void cp_set_invrxc (cp_chan_t *c, int on); -void cp_set_lloop (cp_chan_t *c, int on); - -/* Channel status, cable type. */ -int cp_get_rloop (cp_chan_t *c); -int cp_get_lq (cp_chan_t *c); -int cp_get_cable (cp_chan_t *c); -#define CABLE_RS232 0 -#define CABLE_V35 1 -#define CABLE_RS530 2 -#define CABLE_X21 3 -#define CABLE_RS485 4 -#define CABLE_NOT_ATTACHED 9 -#define CABLE_COAX 10 -#define CABLE_TP 11 - -/* E1/G.703 parameters. */ -void cp_set_gsyn (cp_chan_t *c, int syn); -void cp_set_ts (cp_chan_t *c, unsigned long ts); -void cp_set_dir (cp_chan_t *c, int dir); -void cp_set_mux (cp_board_t *b, int on); -void cp_dxc_cas_enable (cp_board_t *b, int on); -void cp_set_dxc (cp_chan_t *c, cp_dxc_t *param); -void cp_set_higain (cp_chan_t *c, int on); -void cp_set_use16 (cp_chan_t *c, int on); -void cp_set_crc4 (cp_chan_t *c, int on); -void cp_set_phony (cp_chan_t *c, int on); -void cp_set_unfram (cp_chan_t *c, int on); -void cp_set_scrambler (cp_chan_t *c, int on); -void cp_set_monitor (cp_chan_t *c, int on); - -/* E3 parameters. */ -void cp_set_rloop (cp_chan_t *c, int on); -void cp_set_ber (cp_chan_t *c, int on); -void cp_set_cablen (cp_chan_t *c, int on); -void cp_set_losais (cp_chan_t *c, int on); - -#endif /* CPDDK_COBF_SAFE */ diff --git a/sys/dev/cp/cserial.h b/sys/dev/cp/cserial.h deleted file mode 100644 index 833976a30a16..000000000000 --- a/sys/dev/cp/cserial.h +++ /dev/null @@ -1,519 +0,0 @@ -/*- - * Ioctl interface to Cronyx serial drivers. - * - * Copyright (C) 1997-2002 Cronyx Engineering. - * Author: Serge Vakulenko, - * - * Copyright (C) 2001-2005 Cronyx Engineering. - * Author: Roman Kurakin, - * - * Copyright (C) 2004-2005 Cronyx Engineering. - * Author: Leo Yuriev, - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations permission to use - * or modify this software as long as this message is kept with the software, - * all derivative works or modified versions. - * - * Cronyx Id: cserial.h,v 1.4.2.2 2005/11/09 13:01:35 rik Exp $ - * $FreeBSD$ - */ - -/* - * General channel statistics. - */ -struct serial_statistics { - unsigned long rintr; /* receive interrupts */ - unsigned long tintr; /* transmit interrupts */ - unsigned long mintr; /* modem interrupts */ - unsigned long ibytes; /* input bytes */ - unsigned long ipkts; /* input packets */ - unsigned long ierrs; /* input errors */ - unsigned long obytes; /* output bytes */ - unsigned long opkts; /* output packets */ - unsigned long oerrs; /* output errors */ -}; - -/* - * Statistics for E1/G703 channels. - */ -struct e1_counters { - unsigned long bpv; /* bipolar violations */ - unsigned long fse; /* frame sync errors */ - unsigned long crce; /* CRC errors */ - unsigned long rcrce; /* remote CRC errors (E-bit) */ - unsigned long uas; /* unavailable seconds */ - unsigned long les; /* line errored seconds */ - unsigned long es; /* errored seconds */ - unsigned long bes; /* bursty errored seconds */ - unsigned long ses; /* severely errored seconds */ - unsigned long oofs; /* out of frame seconds */ - unsigned long css; /* controlled slip seconds */ - unsigned long dm; /* degraded minutes */ -}; - -struct e1_statistics { - unsigned long status; /* line status bit mask */ - unsigned long cursec; /* seconds in current interval */ - unsigned long totsec; /* total seconds elapsed */ - struct e1_counters currnt; /* current 15-min interval data */ - struct e1_counters total; /* total statistics data */ - struct e1_counters interval [48]; /* 12 hour period data */ -}; - -struct e3_statistics { - unsigned long status; - unsigned long cursec; - unsigned long totsec; - unsigned long ccv; - unsigned long tcv; - unsigned long icv[48]; -}; - -#define M_ASYNC 0 /* asynchronous mode */ -#define M_HDLC 1 /* bit-sync mode (HDLC) */ -#define M_G703 2 -#define M_E1 3 - -/* - * Receive error codes. - */ -#define ER_FRAMING 1 /* framing error */ -#define ER_CHECKSUM 2 /* parity/CRC error */ -#define ER_BREAK 3 /* break state */ -#define ER_OVERFLOW 4 /* receive buffer overflow */ -#define ER_OVERRUN 5 /* receive fifo overrun */ -#define ER_UNDERRUN 6 /* transmit fifo underrun */ -#define ER_SCC_FRAMING 7 /* subchannel framing error */ -#define ER_SCC_OVERFLOW 8 /* subchannel receive buffer overflow */ -#define ER_SCC_OVERRUN 9 /* subchannel receiver overrun */ -#define ER_SCC_UNDERRUN 10 /* subchannel transmitter underrun */ -#define ER_BUS 11 /* system bus is too busy (e.g PCI) */ - -/* - * E1 channel status. - */ -#define E1_NOALARM 0x0001 /* no alarm present */ -#define E1_FARLOF 0x0002 /* receiving far loss of framing */ -#define E1_CRC4E 0x0004 /* crc4 errors */ -#define E1_AIS 0x0008 /* receiving all ones */ -#define E1_LOF 0x0020 /* loss of framing */ -#define E1_LOS 0x0040 /* loss of signal */ -#define E1_AIS16 0x0100 /* receiving all ones in timeslot 16 */ -#define E1_FARLOMF 0x0200 /* receiving alarm in timeslot 16 */ -#define E1_LOMF 0x0400 /* loss of multiframe sync */ -#define E1_TSTREQ 0x0800 /* test code detected */ -#define E1_TSTERR 0x1000 /* test error */ - -#define E3_LOS 0x00000002 /* Lost of synchronization */ -#define E3_TXE 0x00000004 /* Transmit error */ - -/* - * Query the mask of all registered channels, max 128. - */ -#define SERIAL_GETREGISTERED _IOR ('x', 0, char[16]) - -/* - * Attach/detach the protocol to the channel. - * The protocol is given by its name, char[8]. - * For example "async", "hdlc", "cisco", "fr", "ppp". - */ -#define SERIAL_GETPROTO _IOR ('x', 1, char [8]) -#define SERIAL_SETPROTO _IOW ('x', 1, char [8]) - -/* - * Query/set the hardware mode for the channel. - */ -#define SERIAL_GETMODE _IOR ('x', 2, int) -#define SERIAL_SETMODE _IOW ('x', 2, int) - -#define SERIAL_ASYNC 1 -#define SERIAL_HDLC 2 -#define SERIAL_RAW 3 - -/* - * Get/clear the channel statistics. - */ -#define SERIAL_GETSTAT _IOR ('x', 3, struct serial_statistics) -#define SERIAL_GETESTAT _IOR ('x', 3, struct e1_statistics) -#define SERIAL_GETE3STAT _IOR ('x', 3, struct e3_statistics) -#define SERIAL_CLRSTAT _IO ('x', 3) - -/* - * Query/set the synchronization mode and baud rate. - * If baud==0 then the external clock is used. - */ -#define SERIAL_GETBAUD _IOR ('x', 4, long) -#define SERIAL_SETBAUD _IOW ('x', 4, long) - -/* - * Query/set the internal loopback mode, - * useful for debugging purposes. - */ -#define SERIAL_GETLOOP _IOR ('x', 5, int) -#define SERIAL_SETLOOP _IOW ('x', 5, int) - -/* - * Query/set the DPLL mode, commonly used with NRZI - * for channels lacking synchro signals. - */ -#define SERIAL_GETDPLL _IOR ('x', 6, int) -#define SERIAL_SETDPLL _IOW ('x', 6, int) - -/* - * Query/set the NRZI encoding (default is NRZ). - */ -#define SERIAL_GETNRZI _IOR ('x', 7, int) -#define SERIAL_SETNRZI _IOW ('x', 7, int) - -/* - * Invert receive and transmit clock. - */ -#define SERIAL_GETINVCLK _IOR ('x', 8, int) -#define SERIAL_SETINVCLK _IOW ('x', 8, int) - -/* - * Query/set the E1/G703 synchronization mode. - */ -#define SERIAL_GETCLK _IOR ('x', 9, int) -#define SERIAL_SETCLK _IOW ('x', 9, int) - -#define E1CLK_RECOVERY -1 -#define E1CLK_INTERNAL 0 -#define E1CLK_RECEIVE 1 -#define E1CLK_RECEIVE_CHAN0 2 -#define E1CLK_RECEIVE_CHAN1 3 -#define E1CLK_RECEIVE_CHAN2 4 -#define E1CLK_RECEIVE_CHAN3 5 - -/* - * Query/set the E1 timeslot mask. - */ -#define SERIAL_GETTIMESLOTS _IOR ('x', 10, long) -#define SERIAL_SETTIMESLOTS _IOW ('x', 10, long) - -/* - * Query/set the E1 subchannel timeslot mask. - */ -#define SERIAL_GETSUBCHAN _IOR ('x', 11, long) -#define SERIAL_SETSUBCHAN _IOW ('x', 11, long) - -/* - * Query/set the high input sensitivity mode (E1). - */ -#define SERIAL_GETHIGAIN _IOR ('x', 12, int) -#define SERIAL_SETHIGAIN _IOW ('x', 12, int) - -/* - * Query the input signal level in santibells. - */ -#define SERIAL_GETLEVEL _IOR ('x', 13, int) - -/* - * Get the channel name. - */ -#define SERIAL_GETNAME _IOR ('x', 14, char [32]) - -/* - * Get version string. - */ -#define SERIAL_GETVERSIONSTRING _IOR ('x', 15, char [256]) - -/* - * Query/set master channel. - */ -#define SERIAL_GETMASTER _IOR ('x', 16, char [16]) -#define SERIAL_SETMASTER _IOW ('x', 16, char [16]) - -/* - * Query/set keepalive. - */ -#define SERIAL_GETKEEPALIVE _IOR ('x', 17, int) -#define SERIAL_SETKEEPALIVE _IOW ('x', 17, int) - -/* - * Query/set E1 configuration. - */ -#define SERIAL_GETCFG _IOR ('x', 18, char) -#define SERIAL_SETCFG _IOW ('x', 18, char) - -/* - * Query/set debug. - */ -#define SERIAL_GETDEBUG _IOR ('x', 19, int) -#define SERIAL_SETDEBUG _IOW ('x', 19, int) - -/* - * Query/set phony mode (E1). - */ -#define SERIAL_GETPHONY _IOR ('x', 20, int) -#define SERIAL_SETPHONY _IOW ('x', 20, int) - -/* - * Query/set timeslot 16 usage mode (E1). - */ -#define SERIAL_GETUSE16 _IOR ('x', 21, int) -#define SERIAL_SETUSE16 _IOW ('x', 21, int) - -/* - * Query/set crc4 mode (E1). - */ -#define SERIAL_GETCRC4 _IOR ('x', 22, int) -#define SERIAL_SETCRC4 _IOW ('x', 22, int) - -/* - * Query/set the timeout to recover after transmit interrupt loss. - * If timo==0 recover will be disabled. - */ -#define SERIAL_GETTIMO _IOR ('x', 23, long) -#define SERIAL_SETTIMO _IOW ('x', 23, long) - -/* - * Query/set port type for old models of Sigma - * -1 Fixed or cable select - * 0 RS-232 - * 1 V35 - * 2 RS-449 - * 3 E1 (only for Windows 2000) - * 4 G.703 (only for Windows 2000) - * 5 DATA (only for Windows 2000) - * 6 E3 (only for Windows 2000) - * 7 T3 (only for Windows 2000) - * 8 STS1 (only for Windows 2000) - */ -#define SERIAL_GETPORT _IOR ('x', 25, int) -#define SERIAL_SETPORT _IOW ('x', 25, int) - -/* - * Add the virtual channel DLCI (Frame Relay). - */ -#define SERIAL_ADDDLCI _IOW ('x', 26, int) - -/* - * Invert receive clock. - */ -#define SERIAL_GETINVRCLK _IOR ('x', 27, int) -#define SERIAL_SETINVRCLK _IOW ('x', 27, int) - -/* - * Invert transmit clock. - */ -#define SERIAL_GETINVTCLK _IOR ('x', 28, int) -#define SERIAL_SETINVTCLK _IOW ('x', 28, int) - -/* - * Unframed E1 mode. - */ -#define SERIAL_GETUNFRAM _IOR ('x', 29, int) -#define SERIAL_SETUNFRAM _IOW ('x', 29, int) - -/* - * E1 monitoring mode. - */ -#define SERIAL_GETMONITOR _IOR ('x', 30, int) -#define SERIAL_SETMONITOR _IOW ('x', 30, int) - -/* - * Interrupt number. - */ -#define SERIAL_GETIRQ _IOR ('x', 31, int) - -/* - * Reset. - */ -#define SERIAL_RESET _IO ('x', 32) - -/* - * Hard reset. - */ -#define SERIAL_HARDRESET _IO ('x', 33) - -/* - * Query cable type. - */ -#define SERIAL_GETCABLE _IOR ('x', 34, int) - -/* - * Assignment of HDLC ports to E1 channels. - */ -#define SERIAL_GETDIR _IOR ('x', 35, int) -#define SERIAL_SETDIR _IOW ('x', 35, int) - -struct dxc_table { /* cross-connector parameters */ - unsigned char ts [32]; /* timeslot number */ - unsigned char link [32]; /* E1 link number */ -}; - -/* - * DXC cross-connector settings for E1 channels. - */ -#define SERIAL_GETDXC _IOR ('x', 36, struct dxc_table) -#define SERIAL_SETDXC _IOW ('x', 36, struct dxc_table) - -/* - * Scrambler for G.703. - */ -#define SERIAL_GETSCRAMBLER _IOR ('x', 37, int) -#define SERIAL_SETSCRAMBLER _IOW ('x', 37, int) - -/* - * Length of cable for T3 and STS-1. - */ -#define SERIAL_GETCABLEN _IOR ('x', 38, int) -#define SERIAL_SETCABLEN _IOW ('x', 38, int) - -/* - * Remote loopback for E3, T3 and STS-1. - */ -#define SERIAL_GETRLOOP _IOR ('x', 39, int) -#define SERIAL_SETRLOOP _IOW ('x', 39, int) - -/* - * G.703 line code - */ -#define SERIAL_GETLCODE _IOR ('x', 40, int) -#define SERIAL_SETLCODE _IOW ('x', 40, int) - -/* - * MTU - */ -#define SERIAL_GETMTU _IOR ('x', 41, int) -#define SERIAL_SETMTU _IOW ('x', 41, int) - -/* - * Receive Queue Length - */ -#define SERIAL_GETRQLEN _IOR ('x', 42, int) -#define SERIAL_SETRQLEN _IOW ('x', 42, int) - -#ifdef __KERNEL__ -#ifdef CRONYX_LYSAP -# define LYSAP_PEER_ADD _IOWR('x', 101, lysap_peer_config_t) -# define LYSAP_PEER_REMOVE _IOW('x', 102, unsigned) -# define LYSAP_PEER_INFO _IOWR('x', 103, lysap_peer_info_t) -# define LYSAP_PEER_COUNT _IOR('x', 104, unsigned) -# define LYSAP_PEER_ENUM _IOWR('x', 105, unsigned) -# define LYSAP_PEER_CLEAR _IOW('x', 106, unsigned) - -# define LYSAP_CHAN_ADD _IOWR('x', 111, lysap_channel_config_t) -# define LYSAP_CHAN_REMOVE _IO('x', 112) -# define LYSAP_CHAN_INFO _IOR('x', 113, lysap_channel_info_t) -# define LYSAP_CHAN_COUNT _IOR('x', 114, unsigned) -# define LYSAP_CHAN_ENUM _IOWR('x', 115, unsigned) -# define LYSAP_CHAN_CLEAR _IO('x', 116) -# include "lysap-linux.h" -#else /* CRONYX_LYSAP */ - typedef struct _lysap_channel_t lysap_channel_t; - typedef struct _lysap_channel_config_t lysap_channel_config_t; - typedef struct _LYSAP_DeviceInterfaceConfig LYSAP_DeviceInterfaceConfig; - typedef struct _LYSAP_ChannelConfig LYSAP_ChannelConfig; - typedef struct _lysap_buf_t lysap_buf_t; -#endif /* !CRONYX_LYSAP */ - -/* - * Dynamic binder interface. - */ -typedef struct _chan_t chan_t; -typedef struct _proto_t proto_t; - -void binder_register_protocol (proto_t *p); -void binder_unregister_protocol (proto_t *p); - -int binder_register_channel (chan_t *h, char *prefix, int minor); -void binder_unregister_channel (chan_t *h); - -/* - * Hardware channel driver structure. - */ -struct sk_buff; - -struct _chan_t { - char name [16]; - int mtu; /* max packet size */ - int fifosz; /* total hardware i/o buffer size */ - int port; /* hardware base i/o port */ - int irq; /* hardware interrupt line */ - int minor; /* minor number 0..127, assigned by binder */ - int debug; /* debug level, 0..2 */ - int running; /* running, 0..1 */ - struct _proto_t *proto; /* protocol interface data */ - void *sw; /* protocol private data */ - void *hw; /* hardware layer private data */ - - /* Interface to protocol */ - int (*up) (chan_t *h); - void (*down) (chan_t *h); - int (*transmit) (chan_t *h, struct sk_buff *skb); - void (*set_dtr) (chan_t *h, int val); - void (*set_rts) (chan_t *h, int val); - int (*query_dtr) (chan_t *h); - int (*query_rts) (chan_t *h); - int (*query_dsr) (chan_t *h); - int (*query_cts) (chan_t *h); - int (*query_dcd) (chan_t *h); - - /* Interface to async protocol */ - void (*set_async_param) (chan_t *h, int baud, int bits, int parity, - int stop2, int ignpar, int rtscts, - int ixon, int ixany, int symstart, int symstop); - void (*send_break) (chan_t *h, int msec); - void (*send_xon) (chan_t *h); - void (*send_xoff) (chan_t *h); - void (*start_transmitter) (chan_t *h); - void (*stop_transmitter) (chan_t *h); - void (*flush_transmit_buffer) (chan_t *h); - - /* Control interface */ - int (*control) (chan_t *h, unsigned int cmd, unsigned long arg); - - /* LYSAP interface */ - struct lysap_t - { - lysap_channel_t *link; - int (*inspect_config)(chan_t *h, lysap_channel_config_t *, - LYSAP_DeviceInterfaceConfig *, LYSAP_ChannelConfig *); - unsigned long (*probe_freq)(chan_t *h, unsigned long freq); - unsigned long (*set_freq)(chan_t *h, unsigned long freq); - unsigned (*get_status)(chan_t *h); - int (*transmit) (chan_t *h, lysap_buf_t *b); - lysap_buf_t* (*alloc_buf) (chan_t *h, unsigned len); - int (*set_clock_master)(chan_t *h, int enable); - unsigned long (*get_master_freq)(chan_t *h); - } lysap; -}; - -/* - * Protocol driver structure. - */ -struct _proto_t { - char *name; - struct _proto_t *next; - - /* Interface to channel */ - void (*receive) (chan_t *h, struct sk_buff *skb); - void (*receive_error) (chan_t *h, int errcode); - void (*transmit) (chan_t *h); - void (*modem_event) (chan_t *h); - - /* Interface to binder */ - int (*open) (chan_t *h); - void (*close) (chan_t *h); - int (*read) (chan_t *h, unsigned short flg, char *buf, int len); - int (*write) (chan_t *h, unsigned short flg, const char *buf, int len); - int (*select) (chan_t *h, int type, void *st, struct file *filp); - struct fasync_struct *fasync; - - /* Control interface */ - int (*attach) (chan_t *h); - int (*detach) (chan_t *h); - int (*control) (chan_t *h, unsigned int cmd, unsigned long arg); - - /* LYSAP interface */ - void (*transmit_error) (chan_t *h, int errcode); - void (*lysap_notify_receive) (chan_t *h, lysap_buf_t *b); - void (*lysap_notify_transmit) (chan_t *h); - lysap_buf_t* (*lysap_get_data)(chan_t *h); -}; -#endif /* KERNEL */ diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c deleted file mode 100644 index ab14ade4f259..000000000000 --- a/sys/dev/cp/if_cp.c +++ /dev/null @@ -1,1964 +0,0 @@ -/*- - * Cronyx-Tau-PCI adapter driver for FreeBSD. - * Supports PPP/HDLC, Cisco/HDLC and FrameRelay protocol in synchronous mode, - * and asynchronous channels with full modem control. - * Keepalive protocol implemented in both Cisco and PPP modes. - * - * Copyright (C) 1999-2004 Cronyx Engineering. - * Author: Kurakin Roman, - * - * Copyright (C) 1999-2002 Cronyx Engineering. - * Author: Serge Vakulenko, - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations a permission to use, - * modify and redistribute this software in source and binary forms, - * as long as this message is kept with the software, all derivative - * works or modified versions. - * - * Cronyx Id: if_cp.c,v 1.1.2.41 2004/06/23 17:09:13 rik Exp $ - */ - -#include -__FBSDID("$FreeBSD$"); - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#define CP_DEBUG(d,s) ({if (d->chan->debug) {\ - printf ("%s: ", d->name); printf s;}}) -#define CP_DEBUG2(d,s) ({if (d->chan->debug>1) {\ - printf ("%s: ", d->name); printf s;}}) -#define CP_LOCK_NAME "cpX" - -#define CP_LOCK(_bd) mtx_lock (&(_bd)->cp_mtx) -#define CP_UNLOCK(_bd) mtx_unlock (&(_bd)->cp_mtx) -#define CP_LOCK_ASSERT(_bd) mtx_assert (&(_bd)->cp_mtx, MA_OWNED) - -static int cp_probe __P((device_t)); -static int cp_attach __P((device_t)); -static int cp_detach __P((device_t)); - -static device_method_t cp_methods[] = { - /* Device interface */ - DEVMETHOD(device_probe, cp_probe), - DEVMETHOD(device_attach, cp_attach), - DEVMETHOD(device_detach, cp_detach), - - DEVMETHOD_END -}; - -typedef struct _cp_dma_mem_t { - unsigned long phys; - void *virt; - size_t size; - bus_dma_tag_t dmat; - bus_dmamap_t mapp; -} cp_dma_mem_t; - -typedef struct _drv_t { - char name [8]; - int running; - cp_chan_t *chan; - cp_board_t *board; - cp_dma_mem_t dmamem; - char nodename [NG_NODESIZ]; - hook_p hook; - hook_p debug_hook; - node_p node; - struct ifqueue queue; - struct ifqueue hi_queue; - short timeout; - struct callout timeout_handle; - struct cdev *devt; -} drv_t; - -typedef struct _bdrv_t { - cp_board_t *board; - struct resource *cp_res; - struct resource *cp_irq; - void *cp_intrhand; - cp_dma_mem_t dmamem; - drv_t channel [NCHAN]; - struct mtx cp_mtx; -} bdrv_t; - -static driver_t cp_driver = { - "cp", - cp_methods, - sizeof(bdrv_t), -}; - -static void cp_receive (cp_chan_t *c, unsigned char *data, int len); -static void cp_transmit (cp_chan_t *c, void *attachment, int len); -static void cp_error (cp_chan_t *c, int data); -static void cp_up (drv_t *d); -static void cp_start (drv_t *d); -static void cp_down (drv_t *d); -static void cp_watchdog (drv_t *d); -static void cp_watchdog_timer (void *arg); -static struct ng_type typestruct; - -static cp_board_t *adapter [NBRD]; -static drv_t *channel [NBRD*NCHAN]; -static struct callout led_timo [NBRD]; -static struct callout timeout_handle; - -static int cp_destroy = 0; - -static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td); -static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td); -static int cp_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td); -static struct cdevsw cp_cdevsw = { - .d_version = D_VERSION, - .d_open = cp_open, - .d_close = cp_close, - .d_ioctl = cp_ioctl, - .d_name = "cp", -}; - -/* - * Make an mbuf from data. - */ -static struct mbuf *makembuf (void *buf, unsigned len) -{ - struct mbuf *m; - - MGETHDR (m, M_NOWAIT, MT_DATA); - if (! m) - return 0; - if (!(MCLGET (m, M_NOWAIT))) { - m_freem (m); - return 0; - } - m->m_pkthdr.len = m->m_len = len; - bcopy (buf, mtod (m, caddr_t), len); - return m; -} - -static int cp_probe (device_t dev) -{ - if ((pci_get_vendor (dev) == cp_vendor_id) && - (pci_get_device (dev) == cp_device_id)) { - device_set_desc (dev, "Cronyx-Tau-PCI serial adapter"); - return BUS_PROBE_DEFAULT; - } - return ENXIO; -} - -static void cp_timeout (void *arg) -{ - drv_t *d; - int s, i, k; - - for (i = 0; i < NBRD; ++i) { - if (adapter[i] == NULL) - continue; - for (k = 0; k < NCHAN; ++k) { - s = splimp (); - if (cp_destroy) { - splx (s); - return; - } - d = channel[i * NCHAN + k]; - if (!d) { - splx (s); - continue; - } - CP_LOCK ((bdrv_t *)d->board->sys); - switch (d->chan->type) { - case T_G703: - cp_g703_timer (d->chan); - break; - case T_E1: - cp_e1_timer (d->chan); - break; - case T_E3: - case T_T3: - case T_STS1: - cp_e3_timer (d->chan); - break; - default: - break; - } - CP_UNLOCK ((bdrv_t *)d->board->sys); - splx (s); - } - } - s = splimp (); - if (!cp_destroy) - callout_reset (&timeout_handle, hz, cp_timeout, 0); - splx (s); -} - -static void cp_led_off (void *arg) -{ - cp_board_t *b = arg; - bdrv_t *bd = (bdrv_t *) b->sys; - int s; - s = splimp (); - if (cp_destroy) { - splx (s); - return; - } - CP_LOCK (bd); - cp_led (b, 0); - CP_UNLOCK (bd); - splx (s); -} - -static void cp_intr (void *arg) -{ - bdrv_t *bd = arg; - cp_board_t *b = bd->board; - int s = splimp (); - if (cp_destroy) { - splx (s); - return; - } - CP_LOCK (bd); - /* Check if we are ready */ - if (b->sys == NULL) { - /* Not we are not, just cleanup. */ - cp_interrupt_poll (b, 1); - CP_UNLOCK (bd); - return; - } - /* Turn LED on. */ - cp_led (b, 1); - - cp_interrupt (b); - - /* Turn LED off 50 msec later. */ - callout_reset (&led_timo[b->num], hz/20, cp_led_off, b); - CP_UNLOCK (bd); - splx (s); - -} - -static void -cp_bus_dmamap_addr (void *arg, bus_dma_segment_t *segs, int nseg, int error) -{ - unsigned long *addr; - - if (error) - return; - - KASSERT(nseg == 1, ("too many DMA segments, %d should be 1", nseg)); - addr = arg; - *addr = segs->ds_addr; -} - -static int -cp_bus_dma_mem_alloc (int bnum, int cnum, cp_dma_mem_t *dmem) -{ - int error; - - error = bus_dma_tag_create (NULL, 16, 0, BUS_SPACE_MAXADDR_32BIT, - BUS_SPACE_MAXADDR, NULL, NULL, dmem->size, 1, - dmem->size, 0, NULL, NULL, &dmem->dmat); - if (error) { - if (cnum >= 0) printf ("cp%d-%d: ", bnum, cnum); - else printf ("cp%d: ", bnum); - printf ("couldn't allocate tag for dma memory\n"); - return 0; - } - error = bus_dmamem_alloc (dmem->dmat, (void **)&dmem->virt, - BUS_DMA_NOWAIT | BUS_DMA_ZERO, &dmem->mapp); - if (error) { - if (cnum >= 0) printf ("cp%d-%d: ", bnum, cnum); - else printf ("cp%d: ", bnum); - printf ("couldn't allocate mem for dma memory\n"); - bus_dma_tag_destroy (dmem->dmat); - return 0; - } - error = bus_dmamap_load (dmem->dmat, dmem->mapp, dmem->virt, - dmem->size, cp_bus_dmamap_addr, &dmem->phys, 0); - if (error) { - if (cnum >= 0) printf ("cp%d-%d: ", bnum, cnum); - else printf ("cp%d: ", bnum); - printf ("couldn't load mem map for dma memory\n"); - bus_dmamem_free (dmem->dmat, dmem->virt, dmem->mapp); - bus_dma_tag_destroy (dmem->dmat); - return 0; - } - return 1; -} - -static void -cp_bus_dma_mem_free (cp_dma_mem_t *dmem) -{ - bus_dmamap_unload (dmem->dmat, dmem->mapp); - bus_dmamem_free (dmem->dmat, dmem->virt, dmem->mapp); - bus_dma_tag_destroy (dmem->dmat); -} - -/* - * Called if the probe succeeded. - */ -static int cp_attach (device_t dev) -{ - bdrv_t *bd = device_get_softc (dev); - int unit = device_get_unit (dev); - char *cp_ln = CP_LOCK_NAME; - unsigned short res; - vm_offset_t vbase; - int rid, error; - cp_board_t *b; - cp_chan_t *c; - drv_t *d; - int s = splimp (); - - b = malloc (sizeof(cp_board_t), M_DEVBUF, M_WAITOK); - if (!b) { - printf ("cp%d: couldn't allocate memory\n", unit); - splx (s); - return (ENXIO); - } - bzero (b, sizeof(cp_board_t)); - - bd->board = b; - rid = PCIR_BAR(0); - bd->cp_res = bus_alloc_resource (dev, SYS_RES_MEMORY, &rid, - 0, ~0, 1, RF_ACTIVE); - if (! bd->cp_res) { - printf ("cp%d: cannot map memory\n", unit); - free (b, M_DEVBUF); - splx (s); - return (ENXIO); - } - vbase = (vm_offset_t) rman_get_virtual (bd->cp_res); - - cp_ln[2] = '0' + unit; - mtx_init (&bd->cp_mtx, cp_ln, MTX_NETWORK_LOCK, MTX_DEF|MTX_RECURSE); - res = cp_init (b, unit, (u_char*) vbase); - if (res) { - printf ("cp%d: can't init, error code:%x\n", unit, res); - bus_release_resource (dev, SYS_RES_MEMORY, PCIR_BAR(0), bd->cp_res); - free (b, M_DEVBUF); - splx (s); - return (ENXIO); - } - - bd->dmamem.size = sizeof(cp_qbuf_t); - if (! cp_bus_dma_mem_alloc (unit, -1, &bd->dmamem)) { - free (b, M_DEVBUF); - splx (s); - return (ENXIO); - } - CP_LOCK (bd); - cp_reset (b, bd->dmamem.virt, bd->dmamem.phys); - CP_UNLOCK (bd); - - rid = 0; - bd->cp_irq = bus_alloc_resource (dev, SYS_RES_IRQ, &rid, 0, ~0, 1, - RF_SHAREABLE | RF_ACTIVE); - if (! bd->cp_irq) { - cp_destroy = 1; - printf ("cp%d: cannot map interrupt\n", unit); - bus_release_resource (dev, SYS_RES_MEMORY, - PCIR_BAR(0), bd->cp_res); - mtx_destroy (&bd->cp_mtx); - free (b, M_DEVBUF); - splx (s); - return (ENXIO); - } - callout_init (&led_timo[unit], 1); - error = bus_setup_intr (dev, bd->cp_irq, - INTR_TYPE_NET|INTR_MPSAFE, - NULL, cp_intr, bd, &bd->cp_intrhand); - if (error) { - cp_destroy = 1; - printf ("cp%d: cannot set up irq\n", unit); - bus_release_resource (dev, SYS_RES_IRQ, 0, bd->cp_irq); - bus_release_resource (dev, SYS_RES_MEMORY, - PCIR_BAR(0), bd->cp_res); - mtx_destroy (&bd->cp_mtx); - free (b, M_DEVBUF); - splx (s); - return (ENXIO); - } - printf ("cp%d: %s, clock %ld MHz\n", unit, b->name, b->osc / 1000000); - - for (c = b->chan; c < b->chan + NCHAN; ++c) { - if (! c->type) - continue; - d = &bd->channel[c->num]; - d->dmamem.size = sizeof(cp_buf_t); - if (! cp_bus_dma_mem_alloc (unit, c->num, &d->dmamem)) - continue; - channel [b->num*NCHAN + c->num] = d; - sprintf (d->name, "cp%d.%d", b->num, c->num); - d->board = b; - d->chan = c; - c->sys = d; - callout_init (&d->timeout_handle, 1); - if (ng_make_node_common (&typestruct, &d->node) != 0) { - printf ("%s: cannot make common node\n", d->name); - d->node = NULL; - continue; - } - NG_NODE_SET_PRIVATE (d->node, d); - sprintf (d->nodename, "%s%d", NG_CP_NODE_TYPE, - c->board->num*NCHAN + c->num); - if (ng_name_node (d->node, d->nodename)) { - printf ("%s: cannot name node\n", d->nodename); - NG_NODE_UNREF (d->node); - continue; - } - d->queue.ifq_maxlen = ifqmaxlen; - d->hi_queue.ifq_maxlen = ifqmaxlen; - mtx_init (&d->queue.ifq_mtx, "cp_queue", NULL, MTX_DEF); - mtx_init (&d->hi_queue.ifq_mtx, "cp_queue_hi", NULL, MTX_DEF); - cp_start_e1 (c); - cp_start_chan (c, 1, 1, d->dmamem.virt, d->dmamem.phys); - - /* Register callback functions. */ - cp_register_transmit (c, &cp_transmit); - cp_register_receive (c, &cp_receive); - cp_register_error (c, &cp_error); - d->devt = make_dev (&cp_cdevsw, b->num*NCHAN+c->num, UID_ROOT, - GID_WHEEL, 0600, "cp%d", b->num*NCHAN+c->num); - } - CP_LOCK (bd); - b->sys = bd; - adapter[unit] = b; - CP_UNLOCK (bd); - splx (s); - gone_in_dev(dev, 14, "sync serial (T1/E1) drivers"); - return 0; -} - -static int cp_detach (device_t dev) -{ - bdrv_t *bd = device_get_softc (dev); - cp_board_t *b = bd->board; - cp_chan_t *c; - int s; - - KASSERT (mtx_initialized (&bd->cp_mtx), ("cp mutex not initialized")); - s = splimp (); - CP_LOCK (bd); - /* Check if the device is busy (open). */ - for (c = b->chan; c < b->chan + NCHAN; ++c) { - drv_t *d = (drv_t*) c->sys; - - if (! d || ! d->chan->type) - continue; - if (d->running) { - CP_UNLOCK (bd); - splx (s); - return EBUSY; - } - } - - /* Ok, we can unload driver */ - /* At first we should stop all channels */ - for (c = b->chan; c < b->chan + NCHAN; ++c) { - drv_t *d = (drv_t*) c->sys; - - if (! d || ! d->chan->type) - continue; - - cp_stop_chan (c); - cp_stop_e1 (c); - cp_set_dtr (d->chan, 0); - cp_set_rts (d->chan, 0); - } - - /* Reset the adapter. */ - cp_destroy = 1; - cp_interrupt_poll (b, 1); - cp_led_off (b); - cp_reset (b, 0 ,0); - callout_stop (&led_timo[b->num]); - - /* Disable the interrupt request. */ - bus_teardown_intr (dev, bd->cp_irq, bd->cp_intrhand); - - for (c=b->chan; cchan+NCHAN; ++c) { - drv_t *d = (drv_t*) c->sys; - - if (! d || ! d->chan->type) - continue; - callout_stop (&d->timeout_handle); - if (d->node) { - ng_rmnode_self (d->node); - NG_NODE_UNREF (d->node); - d->node = NULL; - } - mtx_destroy (&d->queue.ifq_mtx); - mtx_destroy (&d->hi_queue.ifq_mtx); - destroy_dev (d->devt); - } - - b->sys = NULL; - CP_UNLOCK (bd); - - bus_release_resource (dev, SYS_RES_IRQ, 0, bd->cp_irq); - bus_release_resource (dev, SYS_RES_MEMORY, PCIR_BAR(0), bd->cp_res); - - CP_LOCK (bd); - cp_led_off (b); - CP_UNLOCK (bd); - callout_drain (&led_timo[b->num]); - splx (s); - - for (c = b->chan; c < b->chan + NCHAN; ++c) { - drv_t *d = (drv_t*) c->sys; - - if (! d || ! d->chan->type) - continue; - callout_drain (&d->timeout_handle); - channel [b->num*NCHAN + c->num] = NULL; - /* Deallocate buffers. */ - cp_bus_dma_mem_free (&d->dmamem); - } - adapter [b->num] = NULL; - cp_bus_dma_mem_free (&bd->dmamem); - free (b, M_DEVBUF); - mtx_destroy (&bd->cp_mtx); - return 0; -} - - -/* - * Stop the interface. Called on splimp(). - */ -static void cp_down (drv_t *d) -{ - CP_DEBUG (d, ("cp_down\n")); - /* Interface is going down -- stop it. */ - cp_set_dtr (d->chan, 0); - cp_set_rts (d->chan, 0); - - d->running = 0; - callout_stop (&d->timeout_handle); -} - -/* - * Start the interface. Called on splimp(). - */ -static void cp_up (drv_t *d) -{ - CP_DEBUG (d, ("cp_up\n")); - cp_set_dtr (d->chan, 1); - cp_set_rts (d->chan, 1); - d->running = 1; -} - -/* - * Start output on the interface. Get another datagram to send - * off of the interface queue, and copy it to the interface - * before starting the output. - */ -static void cp_send (drv_t *d) -{ - struct mbuf *m; - u_short len; - - CP_DEBUG2 (d, ("cp_send, tn=%d te=%d\n", d->chan->tn, d->chan->te)); - - /* No output if the interface is down. */ - if (! d->running) - return; - - /* No output if the modem is off. */ - if (! (d->chan->lloop || d->chan->type != T_SERIAL || - cp_get_dsr (d->chan))) - return; - - while (cp_transmit_space (d->chan)) { - /* Get the packet to send. */ - IF_DEQUEUE (&d->hi_queue, m); - if (! m) - IF_DEQUEUE (&d->queue, m); - if (! m) - return; - len = m_length (m, NULL); - if (len >= BUFSZ) - printf ("%s: too long packet: %d bytes: ", - d->name, len); - else if (! m->m_next) - cp_send_packet (d->chan, (u_char*) mtod (m, caddr_t), len, 0); - else { - u_char *buf = d->chan->tbuf[d->chan->te]; - m_copydata (m, 0, len, buf); - cp_send_packet (d->chan, buf, len, 0); - } - m_freem (m); - /* Set up transmit timeout, if the transmit ring is not empty.*/ - d->timeout = 10; - } -} - -/* - * Start output on the interface. - * Always called on splimp(). - */ -static void cp_start (drv_t *d) -{ - if (d->running) { - if (! d->chan->dtr) - cp_set_dtr (d->chan, 1); - if (! d->chan->rts) - cp_set_rts (d->chan, 1); - cp_send (d); - callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d); - } -} - -/* - * Handle transmit timeouts. - * Recover after lost transmit interrupts. - * Always called on splimp(). - */ -static void cp_watchdog (drv_t *d) -{ - CP_DEBUG (d, ("device timeout\n")); - if (d->running) { - cp_stop_chan (d->chan); - cp_stop_e1 (d->chan); - cp_start_e1 (d->chan); - cp_start_chan (d->chan, 1, 1, 0, 0); - cp_set_dtr (d->chan, 1); - cp_set_rts (d->chan, 1); - cp_start (d); - } -} - -static void cp_watchdog_timer (void *arg) -{ - drv_t *d = arg; - bdrv_t *bd = d->board->sys; - - CP_LOCK (bd); - if (d->timeout == 1) - cp_watchdog (d); - if (d->timeout) - d->timeout--; - callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d); - CP_UNLOCK (bd); -} - -static void cp_transmit (cp_chan_t *c, void *attachment, int len) -{ - drv_t *d = c->sys; - - d->timeout = 0; - cp_start (d); -} - -static void cp_receive (cp_chan_t *c, unsigned char *data, int len) -{ - drv_t *d = c->sys; - struct mbuf *m; - int error; - - if (! d->running) - return; - - m = makembuf (data, len); - if (! m) { - CP_DEBUG (d, ("no memory for packet\n")); - return; - } - if (c->debug > 1) - m_print (m, 0); - m->m_pkthdr.rcvif = 0; - NG_SEND_DATA_ONLY (error, d->hook, m); -} - -static void cp_error (cp_chan_t *c, int data) -{ - drv_t *d = c->sys; - - switch (data) { - case CP_FRAME: - CP_DEBUG (d, ("frame error\n")); - break; - case CP_CRC: - CP_DEBUG (d, ("crc error\n")); - break; - case CP_OVERRUN: - CP_DEBUG (d, ("overrun error\n")); - break; - case CP_OVERFLOW: - CP_DEBUG (d, ("overflow error\n")); - break; - case CP_UNDERRUN: - CP_DEBUG (d, ("underrun error\n")); - d->timeout = 0; - cp_start (d); - break; - default: - CP_DEBUG (d, ("error #%d\n", data)); - break; - } -} - -/* - * You also need read, write, open, close routines. - * This should get you started - */ -static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td) -{ - int unit = dev2unit (dev); - drv_t *d; - - if (unit >= NBRD*NCHAN || ! (d = channel[unit])) - return ENXIO; - CP_DEBUG2 (d, ("cp_open\n")); - return 0; -} - -/* - * Only called on the LAST close. - */ -static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td) -{ - drv_t *d = channel [dev2unit (dev)]; - - CP_DEBUG2 (d, ("cp_close\n")); - return 0; -} - -static int cp_modem_status (cp_chan_t *c) -{ - drv_t *d = c->sys; - bdrv_t *bd = d->board->sys; - int status, s; - - status = d->running ? TIOCM_LE : 0; - s = splimp (); - CP_LOCK (bd); - if (cp_get_cd (c)) status |= TIOCM_CD; - if (cp_get_cts (c)) status |= TIOCM_CTS; - if (cp_get_dsr (c)) status |= TIOCM_DSR; - if (c->dtr) status |= TIOCM_DTR; - if (c->rts) status |= TIOCM_RTS; - CP_UNLOCK (bd); - splx (s); - return status; -} - -static int cp_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) -{ - drv_t *d = channel [dev2unit (dev)]; - bdrv_t *bd = d->board->sys; - cp_chan_t *c = d->chan; - struct serial_statistics *st; - struct e1_statistics *opte1; - struct e3_statistics *opte3; - int error, s; - char mask[16]; - - switch (cmd) { - case SERIAL_GETREGISTERED: - CP_DEBUG2 (d, ("ioctl: getregistered\n")); - bzero (mask, sizeof(mask)); - for (s=0; stype != T_E1 || c->unfram) - return EINVAL; - *(char*)data = c->board->mux ? 'c' : 'a'; - return 0; - - case SERIAL_SETCFG: - CP_DEBUG2 (d, ("ioctl: setcfg\n")); - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_mux (c->board, *((char*)data) == 'c'); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETSTAT: - CP_DEBUG2 (d, ("ioctl: getstat\n")); - st = (struct serial_statistics*) data; - st->rintr = c->rintr; - st->tintr = c->tintr; - st->mintr = 0; - st->ibytes = c->ibytes; - st->ipkts = c->ipkts; - st->obytes = c->obytes; - st->opkts = c->opkts; - st->ierrs = c->overrun + c->frame + c->crc; - st->oerrs = c->underrun; - return 0; - - case SERIAL_GETESTAT: - CP_DEBUG2 (d, ("ioctl: getestat\n")); - if (c->type != T_E1 && c->type != T_G703) - return EINVAL; - opte1 = (struct e1_statistics*) data; - opte1->status = c->status; - opte1->cursec = c->cursec; - opte1->totsec = c->totsec + c->cursec; - - opte1->currnt.bpv = c->currnt.bpv; - opte1->currnt.fse = c->currnt.fse; - opte1->currnt.crce = c->currnt.crce; - opte1->currnt.rcrce = c->currnt.rcrce; - opte1->currnt.uas = c->currnt.uas; - opte1->currnt.les = c->currnt.les; - opte1->currnt.es = c->currnt.es; - opte1->currnt.bes = c->currnt.bes; - opte1->currnt.ses = c->currnt.ses; - opte1->currnt.oofs = c->currnt.oofs; - opte1->currnt.css = c->currnt.css; - opte1->currnt.dm = c->currnt.dm; - - opte1->total.bpv = c->total.bpv + c->currnt.bpv; - opte1->total.fse = c->total.fse + c->currnt.fse; - opte1->total.crce = c->total.crce + c->currnt.crce; - opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce; - opte1->total.uas = c->total.uas + c->currnt.uas; - opte1->total.les = c->total.les + c->currnt.les; - opte1->total.es = c->total.es + c->currnt.es; - opte1->total.bes = c->total.bes + c->currnt.bes; - opte1->total.ses = c->total.ses + c->currnt.ses; - opte1->total.oofs = c->total.oofs + c->currnt.oofs; - opte1->total.css = c->total.css + c->currnt.css; - opte1->total.dm = c->total.dm + c->currnt.dm; - for (s=0; s<48; ++s) { - opte1->interval[s].bpv = c->interval[s].bpv; - opte1->interval[s].fse = c->interval[s].fse; - opte1->interval[s].crce = c->interval[s].crce; - opte1->interval[s].rcrce = c->interval[s].rcrce; - opte1->interval[s].uas = c->interval[s].uas; - opte1->interval[s].les = c->interval[s].les; - opte1->interval[s].es = c->interval[s].es; - opte1->interval[s].bes = c->interval[s].bes; - opte1->interval[s].ses = c->interval[s].ses; - opte1->interval[s].oofs = c->interval[s].oofs; - opte1->interval[s].css = c->interval[s].css; - opte1->interval[s].dm = c->interval[s].dm; - } - return 0; - - case SERIAL_GETE3STAT: - CP_DEBUG2 (d, ("ioctl: gete3stat\n")); - if (c->type != T_E3 && c->type != T_T3 && c->type != T_STS1) - return EINVAL; - opte3 = (struct e3_statistics*) data; - - opte3->status = c->e3status; - opte3->cursec = (c->e3csec_5 * 2 + 1) / 10; - opte3->totsec = c->e3tsec + opte3->cursec; - - opte3->ccv = c->e3ccv; - opte3->tcv = c->e3tcv + opte3->ccv; - - for (s = 0; s < 48; ++s) { - opte3->icv[s] = c->e3icv[s]; - } - return 0; - - case SERIAL_CLRSTAT: - CP_DEBUG2 (d, ("ioctl: clrstat\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - c->rintr = 0; - c->tintr = 0; - c->ibytes = 0; - c->obytes = 0; - c->ipkts = 0; - c->opkts = 0; - c->overrun = 0; - c->frame = 0; - c->crc = 0; - c->underrun = 0; - bzero (&c->currnt, sizeof (c->currnt)); - bzero (&c->total, sizeof (c->total)); - bzero (c->interval, sizeof (c->interval)); - c->e3ccv = 0; - c->e3tcv = 0; - bzero (c->e3icv, sizeof (c->e3icv)); - return 0; - - case SERIAL_GETBAUD: - CP_DEBUG2 (d, ("ioctl: getbaud\n")); - *(long*)data = c->baud; - return 0; - - case SERIAL_SETBAUD: - CP_DEBUG2 (d, ("ioctl: setbaud\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_set_baud (c, *(long*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETLOOP: - CP_DEBUG2 (d, ("ioctl: getloop\n")); - *(int*)data = c->lloop; - return 0; - - case SERIAL_SETLOOP: - CP_DEBUG2 (d, ("ioctl: setloop\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_set_lloop (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETDPLL: - CP_DEBUG2 (d, ("ioctl: getdpll\n")); - if (c->type != T_SERIAL) - return EINVAL; - *(int*)data = c->dpll; - return 0; - - case SERIAL_SETDPLL: - CP_DEBUG2 (d, ("ioctl: setdpll\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_dpll (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETNRZI: - CP_DEBUG2 (d, ("ioctl: getnrzi\n")); - if (c->type != T_SERIAL) - return EINVAL; - *(int*)data = c->nrzi; - return 0; - - case SERIAL_SETNRZI: - CP_DEBUG2 (d, ("ioctl: setnrzi\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_nrzi (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETDEBUG: - CP_DEBUG2 (d, ("ioctl: getdebug\n")); - *(int*)data = d->chan->debug; - return 0; - - case SERIAL_SETDEBUG: - CP_DEBUG2 (d, ("ioctl: setdebug\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - d->chan->debug = *(int*)data; - return 0; - - case SERIAL_GETHIGAIN: - CP_DEBUG2 (d, ("ioctl: gethigain\n")); - if (c->type != T_E1) - return EINVAL; - *(int*)data = c->higain; - return 0; - - case SERIAL_SETHIGAIN: - CP_DEBUG2 (d, ("ioctl: sethigain\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_higain (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETPHONY: - CP_DEBUG2 (d, ("ioctl: getphony\n")); - if (c->type != T_E1) - return EINVAL; - *(int*)data = c->phony; - return 0; - - case SERIAL_SETPHONY: - CP_DEBUG2 (d, ("ioctl: setphony\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_phony (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETUNFRAM: - CP_DEBUG2 (d, ("ioctl: getunfram\n")); - if (c->type != T_E1) - return EINVAL; - *(int*)data = c->unfram; - return 0; - - case SERIAL_SETUNFRAM: - CP_DEBUG2 (d, ("ioctl: setunfram\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_unfram (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETSCRAMBLER: - CP_DEBUG2 (d, ("ioctl: getscrambler\n")); - if (c->type != T_G703 && !c->unfram) - return EINVAL; - *(int*)data = c->scrambler; - return 0; - - case SERIAL_SETSCRAMBLER: - CP_DEBUG2 (d, ("ioctl: setscrambler\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_G703 && !c->unfram) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_scrambler (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETMONITOR: - CP_DEBUG2 (d, ("ioctl: getmonitor\n")); - if (c->type != T_E1 && - c->type != T_E3 && - c->type != T_T3 && - c->type != T_STS1) - return EINVAL; - *(int*)data = c->monitor; - return 0; - - case SERIAL_SETMONITOR: - CP_DEBUG2 (d, ("ioctl: setmonitor\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_monitor (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETUSE16: - CP_DEBUG2 (d, ("ioctl: getuse16\n")); - if (c->type != T_E1 || c->unfram) - return EINVAL; - *(int*)data = c->use16; - return 0; - - case SERIAL_SETUSE16: - CP_DEBUG2 (d, ("ioctl: setuse16\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_use16 (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETCRC4: - CP_DEBUG2 (d, ("ioctl: getcrc4\n")); - if (c->type != T_E1 || c->unfram) - return EINVAL; - *(int*)data = c->crc4; - return 0; - - case SERIAL_SETCRC4: - CP_DEBUG2 (d, ("ioctl: setcrc4\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_crc4 (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETCLK: - CP_DEBUG2 (d, ("ioctl: getclk\n")); - if (c->type != T_E1 && - c->type != T_G703 && - c->type != T_E3 && - c->type != T_T3 && - c->type != T_STS1) - return EINVAL; - switch (c->gsyn) { - default: *(int*)data = E1CLK_INTERNAL; break; - case GSYN_RCV: *(int*)data = E1CLK_RECEIVE; break; - case GSYN_RCV0: *(int*)data = E1CLK_RECEIVE_CHAN0; break; - case GSYN_RCV1: *(int*)data = E1CLK_RECEIVE_CHAN1; break; - case GSYN_RCV2: *(int*)data = E1CLK_RECEIVE_CHAN2; break; - case GSYN_RCV3: *(int*)data = E1CLK_RECEIVE_CHAN3; break; - } - return 0; - - case SERIAL_SETCLK: - CP_DEBUG2 (d, ("ioctl: setclk\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_E1 && - c->type != T_G703 && - c->type != T_E3 && - c->type != T_T3 && - c->type != T_STS1) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - switch (*(int*)data) { - default: cp_set_gsyn (c, GSYN_INT); break; - case E1CLK_RECEIVE: cp_set_gsyn (c, GSYN_RCV); break; - case E1CLK_RECEIVE_CHAN0: cp_set_gsyn (c, GSYN_RCV0); break; - case E1CLK_RECEIVE_CHAN1: cp_set_gsyn (c, GSYN_RCV1); break; - case E1CLK_RECEIVE_CHAN2: cp_set_gsyn (c, GSYN_RCV2); break; - case E1CLK_RECEIVE_CHAN3: cp_set_gsyn (c, GSYN_RCV3); break; - } - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETTIMESLOTS: - CP_DEBUG2 (d, ("ioctl: gettimeslots\n")); - if ((c->type != T_E1 || c->unfram) && c->type != T_DATA) - return EINVAL; - *(u_long*)data = c->ts; - return 0; - - case SERIAL_SETTIMESLOTS: - CP_DEBUG2 (d, ("ioctl: settimeslots\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if ((c->type != T_E1 || c->unfram) && c->type != T_DATA) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_ts (c, *(u_long*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETINVCLK: - CP_DEBUG2 (d, ("ioctl: getinvclk\n")); -#if 1 - return EINVAL; -#else - if (c->type != T_SERIAL) - return EINVAL; - *(int*)data = c->invtxc; - return 0; -#endif - - case SERIAL_SETINVCLK: - CP_DEBUG2 (d, ("ioctl: setinvclk\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_invtxc (c, *(int*)data); - cp_set_invrxc (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETINVTCLK: - CP_DEBUG2 (d, ("ioctl: getinvtclk\n")); - if (c->type != T_SERIAL) - return EINVAL; - *(int*)data = c->invtxc; - return 0; - - case SERIAL_SETINVTCLK: - CP_DEBUG2 (d, ("ioctl: setinvtclk\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_invtxc (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETINVRCLK: - CP_DEBUG2 (d, ("ioctl: getinvrclk\n")); - if (c->type != T_SERIAL) - return EINVAL; - *(int*)data = c->invrxc; - return 0; - - case SERIAL_SETINVRCLK: - CP_DEBUG2 (d, ("ioctl: setinvrclk\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - cp_set_invrxc (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETLEVEL: - CP_DEBUG2 (d, ("ioctl: getlevel\n")); - if (c->type != T_G703) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - *(int*)data = cp_get_lq (c); - CP_UNLOCK (bd); - splx (s); - return 0; - -#if 0 - case SERIAL_RESET: - CP_DEBUG2 (d, ("ioctl: reset\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_reset (c->board, 0, 0); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_HARDRESET: - CP_DEBUG2 (d, ("ioctl: hardreset\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - /* hard_reset (c->board); */ - CP_UNLOCK (bd); - splx (s); - return 0; -#endif - - case SERIAL_GETCABLE: - CP_DEBUG2 (d, ("ioctl: getcable\n")); - if (c->type != T_SERIAL) - return EINVAL; - s = splimp (); - CP_LOCK (bd); - *(int*)data = cp_get_cable (c); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETDIR: - CP_DEBUG2 (d, ("ioctl: getdir\n")); - if (c->type != T_E1 && c->type != T_DATA) - return EINVAL; - *(int*)data = c->dir; - return 0; - - case SERIAL_SETDIR: - CP_DEBUG2 (d, ("ioctl: setdir\n")); - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_set_dir (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETRLOOP: - CP_DEBUG2 (d, ("ioctl: getrloop\n")); - if (c->type != T_G703 && - c->type != T_E3 && - c->type != T_T3 && - c->type != T_STS1) - return EINVAL; - *(int*)data = cp_get_rloop (c); - return 0; - - case SERIAL_SETRLOOP: - CP_DEBUG2 (d, ("ioctl: setloop\n")); - if (c->type != T_E3 && c->type != T_T3 && c->type != T_STS1) - return EINVAL; - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_set_rloop (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case SERIAL_GETCABLEN: - CP_DEBUG2 (d, ("ioctl: getcablen\n")); - if (c->type != T_T3 && c->type != T_STS1) - return EINVAL; - *(int*)data = c->cablen; - return 0; - - case SERIAL_SETCABLEN: - CP_DEBUG2 (d, ("ioctl: setloop\n")); - if (c->type != T_T3 && c->type != T_STS1) - return EINVAL; - /* Only for superuser! */ - error = priv_check (td, PRIV_DRIVER); - if (error) - return error; - s = splimp (); - CP_LOCK (bd); - cp_set_cablen (c, *(int*)data); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCSDTR: /* Set DTR */ - s = splimp (); - CP_LOCK (bd); - cp_set_dtr (c, 1); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCCDTR: /* Clear DTR */ - s = splimp (); - CP_LOCK (bd); - cp_set_dtr (c, 0); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCMSET: /* Set DTR/RTS */ - s = splimp (); - CP_LOCK (bd); - cp_set_dtr (c, (*(int*)data & TIOCM_DTR) ? 1 : 0); - cp_set_rts (c, (*(int*)data & TIOCM_RTS) ? 1 : 0); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCMBIS: /* Add DTR/RTS */ - s = splimp (); - CP_LOCK (bd); - if (*(int*)data & TIOCM_DTR) cp_set_dtr (c, 1); - if (*(int*)data & TIOCM_RTS) cp_set_rts (c, 1); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCMBIC: /* Clear DTR/RTS */ - s = splimp (); - CP_LOCK (bd); - if (*(int*)data & TIOCM_DTR) cp_set_dtr (c, 0); - if (*(int*)data & TIOCM_RTS) cp_set_rts (c, 0); - CP_UNLOCK (bd); - splx (s); - return 0; - - case TIOCMGET: /* Get modem status */ - *(int*)data = cp_modem_status (c); - return 0; - } - return ENOTTY; -} - -static int ng_cp_constructor (node_p node) -{ - drv_t *d = NG_NODE_PRIVATE (node); - CP_DEBUG (d, ("Constructor\n")); - return EINVAL; -} - -static int ng_cp_newhook (node_p node, hook_p hook, const char *name) -{ - int s; - drv_t *d = NG_NODE_PRIVATE (node); - bdrv_t *bd = d->board->sys; - - CP_DEBUG (d, ("Newhook\n")); - /* Attach debug hook */ - if (strcmp (name, NG_CP_HOOK_DEBUG) == 0) { - NG_HOOK_SET_PRIVATE (hook, NULL); - d->debug_hook = hook; - return 0; - } - - /* Check for raw hook */ - if (strcmp (name, NG_CP_HOOK_RAW) != 0) - return EINVAL; - - NG_HOOK_SET_PRIVATE (hook, d); - d->hook = hook; - s = splimp (); - CP_LOCK (bd); - cp_up (d); - CP_UNLOCK (bd); - splx (s); - return 0; -} - -static char *format_timeslots (u_long s) -{ - static char buf [100]; - char *p = buf; - int i; - - for (i=1; i<32; ++i) - if ((s >> i) & 1) { - int prev = (i > 1) & (s >> (i-1)); - int next = (i < 31) & (s >> (i+1)); - - if (prev) { - if (next) - continue; - *p++ = '-'; - } else if (p > buf) - *p++ = ','; - - if (i >= 10) - *p++ = '0' + i / 10; - *p++ = '0' + i % 10; - } - *p = 0; - return buf; -} - -static int print_modems (char *s, cp_chan_t *c, int need_header) -{ - int status = cp_modem_status (c); - int length = 0; - - if (need_header) - length += sprintf (s + length, " LE DTR DSR RTS CTS CD\n"); - length += sprintf (s + length, "%4s %4s %4s %4s %4s %4s\n", - status & TIOCM_LE ? "On" : "-", - status & TIOCM_DTR ? "On" : "-", - status & TIOCM_DSR ? "On" : "-", - status & TIOCM_RTS ? "On" : "-", - status & TIOCM_CTS ? "On" : "-", - status & TIOCM_CD ? "On" : "-"); - return length; -} - -static int print_stats (char *s, cp_chan_t *c, int need_header) -{ - int length = 0; - - if (need_header) - length += sprintf (s + length, " Rintr Tintr Mintr Ibytes Ipkts Ierrs Obytes Opkts Oerrs\n"); - length += sprintf (s + length, "%7ld %7ld %7ld %8lu %7ld %7ld %8lu %7ld %7ld\n", - c->rintr, c->tintr, 0l, (unsigned long) c->ibytes, - c->ipkts, c->overrun + c->frame + c->crc, - (unsigned long) c->obytes, c->opkts, c->underrun); - return length; -} - -static char *format_e1_status (u_char status) -{ - static char buf [80]; - - if (status & E1_NOALARM) - return "Ok"; - buf[0] = 0; - if (status & E1_LOS) strcat (buf, ",LOS"); - if (status & E1_AIS) strcat (buf, ",AIS"); - if (status & E1_LOF) strcat (buf, ",LOF"); - if (status & E1_LOMF) strcat (buf, ",LOMF"); - if (status & E1_FARLOF) strcat (buf, ",FARLOF"); - if (status & E1_AIS16) strcat (buf, ",AIS16"); - if (status & E1_FARLOMF) strcat (buf, ",FARLOMF"); - if (status & E1_TSTREQ) strcat (buf, ",TSTREQ"); - if (status & E1_TSTERR) strcat (buf, ",TSTERR"); - if (buf[0] == ',') - return buf+1; - return "Unknown"; -} - -static int print_frac (char *s, int leftalign, u_long numerator, u_long divider) -{ - int n, length = 0; - - if (numerator < 1 || divider < 1) { - length += sprintf (s+length, leftalign ? "/- " : " -"); - return length; - } - n = (int) (0.5 + 1000.0 * numerator / divider); - if (n < 1000) { - length += sprintf (s+length, leftalign ? "/.%-3d" : " .%03d", n); - return length; - } - *(s + length) = leftalign ? '/' : ' '; - length ++; - - if (n >= 1000000) n = (n+500) / 1000 * 1000; - else if (n >= 100000) n = (n+50) / 100 * 100; - else if (n >= 10000) n = (n+5) / 10 * 10; - - switch (n) { - case 1000: length += printf (s+length, ".999"); return length; - case 10000: n = 9990; break; - case 100000: n = 99900; break; - case 1000000: n = 999000; break; - } - if (n < 10000) length += sprintf (s+length, "%d.%d", n/1000, n/10%100); - else if (n < 100000) length += sprintf (s+length, "%d.%d", n/1000, n/100%10); - else if (n < 1000000) length += sprintf (s+length, "%d.", n/1000); - else length += sprintf (s+length, "%d", n/1000); - - return length; -} - -static int print_e1_stats (char *s, cp_chan_t *c) -{ - struct e1_counters total; - u_long totsec; - int length = 0; - - totsec = c->totsec + c->cursec; - total.bpv = c->total.bpv + c->currnt.bpv; - total.fse = c->total.fse + c->currnt.fse; - total.crce = c->total.crce + c->currnt.crce; - total.rcrce = c->total.rcrce + c->currnt.rcrce; - total.uas = c->total.uas + c->currnt.uas; - total.les = c->total.les + c->currnt.les; - total.es = c->total.es + c->currnt.es; - total.bes = c->total.bes + c->currnt.bes; - total.ses = c->total.ses + c->currnt.ses; - total.oofs = c->total.oofs + c->currnt.oofs; - total.css = c->total.css + c->currnt.css; - total.dm = c->total.dm + c->currnt.dm; - - length += sprintf (s + length, " Unav/Degr Bpv/Fsyn CRC/RCRC Err/Lerr Sev/Bur Oof/Slp Status\n"); - - /* Unavailable seconds, degraded minutes */ - length += print_frac (s + length, 0, c->currnt.uas, c->cursec); - length += print_frac (s + length, 1, 60 * c->currnt.dm, c->cursec); - - /* Bipolar violations, frame sync errors */ - length += print_frac (s + length, 0, c->currnt.bpv, c->cursec); - length += print_frac (s + length, 1, c->currnt.fse, c->cursec); - - /* CRC errors, remote CRC errors (E-bit) */ - length += print_frac (s + length, 0, c->currnt.crce, c->cursec); - length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec); - - /* Errored seconds, line errored seconds */ - length += print_frac (s + length, 0, c->currnt.es, c->cursec); - length += print_frac (s + length, 1, c->currnt.les, c->cursec); - - /* Severely errored seconds, burst errored seconds */ - length += print_frac (s + length, 0, c->currnt.ses, c->cursec); - length += print_frac (s + length, 1, c->currnt.bes, c->cursec); - - /* Out of frame seconds, controlled slip seconds */ - length += print_frac (s + length, 0, c->currnt.oofs, c->cursec); - length += print_frac (s + length, 1, c->currnt.css, c->cursec); - - length += sprintf (s + length, " %s\n", format_e1_status (c->status)); - - /* Print total statistics. */ - length += print_frac (s + length, 0, total.uas, totsec); - length += print_frac (s + length, 1, 60 * total.dm, totsec); - - length += print_frac (s + length, 0, total.bpv, totsec); - length += print_frac (s + length, 1, total.fse, totsec); - - length += print_frac (s + length, 0, total.crce, totsec); - length += print_frac (s + length, 1, total.rcrce, totsec); - - length += print_frac (s + length, 0, total.es, totsec); - length += print_frac (s + length, 1, total.les, totsec); - - length += print_frac (s + length, 0, total.ses, totsec); - length += print_frac (s + length, 1, total.bes, totsec); - - length += print_frac (s + length, 0, total.oofs, totsec); - length += print_frac (s + length, 1, total.css, totsec); - - length += sprintf (s + length, " -- Total\n"); - return length; -} - -static int print_chan (char *s, cp_chan_t *c) -{ - drv_t *d = c->sys; - bdrv_t *bd = d->board->sys; - int length = 0; - - length += sprintf (s + length, "cp%d", c->board->num * NCHAN + c->num); - if (d->chan->debug) - length += sprintf (s + length, " debug=%d", d->chan->debug); - - if (c->board->mux) { - length += sprintf (s + length, " cfg=C"); - } else { - length += sprintf (s + length, " cfg=A"); - } - - if (c->baud) - length += sprintf (s + length, " %ld", c->baud); - else - length += sprintf (s + length, " extclock"); - - if (c->type == T_E1 || c->type == T_G703) - switch (c->gsyn) { - case GSYN_INT : length += sprintf (s + length, " syn=int"); break; - case GSYN_RCV : length += sprintf (s + length, " syn=rcv"); break; - case GSYN_RCV0 : length += sprintf (s + length, " syn=rcv0"); break; - case GSYN_RCV1 : length += sprintf (s + length, " syn=rcv1"); break; - case GSYN_RCV2 : length += sprintf (s + length, " syn=rcv2"); break; - case GSYN_RCV3 : length += sprintf (s + length, " syn=rcv3"); break; - } - if (c->type == T_SERIAL) { - length += sprintf (s + length, " dpll=%s", c->dpll ? "on" : "off"); - length += sprintf (s + length, " nrzi=%s", c->nrzi ? "on" : "off"); - length += sprintf (s + length, " invclk=%s", c->invtxc ? "on" : "off"); - } - if (c->type == T_E1) - length += sprintf (s + length, " higain=%s", c->higain ? "on" : "off"); - - length += sprintf (s + length, " loop=%s", c->lloop ? "on" : "off"); - - if (c->type == T_E1) - length += sprintf (s + length, " ts=%s", format_timeslots (c->ts)); - if (c->type == T_G703) { - int lq, x; - - x = splimp (); - CP_LOCK (bd); - lq = cp_get_lq (c); - CP_UNLOCK (bd); - splx (x); - length += sprintf (s + length, " (level=-%.1fdB)", lq / 10.0); - } - length += sprintf (s + length, "\n"); - return length; -} - -static int ng_cp_rcvmsg (node_p node, item_p item, hook_p lasthook) -{ - drv_t *d = NG_NODE_PRIVATE (node); - struct ng_mesg *msg; - struct ng_mesg *resp = NULL; - int error = 0; - - CP_DEBUG (d, ("Rcvmsg\n")); - NGI_GET_MSG (item, msg); - switch (msg->header.typecookie) { - default: - error = EINVAL; - break; - - case NGM_CP_COOKIE: - printf ("Not implemented yet\n"); - error = EINVAL; - break; - - case NGM_GENERIC_COOKIE: - switch (msg->header.cmd) { - default: - error = EINVAL; - break; - - case NGM_TEXT_STATUS: { - char *s; - int l = 0; - int dl = sizeof (struct ng_mesg) + 730; - - NG_MKRESPONSE (resp, msg, dl, M_NOWAIT); - if (! resp) { - error = ENOMEM; - break; - } - s = (resp)->data; - if (d) { - l += print_chan (s + l, d->chan); - l += print_stats (s + l, d->chan, 1); - l += print_modems (s + l, d->chan, 1); - l += print_e1_stats (s + l, d->chan); - } else - l += sprintf (s + l, "Error: node not connect to channel"); - strncpy ((resp)->header.cmdstr, "status", NG_CMDSTRSIZ); - } - break; - } - break; - } - NG_RESPOND_MSG (error, node, item, resp); - NG_FREE_MSG (msg); - return error; -} - -static int ng_cp_rcvdata (hook_p hook, item_p item) -{ - drv_t *d = NG_NODE_PRIVATE (NG_HOOK_NODE(hook)); - struct mbuf *m; - struct ng_tag_prio *ptag; - bdrv_t *bd = d->board->sys; - struct ifqueue *q; - int s; - - CP_DEBUG2 (d, ("Rcvdata\n")); - NGI_GET_M (item, m); - NG_FREE_ITEM (item); - if (! NG_HOOK_PRIVATE (hook) || ! d) { - NG_FREE_M (m); - return ENETDOWN; - } - - /* Check for high priority data */ - if ((ptag = (struct ng_tag_prio *)m_tag_locate(m, NGM_GENERIC_COOKIE, - NG_TAG_PRIO, NULL)) != NULL && (ptag->priority > NG_PRIO_CUTOFF) ) - q = &d->hi_queue; - else - q = &d->queue; - - s = splimp (); - CP_LOCK (bd); - IF_LOCK (q); - if (_IF_QFULL (q)) { - IF_UNLOCK (q); - CP_UNLOCK (bd); - splx (s); - NG_FREE_M (m); - return ENOBUFS; - } - _IF_ENQUEUE (q, m); - IF_UNLOCK (q); - cp_start (d); - CP_UNLOCK (bd); - splx (s); - return 0; -} - -static int ng_cp_rmnode (node_p node) -{ - drv_t *d = NG_NODE_PRIVATE (node); - - CP_DEBUG (d, ("Rmnode\n")); - if (d && d->running) { - bdrv_t *bd = d->board->sys; - int s = splimp (); - CP_LOCK (bd); - cp_down (d); - CP_UNLOCK (bd); - splx (s); - } -#ifdef KLD_MODULE - if (node->nd_flags & NGF_REALLY_DIE) { - NG_NODE_SET_PRIVATE (node, NULL); - NG_NODE_UNREF (node); - } - NG_NODE_REVIVE(node); /* Persistent node */ -#endif - return 0; -} - -static int ng_cp_connect (hook_p hook) -{ - drv_t *d = NG_NODE_PRIVATE (NG_HOOK_NODE (hook)); - - if (d) { - CP_DEBUG (d, ("Connect\n")); - callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d); - } - - return 0; -} - -static int ng_cp_disconnect (hook_p hook) -{ - drv_t *d = NG_NODE_PRIVATE (NG_HOOK_NODE (hook)); - - if (d) { - CP_DEBUG (d, ("Disconnect\n")); - if (NG_HOOK_PRIVATE (hook)) - { - bdrv_t *bd = d->board->sys; - int s = splimp (); - CP_LOCK (bd); - cp_down (d); - CP_UNLOCK (bd); - splx (s); - } - /* If we were wait it than it reasserted now, just stop it. */ - if (!callout_drain (&d->timeout_handle)) - callout_stop (&d->timeout_handle); - } - return 0; -} - -static int cp_modevent (module_t mod, int type, void *unused) -{ - static int load_count = 0; - - switch (type) { - case MOD_LOAD: - if (ng_newtype (&typestruct)) - printf ("Failed to register ng_cp\n"); - ++load_count; - callout_init (&timeout_handle, 1); - callout_reset (&timeout_handle, hz*5, cp_timeout, 0); - break; - case MOD_UNLOAD: - if (load_count == 1) { - printf ("Removing device entry for Tau-PCI\n"); - ng_rmtype (&typestruct); - } - /* If we were wait it than it reasserted now, just stop it. - * Actually we shouldn't get this condition. But code could be - * changed in the future, so just be a litle paranoid. - */ - if (!callout_drain (&timeout_handle)) - callout_stop (&timeout_handle); - --load_count; - break; - case MOD_SHUTDOWN: - break; - } - return 0; -} - -static struct ng_type typestruct = { - .version = NG_ABI_VERSION, - .name = NG_CP_NODE_TYPE, - .constructor = ng_cp_constructor, - .rcvmsg = ng_cp_rcvmsg, - .shutdown = ng_cp_rmnode, - .newhook = ng_cp_newhook, - .connect = ng_cp_connect, - .rcvdata = ng_cp_rcvdata, - .disconnect = ng_cp_disconnect, -}; - -MODULE_DEPEND (ng_cp, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION); -DRIVER_MODULE (cp, pci, cp_driver, cp_modevent, NULL); -MODULE_VERSION (cp, 1); diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h deleted file mode 100644 index f14461d4d683..000000000000 --- a/sys/dev/cp/ng_cp.h +++ /dev/null @@ -1,27 +0,0 @@ -/*- - * Defines for Cronyx-Tau-PCI adapter driver. - * - * Copyright (C) 1999-2004 Cronyx Engineering. - * Author: Kurakin Roman, - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations a permission to use, - * modify and redistribute this software in source and binary forms, - * as long as this message is kept with the software, all derivative - * works or modified versions. - * - * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ - */ - -#ifndef _CP_NETGRAPH_H_ -#define _CP_NETGRAPH_H_ - -#define NG_CP_NODE_TYPE "cp" -#define NGM_CP_COOKIE 941049562 -#define NG_CP_HOOK_RAW "rawdata" -#define NG_CP_HOOK_DEBUG "debug" - -#endif /* _CP_NETGRAPH_H_ */ diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c4569e199eb3..4bc7f64760ce 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,883 +1,879 @@ # $FreeBSD$ SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" SUBDIR_PARALLEL= # Modules that include binary-only blobs of microcode should be selectable by # MK_SOURCELESS_UCODE option (see below). .include "${SYSDIR}/conf/config.mk" .if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES) SUBDIR=${MODULES_OVERRIDE} .else SUBDIR= \ ${_3dfx} \ ${_3dfx_linux} \ ${_aac} \ ${_aacraid} \ accf_data \ accf_dns \ accf_http \ acl_nfs4 \ acl_posix1e \ ${_acpi} \ ae \ ${_aesni} \ age \ ${_agp} \ ahci \ aic7xxx \ alc \ ale \ alq \ ${_amd_ecc_inject} \ ${_amdgpio} \ ${_amdsbwd} \ ${_amdsmn} \ ${_amdtemp} \ ${_aout} \ ${_arcmsr} \ ${_allwinner} \ ${_armv8crypto} \ ${_asmc} \ ata \ ath \ ath_dfs \ ath_hal \ ath_hal_ar5210 \ ath_hal_ar5211 \ ath_hal_ar5212 \ ath_hal_ar5416 \ ath_hal_ar9300 \ ath_main \ ath_rate \ ath_pci \ ${_autofs} \ axgbe \ backlight \ ${_bce} \ ${_bcm283x_clkman} \ ${_bcm283x_pwm} \ bfe \ bge \ bhnd \ ${_bxe} \ ${_bios} \ ${_blake2} \ ${_bnxt} \ bridgestp \ bwi \ bwn \ ${_bytgpio} \ ${_chvgpio} \ cam \ ${_cardbus} \ ${_carp} \ cas \ ${_cbb} \ cc \ ${_ccp} \ cd9660 \ cd9660_iconv \ ${_cfi} \ ${_chromebook_platform} \ ${_ciss} \ ${_coretemp} \ - ${_cp} \ ${_cpsw} \ ${_cpuctl} \ ${_cpufreq} \ ${_crypto} \ ${_cryptodev} \ ctl \ ${_cxgb} \ ${_cxgbe} \ dc \ dcons \ dcons_crom \ ${_dpaa2} \ ${_dpdk_lpm4} \ ${_dpdk_lpm6} \ ${_dpms} \ dummynet \ ${_dwwdt} \ ${_e6000sw} \ ${_efirt} \ ${_em} \ ${_ena} \ ${_enetc} \ ${_et} \ evdev \ ${_exca} \ ext2fs \ fdc \ fdescfs \ ${_felix} \ ${_ffec} \ ${_fib_dxr} \ filemon \ firewire \ firmware \ flash \ ${_ftwd} \ fusefs \ ${_fxp} \ gem \ geom \ ${_glxiic} \ ${_glxsb} \ gpio \ hid \ hifn \ ${_hpt27xx} \ ${_hptiop} \ ${_hptmv} \ ${_hptnr} \ ${_hptrr} \ hwpmc \ ${_hyperv} \ i2c \ ${_iavf} \ ${_ibcore} \ ${_ichwd} \ ${_ice} \ ${_ice_ddp} \ ${_irdma} \ ${_ida} \ if_bridge \ ${_if_cgem} \ if_disc \ if_edsc \ ${_if_enc} \ if_epair \ ${_if_gif} \ ${_if_gre} \ ${_if_me} \ if_infiniband \ if_lagg \ if_ovpn \ ${_if_stf} \ if_tuntap \ if_vlan \ if_vxlan \ ${_if_wg} \ iflib \ ${_igc} \ imgact_binmisc \ ${_intelspi} \ ${_io} \ ${_ioat} \ ${_ipoib} \ ipdivert \ ${_ipfilter} \ ${_ipfw} \ ipfw_nat \ ${_ipfw_nat64} \ ${_ipfw_nptv6} \ ${_ipfw_pmod} \ ${_ipmi} \ ip6_mroute_mod \ ip_mroute_mod \ ${_ips} \ ${_ipsec} \ ${_ipw} \ ${_ipwfw} \ ${_isci} \ ${_iser} \ isp \ ${_ispfw} \ ${_itwd} \ ${_iwi} \ ${_iwifw} \ ${_iwlwifi} \ ${_iwlwififw} \ ${_iwm} \ ${_iwmfw} \ ${_iwn} \ ${_iwnfw} \ ${_ix} \ ${_ixv} \ ${_ixl} \ jme \ kbdmux \ kgssapi \ kgssapi_krb5 \ khelp \ krpc \ ksyms \ le \ lge \ libalias \ libiconv \ libmchain \ lindebugfs \ linuxkpi \ linuxkpi_wlan \ ${_lio} \ lpt \ ${_mac_biba} \ ${_mac_bsdextended} \ ${_mac_ddb} \ ${_mac_ifoff} \ ${_mac_lomac} \ ${_mac_mls} \ ${_mac_none} \ ${_mac_ntpd} \ ${_mac_partition} \ ${_mac_pimd} \ ${_mac_portacl} \ ${_mac_priority} \ ${_mac_seeotheruids} \ ${_mac_stub} \ ${_mac_test} \ ${_malo} \ ${_mana} \ md \ mdio \ ${_mgb} \ mem \ mfi \ mii \ mlx \ mlxfw \ ${_mlx4} \ ${_mlx4ib} \ ${_mlx4en} \ ${_mlx5} \ ${_mlx5en} \ ${_mlx5ib} \ mmc \ mmcsd \ ${_mpr} \ ${_mps} \ mpt \ mqueue \ mrsas \ msdosfs \ msdosfs_iconv \ msk \ ${_mthca} \ mvs \ mwl \ ${_mwlfw} \ mxge \ my \ ${_nctgpio} \ ${_neta} \ netlink \ ${_netgraph} \ ${_nfe} \ nfscl \ nfscommon \ nfsd \ nfslockd \ nfssvc \ nge \ nmdm \ nullfs \ ${_ntb} \ ${_nvd} \ ${_nvdimm} \ ${_nvme} \ ${_nvram} \ oce \ ${_ocs_fc} \ ${_ossl} \ otus \ ${_otusfw} \ ow \ ${_padlock} \ ${_padlock_rng} \ ${_pchtherm} \ ${_pcfclock} \ ${_pf} \ ${_pflog} \ ${_pfsync} \ plip \ ${_pms} \ ppbus \ ppc \ ppi \ pps \ procfs \ proto \ pseudofs \ ${_pst} \ pty \ puc \ pwm \ ${_qat} \ ${_qatfw} \ ${_qat_c2xxx} \ ${_qat_c2xxxfw} \ ${_qlxge} \ ${_qlxgb} \ ${_qlxgbe} \ ${_qlnx} \ ral \ ${_ralfw} \ ${_random_fortuna} \ ${_random_other} \ rc4 \ ${_rdma} \ ${_rdrand_rng} \ re \ rl \ ${_rockchip} \ rtsx \ ${_rtw88} \ ${_rtw88fw} \ rtwn \ rtwn_pci \ rtwn_usb \ ${_rtwnfw} \ ${_s3} \ ${_safe} \ safexcel \ ${_sbni} \ scc \ ${_sctp} \ sdhci \ ${_sdhci_acpi} \ ${_sdhci_fdt} \ sdhci_pci \ sdio \ sem \ send \ ${_sfxge} \ sge \ ${_sgx} \ ${_sgx_linux} \ siftr \ siis \ sis \ sk \ ${_smartpqi} \ smbfs \ snp \ sound \ ${_speaker} \ spi \ ${_splash} \ ste \ stge \ ${_sume} \ ${_superio} \ ${_p2sb} \ sym \ ${_syscons} \ sysvipc \ tcp \ ${_ti} \ tmpfs \ ${_toecore} \ ${_tpm} \ twe \ tws \ uart \ udf \ udf_iconv \ ufs \ uinput \ unionfs \ usb \ ${_vesa} \ virtio \ vge \ ${_viawd} \ videomode \ vkbd \ ${_vmd} \ ${_vmm} \ ${_vmware} \ vr \ vte \ ${_wbwd} \ wlan \ wlan_acl \ wlan_amrr \ wlan_ccmp \ wlan_rssadapt \ wlan_tkip \ wlan_wep \ wlan_xauth \ ${_wpi} \ ${_wpifw} \ ${_x86bios} \ xdr \ xl \ xz \ zlib .if ${MK_AUTOFS} != "no" || defined(ALL_MODULES) _autofs= autofs .endif .if ${MK_DTRACE} != "no" || defined(ALL_MODULES) .if ${KERN_OPTS:MKDTRACE_HOOKS} SUBDIR+= dtrace .endif SUBDIR+= opensolaris .endif # Requires bus_space_read_8 .if ${MACHINE_ARCH} != "i386" _bnxt= bnxt .endif .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) .if exists(${SRCTOP}/sys/opencrypto) _crypto= crypto _cryptodev= cryptodev _random_fortuna=random_fortuna _random_other= random_other .endif .endif .if ${MK_CUSE} != "no" || defined(ALL_MODULES) SUBDIR+= cuse .endif .if ${MK_EFI} != "no" .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" _efirt= efirt .endif .endif .if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \ defined(ALL_MODULES) _carp= carp _toecore= toecore _if_enc= if_enc _if_gif= if_gif _if_gre= if_gre .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _if_wg= if_wg .endif _ipfw_pmod= ipfw_pmod .if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC} _ipsec= ipsec .endif .if ${KERN_OPTS:MSCTP_SUPPORT} || ${KERN_OPTS:MSCTP} _sctp= sctp .endif .endif .if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \ defined(ALL_MODULES) _if_stf= if_stf .endif .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES) _if_me= if_me _ipfw= ipfw .if ${MK_INET6_SUPPORT} != "no" || defined(ALL_MODULES) _ipfw_nat64= ipfw_nat64 .endif .endif .if ${MK_INET6_SUPPORT} != "no" || defined(ALL_MODULES) _ipfw_nptv6= ipfw_nptv6 .endif .if ${MK_IPFILTER} != "no" || defined(ALL_MODULES) _ipfilter= ipfilter .endif .if ${MK_INET_SUPPORT} != "no" && ${KERN_OPTS:MFIB_ALGO} _dpdk_lpm4= dpdk_lpm4 _fib_dxr= fib_dxr .endif .if ${MK_INET6_SUPPORT} != "no" && ${KERN_OPTS:MFIB_ALGO} _dpdk_lpm6= dpdk_lpm6 .endif .if ${MK_ISCSI} != "no" || defined(ALL_MODULES) SUBDIR+= cfiscsi SUBDIR+= iscsi .endif .if !empty(OPT_FDT) SUBDIR+= fdt .endif # Linuxulator .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ ${MACHINE_CPUARCH} == "i386" SUBDIR+= linprocfs SUBDIR+= linsysfs .endif .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" SUBDIR+= linux .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" SUBDIR+= linux64 SUBDIR+= linux_common .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ ${MACHINE_CPUARCH} == "i386" _ena= ena .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ibcore= ibcore _ipoib= ipoib _iser= iser .endif _ipmi= ipmi _iwlwifi= iwlwifi .if ${MK_SOURCELESS_UCODE} != "no" _iwlwififw= iwlwififw .endif _mlx4= mlx4 _mlx5= mlx5 .if (${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no") || \ defined(ALL_MODULES) _mlx4en= mlx4en _mlx5en= mlx5en .endif .if ${MK_OFED} != "no" || defined(ALL_MODULES) _mthca= mthca _mlx4ib= mlx4ib _mlx5ib= mlx5ib .endif _ossl= ossl _rtw88= rtw88 .if ${MK_SOURCELESS_UCODE} != "no" _rtw88fw= rtw88fw .endif _vmware= vmware .endif # MAC framework .if ${KERN_OPTS:MMAC} || defined(ALL_MODULES) _mac_biba= mac_biba _mac_bsdextended= mac_bsdextended .if ${KERN_OPTS:MDDB} || defined(ALL_MODULES) _mac_ddb= mac_ddb .endif _mac_ifoff= mac_ifoff _mac_lomac= mac_lomac _mac_mls= mac_mls _mac_none= mac_none _mac_ntpd= mac_ntpd _mac_partition= mac_partition _mac_pimd= mac_pimd _mac_portacl= mac_portacl _mac_priority= mac_priority _mac_seeotheruids= mac_seeotheruids _mac_stub= mac_stub _mac_test= mac_test .endif .if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) _netgraph= netgraph .endif .if (${MK_PF} != "no" && (${MK_INET_SUPPORT} != "no" || \ ${MK_INET6_SUPPORT} != "no")) || defined(ALL_MODULES) _pf= pf _pflog= pflog .if ${MK_INET_SUPPORT} != "no" _pfsync= pfsync .endif .endif .if ${MK_SOURCELESS_UCODE} != "no" _bce= bce _fxp= fxp _ispfw= ispfw _ti= ti _mwlfw= mwlfw _otusfw= otusfw _ralfw= ralfw _rtwnfw= rtwnfw .endif .if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \ ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe" && \ ${MACHINE_CPUARCH} != "riscv" _cxgbe= cxgbe .endif .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm64" || ${MACHINE_ARCH:Mpowerpc64*} _ice= ice .if ${MK_SOURCELESS_UCODE} != "no" _ice_ddp= ice_ddp .endif .if ${MK_OFED} != "no" || defined(ALL_MODULES) .if ${MK_INET_SUPPORT} != "no" && ${MK_INET6_SUPPORT} != "no" _irdma= irdma .endif .endif .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ ${MACHINE_CPUARCH} == "riscv" .if !empty(OPT_FDT) _if_cgem= if_cgem .endif .endif # These rely on 64bit atomics .if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpcspe" _mps= mps _mpr= mpr .endif .if ${MK_TESTS} != "no" || defined(ALL_MODULES) SUBDIR+= tests .endif .if ${MK_ZFS} != "no" || (defined(ALL_MODULES) && ${MACHINE_CPUARCH} != "powerpc") SUBDIR+= zfs .endif .if ${MK_SOURCELESS_UCODE} != "no" _cxgb= cxgb .endif .if ${MACHINE_CPUARCH} == "aarch64" _armv8crypto= armv8crypto _dpaa2= dpaa2 _em= em _hyperv= hyperv .if !empty(OPT_FDT) _allwinner= allwinner _dwwdt= dwwdt _enetc= enetc _felix= felix _rockchip= rockchip .endif .endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" .if !empty(OPT_FDT) _sdhci_fdt= sdhci_fdt .endif _e6000sw= e6000sw _neta= neta .endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" _agp= agp .if ${MACHINE_CPUARCH} == "i386" || !empty(COMPAT_FREEBSD32_ENABLED) _aout= aout .endif _bios= bios .if ${MK_SOURCELESS_UCODE} != "no" _bxe= bxe .endif _cardbus= cardbus _cbb= cbb _cpuctl= cpuctl _cpufreq= cpufreq _dpms= dpms _em= em _et= et _ftwd= ftwd _exca= exca _igc= igc _io= io _itwd= itwd _ix= ix _ixv= ixv .if ${MK_SOURCELESS_UCODE} != "no" _lio= lio .endif _mana= mana _mgb= mgb _nctgpio= nctgpio _ntb= ntb _ocs_fc= ocs_fc _p2sb= p2sb _qat= qat _qatfw= qatfw _qat_c2xxx= qat_c2xxx _qat_c2xxxfw= qat_c2xxxfw .if ${MK_OFED} != "no" || defined(ALL_MODULES) _rdma= rdma .endif _safe= safe _speaker= speaker _splash= splash _syscons= syscons _wbwd= wbwd _aac= aac _aacraid= aacraid _acpi= acpi .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _aesni= aesni .endif _amd_ecc_inject=amd_ecc_inject _amdsbwd= amdsbwd _amdsmn= amdsmn _amdtemp= amdtemp _arcmsr= arcmsr _asmc= asmc .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _blake2= blake2 .endif _bytgpio= bytgpio _chvgpio= chvgpio _ciss= ciss _chromebook_platform= chromebook_platform _coretemp= coretemp .if ${MK_SOURCELESS_HOST} != "no" && empty(KCSAN_ENABLED) _hpt27xx= hpt27xx .endif _hptiop= hptiop .if ${MK_SOURCELESS_HOST} != "no" && empty(KCSAN_ENABLED) _hptmv= hptmv _hptnr= hptnr _hptrr= hptrr .endif _hyperv= hyperv _ichwd= ichwd _ida= ida _intelspi= intelspi _ips= ips _isci= isci _ipw= ipw _iwi= iwi _iwm= iwm _iwn= iwn .if ${MK_SOURCELESS_UCODE} != "no" _ipwfw= ipwfw _iwifw= iwifw _iwmfw= iwmfw _iwnfw= iwnfw .endif _nfe= nfe _nvd= nvd _nvme= nvme _nvram= nvram .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _padlock= padlock _padlock_rng= padlock_rng _rdrand_rng= rdrand_rng .endif _pchtherm = pchtherm _s3= s3 _sdhci_acpi= sdhci_acpi _superio= superio _tpm= tpm _vesa= vesa _viawd= viawd _vmd= vmd _wpi= wpi .if ${MK_SOURCELESS_UCODE} != "no" _wpifw= wpifw .endif _x86bios= x86bios .endif .if ${MACHINE_CPUARCH} == "amd64" _amdgpio= amdgpio _ccp= ccp _iavf= iavf _ioat= ioat _ixl= ixl _nvdimm= nvdimm _pms= pms _qlxge= qlxge _qlxgb= qlxgb _sume= sume .if ${MK_SOURCELESS_UCODE} != "no" _qlxgbe= qlxgbe _qlnx= qlnx .endif _sfxge= sfxge _sgx= sgx _sgx_linux= sgx_linux _smartpqi= smartpqi _p2sb= p2sb .if ${MK_BHYVE} != "no" || defined(ALL_MODULES) .if ${KERN_OPTS:MSMP} _vmm= vmm .endif .endif .endif .if ${MACHINE_CPUARCH} == "i386" # XXX some of these can move to the general case when de-i386'ed # XXX some of these can move now, but are untested on other architectures. _3dfx= 3dfx _3dfx_linux= 3dfx_linux -.if ${MK_SOURCELESS_HOST} != "no" -_cp= cp -.endif _glxiic= glxiic _glxsb= glxsb _pcfclock= pcfclock _pst= pst _sbni= sbni .endif .if ${MACHINE_ARCH} == "armv7" _cfi= cfi _cpsw= cpsw .endif .if ${MACHINE_CPUARCH} == "powerpc" _aacraid= aacraid _agp= agp _an= an _cardbus= cardbus _cbb= cbb _cfi= cfi _cpufreq= cpufreq _exca= exca _ffec= ffec _nvd= nvd _nvme= nvme .endif .if ${MACHINE_ARCH:Mpowerpc64*} != "" _ipmi= ipmi _ixl= ixl _nvram= opal_nvram .endif .if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe" # Don't build powermac_nvram for powerpcspe, it's never supported. _nvram+= powermac_nvram .endif .if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "aarch64" _bcm283x_clkman= bcm283x_clkman _bcm283x_pwm= bcm283x_pwm .endif .if !(${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 110000) # LLVM 10 crashes when building if_malo_pci.c, fixed in LLVM11: # https://bugs.llvm.org/show_bug.cgi?id=44351 _malo= malo .endif SUBDIR+=${MODULES_EXTRA} .for reject in ${WITHOUT_MODULES} SUBDIR:= ${SUBDIR:N${reject}} .endfor .endif # MODULES_OVERRIDE -- Keep last # Calling kldxref(8) for each module is expensive. .if !defined(NO_XREF) .MAKEFLAGS+= -DNO_XREF afterinstall: .PHONY @if type kldxref >/dev/null 2>&1; then \ ${ECHO} ${KLDXREF_CMD} ${DESTDIR}${KMODDIR}; \ ${KLDXREF_CMD} ${DESTDIR}${KMODDIR}; \ fi .endif SUBDIR:= ${SUBDIR:u:O} .include diff --git a/sys/modules/cp/Makefile b/sys/modules/cp/Makefile deleted file mode 100644 index 3726651d3cc3..000000000000 --- a/sys/modules/cp/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $Cronyx: sys.modules.cp.Makefile,v 1.1.2.3 2004/04/28 16:17:57 rik Exp $ -# $FreeBSD$ - -.PATH: ${SRCTOP}/sys/dev/cp -KMOD = if_cp -SRCS = if_cp.c cpddk.c -SRCS += device_if.h bus_if.h pci_if.h - -.include - -CWARNFLAGS.cpddk.c+= ${NO_WMISLEADING_INDENTATION}