Searched refs:packages (Results 1 – 25 of 194) sorted by relevance
12345678
| /freebsd-14-stable/contrib/kyua/admin/ |
| HD | build-bintray-dist.sh | 48 local packages= 49 packages="${packages} autoconf" 50 packages="${packages} automake" 51 packages="${packages} clang" 52 packages="${packages} g++" 53 packages="${packages} gdb" 54 packages="${packages} git" 55 packages="${packages} libtool" 56 packages="${packages} make" 59 packages="${packages} gcc-multilib" [all …]
|
| HD | travis-install-deps.sh | 34 local packages= 37 packages="${packages} gcc-multilib" 38 packages="${packages} g++-multilib" 41 packages="${packages} gdb" 42 packages="${packages} liblua5.2-0${pkgsuffix}" 43 packages="${packages} liblua5.2-dev${pkgsuffix}" 44 packages="${packages} libsqlite3-0${pkgsuffix}" 45 packages="${packages} libsqlite3-dev${pkgsuffix}" 46 packages="${packages} pkg-config${pkgsuffix}" 47 packages="${packages} sqlite3" [all …]
|
| /freebsd-14-stable/contrib/lutok/admin/ |
| HD | travis-install-deps.sh | 36 local packages= 39 packages="${packages} gcc-multilib" 40 packages="${packages} g++-multilib" 42 packages="${packages} doxygen" 43 packages="${packages} gdb" 44 packages="${packages} liblua5.2-0${pkgsuffix}" 45 packages="${packages} liblua5.2-dev${pkgsuffix}" 46 packages="${packages} libsqlite3-0${pkgsuffix}" 47 packages="${packages} libsqlite3-dev${pkgsuffix}" 48 packages="${packages} pkg-config${pkgsuffix}" [all …]
|
| /freebsd-14-stable/usr.sbin/fwget/ |
| HD | fwget.sh | 41 -n -- Do not install packages, only print the results 70 case "${packages}" in 71 "") packages="${_p}" ;; 73 case " ${packages} " in 75 *) packages="${packages} ${_p}" ;; 116 packages="" 121 case "${packages}" in 128 log "Needed firmware packages: '${packages}'" 131 for pkg in ${packages}; do 141 pkg install -qy ${packages}
|
| /freebsd-14-stable/usr.sbin/bsdconfig/dot/ |
| HD | USAGE | 43 NOTE: Requires `graphics/graphviz' from ports/packages. 49 NOTE: Requires `graphics/gimmage' from ports/packages. 56 NOTE: Requires `graphics/gthumb' from ports/packages. 62 NOTE: Requires `graphics/gqview' from ports/packages. 69 NOTE: Requires `graphics/gx' from ports/packages. 75 NOTE: Requires `graphics/eog' from ports/packages. 88 ports/packages. 97 ports/packages. 103 NOTE: Requires `print/gsview' from ports/packages. 111 `graphics/xdpf' from ports/packages. [all …]
|
| /freebsd-14-stable/usr.sbin/bsdinstall/scripts/ |
| HD | mount | 60 if [ -d /packages ]; then 61 mkdir -p $BSDINSTALL_CHROOT/dist/packages 62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages
|
| HD | umount | 29 if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then 30 umount $BSDINSTALL_CHROOT/dist/packages 31 rmdir $BSDINSTALL_CHROOT/dist/packages
|
| HD | firmware | 17 f_include $BSDCFG_SHARE/packages/packages.subr
|
| HD | docsinstall | 36 f_include $BSDCFG_SHARE/packages/packages.subr
|
| /freebsd-14-stable/share/examples/oci/ |
| HD | Containerfile.pkg | 2 # installing additional packages while keeping the resulting image as small as 12 ARG packages 21 RUN pkg install -y ${packages} 24 # packages, uninstall pkg and delete the repository metadata downloaded by 'pkg 25 # install'. This retains the record of which packages are installed in the
|
| HD | README | 1 This example Containerfile shows how to add packages to freebsd-runtime while 7 # podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg
|
| /freebsd-14-stable/tools/tools/nanobsd/dhcpd/ |
| HD | common | 44 # Where cust_pkg() finds packages to install 145 mkdir -p ${NANO_OBJ}/ports/packages 146 mkdir -p ${NANO_WORLDDIR}/usr/ports/packages 148 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \ 149 ${NANO_WORLDDIR}/usr/ports/packages 152 CR env ASSUME_ALWAYS_YES=YES SIGNATURE_TYPE=none /usr/sbin/pkg add /usr/ports/packages/All/$1.txz 154 umount ${NANO_WORLDDIR}/usr/ports/packages 155 rmdir ${NANO_WORLDDIR}/usr/ports/packages 170 mkdir -p ${NANO_OBJ}/ports/packages 171 mkdir -p ${NANO_PORTS}/packages [all …]
|
| /freebsd-14-stable/tools/tools/cd2dvd/ |
| HD | cd2dvd.sh | 250 mv "${tmpdirout}"/packages/INDEX "${tmpdirout}"/packages/INDEX~ || exit 1 251 …cat "${tmpdirout}"/packages/INDEX~ | sed "s/^\(.*\)|${cdvol}$/\1|1/" > "${tmpdirout}"/packages/IND… 252 rm "${tmpdirout}"/packages/INDEX~ || exit 1
|
| /freebsd-14-stable/tools/pkgbase/ |
| HD | README.md | 2 (make packages) and generates reports about the installed system 25 * `-fsetgid` only include packages with setgid files 26 * `-fsetuid` only include packages with setuid files 27 * `-fsetid` only include packages with setgid or setuid files 46 prints packages that has either setuid/setgid files, followed by the total 49 prints packages that has both setuid and setgid files (if more than one 52 prints packages that has setuid files, followed by number of files and total
|
| /freebsd-14-stable/usr.sbin/bsdconfig/share/packages/ |
| HD | packages.subr | 36 f_include $BSDCFG_SHARE/packages/categories.subr 37 f_include $BSDCFG_SHARE/packages/index.subr 38 f_include $BSDCFG_SHARE/packages/musthavepkg.subr 47 # How many packages to display (maximum) per dialog menubox. 61 PACKAGES_DETECTED= # Boolean (NULL/non-NULL); detected installed packages? 75 # packages/index.subr). Accented information includes adding an asterisk to the 77 # packages for each category, and adding the number _selected_ packages for 96 # Add number of installed packages for this category (if any) 104 # Add number of selected packages for this category (if any) 124 # Add $package to the list of tracked/selected packages. If $package is already [all …]
|
| HD | index.subr | 32 f_dprintf "%s: loading includes..." packages/index.subr 35 f_include $BSDCFG_SHARE/packages/musthavepkg.subr 92 __site="file://$__data/packages/$PKG_ABI" ;; 94 __site="file://${__data:-$MOUNTPOINT}/packages/$PKG_ABI" ;; 97 __site="$__site/packages/$PKG_ABI" ;; 103 __site="$__site/packages/$PKG_ABI" ;; 105 __site="file://$MOUNTPOINT/packages/$PKG_ABI" 106 export REPOS_DIR="$MOUNTPOINT/packages/repos" ;; 108 __site="file://$MOUNTPOINT/packages/$PKG_ABI" 221 # 2. For convenience, create $_npkgs holding the total number of all packages [all …]
|
| HD | Makefile | 2 FILESDIR= ${SHAREDIR}/bsdconfig/packages 3 FILES= categories.subr index.subr musthavepkg.subr packages.subr
|
| /freebsd-14-stable/contrib/spleen/ |
| HD | README.md | 96 Spleen packages are available for: 247 [12]: https://aur.archlinux.org/packages/spleen-font/ 248 [13]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/font-spleen 250 [15]: https://packages.debian.org/search?keywords=spleen 251 [16]: https://packages.ubuntu.com/search?keywords=spleen 253 [18]: https://packages.guix.gnu.org/packages/font-spleen/ 254 [19]: https://packages.gentoo.org/packages/media-fonts/spleen 255 [20]: https://pkgs.alpinelinux.org/packages?name=font-spleen
|
| /freebsd-14-stable/usr.sbin/bsdconfig/packages/ |
| HD | Makefile | 4 FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages 8 SCRIPTS= packages
|
| HD | packages | 42 f_include $BSDCFG_SHARE/packages/packages.subr
|
| /freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/ |
| HD | ClangSACheckersEmitter.cpp | 179 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers() local 194 for (unsigned i = 0, e = packages.size(); i != e; ++i) in EmitClangSACheckers() 195 sortedPackages[getPackageFullName(packages[i])] = packages[i]; in EmitClangSACheckers() 226 for (const Record *Package : packages) { in EmitClangSACheckers()
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | apt | 13 >40 bequad x \b, %llu packages 19 >40 belong x \b, %u packages 25 >24 belong x \b, %u packages
|
| /freebsd-14-stable/crypto/openssh/contrib/ |
| HD | README | 57 RPM spec file and scripts for building Caldera OpenLinuix packages 66 RPM spec file and scripts for building Redhat packages 69 RPM spec file and scripts for building SuSE packages
|
| /freebsd-14-stable/contrib/tcpdump/doc/ |
| HD | README.haiku.md | 11 The following command will install respective non-default packages: 27 The following command will install respective non-default packages:
|
| /freebsd-14-stable/share/examples/csh/ |
| HD | dot.cshrc | 88 …c/--/(always-fetch check-depends check-port-dbdir clean-distfiles clean-packages delete-build-only… 89 … delete-packages force-config help index index-first index-only list-origins local-packagedir \ 90 … no-confirm no-index-fetch no-term-title packages packages-build packages-if-newer packages-local \ 91 packages-only show-work update-if-newer version)/' \
|
12345678