summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/packages
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)dteske2014-11-041-3/+0
* Rename awk(1) implementation of GNU awk's built-in asorti() function todteske2014-10-141-2/+2
* Fix awk(1) asorti() implementation to work when called in a loop.dteske2014-10-141-1/+3
* Add `-A' flag to pkg-install(8) invocation when installing dependencies.dteske2014-08-211-2/+4
* Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-225-75/+104
* Fix a code typo that prevented mkdir from firing (unnoticeddteske2014-06-201-1/+1
* Implement GEOM based media device classification. You'll notice a fewdteske2014-04-232-14/+14
* Export 'REPOS_DIR' when the selected source medium for packagegjb2013-12-151-0/+3
* Performance and debugging enhancements:dteske2013-12-073-9/+14
* Fix package installation from physical media such as DVD.dteske2013-11-172-14/+33
* Improve debugging with f_eval_catch() introduced by SVN r257784 and alsodteske2013-11-172-5/+8
* Kick an unused orphan to the curb ;)dteske2013-11-171-2/+2
* Move function name declaration to top of function (where it is closest todteske2013-11-171-18/+18
* Fix cosmetic typos (since the typo's in the variable names were copieddteske2013-11-072-4/+4
* Replace pkg-tools with pkgng.dteske2013-11-072-60/+203
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-091-11/+11
* Re-implement $probe_only aspect of f_media_get_TYPE() (where TYPE is cdrom,dteske2013-07-141-2/+2
* Fix typos in the BSD License.dteske2013-07-073-6/+6
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-073-3/+3
* Add the necessary code to reinstall packages. Both scripted accessdteske2013-07-051-1/+10
* Remove superfluous continue at end of loop. (pointy-hat)dteske2013-07-051-1/+1
* Add the necessary code to uninstall packages (re-install still pending).dteske2013-07-051-1/+130
* Add minor debugging.dteske2013-07-051-0/+1
* Prevent f_package_add() from re-performing f_package_detect_installed()dteske2013-07-051-0/+1
* Don't deselect a package right after installing it (this went unnoticeddteske2013-07-051-2/+0
* Minor debugging changes/additions.dteske2013-07-051-7/+14
* Fix a typo in a comment.dteske2013-07-051-1/+1
* Add the necessary code to install packages (uninstall and re-install stilldteske2013-07-052-1/+277
* Remove separate processing of dependent packages from the "Review" screendteske2013-07-051-11/+2
* Get rid of place-holder in preparation for incoming package mgmt code.dteske2013-07-051-3/+0
* Comments.dteske2013-07-051-2/+14
* Allow global default as general fall-back for package management routines.dteske2013-07-051-2/+3
* More whitespace.dteske2013-06-241-3/+3
* Alphabetize library includes.dteske2013-06-211-1/+1
* Add skeleton processing of selected packages in the order in which theydteske2013-06-141-7/+42
* Similar to r251236, r251242, and r251244. Introduce new function-pair todteske2013-06-041-5/+6
* Fix a code typo (missing `eval') which lead to improperly-sized menu whendteske2013-06-041-1/+1
* Fix menu accenting for the package category list. The single-space indentdteske2013-06-041-5/+5
* Whitespace and comments.dteske2013-06-041-3/+3
* Fix a bug in which the user's choice to Cancel was not recognized. This wasdteske2013-06-021-1/+2
* Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'.dteske2013-06-021-1/+1
* Improvements to whitespace and comments.dteske2013-06-021-13/+13
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-021-21/+33
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-011-32/+35
* Fix a regression in the packages module introduced by recent r251190.dteske2013-06-011-37/+46
* Comment.dteske2013-05-121-1/+1
* Fix i18n violations in the package management module. A few words likedteske2013-05-122-12/+28
* Remove duplicated string.dteske2013-05-121-1/+1
* Comments.dteske2013-05-121-1/+5
* Fix a bug that would cause the category menu to display the wrong valuedteske2013-05-091-4/+4
OpenPOWER on IntegriCloud