Lines Matching full:packages
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?
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)
124 # Add $package to the list of tracked/selected packages. If $package is already
145 # Remove $package from the list of tracked/selected packages. If $package is
167 # Detect installed packages. Currently this uses pkg-query(8) for querying
182 # Calculate number of installed/selected packages for each category listed in
183 # $PACKAGE_CATEGORIES (the number of installed packages for $category is stored
185 # $category varcat' -- and number selected packages as $_${varcat}_nselected).
186 # Also calculates the total number of installed/selected packages stored as
233 # re-marking all dependencies of packages marked for either install ("I") or
257 # Processes selected packages, adding dependencies
369 # Display list of packages for $category, optionally $page N and with a default
393 # Get number of packages for this category
574 # Display a review screen, showing selected packages and what they are marked
576 # operate on each selection. Returns error if no packages have been selected,
628 # Process each of the selected packages:
629 # + First, process packages marked for Install.
630 # + Second, process packages marked for Re-install.
631 # + Finally, process packages marked for Uninstall.
664 # Allow the user to configure packages and install them. Initially, a list of
680 # Detect installed packages (updates marks/SELECTED_PACKAGES)
714 # Display the list of packages for selected category
863 # packages with at least one category to be recognized.
879 # detected the installed packages -- something we should do only once.
882 f_dprintf "f_package_add: Detecting installed packages"
886 # Now we have: _mark_{varpkg}=X for all installed packages
889 # Since we're maintaining data structures for installed packages,
908 # allow packages with at least one category to be recognized.
995 path="packages/$PKG_ABI/All/$name"
1008 "packages/$PKG_ABI/All/$name$pkg_ext" $PROBE_EXIST
1011 path="packages/$PKG_ABI/All/$name$pkg_ext"
1093 # packages with at least one category to be recognized.
1109 # detected the installed packages -- something we should do only once.
1112 f_dprintf "$funcname: Detecting installed packages"
1116 # Now we have: _mark_{varpkg}=X for all installed packages
1170 # OK to perform the delete (no other packages depend on it)...
1199 f_dprintf "%s: Successfully loaded." packages/packages.subr