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
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
|
minix-base Minix base system
minix-comp Minix compilation tools
minix-games Minix BSD games
minix-kernel Minix kernel and modules
minix-man Minix manuals
minix-tests Minix tests suites
base-adosfs-root Root file system support for Amiga DOS file system support
base-amd-bin auto-mounter daemon
base-amd-examples example configuration files for the auto-mounter daemon and utilities
base-amd-shlib auto-mounter daemon shared library
base-audio-bin utilities for playing and recording audio
base-bind-bin the BIND DNS server
base-bind-examples example configuration files for BIND
base-bind-root root file system directories required by BIND
base-bootserver-bin software for booting diskless systems
base-c-bin utilities for the C programming language
base-c-usr /usr file system directories required by C programming language utilities
base-calendar-bin calendar(1) displays lines from the calendar database matching certain dates
base-calendar-share database of important dates for calendar(1)
base-cron-bin the cron daemon and related utilities
base-cron-root root file system directories required by the cron daemon
base-crypto-bin cryptographic utilities
base-crypto-examples example configuration files for cryptographic utilities
base-crypto-root root file system directories required by cryptographic utilities
base-crypto-shlib shared library providing cryptographic routines
base-cxx-usr /usr file system directories required by C++ programming language utilities
base-debug-bin debugging utilities
base-dhclient-root root file system support for DHCP client software
base-dhcpd-bin DHCP server
base-dhcpd-examples example configuration files for DHCP server
base-efs-root root file system support for efs file system
base-ext2fs-root root file system support for ext2fs file system
base-filecorefs-root root file system support for the Acorn FILECORE file system
base-fstab-examples various example file system tables
base-games-root root file system support for games
base-games-share shared data files for games
base-games-usr directories for the games subsystem
base-gnats-bin the GNATS bug reporting utility
base-gnats-share shared data files for the GNATS bug reporting utility
base-groff-font fonts for the groff family of text formatters
base-groff-share shared data files for the groff family of text formatters
base-hesiod-bin utilities for the HESIOD network information system
base-htmldoc-share HTML documentation
base-i18n-root directories for internationalisation support
base-i18n-shlib shared library modules for internationalisation support
base-ipf-bin utilities for IPfilter
base-ipf-root directories for IPfilter
base-isdn-bin utilities and daemons for ISDN network connectivity
base-isdn-examples directories for the ISDN example files
base-krb5-bin commands and utilities for the Kerberos V network authentication system
base-krb5-examples example configuration files for the Kerberos V network authentication system
base-krb5-root root file system support for the Kerberos V network authentication system
base-krb5-shlib root file system support for the Kerberos V network authentication system
base-libsaslc-examples example configuration files for the SASL C library
base-locale-Pig igPey atinLey ocaleley upportsey
base-locale-af Afghan language locale support
base-locale-be Belgian language locale support
base-locale-bg Bulgarian language locale support
base-locale-bin utilities for working with locales
base-locale-ca Catalan language locale support
base-locale-cs Czech language locale support
base-locale-da Danish language locale support
base-locale-de German language locale support
base-locale-el Greek language locale support
base-locale-en English language locale support
base-locale-eo Esperanto language locale support
base-locale-es Spanish language locale support
base-locale-et Estonian language locale support
base-locale-eu Basque language/region locale support
base-locale-fi Finnish language locale support
base-locale-fr French language locale support
base-locale-gl Galician language locale support
base-locale-he Hebrew language locale support
base-locale-hr Croatian language locale support
base-locale-hu Hungarian language locale support
base-locale-hy Armenian language locale support
base-locale-id Indonesian language locale support
base-locale-is Icelandic language locale support
base-locale-it Italian language locale support
base-locale-ja Japanese language locale support
base-locale-kk Kazakh language locale support
base-locale-ko Korean language locale support
base-locale-lt Lithuanian language locale support
base-locale-nb Norwegian Bokmal language locale support
base-locale-nl Dutch language locale support
base-locale-nn Norwegian Nynorsk language locale support
base-locale-no Norwegian language locale support
base-locale-pl Polish language locale support
base-locale-pt Portuguese language locale support
base-locale-ro Romanian language locale support
base-locale-ru Russian language locale support
base-locale-share /usr/share file system support for all locales
base-locale-sk Slovak language locale support
base-locale-sl Slovenian language locale support
base-locale-sr Suriname language locale support
base-locale-sv Swedish language locale support
base-locale-tr Turkish language locale support
base-locale-uk Ukrainian language locale support
base-locale-zh Chinese language locale support
base-lpr-bin utilities for printing support
base-lpr-root root file system support for printing utilities
base-lpr-usr /usr file system support for printing
base-magic-share shared files for the file(1) utility
base-mail-bin mail utilities
base-mail-root root file system support for mail utilities
base-mailwrapper-bin the mailwrapper(8) program for multiple mailer support
base-man-bin utilities for reading online manual pages
base-man-share shared data files for the online manual pages
base-miscfs-examples example configuration files for miscellaneous file systems
base-miscfs-root root file system support for miscellaneous file systems
base-net-shlib shared libraries for network programming
base-netutil-bin networking utilities
base-netutil-examples example configuration files for networking programs
base-netutil-root root file system support for networking utilities
base-nfsclient-bin network file system client utilities
base-nfsclient-root root file system support for network file system client utilities
base-nfsserver-bin network file system server program
base-nis-bin progams and utilities for the NIS network information system
base-nis-root root file system support for the NIS network information system
base-ntfs-root root file system support for the Windows NT file system
base-ntp-bin utilities for network time protocol support
base-ntp-root basic directories for network time protocol support
base-objc-usr /usr file system support for the Objective C programming language
base-pf-bin utilities for the PF packet filter
base-pf-root directories for the PF packet filter
base-pkgutil-bin package system utilities
base-postfix-bin the Postfix mailer
base-postfix-examples example configuration files for the Postfix mailer
base-postfix-root root file system support for the Postfix mailer
base-postfix-usr /usr file system support for the Postfix mailer
base-ppp-bin utilities for the PPP point-to-point remote access protocol
base-psd-share directory structure for the Programmer's Supplementary Documentation
base-rcs-bin utilities for the RCS Revision Control System
base-reference-share directory structure for miscellaneous reference documents
base-rescue-root statically-linked binaries which can be used in extremis
base-router-bin network routing utilities
base-router-examples base directories for network routing utilities
base-router-root root file system support for network routing utilities
base-secsh-bin secure shell SSH client and server
base-slip-bin the SLIP serial line internet protocol
base-slip-root root file system support for the SLIP remote access protocol
base-smbfs-root root file system support for the smbfs client SMB filesystem support
base-smm-share directory structure for the System Manager's Manual
base-sup-bin utilities for the SUP software update protocol
base-sup-examples example configuration files for the SUP software update protocol
base-sys-devlinks device node symbolic links
base-sys-examples example configuration files for kernel functionality
base-sys-root required root file system structure
base-sys-share required /usr/share file system structure
base-sys-shlib shared libraries for basic system functionality
base-sys-usr required /usr file system structure
base-sysutil-bin system utilities
base-sysutil-examples example configuration files for miscellaneous system utilities
base-sysutil-root root file system support for system utilities
base-sysutil-share shared data files for system utilities
base-sysutil_locale-share shared locale support for system utilities
base-termcap-share shared files for terminal capability database
base-texinfo-bin the GNU texinfo software
base-texinfo-share shared data files for the GNU texinfo software
base-texinfo_locale-cs Czech language support for the GNU texinfo software
base-texinfo_locale-da Danish language support for the GNU texinfo software
base-texinfo_locale-de German language support for the GNU texinfo software
base-texinfo_locale-eo Esperanto language support for the GNU texinfo software
base-texinfo_locale-fr French language support for the GNU texinfo software
base-texinfo_locale-he Hebrew language support for the GNU texinfo software
base-texinfo_locale-hr Croatian language support for the GNU texinfo software
base-texinfo_locale-ja Japanese language support for the GNU texinfo software
base-texinfo_locale-nl Dutch language support for the GNU texinfo software
base-texinfo_locale-no Norwegian Bokmal language support for the GNU texinfo software
base-texinfo_locale-no Norwegian language support for the GNU texinfo software
base-texinfo_locale-pl Polish language support for the GNU texinfo software
base-texinfo_locale-pl Romanian language support for the GNU texinfo software
base-texinfo_locale-ru Russian language support for the GNU texinfo software
base-texinfo_locale-sv Swedish language support for the GNU texinfo software
base-texinfo_locale-tr Turkish language support for the GNU texinfo software
base-texinfo_locale-zh Chinese language support for the GNU texinfo software
base-timed-bin utilities for the timed(8) network time daemon
base-tn3270-bin utilities for connecting to IBM VM/CMS systems
base-tpm-bin utilities for the Trusted Platform Module
base-usd-share directory structure for the User's Supplementary Documentation
base-util-bin standard utilities for use by users
base-util-root root file system support for standard user utilities
base-util-share shared data files for standard user utilities
base-util_locale-cs Czech language support for standard utilities
base-util_locale-de German language support for standard utilities
base-util_locale-el Greek language support for standard utilities
base-util_locale-eo Esperanto language support for standard utilities
base-util_locale-es Spanish language support for standard utilities
base-util_locale-et Estonian language support for standard utilities
base-util_locale-fr French language support for standard utilities
base-util_locale-gl Galician language support for standard utilities
base-util_locale-hr Croatian language support for standard utilities
base-util_locale-id Indonesian language support for standard utilities
base-util_locale-it Italian language support for standard utilities
base-util_locale-ja Japanese language support for standard utilities
base-util_locale-sv Swedish language support for standard utilities
comp-c-bin
comp-c-bin This package includes compilers and tools for the C programming language:
comp-c-bin c89, c99, cc, gcc - C compilers
comp-c-bin flex, lex - lexical analyzer generator
comp-c-bin lint - C program validator
comp-c-bin rpcgen - RPC stub generator
comp-c-bin yacc - parser generator
comp-c-catman
comp-c-catman
comp-c-catman
comp-c-catman
comp-c-catman
comp-c-catman c89, c99, cc, gcc - C compilers
comp-c-catman flex, lex - lexical analyzer generator
comp-c-catman lint - C program validator
comp-c-catman rpcgen - RPC stub generator
comp-c-catman yacc - parser generator
comp-c-catman This package includes formatted manual pages for compilers and tools for
comp-c-catman the C programming language:
comp-c-include This package contains header files for the C programming language,
comp-c-include including standard C and UNIX APIs, and APIs specific to the NetBSD
comp-c-include operating system.
comp-c-lib This contains library archives to build statically linked versions of C
comp-c-lib libraries.
comp-c-lib programs and simbolic links for use in linking software against shared
comp-c-lintlib C language syntax checker.
comp-c-lintlib This package contains library description files for use with the lint(1)
comp-c-man
comp-c-man
comp-c-man
comp-c-man
comp-c-man
comp-c-man c89, c99, cc, gcc - C compilers
comp-c-man flex, lex - lexical analyzer generator
comp-c-man lint - C program validator
comp-c-man rpcgen - RPC stub generator
comp-c-man yacc - program parser generator
comp-c-man This package includes the manual pages sources for compilers and tools
comp-c-man for the C programming language:
comp-c-piclib This includes archives of position-independent object files which can be
comp-c-piclib system.
comp-c-piclib used to recreate the shared libraries distributed with the base NetBSD
comp-c-proflib This includes versions of system libraries for use in profiling user code.
comp-c-root This contains data files installed in /var and used by C language
comp-c-root programming utilities.
comp-c-share This contains data files installed in /usr/share and used by C language
comp-c-share language.
comp-c-share programming utilities, including user reference documents on the C
comp-c-shlib shared libraries for binary file utilities and machine opcodes
comp-c_locale-be Belgian language locale support for development utilities
comp-c_locale-ca Canadian language locale support for development utilities
comp-c_locale-cs Czech language locale support for development utilities
comp-c_locale-da Danish language locale support for development utilities
comp-c_locale-de German language locale support for development utilities
comp-c_locale-el Greek language locale support for development utilities
comp-c_locale-es Spanish language locale support for development utilities
comp-c_locale-et Estonian language locale support for development utilities
comp-c_locale-fi Finnish language locale support for development utilities
comp-c_locale-fr French language locale support for development utilities
comp-c_locale-gl Galician language locale support for development utilities
comp-c_locale-id Indonesian language locale support for development utilities
comp-c_locale-it Italian language locale support for development utilities
comp-c_locale-ja Japanese language locale support for development utilities
comp-c_locale-ko Korean language locale support for development utilities
comp-c_locale-nl Dutch language locale support for development utilities
comp-c_locale-nn Norwegian Nynorsk language locale support for development utilities
comp-c_locale-no Norwegian language locale support for development utilities
comp-c_locale-pl Polish language locale support for development utilities
comp-c_locale-pt_BR Portuguese Brazilian language locale support for development utilities
comp-c_locale-ro Romanian language locale support for development utilities
comp-c_locale-ru Russian language locale support for development utilities
comp-c_locale-sk Slovak language locale support for development utilities
comp-c_locale-sl Slovenian language locale support for development utilities
comp-c_locale-sr Suriname language locale support for development utilities
comp-c_locale-sv Swedish language locale support for development utilities
comp-c_locale-tr Turkish language locale support for development utilities
comp-c_locale-uk Ukranian language locale support for development utilities
comp-c_locale-zh_CN Chinese language locale support for development utilities
comp-c_locale-zh_TW Taiwanese language locale support for development utilities
comp-cvs-bin CVS is a version control system, which allows you to keep old versions
comp-cvs-bin allows triggers to enable/log/control various operations and works well
comp-cvs-bin but operates on hierarchical collections of directories consisting of
comp-cvs-bin does not just operate on one file at a time or one directory at a time,
comp-cvs-bin occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS
comp-cvs-bin of files (usually source code), keep a log of who, when, and why changes
comp-cvs-bin over a wide area network (see manual pages).
comp-cvs-bin the concurrent editing of source files among multiple authors. CVS
comp-cvs-bin version controlled files. CVS helps to manage releases and to control
comp-cvs-catman CVS does not just operate on one file at a time or one directory at a
comp-cvs-catman This contains groff-formatted manual pages for the CVS revision control
comp-cvs-catman changes occurred, etc., like RCS or SCCS. Unlike the simpler systems,
comp-cvs-catman of version controlled files. CVS helps to manage releases and to control
comp-cvs-catman system. CVS is a version control system which allows you to keep old
comp-cvs-catman the concurrent editing of source files among multiple authors. CVS allows
comp-cvs-catman time, but operates on hierarchical collections of directories consisting
comp-cvs-catman triggers to enable/log/control various operations and works well over a
comp-cvs-catman versions of files (usually source code), keep a log of who, when, and why
comp-cvs-catman wide area network (see manual pages).
comp-cvs-man CVS is a version control system which allows you to keep old versions of
comp-cvs-man This contains manual page groff source for the CVS revision control system.
comp-cvs-man concurrent editing of source files among multiple authors. CVS allows
comp-cvs-man controlled files. CVS helps to manage releases and to control the
comp-cvs-man files (usually source code), keep a log of who, when, and why changes
comp-cvs-man not just operate on one file at a time or one directory at a time, but
comp-cvs-man occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does
comp-cvs-man operates on hierarchical collections of directories consisting of version
comp-cvs-man triggers to enable/log/control various operations and works well over a
comp-cvs-man wide area network (see manual pages).
comp-cxx-bin
comp-cxx-bin c++, g++ - C++ compiler
comp-cxx-bin c++filt - tool for demangling C++ single function names
comp-cxx-bin flex++ - C++ lexical analyzser generator (a C++ version of flex)
comp-cxx-bin This package includes compilers and tools for the C++ programming language:
comp-cxx-catman
comp-cxx-catman c++, g++ - C++ compiler
comp-cxx-catman c++filt - tool for demangling C++ single function names
comp-cxx-catman flex++ - C++ lexical analyzser generator (a C++ version of flex)
comp-cxx-catman C++ programming language:
comp-cxx-catman This contains groff-formatted manual pages on compilers and tools for the
comp-cxx-include This contains header files for the C++ programming language.
comp-cxx-lib This contains library archives to build statically linked versions of C++
comp-cxx-lib libraries.
comp-cxx-lib programs and simbolic links for use in linking software against shared
comp-cxx-man
comp-cxx-man c++, g++ - C++ compiler
comp-cxx-man c++filt - tool for demangling C++ single function names
comp-cxx-man flex++ - C++ lexical analyzser generator (a C++ version of flex)
comp-cxx-man This contains the manual page source on compilers and tools for the C++
comp-cxx-man programming language:
comp-cxx-piclib This includes archives of position-independent object files which can be
comp-cxx-piclib system.
comp-cxx-piclib used to recreate the shared C++ libraries distributed with the base NetBSD
comp-cxx-proflib This includes versions of system libraries for use in profiling user C++
comp-cxx-proflib code.
comp-debug-bin
comp-debug-bin
comp-debug-bin
comp-debug-bin
comp-debug-bin -ftest-coverage. These options cause the compiler to insert
comp-debug-bin addr2line - translates program addresses into file names and line
comp-debug-bin execution profile of C, Pascal, or Fortran77 programs.
comp-debug-bin gcov - displays basic block profile / coverage data, if requested
comp-debug-bin gdb - is the GNU debugger. The purpose of a debugger such as GDB
comp-debug-bin gprof - displays call graph profile data. gprof produces an
comp-debug-bin how often each basic block is executed;
comp-debug-bin information in the executable to figure out which file name and
comp-debug-bin instrumentation into the object files it generates, which measure
comp-debug-bin is to allow you to see what is going on ``inside'' another program
comp-debug-bin it crashed;
comp-debug-bin line number are associated with a given address;
comp-debug-bin numbers. Given an address and an executable, it uses the debugging
comp-debug-bin via the C compiler gcc(1) command line options -fprofile-arcs and
comp-debug-bin while it executes, or what another program was doing at the moment
comp-debug-bin This package contains various C programming debugging utilities, such as:
comp-debug-catman
comp-debug-catman
comp-debug-catman
comp-debug-catman
comp-debug-catman -ftest-coverage. These options cause the compiler to insert
comp-debug-catman addr2line - translates program addresses into file names and line
comp-debug-catman execution profile of C, Pascal, or Fortran77 programs.
comp-debug-catman gcov - displays basic block profile / coverage data, if requested
comp-debug-catman gdb - is the GNU debugger. The purpose of a debugger such as GDB
comp-debug-catman gprof - displays call graph profile data. gprof produces an
comp-debug-catman how often each basic block is executed;
comp-debug-catman information in the executable to figure out which file name and
comp-debug-catman instrumentation into the object files it generates, which measure
comp-debug-catman is to allow you to see what is going on ``inside'' another program
comp-debug-catman it crashed;
comp-debug-catman line number are associated with a given address;
comp-debug-catman numbers. Given an address and an executable, it uses the debugging
comp-debug-catman via the C compiler gcc(1) command line options -fprofile-arcs and
comp-debug-catman while it executes, or what another program was doing at the moment
comp-debug-catman This package contains formatted manual pages on various C programming
comp-debug-catman debugging utilities, such as:
comp-debug-man
comp-debug-man
comp-debug-man
comp-debug-man
comp-debug-man -ftest-coverage. These options cause the compiler to insert
comp-debug-man addr2line - translates program addresses into file names and line
comp-debug-man execution profile of C, Pascal, or Fortran77 programs.
comp-debug-man gcov - displays basic block profile / coverage data, if requested
comp-debug-man gdb - is the GNU debugger. The purpose of a debugger such as GDB
comp-debug-man gprof - displays call graph profile data. gprof produces an
comp-debug-man how often each basic block is executed;
comp-debug-man information in the executable to figure out which file name and
comp-debug-man instrumentation into the object files it generates, which measure
comp-debug-man is to allow you to see what is going on ``inside'' another program
comp-debug-man it crashed;
comp-debug-man line number are associated with a given address;
comp-debug-man numbers. Given an address and an executable, it uses the debugging
comp-debug-man via the C compiler gcc(1) command line options -fprofile-arcs and
comp-debug-man while it executes, or what another program was doing at the moment
comp-debug-man This package contains the manual pages groff source on various C programming
comp-debug-man debugging utilities, such as:
comp-debug-sbin This package contains kgmon, a kernel debugging utility. kgmon is a tool
comp-debug-sbin extracts profile data from the operating system and produces a gmon.out
comp-debug-sbin file suitable for later analysis by gprof(1).
comp-debug-sbin kgmon indicates the state of operating system profiling as running, off,
comp-debug-sbin or not configured. (see config(8)) If the -p flag is specified, kgmon
comp-debug-sbin used when profiling the operating system. When no arguments are supplied,
comp-fortran-bin
comp-fortran-bin
comp-fortran-bin
comp-fortran-bin FORTRAN 77, also called F77). gcc processes input files through
comp-fortran-bin and F77 compilers are integrated; g77 is a program to call gcc
comp-fortran-bin asa - interpret carriage-control characters. The asa utility reads
comp-fortran-bin assembly, and linking. This manual page contains full descriptions
comp-fortran-bin contains summaries of some general-purpose options. For a fuller
comp-fortran-bin conventions into files formatted according to UNIX line printer
comp-fortran-bin conventions.
comp-fortran-bin explanation of the compiler, see gcc(1);
comp-fortran-bin f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
comp-fortran-bin files formatted according to Fortran's carriage control
comp-fortran-bin files sequentially, mapping FORTRAN carriage-control characters
comp-fortran-bin for only F77-specific aspects of the compiler, though it also
comp-fortran-bin fpr - print Fortran file utility. fpr is a filter that transforms
comp-fortran-bin one or more of four stages: prepro- cessing, compilation,
comp-fortran-bin output;
comp-fortran-bin to line-printer control sequences, and writes them to the standard
comp-fortran-bin with options to recognize programs written in Fortran (ANSI
comp-fortran-bin This package contains compilers and tools for the FORTRAN programming
comp-fortran-bin language, including the following:
comp-fortran-catman
comp-fortran-catman
comp-fortran-catman
comp-fortran-catman FORTRAN 77, also called F77). gcc processes input files through
comp-fortran-catman and F77 compilers are integrated; g77 is a program to call gcc
comp-fortran-catman asa - interpret carriage-control characters. The asa utility reads
comp-fortran-catman assembly, and linking. This manual page contains full descriptions
comp-fortran-catman contains summaries of some general-purpose options. For a fuller
comp-fortran-catman conventions into files formatted according to UNIX line printer
comp-fortran-catman conventions.
comp-fortran-catman explanation of the compiler, see gcc(1);
comp-fortran-catman f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
comp-fortran-catman files formatted according to Fortran's carriage control
comp-fortran-catman files sequentially, mapping FORTRAN carriage-control characters
comp-fortran-catman for only F77-specific aspects of the compiler, though it also
comp-fortran-catman fpr - print Fortran file utility. fpr is a filter that transforms
comp-fortran-catman one or more of four stages: prepro- cessing, compilation,
comp-fortran-catman output;
comp-fortran-catman to line-printer control sequences, and writes them to the standard
comp-fortran-catman with options to recognize programs written in Fortran (ANSI
comp-fortran-catman This package contains formatted manual pages for compilers and tools for
comp-fortran-catman the FORTRAN programming language, which include:
comp-fortran-lib FORTRAN programs and simbolic links for use in linking software against
comp-fortran-lib This contains library archives to build statically linked versions of
comp-fortran-lib shared libraries.
comp-fortran-man
comp-fortran-man
comp-fortran-man
comp-fortran-man FORTRAN 77, also called F77). gcc processes input files through
comp-fortran-man and F77 compilers are integrated; g77 is a program to call gcc
comp-fortran-man asa - interpret carriage-control characters. The asa utility reads
comp-fortran-man assembly, and linking. This manual page contains full descriptions
comp-fortran-man contains summaries of some general-purpose options. For a fuller
comp-fortran-man conventions into files formatted according to UNIX line printer
comp-fortran-man conventions.
comp-fortran-man explanation of the compiler, see gcc(1);
comp-fortran-man f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
comp-fortran-man files formatted according to Fortran's carriage control
comp-fortran-man files sequentially, mapping FORTRAN carriage-control characters
comp-fortran-man for only F77-specific aspects of the compiler, though it also
comp-fortran-man fpr - print Fortran file utility. fpr is a filter that transforms
comp-fortran-man one or more of four stages: prepro- cessing, compilation,
comp-fortran-man output;
comp-fortran-man to line-printer control sequences, and writes them to the standard
comp-fortran-man with options to recognize programs written in Fortran (ANSI
comp-fortran-man This package contains manual pages groff sources for compilers and tools for
comp-fortran-man the FORTRAN programming language, which include:
comp-fortran-piclib NetBSD system.
comp-fortran-piclib This includes archives of position-independent object files which can be
comp-fortran-piclib used to recreate the shared FORTRAN libraries distributed with the base
comp-fortran-proflib FORTRAN code.
comp-fortran-proflib This includes versions of system libraries for use in profiling user
comp-fortran-shlib Shared libraries for the FORTRAN programming language
comp-i18n-lib static libraries and shared library links for compiling applications with internationalisation support
comp-ipf-include header files for the IPfilter C API
comp-krb5-catman formatted manual pages for Kerberos V support
comp-krb5-include header files for Kerberos V support
comp-krb5-lib libraries to support Kerberos V compilation
comp-krb5-man source manual pages for Kerberos V support
comp-krb5-proflib profiling libraries for Kerberos V support
comp-krb5c-catman pre-formatted manual pages for Kerberos V C support
comp-objc-bin This contains the gcc backend for Objective C programming. With this
comp-objc-bin package installed, it is possible to compile Objective C programs with
comp-objc-bin the cc(1) or gcc(1) commands.
comp-objc-lib Objective C programs and simbolic links for use in linking software
comp-objc-lib This contains library archives to build statically linked versions of
comp-objc-lib against shared Objective C libraries.
comp-objc-piclib This includes archives of position-independent object files which can be
comp-objc-piclib base NetBSD system.
comp-objc-piclib used to recreate the shared Objective C libraries distributed with the
comp-objc-proflib Objective C code.
comp-objc-proflib This includes versions of system libraries for use in profiling user
comp-sys-catman This contains section 9 of the online manual pages for kernel programming,
comp-sys-catman of the kernel.
comp-sys-catman which describe APIs available for writing device drivers and other parts
comp-sys-man manual pages source for kernel programming
comp-sys-shlib shared library support for basic i386 math and utility libs
comp-sysutil-catman formatted manual pages for system utilities
comp-sysutil-man manual pages source for system utilities
comp-sysutil-root manual pages source for system utilities
comp-sysutil-sbin system utilities
comp-tpm-catman formated manual pages for the Trusted Platform Module libraries
comp-tpm-debug debugging symbols for the Trusted Platfor Module utilities and libraries
comp-tpm-htmlman HTML documentation for the Trusted Platform Module libraries
comp-tpm-lib libraries for the Trusted Platform Module
comp-tpm-man documentation for the Trusted Platform Module libraries
comp-util-bin programming utilities
comp-util-catman formatted manual pages for programming utilities
comp-util-man manual pages source for programming utilities
comp-util-sbin system development utilities
comp-util-share reference files for programming utilities
etc-amd-rc startup script for auto-mounter daemon
etc-audio-rc startup script for audio mixer control utility
etc-bind-etc configuration files for BIND DNS server
etc-bind-rc startup script for BIND DNS server
etc-bootserver-etc configuration files for diskless boot server utilities
etc-bootserver-rc startup script for diskless boot server utilities
etc-cron-log empty log file for cron(8)
etc-cron-rc startup script for cron(8) command scheduler
etc-cron-root root file system support for cron(8) command scheduler
etc-dhclient-etc configuration files for DHCP dyanamic host configuration protocol client utilities
etc-dhclient-rc startup script for DHCP dynamic host configuration protocol client
etc-dhcpd-rc startup script for DHCP dynamic host configuration protocol daemon
etc-extsrc-rc startup scripts for externally added programs
etc-games-etc configuration file for games
etc-games-scores empty score files for games
etc-ipf-rc startup script for IP filter
etc-iscsi-etc configuration files for the NetBSD iSCSI target
etc-iscsi-rc startup script for the NetBSD iSCSI target
etc-isdn-rc startup script for ISDN (Integrated Services Digital Network) network connectivity utilities
etc-krb5-rc startup script for the Kerberos V authentication service
etc-libsaslc-etc configuration file for SASL C library
etc-libsaslc-postfix configuration file for postfix SASL
etc-lpr-etc configuration file for printing services
etc-lpr-log empty log file for printing services
etc-lpr-rc startup script for printing services
etc-mail-etc configuration file for mail utilities
etc-mailwrapper-etc configuration files for the mailwrapper(8) program for multiple mailer support
etc-man-etc configuration files for the online manual pages
etc-net-etc configuration files for networking
etc-net-rc startup files for networking
etc-netutil-etc configuration files for network utilities
etc-netutil-log empty log files for networking utilities
etc-nfsserver-rc startup script for NFS network file system server utilities
etc-nis-rc startup script for the NIS network information system
etc-nis-root root file system support for the NIS network file system
etc-ntp-etc configuration files for the ntpd(8) Network Time Protocol server
etc-ntp-rc startup script for the ntpd(8) Network Time Protocol server
etc-pf-defaults default configuration for the PF packet filter
etc-pf-etc configuration files for the PF packet filter
etc-postfix-etc configuration file for the postfix mailer program
etc-postfix-rc startup script for the postfix mailer program
etc-ppp-rc startup script for the PPP point-to-point connection protocol
etc-root-root login configuration files for the user root
etc-router-etc configuration files for network routing
etc-router-rc startup scripts for routing services
etc-secsh-etc configuration file for SSH secure remote shell utility
etc-secsh-rc startup script for SSH secure remote shell utility
etc-sendmail-log empty log files for the sendmail(8) mailer
etc-sys-defaults default system startup configuration files
etc-sys-etc system software configuration files
etc-sys-log empty system log files
etc-sys-rc standard system startup scripts
etc-sys-root required root file system structure for system software
etc-sysutil-etc configuration files for miscellaneous system utilities
etc-sysutil-log empty log files for miscellaneous system utilities
etc-sysutil-rc startup scripts for miscellaneous system utilities
etc-timed-rc startup script for the timed(8) network time daemon
etc-util-etc configuration file for standard system utilities
etc-x11-rc startup scripts for the X11 X Window System
games-games-bin command line games
games-games-catman formatted manual pages for command-line games
games-games-man manual pages source for command-line games
games-games-root data and score files for command line games
games-games-share shared data files for command-line games
games-sys-root required root file system structure for configuration files
games-usd-doc miscellaneous documentation for games
games-utils-bin miscellaneous utilities from /usr/games
games-utils-catman formatted manual pages for miscellaneous utilities from /usr/games
games-utils-man manual pages source for miscellaneous utilities from /usr/games
games-utils-share shared data files for miscellaneous utilities from /usr/games
man-adosfs-catman formatted manual pages for AmigaDOS file system support
man-adosfs-man manual pages source for AmigaDOS file system support
man-amd-catman formatted manual pages for the amd(8) auto-mounting daemon
man-amd-info texinfo documentation for the amd(8) auto-mounting daemon
man-amd-man manual pages source for the amd(8) auto-mounting daemon
man-audio-catman formatted manual pages for utilities for playing and recording audio
man-audio-man manual pages source for utilities for playing and recording audio
man-bind-catman formatted manual pages for the bind(8) domain name server daemon
man-bind-man manual pages source for the bind(8) domain name server daemon
man-bootserver-catman formatted manual pages for utilities to support remote booting of diskless workstations
man-bootserver-man manual pages source for utilities to support remote booting of diskless workstations
man-c-catman formatted manual pages for the C programming language
man-c-info the GNU texinfo software
man-c-man manual pages source for the C programming language
man-computil-info texinfo documentation for compiler utilities
man-cron-catman formatted manual pages for the cron(8) command scheduler
man-cron-man manual pages source for the cron(8) command scheduler
man-crypto-catman formatted manual pages for cryptographic utilities
man-crypto-man manual pages source for cryptographic utilities
man-cvs-info texinfo documentation for the CVS version control system
man-cxx-info texinfo documentation for the C++ programming language
man-debug-catman formatted manual pages for debugging utilities
man-debug-info texinfo documentation for debugging utilities
man-debug-man manual pages source for debugging utilities
man-dhclient-catman formatted manual pages for DHCP (dynamic host configuration protocol) client utilities
man-dhclient-man manual pages source for DHCP (dynamic host configuration protocol) client utilities
man-dhcpd-catman formatted manual pages for DHCP (dynamic host configuration protocol) server utilities
man-dhcpd-man manual pages source for DHCP (dynamic host configuration protocol) server utilities
man-efs-catman formatted manual pages for the Silicon Graphics EFS file system support
man-efs-man manual pages source for the Silicon Graphics EFS file system support
man-ext2fs-catman formatted manual pages for the Linux ext2fx file system support
man-ext2fs-man manual pages source for the Linux ext2fx file system support
man-filecorefs-catman formatted manual pages Acorn FileCore file system support
man-filecorefs-man manual pages source Acorn FileCore file system support
man-fortran-info texinfo documentation for the FORTRAN programming language
man-games-catman formatted manual pages for games
man-games-man manual pages source for games
man-gnats-catman formatted manual pages for the GNATS bug reported system
man-gnats-info texinfo documentation for the GNATS bug reported system
man-gnats-man manual pages source for the GNATS bug reported system
man-groff-catman formatted manual pages for the groff documentation formatting utility
man-groff-man manual pages source for the groff documentation formatting utility
man-hesiod-catman formatted manual pages for the HESIOD network information system
man-hesiod-man manual pages source for the HESIOD network information system
man-hfs-catman formatted manual pages for the HFS file system
man-hfs-man manual pages source for the HFS file system
man-info-share required file system structure for GNU texinfo documentation
man-ipf-catman formatted manual pages for the IPfilter packet filtering software
man-ipf-man manual pages source for the IPfilter packet filtering software
man-iscsi-catman formatted manual pages for NetBSD iSCSI target
man-iscsi-man manual pages source for NetBSD iSCSI target
man-isdn-catman formatted manual pages for ISDN (Integrated Services Data Networking) support
man-isdn-man manual pages source for ISDN (Integrated Services Data Networking) support
man-krb5-catman formatted manual pages for the Kerberos V network authentication system
man-krb5-info the GNU texinfo software
man-krb5-man manual pages source for the Kerberos V network authentication system
man-locale-catman formatted manual pages for locale support utilities
man-locale-man manual pages source for locale support utilities
man-lpr-catman formatted manual pages for printing support
man-lpr-man manual pages source for printing support
man-mail-catman formatted manual pages for mail utilities
man-mail-man manual pages source for mail utilities
man-mailwrapper-catman formatted manual pages for the mailwrapper(8) program for multiple mailer support
man-mailwrapper-man manual pages source for the mailwrapper(8) program for multiple mailer support
man-man-catman formatted manual pages for the utilities for viewing the online manual
man-man-man manual pages source for the utilities for viewing the online manual
man-miscfs-catman the GNU texinfo software
man-miscfs-man manual pages sources for miscellaneous file system support
man-net-catman formatted manual pages for networking support
man-net-man manual pages source for networking support
man-netutil-catman formatted manual pages for networking utilities
man-netutil-man manual pages source for networking utilities
man-nfsclient-catman formatted manual pages for NFS (network file system) client utilities
man-nfsclient-man manual pages source for NFS (network file system) client utilities
man-nfsserver-catman formatted manual pages for NFS (network file system) server utilities
man-nfsserver-man manual pages source for NFS (network file system) server utilities
man-nis-catman formatted manual pages for the NIS network information system utilities
man-nis-man manual pages source for the NIS network information system utilities
man-ntfs-catman formatted manual pages for the Windows NT file system support
man-ntfs-man manual pages source for the Windows NT file system support
man-ntp-catman formatted manual pages for the network time protocol utilities
man-ntp-man manual pages source for the network time protocol utilities
man-pf-catman formatted manual pages for the PF packet filter
man-pf-man manual page source for the PF packet filter
man-pkgutil-catman formatted manual pages for the package system utilities
man-pkgutil-man manual pages source for the package system utilities
man-postfix-catman formatted manual pages for the postfix mailer
man-postfix-man manual pages source for the postfix mailer
man-ppp-catman formatted manual pages for the ppp point-to-point connection protocol
man-ppp-man manual pages source for the ppp point-to-point connection protocol
man-rc-catman formatted manual pages for system startup scripts
man-rc-man manual pages source for system startup scripts
man-rcs-catman formatted manual pages for the rcs(1) revision control system
man-rcs-man manual pages source for the rcs(1) revision control system
man-reference-catman formatted manual pages for miscellaneous system- and non-system-related reference documents
man-reference-man manual pages source for miscellaneous system- and non-system-related reference documents
man-router-catman formatted manual pages for routing utilities
man-router-man manual pages source for routing utilities
man-rpcserver-catman formatted manual pages for RPC server utility
man-rpcserver-man manual pages source for RPC server utility
man-rpcutil-catman formatted manual pages for RPC utility
man-rpcutil-man manual pages source for RPC utility
man-secsh-catman formatted manual pages for the ssh(1) remote secure shell connection utility
man-secsh-man manual pages source for the ssh(1) remote secure shell connection utility
man-shlib-catman formatted manual pages for shared library support
man-shlib-man manual pages source for shared library support
man-slip-catman formatted manual pages for SLIP (serial line IP) remote access protocol
man-slip-man manual pages source for SLIP (serial line IP) remote access protocol
man-smbfs-catman formatted manual pages for SMB filesystem
man-smbfs-man source manual pages for SMB filesystem
man-sup-catman formatted manual pages for the sup(8) software update protocol
man-sup-man manual pages source for the sup(8) software update protocol
man-sys-catman formatted manual pages for base operating system functionality
man-sys-info the GNU texinfo software
man-sys-man manual pages source for base operating system functionality
man-sys-root required root file system structure for manual pages
man-sysutil-catman formatted manual pages for system utilities
man-sysutil-man manual pages source for system utilities
man-texinfo-catman formatted manual pages for texinfo utilities
man-texinfo-info texinfo documentation for texinfo utilities
man-texinfo-man source manual pages for texinfo utilities
man-timed-catman formatted manual pages for the timed(8) network time daemon
man-timed-man manual pages source for the timed(8) network time daemon
man-tn3270-catman formatted manual pages for utilities for connecting to IBM VM/CMS systems
man-tn3270-man manual pages source for utilities for connecting to IBM VM/CMS systems
man-tpm-catman formated manual pages for the Trusted Platform Module utilities
man-tpm-htmlman HTML documentation for the Trusted Platform Module utilities
man-tpm-man documentation for the Trusted Platform Module utilities
man-util-catman formatted manual pages for basic user utilities
man-util-info the GNU texinfo software
man-util-man manual pages source for basic user utilities
misc-amd-examples example configuration files for automatically mount file systems
misc-bind-examples example configuration files for bind
misc-bind-htmldoc HTML documentation for bind
misc-crypto-examples example configuration files for cryptographic software
misc-dhcpd-examples example configuration files for dhcpd(8)
misc-fstab-examples example configuration files for file system tables
misc-ipf-examples example configuration files for IPfilter
misc-isdn-examples example configuration files for isdn
misc-krb5-examples example configuration files for Kerberos5
misc-libsaslc-examples example configuration files for libsaslc
misc-netutil-examples example configuration files for network software
misc-ntp-htmldoc HTML documentation for ntp(8) software
misc-pf-examples example configuration files for the PF packet filter
misc-ntp-htmldoc HTML documentation for NTP
misc-postfix-examples example configuration files for postfix
misc-postfix-htmldoc HTML documentation for postfix
misc-psd-doc the Programmer's Supplementary Documentation for BSD
misc-reference-share miscellaneous reference documents
misc-router-examples example configuration files for routing daemons
misc-smm-doc the System Manager's Manual for BSD
misc-sup-examples example configuration files for sup(8)
misc-sys-examples example configuration files for kernel functionality
misc-sysutil-examples example configuration files for system utilities
misc-usd-doc the User's Supplementary Documents for BSD
misc-util-htmldoc HTML documentation for miscellaneous utilities
text-groff-bin Groff (GNU Troff) is a document processor which reads plain text mixed
text-groff-bin with formatting commands and produces formatted output. Included in this
text-groff-bin release are implementations of troff, pic, eqn, tbl, refer, the -man
text-groff-bin macros and the -ms macros, and drivers for PostScript, TeX dvi format, HP
text-groff-bin LaserJet 4 printers, HTML format (still alpha), and typewriter-like
text-groff-bin devices. Also included is a modified version of the Berkeley -me macros,
text-groff-bin an enhanced version of the X11 xditview previewer, and an implementation
text-groff-bin of the -mm macros.
text-groff-catman This package contains manual page sources for the groff family of text
text-groff-catman formatters. As described in the DESCR file for text-groff-catman, the
text-groff-catman online manual pages for groff contain information about the following
text-groff-catman groff-related utilities:
text-groff-catman
text-groff-catman grog - grog reads files and guesses which of the groff(1) options
text-groff-catman -e, -man, -me, -mm, -ms, -p, -s, and -t are required for
text-groff-catman printing files, and prints the groff command including those
text-groff-catman options on the standard output;
text-groff-catman
text-groff-catman troff - describes the GNU version of troff, which is part of the
text-groff-catman groff document formatting system;
text-groff-catman
text-groff-catman tbl - tbl compiles descriptions of tables embedded within troff
text-groff-catman input files into commands that are understood by troff;
text-groff-catman
text-groff-catman pic - pic compiles descriptions of pictures embedded within
text-groff-catman troff or TeX input files into commands that are understood by
text-groff-catman TeX or troff;
text-groff-catman
text-groff-catman eqn - compiles descriptions of equations embedded within troff
text-groff-catman input files into commands that are understood by troff
text-groff-catman
text-groff-catman soelim - eliminate .so directives from nroff input
text-groff-catman
text-groff-catman refer - preprocess bibliographic references for groff
text-groff-catman
text-groff-catman grops - translates the output of GNU troff to PostScript
text-groff-catman
text-groff-catman grodvi - convert groff output to TeX dvi format
text-groff-catman
text-groff-catman grotty - translates the output of GNU troff into a form
text-groff-catman suitable for typewriter-like devices
text-groff-catman
text-groff-catman groff_font - format of groff device and font description files
text-groff-catman
text-groff-catman groff_out - groff intermediate output format
text-groff-catman
text-groff-catman groff_ms, ms - groff ms macros
text-groff-catman
text-groff-catman me - macros for formatting technical papers
text-groff-catman
text-groff-catman groff_char - lists the standard groff input characters
text-groff-catman
text-groff-font
text-groff-font This package contains groff font description files. The font files for
text-groff-font device <name> are stored in a directory 'dev<name>'. There are two types
text-groff-font of files per device: a device description file called DESC and for each
text-groff-font font F a font file called F. These are text files; there is no associated
text-groff-font binary format. Available devices are:
text-groff-font X100 For a 100dpi X11 previewer
text-groff-font X75 For a 75 dpi X11 previewer
text-groff-font ascii For typewriter-like devices
text-groff-font dvi For TeX dvi format
text-groff-font latin1 For typewriter-like devices using the ISO Latin-1
text-groff-font character set.
text-groff-font ps For PostScript printers and previewers
text-groff-man This package contains manual page sources for the groff family of text
text-groff-man formatters. As described in the DESCR file for text-groff-catman, the
text-groff-man online manual pages for groff contain information about the following
text-groff-man groff-related utilities:
text-groff-man
text-groff-man grog - grog reads files and guesses which of the groff(1) options
text-groff-man -e, -man, -me, -mm, -ms, -p, -s, and -t are required for
text-groff-man printing files, and prints the groff command including those
text-groff-man options on the standard output;
text-groff-man
text-groff-man troff - describes the GNU version of troff, which is part of the
text-groff-man groff document formatting system;
text-groff-man
text-groff-man tbl - tbl compiles descriptions of tables embedded within troff
text-groff-man input files into commands that are understood by troff;
text-groff-man
text-groff-man pic - pic compiles descriptions of pictures embedded within
text-groff-man troff or TeX input files into commands that are understood by
text-groff-man TeX or troff;
text-groff-man
text-groff-man eqn - compiles descriptions of equations embedded within troff
text-groff-man input files into commands that are understood by troff
text-groff-man
text-groff-man soelim - eliminate .so directives from nroff input
text-groff-man
text-groff-man refer - preprocess bibliographic references for groff
text-groff-man
text-groff-man grops - translates the output of GNU troff to PostScript
text-groff-man
text-groff-man grodvi - convert groff output to TeX dvi format
text-groff-man
text-groff-man grotty - translates the output of GNU troff into a form
text-groff-man suitable for typewriter-like devices
text-groff-man
text-groff-man groff_font - format of groff device and font description files
text-groff-man
text-groff-man groff_out - groff intermediate output format
text-groff-man
text-groff-man groff_ms, ms - groff ms macros
text-groff-man
text-groff-man me - macros for formatting technical papers
text-groff-man
text-groff-man groff_char - lists the standard groff input characters
text-groff-man
text-groff-share This package contains groff macros and data files for the macro sets
text-groff-share distributed with groff. These include:
text-groff-share man - wrapper for the man.old and mandoc macro sets for
text-groff-share displaying/printing the online manual pages;
text-groff-share man.old - old style manual page macros;
text-groff-share mandoc - a set of content-based and domain-based macros used to
text-groff-share format the BSD manual pages;
text-groff-share me, mm - formatting facility for technical papers in various
text-groff-share formats; mm has supports macro output in various languages other
text-groff-share than English;
text-groff-share mmse - example macro set file which generates macro output in
text-groff-share Swedish language;
text-groff-share ms - the Manuscript macros, set of macros for writing manuscripts;
text-texinfo-bin the GNU texinfo software
text-texinfo-share shared files for the GNU texinfo software
|