/freebsd/contrib/kyua/admin/ |
H A D | 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 …]
|
H A D | 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/contrib/lutok/admin/ |
H A D | 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/usr.sbin/fwget/ |
H A D | 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/usr.sbin/bsdconfig/dot/ |
H A D | 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/targets/pseudo/bootstrap-packages/ |
H A D | Makefile | 10 all: packages 13 PACKAGES?= ${.CURDIR:H:H}/packages 15 packages: package-makefile.list target 16 @${.CURDIR}/bootstrap-packages.sh ${BOOTSTRAP_PACKAGES_FLAGS} \
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | mount | 60 if [ -d /packages ]; then 61 mkdir -p $BSDINSTALL_CHROOT/dist/packages 62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages
|
H A D | umount | 29 if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then 30 umount $BSDINSTALL_CHROOT/dist/packages 31 rmdir $BSDINSTALL_CHROOT/dist/packages
|
H A D | firmware | 17 f_include $BSDCFG_SHARE/packages/packages.subr
|
/freebsd/share/examples/oci/ |
H A D | 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
|
H A D | README | 1 This example Containerfile shows how to add packages to freebsd-minimal while 7 # podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | 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/tools/tools/cd2dvd/ |
H A D | 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/tools/pkgbase/ |
H A D | 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/usr.sbin/bsdconfig/share/packages/ |
H A D | 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 …]
|
H A D | 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" ;; 98 __site="$__site/packages/$PKG_ABI" ;; 100 __site="file://$MOUNTPOINT/packages/$PKG_ABI" 101 export REPOS_DIR="$MOUNTPOINT/packages/repos" ;; 103 __site="file://$MOUNTPOINT/packages/$PKG_ABI" 188 -v packages="$msg_packages" \ 192 -f $BSDCFG_SHARE/packages/index.awk | \ 222 # 2. For convenience, create $_npkgs holding the total number of all packages [all …]
|
H A D | Makefile | 1 FILESDIR= ${SHAREDIR}/bsdconfig/packages 2 FILES= categories.subr index.awk index.subr musthavepkg.subr packages.subr
|
/freebsd/ |
H A D | Makefile | 101 # The ${TARGET_ARCH}-gccN packages are provided as flavors of the 174 stage-packages stage-packages-kernel stage-packages-world stage-packages-source \ 175 create-packages-world create-packages-kernel \ 176 create-packages-kernel-repo create-packages-world-repo \ 177 create-packages [all...] |
H A D | Makefile | 174 stage-packages stage-packages-kernel stage-packages-world stage-packages-source \ 175 create-packages-world create-packages-kernel \ 176 create-packages-kernel-repo create-packages-world-repo \ 177 create-packages-source create-packages \ 178 update-packages packages installconfig real-packages real-update-packages \ 179 sign-packages package-pkg print-dir test-system-compiler test-system-linker \
|
H A D | Makefile.inc1 | 1850 .if !make(packages) && !make(update-packages) 2010 .if make(create-*-packages*) || make(real-update-packages) || make(real-sign-packages) 2014 .ORDER: stage-packages create-packages 2015 .ORDER: create-packages create-world-packages 2016 .ORDER: create-packages create-source-packages 2017 .ORDER: create-packages create-kernel-packages 2018 .ORDER: create-packages sign-packages 2033 .if !defined(PKG_VERSION_FROM) && make(real-update-packages) 2067 packages: .PHONY 2068 ${_+_}${MAKE} -C ${.CURDIR} ${PKGMAKEARGS} real-packages [all …]
|
/freebsd/contrib/spleen/ |
H A D | 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/usr.sbin/bsdconfig/packages/ |
H A D | Makefile | 3 FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages 7 SCRIPTS= packages
|
H A D | packages | 42 f_include $BSDCFG_SHARE/packages/packages.subr
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | 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/contrib/file/magic/Magdir/ |
H A D | apt | 13 >40 bequad x \b, %llu packages 19 >40 belong x \b, %u packages 25 >24 belong x \b, %u packages
|