-
- Downloads
libarchive 3.1.2 (reduced)
Extract upstream libarchive using the following shell code. url=git://github.com/libarchive/libarchive.git && v=3.1.2 && r=19f23e19 && paths=" CMakeLists.txt COPYING CTestConfig.cmake build/cmake build/pkgconfig build/utils build/version libarchive/*.* " && mkdir libarchive-$v-g$r-reduced && git clone $url libarchive-git && date=$(cd libarchive-git && git log -n 1 --format='%cd' $r) && (cd libarchive-git && git archive --format=tar $r -- $paths) | (cd libarchive-$v-g$r-reduced && tar xv) && fromdos libarchive-$v-g$r-reduced/build/cmake/Find*.cmake && echo "g$r date: $date"
Showing
- CMakeLists.txt 498 additions, 76 deletionsCMakeLists.txt
- build/cmake/CheckFileOffsetBits.cmake 3 additions, 3 deletionsbuild/cmake/CheckFileOffsetBits.cmake
- build/cmake/FindLibGCC.cmake 22 additions, 0 deletionsbuild/cmake/FindLibGCC.cmake
- build/cmake/FindNettle.cmake 23 additions, 0 deletionsbuild/cmake/FindNettle.cmake
- build/cmake/FindPCREPOSIX.cmake 34 additions, 0 deletionsbuild/cmake/FindPCREPOSIX.cmake
- build/cmake/LibarchiveCheckCSourceCompiles.cmake 106 additions, 0 deletionsbuild/cmake/LibarchiveCheckCSourceCompiles.cmake
- build/cmake/LibarchiveCheckCSourceRuns.cmake 102 additions, 0 deletionsbuild/cmake/LibarchiveCheckCSourceRuns.cmake
- build/cmake/config.h.in 48 additions, 6 deletionsbuild/cmake/config.h.in
- build/utils/gen_archive_string_composition_h.sh 42 additions, 5 deletionsbuild/utils/gen_archive_string_composition_h.sh
- build/version 1 addition, 1 deletionbuild/version
- libarchive/CMakeLists.txt 22 additions, 1 deletionlibarchive/CMakeLists.txt
- libarchive/archive.h 267 additions, 46 deletionslibarchive/archive.h
- libarchive/archive_acl.c 48 additions, 34 deletionslibarchive/archive_acl.c
- libarchive/archive_check_magic.c 1 addition, 0 deletionslibarchive/archive_check_magic.c
- libarchive/archive_cmdline.c 227 additions, 0 deletionslibarchive/archive_cmdline.c
- libarchive/archive_cmdline_private.h 47 additions, 0 deletionslibarchive/archive_cmdline_private.h
- libarchive/archive_crypto.c 5 additions, 3 deletionslibarchive/archive_crypto.c
- libarchive/archive_endian.h 4 additions, 4 deletionslibarchive/archive_endian.h
- libarchive/archive_entry.3 4 additions, 2 deletionslibarchive/archive_entry.3
- libarchive/archive_entry.c 71 additions, 10 deletionslibarchive/archive_entry.c
Loading
Please register or sign in to comment