freebsd-nq/usr.sbin/bsdconfig/share
Devin Teske 31185df0d3 Add the necessary code to install packages (uninstall and re-install still
pending). Both scripted access (packageAdd) and UI access have been tested
successfully with a variation of different situations including:
+ Install a package with no dependencies
+ Install a package with dependencies that are already installed
+ Install a package with dependencies where some are already installed
+ Repeat each of the above from FTP and local Directory
+ Purposefully do things like try to install a package that does not exist
+ Try to install a package for which a dependency could not be loaded
+ Try to install a package that is in the INDEX bot not on the media
+ And many more.
2013-07-05 01:44:59 +00:00
..
media Set name of device to directory path (displayed during package operations). 2013-07-05 01:18:54 +00:00
packages Add the necessary code to install packages (uninstall and re-install still 2013-07-05 01:44:59 +00:00
common.subr More whitespace. 2013-06-24 20:58:54 +00:00
device.subr More whitespace. 2013-06-24 20:58:54 +00:00
dialog.subr More whitespace. 2013-06-24 20:58:54 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
mustberoot.subr Fix a bug in which the user's choice to Cancel was not properly recognized. 2013-06-02 23:15:12 +00:00
script.subr Add the necessary code to install packages (uninstall and re-install still 2013-07-05 01:44:59 +00:00
strings.subr Like r250701, introduce another handy function for truncating variables to a 2013-06-02 23:25:27 +00:00
struct.subr Import media selection/preparation framework (sysinstall inspired). Makes 2013-02-25 19:55:32 +00:00
sysrc.subr More whitespace. 2013-06-24 20:58:54 +00:00
variable.subr Add debugging for each of the initialized default variables. 2013-07-05 01:38:42 +00:00