You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Joey Hess b44f3c89b7 - Renamed Essential field to Key, to prevent confusion. 21 years ago
debian renamed Essential to Key to prevent confusion 21 years ago
po Updated german translation provided by Kurt Gramlich 21 years ago
scratch Lots of redrawing fixes and wordwrapping fixes. Not completely done yet. 24 years ago
tasks renamed Essential to Key to prevent confusion 21 years ago
Makefile * Switched from emacs20 to emacs21. Closes: #152018 21 years ago
README - Updated copyright date range. 21 years ago
TODO renamed Essential to Key to prevent confusion 21 years ago
data.c - Renamed Essential field to Key, to prevent confusion. 21 years ago
data.h - Renamed Essential field to Key, to prevent confusion. 21 years ago
doincludes.pl - Updated copyright date range. 21 years ago
listpackages.pl output a list of all packages in all tasks, for testing 22 years ago
macros.h tasksel 1.12 release 22 years ago
makedesc.pl renamed Essential to Key to prevent confusion 21 years ago
slangui.c - Updated copyright date range. 21 years ago
slangui.h Patch from Anthony Towns for Task: debian/control support 23 years ago
strutl.c More scroll updates 24 years ago
strutl.h Task selection UI Initial CVS 24 years ago
tasksel.c - Renamed Essential field to Key, to prevent confusion. 21 years ago
tasksel.h Catch SIGINT and handle it, so that tasksel doesn't go into an infinite 24 years ago
tasksel.pod * Add mozilla-locale-da to danish task and removed openoffice stuff. 21 years ago
util.c tasksel 1.12 release 22 years ago
util.h Patch from Anthony Towns for Task: debian/control support 23 years ago

README

$Id: README,v 1.3 2003/07/25 17:33:24 joeyh Rel $
Task Selection UI v0.1
Nov 20, 1999
Randolph Chung <tausq@debian.org>

Here's a first cut at a task selection user interface.

The interface GUI is based on libslang. It has no other special library
dependencies.

On startup, the tasksel program will read
/usr/share/tasksel/debian-tasks.desc for information about what tasks are
available and their descriptions and sections. Next it will read
/var/lib/dpkg/available. Task: fields in that file can be used to state
that a package belongs to a task or tasks. Also, the package names are used
to identify task packages (matching "task-*").

The tasks will be presented in a simple list selection screen with
their short descriptions. Users can drill down into the tasks to
see detailed descriptions and some information about the packages in the
task.

On exit, tasksel executes the appropriate apt-get command to install the
selected packages. If the -t option is given, then tasksel prints out the
command line to use to stdout instead. All other messages are printed to
stderr.

The appropriate display strings in the source have been marked with gettext
macros, though I have never done any other i18n work and am not sure if it
is done correctly at the moment.

A word on building.... use make CFLAGS="-Os" to get a smaller binary. The
default build rule produces binaries with debugging symbols. You can also
turn on -DDEBUG to get extra debugging info.

Comments and suggestions are most welcome.

To get a new task added, please file a bug report on tasksel.