~ubuntubudgie-dev/tasksel/ubuntu-budgie-tasksel-proposal.zesty

« back to all changes in this revision

Viewing changes to tasksel.man

  • Committer: Joey Hess
  • Date: 2001-05-18 02:02:02 UTC
  • Revision ID: git-v1:9aadd503b5a19ad2c7d4790e7af67660cb60d557
My changes:
  * Added support for task description files.
  * Read in /usr/share/tasksel/debian-tasks.desc as a task description
    file.
  * Added makedesc.pl, a program to generate a task description file from
    a set of task descriptions.
  * Got rid of all the name prettification code since it is no longer used
    anyway.
  * Killed filterdescription, the task packages in woody actually don't
    have that problem anymore.
  * Don't move cursor to the right after a task is selected.
  * Removed unused tasksel.man from source package (keep pod).
  * Fixed an obscure bug if a task package happened to be the last thing in
    the available file.
  * Enable debug mode by default, but turn it off when building from the
    rules file.

Aj's changes:
  * Use "Section:" fields to break tasks into different sections. Have a
    hardcoded list of default sections, with a defined order; remaining
    sections get added to the end, in alphabetical order. Sections that
    don't match "tasks-*" are ignored.
  * "tasksel install foo bar baz" as a replacement for "apt-get install
    task-foo task-bar task-baz"
  * Increase the size of the "apt-get install" command line buffer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.rn '' }`
2
 
''' $RCSfile: tasksel.man,v $$Revision: 1.1 $$Date: 1999/12/29 16:10:01 $
3
 
'''
4
 
''' $Log: tasksel.man,v $
5
 
''' Revision 1.1  1999/12/29 16:10:01  tausq
6
 
''' man pages, debian packaging scripts
7
 
'''
8
 
'''
9
 
.de Sh
10
 
.br
11
 
.if t .Sp
12
 
.ne 5
13
 
.PP
14
 
\fB\\$1\fR
15
 
.PP
16
 
..
17
 
.de Sp
18
 
.if t .sp .5v
19
 
.if n .sp
20
 
..
21
 
.de Ip
22
 
.br
23
 
.ie \\n(.$>=3 .ne \\$3
24
 
.el .ne 3
25
 
.IP "\\$1" \\$2
26
 
..
27
 
.de Vb
28
 
.ft CW
29
 
.nf
30
 
.ne \\$1
31
 
..
32
 
.de Ve
33
 
.ft R
34
 
 
35
 
.fi
36
 
..
37
 
'''
38
 
'''
39
 
'''     Set up \*(-- to give an unbreakable dash;
40
 
'''     string Tr holds user defined translation string.
41
 
'''     Bell System Logo is used as a dummy character.
42
 
'''
43
 
.tr \(*W-|\(bv\*(Tr
44
 
.ie n \{\
45
 
.ds -- \(*W-
46
 
.ds PI pi
47
 
.if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
48
 
.if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
49
 
.ds L" ""
50
 
.ds R" ""
51
 
'''   \*(M", \*(S", \*(N" and \*(T" are the equivalent of
52
 
'''   \*(L" and \*(R", except that they are used on ".xx" lines,
53
 
'''   such as .IP and .SH, which do another additional levels of
54
 
'''   double-quote interpretation
55
 
.ds M" """
56
 
.ds S" """
57
 
.ds N" """""
58
 
.ds T" """""
59
 
.ds L' '
60
 
.ds R' '
61
 
.ds M' '
62
 
.ds S' '
63
 
.ds N' '
64
 
.ds T' '
65
 
'br\}
66
 
.el\{\
67
 
.ds -- \(em\|
68
 
.tr \*(Tr
69
 
.ds L" ``
70
 
.ds R" ''
71
 
.ds M" ``
72
 
.ds S" ''
73
 
.ds N" ``
74
 
.ds T" ''
75
 
.ds L' `
76
 
.ds R' '
77
 
.ds M' `
78
 
.ds S' '
79
 
.ds N' `
80
 
.ds T' '
81
 
.ds PI \(*p
82
 
'br\}
83
 
.\"     If the F register is turned on, we'll generate
84
 
.\"     index entries out stderr for the following things:
85
 
.\"             TH      Title 
86
 
.\"             SH      Header
87
 
.\"             Sh      Subsection 
88
 
.\"             Ip      Item
89
 
.\"             X<>     Xref  (embedded
90
 
.\"     Of course, you have to process the output yourself
91
 
.\"     in some meaninful fashion.
92
 
.if \nF \{
93
 
.de IX
94
 
.tm Index:\\$1\t\\n%\t"\\$2"
95
 
..
96
 
.nr % 0
97
 
.rr F
98
 
.\}
99
 
.TH TASKSEL 1 "perl 5.005, patch 03" "15/Dec/1999" "User Contributed Perl Documentation"
100
 
.UC
101
 
.if n .hy 0
102
 
.if n .na
103
 
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
104
 
.de CQ          \" put $1 in typewriter font
105
 
.ft CW
106
 
'if n "\c
107
 
'if t \\&\\$1\c
108
 
'if n \\&\\$1\c
109
 
'if n \&"
110
 
\\&\\$2 \\$3 \\$4 \\$5 \\$6 \\$7
111
 
'.ft R
112
 
..
113
 
.\" @(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2
114
 
.       \" AM - accent mark definitions
115
 
.bd B 3
116
 
.       \" fudge factors for nroff and troff
117
 
.if n \{\
118
 
.       ds #H 0
119
 
.       ds #V .8m
120
 
.       ds #F .3m
121
 
.       ds #[ \f1
122
 
.       ds #] \fP
123
 
.\}
124
 
.if t \{\
125
 
.       ds #H ((1u-(\\\\n(.fu%2u))*.13m)
126
 
.       ds #V .6m
127
 
.       ds #F 0
128
 
.       ds #[ \&
129
 
.       ds #] \&
130
 
.\}
131
 
.       \" simple accents for nroff and troff
132
 
.if n \{\
133
 
.       ds ' \&
134
 
.       ds ` \&
135
 
.       ds ^ \&
136
 
.       ds , \&
137
 
.       ds ~ ~
138
 
.       ds ? ?
139
 
.       ds ! !
140
 
.       ds /
141
 
.       ds q
142
 
.\}
143
 
.if t \{\
144
 
.       ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
145
 
.       ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
146
 
.       ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
147
 
.       ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
148
 
.       ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
149
 
.       ds ? \s-2c\h'-\w'c'u*7/10'\u\h'\*(#H'\zi\d\s+2\h'\w'c'u*8/10'
150
 
.       ds ! \s-2\(or\s+2\h'-\w'\(or'u'\v'-.8m'.\v'.8m'
151
 
.       ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
152
 
.       ds q o\h'-\w'o'u*8/10'\s-4\v'.4m'\z\(*i\v'-.4m'\s+4\h'\w'o'u*8/10'
153
 
.\}
154
 
.       \" troff and (daisy-wheel) nroff accents
155
 
.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
156
 
.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
157
 
.ds v \\k:\h'-(\\n(.wu*9/10-\*(#H)'\v'-\*(#V'\*(#[\s-4v\s0\v'\*(#V'\h'|\\n:u'\*(#]
158
 
.ds _ \\k:\h'-(\\n(.wu*9/10-\*(#H+(\*(#F*2/3))'\v'-.4m'\z\(hy\v'.4m'\h'|\\n:u'
159
 
.ds . \\k:\h'-(\\n(.wu*8/10)'\v'\*(#V*4/10'\z.\v'-\*(#V*4/10'\h'|\\n:u'
160
 
.ds 3 \*(#[\v'.2m'\s-2\&3\s0\v'-.2m'\*(#]
161
 
.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
162
 
.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
163
 
.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
164
 
.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
165
 
.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
166
 
.ds ae a\h'-(\w'a'u*4/10)'e
167
 
.ds Ae A\h'-(\w'A'u*4/10)'E
168
 
.ds oe o\h'-(\w'o'u*4/10)'e
169
 
.ds Oe O\h'-(\w'O'u*4/10)'E
170
 
.       \" corrections for vroff
171
 
.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
172
 
.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
173
 
.       \" for low resolution devices (crt and lpr)
174
 
.if \n(.H>23 .if \n(.V>19 \
175
 
\{\
176
 
.       ds : e
177
 
.       ds 8 ss
178
 
.       ds v \h'-1'\o'\(aa\(ga'
179
 
.       ds _ \h'-1'^
180
 
.       ds . \h'-1'.
181
 
.       ds 3 3
182
 
.       ds o a
183
 
.       ds d- d\h'-1'\(ga
184
 
.       ds D- D\h'-1'\(hy
185
 
.       ds th \o'bp'
186
 
.       ds Th \o'LP'
187
 
.       ds ae ae
188
 
.       ds Ae AE
189
 
.       ds oe oe
190
 
.       ds Oe OE
191
 
.\}
192
 
.rm #[ #] #H #V #F C
193
 
.SH "NAME"
194
 
tasksel \- a user interface for installing task packages
195
 
.SH "SYNOPSIS"
196
 
tasksel
197
 
.SH "DESCRIPTION"
198
 
tasksel shows all available task packages and allows to user to select
199
 
ones to install
200
 
.SH "SEE ALSO"
201
 
\fIdpkg\fR\|(8), apt-\fIget\fR\|(8)
202
 
.SH "FILES"
203
 
\fI/var/lib/dpkg/available\fR
204
 
.SH "AUTHOR"
205
 
tasksel was written by Randolph Chung <tausq@debian.org>.
206
 
.SH "HISTORY"
207
 
This document first appeared with tasksel-1.0
208
 
 
209
 
.rn }` ''
210
 
.IX Title "TASKSEL 1"
211
 
.IX Name "tasksel - a user interface for installing task packages"
212
 
 
213
 
.IX Header "NAME"
214
 
 
215
 
.IX Header "SYNOPSIS"
216
 
 
217
 
.IX Header "DESCRIPTION"
218
 
 
219
 
.IX Header "SEE ALSO"
220
 
 
221
 
.IX Header "FILES"
222
 
 
223
 
.IX Header "AUTHOR"
224
 
 
225
 
.IX Header "HISTORY"
226