/freebsd/contrib/file/magic/Magdir/ |
H A D | apt | 3 # $File: apt,v 1.1 2016/10/17 19:51:57 christos Exp $ 4 # apt: file(1) magic for APT Cache files 6 # <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/pkgcache.h#n292> 11 0 name apt-cache-64bit-be 17 0 name apt-cache-32bit-be 23 0 name apt-cache-be 29 >8 ubeshort <10 APT cache data, version %u 31 >>0 use apt-cache-64bit-be 34 >8 uleshort <10 APT cache data, version %u 36 >>0 use \^apt-cache-64bit-be [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_api_macos.c | 515 struct api_macos_ptcursor *apt = NULL; in api_macos_ptcursor_new() local 517 apt = malloc(sizeof(*apt)); in api_macos_ptcursor_new() 518 if (apt == NULL) in api_macos_ptcursor_new() 520 apt->first = TRUE; in api_macos_ptcursor_new() 521 apt->primary = NULL; in api_macos_ptcursor_new() 522 apt->cc_context = NULL; in api_macos_ptcursor_new() 523 apt->iter = NULL; in api_macos_ptcursor_new() 527 free(apt); in api_macos_ptcursor_new() 532 ptcursor->data = apt; in api_macos_ptcursor_new() 568 struct api_macos_ptcursor *apt = ptcursor->data; in api_macos_ptcursor_next() local [all …]
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 6 - run: sudo apt-get update 8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES} 9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-dev libcjson-dev 43 - run: sudo NEEDRESTART_MODE=l apt-get install -y clang-format doxygen cppcheck 72 - run: sudo NEEDRESTART_MODE=l apt-get install -y valgrind 102 - run: sudo apt-get update 103 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake gcc-multilib g++-multilib libc6-dev-i386 168 - run: sudo apt install apt-transport-https curl gnupg 170 - run: sudo mv bazel.gpg /etc/apt/truste [all...] |
/freebsd/contrib/libyaml/docker/ |
H A D | ubuntu-14.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 9 add-apt-repository ppa:git-core/ppa && \ 10 apt-get update && \ 11 apt-get install -y \ 16 rm -rf /var/lib/apt/lists/* && \
|
H A D | ubuntu-16.04 | 5 RUN apt-get update && \ 6 apt-get install -y \ 11 rm -rf /var/lib/apt/lists/* && \
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 335 .PHONY: apt-install 336 apt-install: 337 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES) 339 .PHONY: apt-add-repo 340 apt-add-repo: 341 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 342 sudo apt-get update -y -qq 346 APT_PACKAGES="qemu-system-ppc qemu-user-static gcc-powerpc-linux-gnu" $(MAKE) apt-install 349 …inux-gnueabi libc6-dev-armel-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross" $(MAKE) apt-install 352 APT_PACKAGES="valgrind" $(MAKE) apt-install [all …]
|
/freebsd/crypto/openssh/.github/ |
H A D | setup_ci.sh | 24 PACKAGER=apt 96 apt) PACKAGES="$PACKAGES libedit-dev" ;; 101 apt) PACKAGES="$PACKAGES libpam0g-dev" ;; 161 sudo apt update -qq 162 sudo apt install -qy software-properties-common 163 sudo apt-add-repository -y ppa:yubico/stable 169 apt) 170 sudo apt update -qq 171 if sudo apt install -qy $PACKAGES; then
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_crossarch_tests.yml | 40 sudo apt-get update; 43 sudo apt-get -y install software-properties-common; 44 sudo apt-add-repository "ppa:ondrej/php" -y; 46 sudo apt-get update; 47 sudo apt-get -y install qemu-user-static wine-stable wine32 wine64;
|
H A D | libecc_runtime_tests.yml | 34 sudo apt-get update; 35 sudo apt-get -y install libomp-dev;
|
/freebsd/crypto/krb5/.github/workflows/ |
H A D | doc.yml | 15 sudo apt-get update -qq 16 sudo apt-get install -y doxygen python3-lxml python3-pip python3-sphinx 29 sudo apt-get update -qq 30 sudo apt-get install -y doxygen python3-lxml python3-pip
|
/freebsd/contrib/googletest/ |
H A D | .travis.yml | 68 apt: 70 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise 71 # List of whitelisted in travis apt-sources: 72 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 30 echo "##[group]Running apt-get update+upgrade" 31 sudo apt-get update -y 32 sudo apt-get upgrade -y 36 sudo apt-get install -y \ 148 sudo apt-get install -yq linux-perf dh-sequence-dkms 172 sudo apt-get install -yq linux-tools-common libtirpc-dev \ 174 sudo apt-get install -yq dh-sequence-dkms
|
/freebsd/contrib/libfido2/ |
H A D | README.adoc | 61 $ sudo apt install libfido2-1 libfido2-dev libfido2-doc fido2-tools 68 $ sudo apt install software-properties-common 69 $ sudo apt-add-repository ppa:yubico/stable 70 $ sudo apt update 71 $ sudo apt install libfido2-1 libfido2-dev libfido2-doc fido2-tools
|
/freebsd/contrib/kyua/admin/ |
H A D | travis-install-deps.sh | 48 sudo apt-get update -qq 49 sudo apt-get install -y ${packages} 60 sudo apt-get install -y doxygen
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/recipes/ |
H A D | debian-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
H A D | linux-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
H A D | ubuntu-x64 | 1 apt-get update 2 apt-get install -y --no-install-recommends build-essential
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_tools.sh | 5 sudo apt-get -qq update 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
/freebsd/contrib/unbound/contrib/ |
H A D | Dockerfile.tests | 5 RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-op…
|
/freebsd/contrib/openbsm/ |
H A D | .travis.yml | 13 sudo apt-get -qq update; 14 sudo apt-get -qq install byacc flex;
|
/freebsd/contrib/pam-krb5/ci/ |
H A D | install | 15 apt-get update -qq 16 apt-get install aspell autoconf automake cppcheck heimdal-multidev \
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | Makefile | 13 # sudo apt install graphviz 19 # sudo apt install cpanminus
|
/freebsd/contrib/elftoolchain/ |
H A D | .cirrus.yml | 14 - apt-get update 15 - apt-get install -y
|
/freebsd/contrib/unifdef/ |
H A D | .travis.yml | 37 sudo apt-get -qq update && 38 sudo apt-get -qq install wine;
|
/freebsd/contrib/libder/.github/workflows/ |
H A D | build.yml | 28 sudo apt-get update --quiet || true 29 sudo apt-get -yq --no-install-suggests --no-install-recommends install cmake
|