summaryrefslogtreecommitdiff
path: root/function_groups
blob: fda690cfe591d8b96d9c4e46bf686b8473ed5633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
Global: yes
Realm: function

Group: admin
Description: Administrative and system utilities

Group: admin-backup
Description: Backup utilities
Parents: admin

Group: admin-boot
Description: Bootloaders and related software
Parents: admin

Group: admin-config
Description: System configuration
Parents: admin

Group: admin-cluster
Description: Clustering software
Parents: admin

Group: admin-hardware
Description: Hardware access and support
Parents: admin

Group: admin-debian
Description: Debian system tools
Parents: admin

Group: admin-daemon
Description: Housekeeping daemons
Parents: admin

Group: admin-kernel
Description: Kernels and kernel modules
Parents: admin

Group: admin-fs
Description: Filesystems and filesystem utilities
Parents: admin

Group: admin-misc
Description: Miscellaneous administrative utilities
Parents: admin

Group: admin-network
Description: Network configuration
Parents: admin

Group: admin-users
Description: User management and privileges
Parents: admin

Group: admin-security-logging
Description: System monitoring, logging, and security
Parents: admin,util

Group: admin-security
Description: Security tools (system hardening, portscan detectors, etc)
Parents: admin

Group: admin-logging
Description: System event loggers and log analyzers
Parents: admin

Group: admin-monitoring
Description: System status monitors
Parents: admin, util

Group: admin-laptop
Description: Laptop utilities
Parents: admin


Group: data-i18n
Description: Internationalization
Parents: data

Group: devel
Description: Programming and software development

Group: devel-binutils
Description: Assembly and machine code
Parents: devel

Group: devel-buildtools
Description: Build tools and source management
Parents: devel

Group: devel-bugtrack
Description: Bug tracking tools
Parents: devel

Group: devel-compilers
Description: Compilers
Parents: devel

Group: devel-debian
Description: Debian development
Parents: devel

Group: devel-debug
Description: Debugging
Parents: devel

Group: devel-editors
Description: IDEs (Integrated Development Environments) and GUI builders
Parents: devel, editors

Group: devel-interpreters
Description: Interpreters
Parents: devel

Group: devel-rpc
Description: Interface generators and related tools (IDL, CORBA, RPC, etc)
Parents: devel

Group: devel-utils
Description: Utilities for software development
Parents: devel

Group: devel-cc
Description: Parser, lexer, and compiler meta-languages (eg, lex/yacc)
Parents: devel

Group: devel-languages
Description: Language-oriented utilities and libraries
Parents: devel

Group: devel-languages-ada
Description: Ada
Parents: devel-languages

Group: devel-languages-C
Description: C/C++
Parents: devel-languages

Group: devel-languages-ObjC
Description: Objective C
Parents: devel-languages

Group: devel-languages-java
Description: Java
Parents: devel-languages

Group: devel-languages-lisp
Description: Lisp
Parents: devel-languages

Group: devel-languages-ml
Description: ML
Parents: devel-languages

Group: devel-languages-php
Description: PHP
Parents: devel-languages

Group: devel-languages-python
Description: Python
Parents: devel-languages

Group: devel-languages-perl
Description: Perl
Parents: devel-languages

Group: devel-languages-ruby
Description: Ruby
Parents: devel-languages

Group: devel-languages-scheme
Description: Scheme
Parents: devel-languages

Group: devel-languages-tcltk
Description: Tcl/Tk
Parents: devel-languages

Group: devel-languages-misc
Description: Miscellaneous languages
Parents: devel-languages

Group: devel-literate
Description: Literate Programming tools and auto-documentors
Parents: devel

Group: devel-prettyprint
Description: Pretty-printers and reformatters
Parents: devel

Group: devel-test
Description: Testing
Parents: devel

Group: educational
Description: Educational Software

Group: educational-games
Description: Educational Games
Parents: educational,games

Group: editors
Description: Editors and text formatting

Group: editors-binary
Description: Binary and hexadecimal editors
Parents: editors

Group: editors-wp
Description: Word processors
Parents: editors,util-office

Group: editors-emacs
Description: Emacs
Parents: editors, devel-editors

Group: editors-emacs-extensions
Description: Specialized extensions for Emacs
Parents: editors-emacs

Group: editors-html
Description: Web page (HTML) editors
Parents: editors

Group: editors-vi
Description: VI
Parents: editors, devel-editors

Group: editors-tex
Description: TEX typesetting tools

Group: editors-text
Description: Text editors
Parents: editors

Group: editors-sgxml
Description: SGML/XML processing software and editors
Parents: editors

Group: editors-misc
Description: Editors for particular file formats (manpage, etc)
Parents: editors

Group: games
Description: Games and entertaining programs

Group: games-arcade
Description: Action-oriented games
Parents: games

Group: games-arcade-3d
Description: 3D Action Games
Parents: games-arcade

Group: games-board
Description: Board games
Parents: games

Group: games-card
Description: Card games
Parents: games

Group: games-rpg
Description: Role-playing and adventure games
Parents: games

Group: games-mud
Description: MUDs, MOOs, and other multiplayer RPGs
Parents: games-rpg

Group: games-strategy
Description: Strategy games
Parents: games

Group: games-puzzle
Description: Puzzle games
Parents: games

Group: games-tetris
Description: Tetris-like games
Parents: games-puzzle

Group: games-toys
Description: Toys
Parents: games

Group: games-misc
Description: Miscellaneous
Parents: games

Group: modem
Description: Modem and fax utilities

Group: modem-fax
Description: Fax utilities
Parents: modem

Group: modem-modem
Description: Modem utilities
Parents: modem

Group: doc
Description: Documentation

Group: doc-devel
Description: Programming documentation
Parents: doc

Group: doc-admin
Description: Administrator documentation
Parents: doc

Group: doc-user
Description: User documentation
Parents: doc

Group: data
Description: Data files

Group: data-themes
Description: Themes
Parents: data

Group: data-text
Description: Books and written things
Parents: data

Group: data-text-dict
Description: Dictionaries
Parents: data

Group: data-fonts
Description: Fonts
Parents: data

Group: data-fonts-asian
Description: Fonts to support Asian systems
Parents: data

Group: data-organizers
Description: Organizers for collections of data (photos, etc)
Parents: data

Group: graphics
Description: Graphics programs

Group: graphics-editors
Description: Editors
Parents: graphics

Group: graphics-viewers
Description: Viewers
Parents: graphics

Group: graphics-viewers-animation
Description: Animation viewers
Parents: graphics-viewers

Group: graphics-3d
Description: 3D Modelers and renderers
Parents: graphics

Group: graphics-processors
Description: Image processing
Parents: graphics

Group: graphics-converters
Description: Converters
Parents: graphics

Group: graphics-hardware
Description: Graphics hardware support (scanners, cameras, video cards, etc)
Parents: graphics, admin-hardware

Group: graphics-misc
Description: Miscellaneous utilities
Parents: graphics

Group: hamradio
Description: Ham Radio
Parents: util

Group: libs
Description: Software Libraries

Group: libs-net
Description: Network
Parents: libs

Group: libs-db
Description: Database
Parents: libs

Group: libs-graphics
Description: Graphics
Parents: libs

Group: libs-sound
Description: Sound
Parents: libs

Group: libs-file-formats
Description: File formats
Parents: libs

Group: libs-gui
Description: GUI and desktop
Parents: libs

Group: libs-gui-gnome
Description: GNOME
Parents: libs

Group: libs-gui-kde
Description: KDE
Parents: libs

Group: libs-system
Description: System and infrastructure libraries
Parents: libs

Group: libs-algo
Description: Algorithms
Parents: libs

Group: libs-misc
Description: Miscellaneous
Parents: libs

Group: net
Description: Network and Internet

Group: net-dns
Description: DNS servers and utilities.
Parents: net

Group: net-mail
Description: Email
Parents: net

Group: net-mail-clients
Description: Clients
Parents: net-mail

Group: net-mail-filters
Description: Filters
Parents: net-mail

Group: net-mail-servers
Description: Servers and MTAs
Parents: net-mail

Group: net-mail-lists
Description: Mailing Lists
Parents: net-mail

Group: net-mail-misc
Description: Miscellaneous
Parents: net-mail

Group: net-mirror
Description: Mirroring software
Parents: net

Group: net-news
Description: News (USENET)
Parents: net

Group: net-news-clients
Description: Clients
Parents: net-news

Group: net-news-servers
Description: servers
Parents: net-news

Group: net-voip
Description: Internet Phones and other Voice-on-IP software
Parents: net

Group: net-web
Description: World Wide Web
Parents: net

Group: net-web-browsers
Description: Browsers
Parents: net-web

Group: net-web-browsers-netscape
Description: Netscape Navigator (pre-6.0 versions)
Parents: net-web-browsers

Group: net-web-servers
Description: Servers
Parents: net-web

Group: net-web-servers-apachemodules
Description: Apache modules
Parents: net-web-servers

Group: net-web-servers-roxenmodules
Description: Roxen modules
Parents: net-web-servers

Group: net-web-cgi
Description: CGI programs and CGI related software
Parents: net-web

Group: net-web-utils
Description: Web and HTTP utilities
Parents: net-web

Group: net-sharing
Description: File-sharing utilities
Parents: net-web

Group: net-irc
Description: Internet Relay Chat (IRC)
Parents: net

Group: net-im
Description: Instant Message Services (AIM, ICQ, etc)
Parents: net

Group: net-ftp
Description: File Transfer Protocol (FTP)
Parents: net

Group: net-ftp-servers
Description: Servers
Parents: net-ftp

Group: net-ftp-clients
Description: Clients
Parents: net-ftp

Group: net-remote-login
Description: Remote Login Programs
Parents: net

Group: net-bbs
Description: BBS-related software
Parents: net

Group: net-misc
Description: Miscellaneous network programs
Parents: net

Group: net-dialup
Description: Dialup internet software
Parents: net,modem

Group: printing
Description: Printing

Group: sound
Description: Sound and music

Group: sound-cd
Description: Compact Disks (CDs)
Parents: sound

Group: sound-cdrip
Description: Rippers
Parents: sound-cd

Group: sound-cdburn
Description: Writers (burners)
Parents: sound-cd

Group: sound-cdutil
Description: Utilities
Parents: sound-cd

Group: sound-cdplay
Description: Players
Parents: sound-cd,sound-players

Group: sound-players
Description: Players
Parents: sound

Group: sound-editors
Description: Sound editors and recorders
Parents: sound

Group: sound-music-notation
Description: Music notation
Parents: sound

Group: sound-seq
Description: MIDI Sequencers
Parents: sound

Group: sound-speak
Description: Speech synthesizers
Parents: sound

Group: sound-rec
Description: Sound recorders
Parents: sound

Group: sound-servers
Description: Sound servers
Parents: sound

Group: sound-mix
Description: Mixers
Parents: sound

Group: sound-util
Description: Utilities
Parents: sound

Group: sound-hardware
Description: Sound hardware support
Parents: sound,admin-hardware

Group: util
Description: Utilities and Applications

Group: util-doc
Description: Documentation viewers
Parents: util

Group: util-file
Description: File utilities
Parents: util

Group: util-db
Description: Databases and database utilties
Parents: util

Group: util-text
Description: Text Processing
Parents: util

Group: util-spellcheck
Description: Spell checkers
Parents: util

Group: util-pim
Description: Calendar and address book programs
Parents: util

Group: util-archive
Description: Archive files
Parents: util

Group: util-debian
Description: Debian utilities
Parents: util

Group: util-shells
Description: Command Shells
Parents: util

Group: util-misc
Description: Miscellaneous programs
Parents: util

Group: util-clock
Description: Clock and timekeeping programs
Parents: util

Group: util-crypt
Description: Cryptography and privacy tools
Parents: util

Group: util-financial
Description: Accounting and financial software
Parents: util

Group: util-electronics
Description: Circuit editors and other electronics-related software
Parents: util

Group: util-office
Description: So-called "office software"
Parents: util

Group: util-office-sheet
Description: Spreadsheets
Parents: util-office

Group: science
Description: Scientific and mathematical software

Group: science-numerical
Description: Calculators and numerical computation
Parents: science

Group: science-bio
Description: Biology
Parents: science

Group: science-geology
Description: Geology
Parents: science

Group: science-astro
Description: Astronomy
Parents: science

Group: science-datavis
Description: Data visualization software
Parents: science

Group: science-chem
Description: Chemistry
Parents: science

Group: science-math
Description: Mathematics
Parents: science

Group: foreignos
Description: Foreign OS/Hardware access/emulation

Group: foreignos-emulators
Description: Emulators
Parents: foreignos

Group: foreignos-fsaccess
Description: Filesystem access
Parents: foreignos

Group: foreignos-comm
Description: Transfer data to/from foreign hardware devices (eg, Palm)
Parents: foreignos

Group: x11
Description: X Windowing System

Group: x11-base
Description: Core files
Parents: x11

Group: x11-display-managers
Description: Display managers (graphical login screens)
Parents: x11

Group: x11-utils
Description: Utility programs
Parents: x11

Group: x11-server
Description: X Servers
Parents: x11

Group: x11-terminals
Description: Terminal Emulators
Parents: x11

Group: x11-window-managers
Description: Window Managers
Parents: x11