Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh48 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 Dtravis-install-deps.sh34 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 Dtravis-install-deps.sh36 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 Dfwget.sh41 -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 DUSAGE43 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 DMakefile10 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 Dmount60 if [ -d /packages ]; then
61 mkdir -p $BSDINSTALL_CHROOT/dist/packages
62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages
H A Dumount29 if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then
30 umount $BSDINSTALL_CHROOT/dist/packages
31 rmdir $BSDINSTALL_CHROOT/dist/packages
H A Dfirmware17 f_include $BSDCFG_SHARE/packages/packages.subr
/freebsd/share/examples/oci/
H A DContainerfile.pkg2 # 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 DREADME1 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 Dcommon44 # 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 Dcd2dvd.sh250 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 DREADME.md2 (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 Dpackages.subr36 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 Dindex.subr32 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 DMakefile1 FILESDIR= ${SHAREDIR}/bsdconfig/packages
2 FILES= categories.subr index.awk index.subr musthavepkg.subr packages.subr
/freebsd/
H A DMakefile101 # 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 DMakefile174 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 DMakefile.inc11850 .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 DREADME.md96 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 DMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/030.packages
7 SCRIPTS= packages
H A Dpackages42 f_include $BSDCFG_SHARE/packages/packages.subr
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp179 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 Dapt13 >40 bequad x \b, %llu packages
19 >40 belong x \b, %u packages
25 >24 belong x \b, %u packages

123456789