Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/freebsd/crypto/openssh/.github/
H A Dsetup_ci.sh3 PACKAGES=""
16 PACKAGES="$PACKAGES,autoconf,automake,cygwin-devel,gcc-core"
17 PACKAGES="$PACKAGES,make,openssl,libssl-devel,zlib-devel"
21 PACKAGES="automake"
76 PACKAGES="$PACKAGES clang-12"
79 PACKAGES="$PACKAGES libcrypt-devel libfido2-devel libkrb5-devel"
85 PACKAGES="$PACKAGES $compiler"
88 PACKAGES="$PACKAGES libkrb5-dev"
91 PACKAGES="$PACKAGES heimdal-dev"
95 setup) PACKAGES="$PACKAGES libedit-devel" ;;
[all …]
/freebsd/contrib/kyua/admin/
H A Dbuild-bintray-dist.sh33 # This script is used to create the bintray distribution packages in lieu
34 # of real Debian packages for Kyua. The result of this script is a
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"
[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
123 log "No firmware packages to install."
128 log "Needed firmware packages: '${packages}'"
131 for pkg in ${packages}; do
[all …]
/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 Dbootstrap-packages.sh23 # which we use to populate $PACKAGES/*/Makefile.depend
24 # and $PACKAGES/Makefile.depend to make it easier to keep
35 # to a Makefile.depend.options file in targets/packages/sub/
64 DebugOn bootstrap-packages
66 PACKAGES=${PACKAGES:-$(realpath $Mydir/../..)}
67 case "$PACKAGES" in
69 *) PACKAGES=$SRCTOP/$PACKAGES;;
138 start_depend $PACKAGES/Makefile.depend || exit 1
172 # PACKAGES is set to either a simple string like 'runtime'
183 target=$PACKAGES/$package
[all …]
H A DMakefile10 all: packages
13 PACKAGES?= ${.CURDIR:H:H}/packages macro
15 packages: package-makefile.list target
16 @${.CURDIR}/bootstrap-packages.sh ${BOOTSTRAP_PACKAGES_FLAGS} \
17 PACKAGES=${PACKAGES} ${.ALLSRC}
/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?
63 SELECTED_PACKAGES= # Packages selected by user in [X]dialog(1) interface
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)
[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"
182 "pkg stat -r | awk '%s'" '/Packages available/ { print $3 }'
188 -v packages="$msg_packages" \
192 -f $BSDCFG_SHARE/packages/index.awk | \
[all …]
/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/usr.sbin/pkg/
H A Dpkg.730 .Nd a utility for manipulating packages
50 It is used to manage local packages installed from
52 and install/upgrade packages from remote repositories.
94 Returns 0 and the number of packages installed
245 and other packages
274 List installed packages:
280 List non-automatic packages:
283 List automatic packages:
303 .Dl % pkg create -o /usr/ports/packages/All perl
308 Audit installed packages for security advisories:
[all …]
/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/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
/freebsd/release/packages/
H A Dgenerate-ucl.sh47 # -dev packages that have no corresponding non-dev package
66 _descr="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_DESCR)"
106 desc="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_DESC)"
107 comment="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_COMMENT)"
109 uclsource="${srctree}/release/packages/template.ucl"
148 ${srctree}/release/packages/generate-ucl.lua \
158 UCLFILES "${srctree}/release/packages/" \
/freebsd/share/man/man7/
H A Dports.739 It is also used to build packages, to be installed using
106 is configured to install packages built from the
110 or RELEASE versions it is configured to install packages built from
123 .Dq "Packages and Ports" section
220 .It Cm install-missing-packages
221 Install missing dependencies from packages instead of building them.
306 .Va PACKAGES
458 .It Va PACKAGES
461 target; the base directory for the packages tree, normally
462 .Pa packages/
[all …]
/freebsd/contrib/spleen/
H A DREADME.md94 ## Packages section in Spleen
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/bsdinstall/scripts/
H A Dmount59 # If installing from the DVD, mount packages where they'll be accessible
60 if [ -d /packages ]; then
61 mkdir -p $BSDINSTALL_CHROOT/dist/packages
62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages
H A Dumount28 # If we mounted the DVD packages, unmount them
29 if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then
30 umount $BSDINSTALL_CHROOT/dist/packages
31 rmdir $BSDINSTALL_CHROOT/dist/packages
/freebsd/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh6 # browsing of packages from-start since digests.txz/packagesite.txz can be
9 # NOTE: Packages cannot be installed unless staged to
10 # /tmp/packages/$PKG_ABI/All
16 PKGDIR=$TMPDIR/packages/$PKG_ABI
/freebsd/share/doc/usd/22.trofftut/
H A Dtt0191 …traight text (which may well contain mathematics or tables), there are a number of `macro packages'
100 packages
108 There are also packages for viewgraphs,
113 Typically you will find these packages easier to use
119 In the few cases where existing packages don't do the whole job,
126 to adapt packages that already exist.
/freebsd/contrib/file/
H A DINSTALL18 instructions specific to this package. Some packages provide this
21 necessarily a bug. More recommendations for GNU packages can be found
87 files again. In practice, not all packages have tested that
91 8. Some packages, particularly those that use Automake, provide `make
165 correct locations to `configure'; however, many packages provide one or
181 method, particularly noticeable in packages that use GNU Libtool.
199 Some packages pay attention to `--enable-FEATURE' options to
206 For packages that use the X Window System, `configure' can usually
211 Some packages offer the ability to configure how verbose the
212 execution of `make' will be. For these packages, running `./configure
[all …]
/freebsd/contrib/sqlite3/
H A DINSTALL18 instructions specific to this package. Some packages provide this
21 necessarily a bug. More recommendations for GNU packages can be found
87 files again. In practice, not all packages have tested that
91 8. Some packages, particularly those that use Automake, provide `make
165 correct locations to `configure'; however, many packages provide one or
181 method, particularly noticeable in packages that use GNU Libtool.
199 Some packages pay attention to `--enable-FEATURE' options to
206 For packages that use the X Window System, `configure' can usually
211 Some packages offer the ability to configure how verbose the
212 execution of `make' will be. For these packages, running `./configure
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h158 /// Retrieves the list of packages generated from Checkers.td. This doesn't
159 /// contain statically linked but non-generated packages and plugin packages!
312 /// specified for the given checker the options for the parent packages will
313 /// be searched as well. The inner packages take precedence over the outer
332 /// specified for the given checker the options for the parent packages will
333 /// be searched as well. The inner packages take precedence over the outer
352 /// specified for the given checker the options for the parent packages will
353 /// be searched as well. The inner packages take precedence over the outer
429 std::vector<StringRef> Packages; in getRegisteredPackages() local
433 Packages.push_back(PackageName); in getRegisteredPackages()
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr40 msg_all_desc="All available packages in all categories."
210 msg_mail_desc="Electronic mail packages and utilities."
219 …uit your\nparticular configuration. Most importantly, you\ncan use the Packages utility to load e…
252 msg_no_packages_were_selected_for_extraction="No packages were selected for extraction."
269 msg_packages="packages"
304 msg_ports_mgmt_desc="Utilities for managing ports and packages."
329 msg_review_help="Install, Re-Install, or Un-install selected packages and dependencies"
330 msg_reviewing_selected_packages="Reviewing %u selected packages:"
332 msg_rubygems_desc="Ports of RubyGems packages."
368 msg_tcl_desc="TCL and packages that depend on it."
[all …]

12345678910>>...18