Remove the catman sets support

Remnant of MKCATPAGES
This commit is contained in:
kamil 2020-11-09 12:12:08 +00:00
parent 312a1f515d
commit 4189359aaa
182 changed files with 6 additions and 645 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2004/06/30 03:37:37 jmc Exp $
# $NetBSD: Makefile,v 1.4 2020/11/09 12:12:08 kamil Exp $
SUBDIR += comp-c-bin
SUBDIR += comp-c-catman
SUBDIR += comp-c-include
SUBDIR += comp-c-lib
SUBDIR += comp-c-lintlib
@ -11,34 +10,28 @@ SUBDIR += comp-c-proflib
SUBDIR += comp-c-root
SUBDIR += comp-c-share
SUBDIR += comp-cxx-bin
SUBDIR += comp-cxx-catman
SUBDIR += comp-cxx-include
SUBDIR += comp-cxx-lib
SUBDIR += comp-cxx-man
SUBDIR += comp-cxx-piclib
SUBDIR += comp-cxx-proflib
SUBDIR += comp-debug-bin
SUBDIR += comp-debug-catman
SUBDIR += comp-debug-man
SUBDIR += comp-debug-sbin
SUBDIR += comp-fortran-bin
SUBDIR += comp-fortran-catman
SUBDIR += comp-fortran-lib
SUBDIR += comp-fortran-man
SUBDIR += comp-fortran-piclib
SUBDIR += comp-fortran-proflib
SUBDIR += comp-sys-catman
SUBDIR += comp-sys-man
SUBDIR += comp-objc-bin
SUBDIR += comp-objc-lib
SUBDIR += comp-objc-piclib
SUBDIR += comp-objc-proflib
SUBDIR += comp-sysutil-catman
SUBDIR += comp-sysutil-man
SUBDIR += comp-sysutil-root
SUBDIR += comp-sysutil-sbin
SUBDIR += comp-util-bin
SUBDIR += comp-util-catman
SUBDIR += comp-util-man
SUBDIR += comp-util-share
SUBDIR += comp-i18n-lib

View File

@ -1 +0,0 @@
formatted manual pages

View File

@ -1,12 +0,0 @@
This package includes formatted manual pages for compilers and tools for
the C programming language:
c89, c99, cc, gcc - C compilers
flex, lex - lexical analyzer generator
lint - C program validator
rpcgen - RPC stub generator
yacc - parser generator

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:35 jmc Exp $
PKGBASE=comp-c-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the CVS version control system

View File

@ -1,10 +0,0 @@
This contains groff-formatted man pages for the CVS revision control
system. CVS is a version control system which allows you to keep old
versions of files (usually source code), keep a log of who, when, and why
changes occurred, etc., like RCS or SCCS. Unlike the simpler systems,
CVS does not just operate on one file at a time or one directory at a
time, but operates on hierarchical collections of directories consisting
of version controlled files. CVS helps to manage releases and to control
the concurrent editing of source files among multiple authors. CVS allows
triggers to enable/log/control various operations and works well over a
wide area network (see man pages).

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:36 jmc Exp $
PKGBASE=comp-cvs-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for the C++ programming language

View File

@ -1,6 +0,0 @@
This contains groff-formatted man pages on compilers and tools for the
C++ programming language:
c++, g++ - C++ compiler
c++filt - tool for demangling C++ single function names
flex++ - C++ lexical analyzser generator (a C++ version of flex)

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:35 jmc Exp $
PKGBASE=comp-cxx-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for debugging utilities

View File

@ -1,21 +0,0 @@
This package contains formatted man pages on various C programming
debugging utilities, such as:
addr2line - translates program addresses into file names and line
numbers. Given an address and an executable, it uses the debugging
information in the executable to figure out which file name and
line number are associated with a given address;
gcov - displays basic block profile / coverage data, if requested
via the C compiler gcc(1) command line options -fprofile-arcs and
-ftest-coverage. These options cause the compiler to insert
instrumentation into the object files it generates, which measure
how often each basic block is executed;
gdb - is the GNU debugger. The purpose of a debugger such as GDB
is to allow you to see what is going on ``inside'' another program
while it executes, or what another program was doing at the moment
it crashed;
gprof - displays call graph profile data. gprof produces an
execution profile of C, Pascal, or Fortran77 programs.

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:36 jmc Exp $
PKGBASE=comp-debug-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for the FORTRAN programming language

View File

@ -1,22 +0,0 @@
This package contains formatted manual pages for compilers and tools for
the FORTRAN programming language, which include:
asa - interpret carriage-control characters. The asa utility reads
files sequentially, mapping FORTRAN carriage-control characters
to line-printer control sequences, and writes them to the standard
output;
f77, fort77, g77 - GNU project Fortran Compiler (v0.5.24). The C
and F77 compilers are integrated; g77 is a program to call gcc
with options to recognize programs written in Fortran (ANSI
FORTRAN 77, also called F77). gcc processes input files through
one or more of four stages: prepro- cessing, compilation,
assembly, and linking. This man page contains full descriptions
for only F77-specific aspects of the compiler, though it also
contains summaries of some general-purpose options. For a fuller
explanation of the compiler, see gcc(1);
fpr - print Fortran file utility. fpr is a filter that transforms
files formatted according to Fortran's carriage control
conventions into files formatted according to UNIX line printer
conventions.

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:36 jmc Exp $
PKGBASE=comp-fortran-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for kernel programming

View File

@ -1,3 +0,0 @@
This contains section 9 of the online manual pages for kernel programming,
which describe APIs available for writing device drivers and other parts
of the kernel.

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:37 jmc Exp $
PKGBASE=comp-sys-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for system utilities

View File

@ -1 +0,0 @@
formatted manual pages for system utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:37 jmc Exp $
PKGBASE=comp-sysutil-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for programming utilities

View File

@ -1 +0,0 @@
formatted manual pages for programming utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:37 jmc Exp $
PKGBASE=comp-util-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1,12 +1,10 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
# $NetBSD: Makefile,v 1.3 2020/11/09 12:12:09 kamil Exp $
SUBDIR+=games-games-bin
SUBDIR+=games-games-catman
SUBDIR+=games-games-man
SUBDIR+=games-games-root
SUBDIR+=games-games-share
SUBDIR+=games-utils-bin
SUBDIR+=games-utils-catman
SUBDIR+=games-utils-man
SUBDIR+=games-utils-share

View File

@ -1 +0,0 @@
formatted manual pages for command-line games

View File

@ -1 +0,0 @@
formatted manual pages for command-line games

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=games-games-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for miscellaneous utilities from /usr/games

View File

@ -1 +0,0 @@
formatted man pages for miscellaneous utilities from /usr/games

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=games-utils-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1,113 +1,65 @@
# $NetBSD: Makefile,v 1.8 2018/09/23 08:26:00 maxv Exp $
# $NetBSD: Makefile,v 1.9 2020/11/09 12:12:10 kamil Exp $
SUBDIR+=man-adosfs-catman
SUBDIR+=man-adosfs-man
SUBDIR+=man-amd-catman
SUBDIR+=man-amd-info
SUBDIR+=man-amd-man
SUBDIR+=man-audio-catman
SUBDIR+=man-audio-man
SUBDIR+=man-bind-catman
SUBDIR+=man-bind-man
SUBDIR+=man-bootserver-catman
SUBDIR+=man-bootserver-man
SUBDIR+=man-c-catman
SUBDIR+=man-c-info
SUBDIR+=man-c-man
SUBDIR+=man-computil-info
SUBDIR+=man-cron-catman
SUBDIR+=man-cron-man
SUBDIR+=man-crypto-catman
SUBDIR+=man-crypto-man
SUBDIR+=man-cvs-info
SUBDIR+=man-cxx-info
SUBDIR+=man-debug-catman
SUBDIR+=man-debug-info
SUBDIR+=man-debug-man
SUBDIR+=man-dhcpd-catman
SUBDIR+=man-dhcpd-man
SUBDIR+=man-ext2fs-catman
SUBDIR+=man-ext2fs-man
SUBDIR+=man-filecorefs-catman
SUBDIR+=man-filecorefs-man
SUBDIR+=man-fortran-info
SUBDIR+=man-games-catman
SUBDIR+=man-games-man
SUBDIR+=man-gnats-catman
SUBDIR+=man-gnats-info
SUBDIR+=man-gnats-man
SUBDIR+=man-groff-catman
SUBDIR+=man-groff-man
SUBDIR+=man-hesiod-catman
SUBDIR+=man-hesiod-man
SUBDIR+=man-info-share
SUBDIR+=man-ipf-catman
SUBDIR+=man-ipf-man
SUBDIR+=man-krb5-catman
SUBDIR+=man-krb5-info
SUBDIR+=man-krb5-man
SUBDIR+=man-locale-catman
SUBDIR+=man-locale-man
SUBDIR+=man-lpr-catman
SUBDIR+=man-lpr-man
SUBDIR+=man-mail-catman
SUBDIR+=man-mail-man
SUBDIR+=man-mailwrapper-catman
SUBDIR+=man-mailwrapper-man
SUBDIR+=man-man-catman
SUBDIR+=man-man-man
SUBDIR+=man-miscfs-catman
SUBDIR+=man-miscfs-man
SUBDIR+=man-net-catman
SUBDIR+=man-net-man
SUBDIR+=man-netutil-catman
SUBDIR+=man-netutil-man
SUBDIR+=man-nfsclient-catman
SUBDIR+=man-nfsclient-man
SUBDIR+=man-nfsserver-catman
SUBDIR+=man-nfsserver-man
SUBDIR+=man-nis-catman
SUBDIR+=man-nis-man
SUBDIR+=man-ntfs-catman
SUBDIR+=man-ntfs-man
SUBDIR+=man-ntp-catman
SUBDIR+=man-ntp-man
SUBDIR+=man-pkgutil-catman
SUBDIR+=man-pkgutil-man
SUBDIR+=man-postfix-catman
SUBDIR+=man-postfix-man
SUBDIR+=man-ppp-catman
SUBDIR+=man-ppp-man
SUBDIR+=man-rc-catman
SUBDIR+=man-rc-man
SUBDIR+=man-rcs-catman
SUBDIR+=man-rcs-man
SUBDIR+=man-reference-catman
SUBDIR+=man-reference-man
SUBDIR+=man-router-catman
SUBDIR+=man-router-man
SUBDIR+=man-secsh-catman
SUBDIR+=man-secsh-man
SUBDIR+=man-sendmail-catman
SUBDIR+=man-sendmail-man
SUBDIR+=man-shlib-catman
SUBDIR+=man-shlib-man
SUBDIR+=man-slip-catman
SUBDIR+=man-slip-man
SUBDIR+=man-sup-catman
SUBDIR+=man-sup-man
SUBDIR+=man-sys-catman
SUBDIR+=man-sys-info
SUBDIR+=man-sys-man
SUBDIR+=man-sysutil-catman
SUBDIR+=man-sysutil-man
SUBDIR+=man-texinfo-info
SUBDIR+=man-timed-catman
SUBDIR+=man-timed-man
SUBDIR+=man-util-catman
SUBDIR+=man-util-info
SUBDIR+=man-util-man
SUBDIR+=man-uucp-catman
SUBDIR+=man-uucp-info
SUBDIR+=man-uucp-man

View File

@ -1 +0,0 @@
formatted manual pages for AmigaDOS file system support

View File

@ -1 +0,0 @@
formatted manual pages for AmigaDOS file system support

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=man-adosfs-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the amd(8) auto-mounting daemon

View File

@ -1 +0,0 @@
formatted man pages for the amd(8) auto-mounting daemon

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=man-amd-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for utilities for playing and recording audio

View File

@ -1 +0,0 @@
formatted man pages for utilities for playing and recording audio

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=man-audio-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for the bind(8) domain name server daemon

View File

@ -1 +0,0 @@
formatted manual pages for the bind(8) domain name server daemon

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=man-bind-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for utilities to support remote booting of diskless workstations

View File

@ -1 +0,0 @@
formatted man pages for utilities to support remote booting of diskless workstations

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:43 jmc Exp $
PKGBASE=man-bootserver-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for the C programming language

View File

@ -1 +0,0 @@
formatted manual pages for the C programming language

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-c-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the cron(8) command scheduler

View File

@ -1 +0,0 @@
formatted man pages for the cron(8) command scheduler

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-cron-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for cryptographic utilities

View File

@ -1 +0,0 @@
formatted manual pages for cryptographic utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-crypto-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted manual pages for debugging utilities

View File

@ -1 +0,0 @@
formatted manual pages for debugging utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-debug-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for DHCP (dynamic host configuration protocol) server utilities

View File

@ -1 +0,0 @@
formatted man pages for DHCP (dynamic host configuration protocol) server utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-dhcpd-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the Linux ext2 file system support

View File

@ -1 +0,0 @@
formatted man pages for the Linux ext2 file system support

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-ext2fs-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages Acorn FileCore file system support

View File

@ -1 +0,0 @@
formatted man pages Acorn FileCore file system support

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-filecorefs-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for games

View File

@ -1 +0,0 @@
formatted man pages for games

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-games-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the GNATS bug reported system

View File

@ -1 +0,0 @@
formatted man pages for the GNATS bug reported system

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-gnats-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the groff documentation formatting utility

View File

@ -1 +0,0 @@
formatted man pages for the groff documentation formatting utility

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:44 jmc Exp $
PKGBASE=man-groff-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the HESIOD network information system

View File

@ -1 +0,0 @@
formatted man pages for the HESIOD network information system

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-hesiod-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the IPfilter packet filtering software

View File

@ -1 +0,0 @@
formatted man pages for the IPfilter packet filtering software

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-ipf-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the Kerberos V network authentication system

View File

@ -1 +0,0 @@
formatted man pages for the Kerberos V network authentication system

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-krb5-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for locale support utilities

View File

@ -1 +0,0 @@
formatted man pages for locale support utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-locale-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for printing support

View File

@ -1 +0,0 @@
formatted man pages for printing support

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-lpr-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for mail utilities

View File

@ -1 +0,0 @@
formatted man pages for mail utilities

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $
PKGBASE=man-mail-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the mailwrapper(8) program for multiple mailer support

View File

@ -1 +0,0 @@
formatted man pages for the mailwrapper(8) program for multiple mailer support

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $
PKGBASE=man-mailwrapper-catman
TINY_VERSION=0
.include "../../../mk/bsd.syspkg.mk"

View File

@ -1 +0,0 @@
formatted man pages for the utilities for viewing the online manual

Some files were not shown because too many files have changed in this diff Show More