diff --git a/distrib/syspkg/sets/comp/Makefile b/distrib/syspkg/sets/comp/Makefile index 424ae09edf38..fb51ab9ba0e9 100644 --- a/distrib/syspkg/sets/comp/Makefile +++ b/distrib/syspkg/sets/comp/Makefile @@ -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 diff --git a/distrib/syspkg/sets/comp/comp-c-catman/COMMENT b/distrib/syspkg/sets/comp/comp-c-catman/COMMENT deleted file mode 100644 index a095e6deef5f..000000000000 --- a/distrib/syspkg/sets/comp/comp-c-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages diff --git a/distrib/syspkg/sets/comp/comp-c-catman/DESCR b/distrib/syspkg/sets/comp/comp-c-catman/DESCR deleted file mode 100644 index c77e0fd6c259..000000000000 --- a/distrib/syspkg/sets/comp/comp-c-catman/DESCR +++ /dev/null @@ -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 diff --git a/distrib/syspkg/sets/comp/comp-c-catman/Makefile b/distrib/syspkg/sets/comp/comp-c-catman/Makefile deleted file mode 100644 index 81ff0a48b79b..000000000000 --- a/distrib/syspkg/sets/comp/comp-c-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-cvs-catman/COMMENT b/distrib/syspkg/sets/comp/comp-cvs-catman/COMMENT deleted file mode 100644 index 5c3ff285e849..000000000000 --- a/distrib/syspkg/sets/comp/comp-cvs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the CVS version control system diff --git a/distrib/syspkg/sets/comp/comp-cvs-catman/DESCR b/distrib/syspkg/sets/comp/comp-cvs-catman/DESCR deleted file mode 100644 index 3b9dc81c6390..000000000000 --- a/distrib/syspkg/sets/comp/comp-cvs-catman/DESCR +++ /dev/null @@ -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). diff --git a/distrib/syspkg/sets/comp/comp-cvs-catman/Makefile b/distrib/syspkg/sets/comp/comp-cvs-catman/Makefile deleted file mode 100644 index dd0cf11619ed..000000000000 --- a/distrib/syspkg/sets/comp/comp-cvs-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-cxx-catman/COMMENT b/distrib/syspkg/sets/comp/comp-cxx-catman/COMMENT deleted file mode 100644 index a6731789d1fe..000000000000 --- a/distrib/syspkg/sets/comp/comp-cxx-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the C++ programming language diff --git a/distrib/syspkg/sets/comp/comp-cxx-catman/DESCR b/distrib/syspkg/sets/comp/comp-cxx-catman/DESCR deleted file mode 100644 index a5d3cbd037d7..000000000000 --- a/distrib/syspkg/sets/comp/comp-cxx-catman/DESCR +++ /dev/null @@ -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) diff --git a/distrib/syspkg/sets/comp/comp-cxx-catman/Makefile b/distrib/syspkg/sets/comp/comp-cxx-catman/Makefile deleted file mode 100644 index e90b8119e863..000000000000 --- a/distrib/syspkg/sets/comp/comp-cxx-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-debug-catman/COMMENT b/distrib/syspkg/sets/comp/comp-debug-catman/COMMENT deleted file mode 100644 index 147840e26d40..000000000000 --- a/distrib/syspkg/sets/comp/comp-debug-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for debugging utilities diff --git a/distrib/syspkg/sets/comp/comp-debug-catman/DESCR b/distrib/syspkg/sets/comp/comp-debug-catman/DESCR deleted file mode 100644 index 8b1c1a6b1527..000000000000 --- a/distrib/syspkg/sets/comp/comp-debug-catman/DESCR +++ /dev/null @@ -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. diff --git a/distrib/syspkg/sets/comp/comp-debug-catman/Makefile b/distrib/syspkg/sets/comp/comp-debug-catman/Makefile deleted file mode 100644 index 59d4809ecf2c..000000000000 --- a/distrib/syspkg/sets/comp/comp-debug-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-fortran-catman/COMMENT b/distrib/syspkg/sets/comp/comp-fortran-catman/COMMENT deleted file mode 100644 index 36af856b133c..000000000000 --- a/distrib/syspkg/sets/comp/comp-fortran-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the FORTRAN programming language diff --git a/distrib/syspkg/sets/comp/comp-fortran-catman/DESCR b/distrib/syspkg/sets/comp/comp-fortran-catman/DESCR deleted file mode 100644 index e97ae707b6a8..000000000000 --- a/distrib/syspkg/sets/comp/comp-fortran-catman/DESCR +++ /dev/null @@ -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. diff --git a/distrib/syspkg/sets/comp/comp-fortran-catman/Makefile b/distrib/syspkg/sets/comp/comp-fortran-catman/Makefile deleted file mode 100644 index b194681a87c4..000000000000 --- a/distrib/syspkg/sets/comp/comp-fortran-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-sys-catman/COMMENT b/distrib/syspkg/sets/comp/comp-sys-catman/COMMENT deleted file mode 100644 index eaac9494032c..000000000000 --- a/distrib/syspkg/sets/comp/comp-sys-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for kernel programming diff --git a/distrib/syspkg/sets/comp/comp-sys-catman/DESCR b/distrib/syspkg/sets/comp/comp-sys-catman/DESCR deleted file mode 100644 index 0da95bb272ad..000000000000 --- a/distrib/syspkg/sets/comp/comp-sys-catman/DESCR +++ /dev/null @@ -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. diff --git a/distrib/syspkg/sets/comp/comp-sys-catman/Makefile b/distrib/syspkg/sets/comp/comp-sys-catman/Makefile deleted file mode 100644 index cb91afbdd0f3..000000000000 --- a/distrib/syspkg/sets/comp/comp-sys-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-sysutil-catman/COMMENT b/distrib/syspkg/sets/comp/comp-sysutil-catman/COMMENT deleted file mode 100644 index 6d4b100b9d7b..000000000000 --- a/distrib/syspkg/sets/comp/comp-sysutil-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for system utilities diff --git a/distrib/syspkg/sets/comp/comp-sysutil-catman/DESCR b/distrib/syspkg/sets/comp/comp-sysutil-catman/DESCR deleted file mode 100644 index 6d4b100b9d7b..000000000000 --- a/distrib/syspkg/sets/comp/comp-sysutil-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for system utilities diff --git a/distrib/syspkg/sets/comp/comp-sysutil-catman/Makefile b/distrib/syspkg/sets/comp/comp-sysutil-catman/Makefile deleted file mode 100644 index ca8ddd6d7a68..000000000000 --- a/distrib/syspkg/sets/comp/comp-sysutil-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/comp/comp-util-catman/COMMENT b/distrib/syspkg/sets/comp/comp-util-catman/COMMENT deleted file mode 100644 index bd03520c7a5c..000000000000 --- a/distrib/syspkg/sets/comp/comp-util-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for programming utilities diff --git a/distrib/syspkg/sets/comp/comp-util-catman/DESCR b/distrib/syspkg/sets/comp/comp-util-catman/DESCR deleted file mode 100644 index bd03520c7a5c..000000000000 --- a/distrib/syspkg/sets/comp/comp-util-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for programming utilities diff --git a/distrib/syspkg/sets/comp/comp-util-catman/Makefile b/distrib/syspkg/sets/comp/comp-util-catman/Makefile deleted file mode 100644 index 2e2d7d47482b..000000000000 --- a/distrib/syspkg/sets/comp/comp-util-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/games/Makefile b/distrib/syspkg/sets/games/Makefile index 66593281a078..0a5fa35e491e 100644 --- a/distrib/syspkg/sets/games/Makefile +++ b/distrib/syspkg/sets/games/Makefile @@ -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 diff --git a/distrib/syspkg/sets/games/games-games-catman/COMMENT b/distrib/syspkg/sets/games/games-games-catman/COMMENT deleted file mode 100644 index d4adbf384115..000000000000 --- a/distrib/syspkg/sets/games/games-games-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for command-line games diff --git a/distrib/syspkg/sets/games/games-games-catman/DESCR b/distrib/syspkg/sets/games/games-games-catman/DESCR deleted file mode 100644 index d4adbf384115..000000000000 --- a/distrib/syspkg/sets/games/games-games-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for command-line games diff --git a/distrib/syspkg/sets/games/games-games-catman/Makefile b/distrib/syspkg/sets/games/games-games-catman/Makefile deleted file mode 100644 index 2ba7bf59c5a4..000000000000 --- a/distrib/syspkg/sets/games/games-games-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/games/games-utils-catman/COMMENT b/distrib/syspkg/sets/games/games-utils-catman/COMMENT deleted file mode 100644 index acbc30a78543..000000000000 --- a/distrib/syspkg/sets/games/games-utils-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for miscellaneous utilities from /usr/games diff --git a/distrib/syspkg/sets/games/games-utils-catman/DESCR b/distrib/syspkg/sets/games/games-utils-catman/DESCR deleted file mode 100644 index acbc30a78543..000000000000 --- a/distrib/syspkg/sets/games/games-utils-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for miscellaneous utilities from /usr/games diff --git a/distrib/syspkg/sets/games/games-utils-catman/Makefile b/distrib/syspkg/sets/games/games-utils-catman/Makefile deleted file mode 100644 index ff1da75d62db..000000000000 --- a/distrib/syspkg/sets/games/games-utils-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/Makefile b/distrib/syspkg/sets/man/Makefile index c7f172274002..36052b181e2e 100644 --- a/distrib/syspkg/sets/man/Makefile +++ b/distrib/syspkg/sets/man/Makefile @@ -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 diff --git a/distrib/syspkg/sets/man/man-adosfs-catman/COMMENT b/distrib/syspkg/sets/man/man-adosfs-catman/COMMENT deleted file mode 100644 index 6f8f0d24c2fc..000000000000 --- a/distrib/syspkg/sets/man/man-adosfs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for AmigaDOS file system support diff --git a/distrib/syspkg/sets/man/man-adosfs-catman/DESCR b/distrib/syspkg/sets/man/man-adosfs-catman/DESCR deleted file mode 100644 index 6f8f0d24c2fc..000000000000 --- a/distrib/syspkg/sets/man/man-adosfs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for AmigaDOS file system support diff --git a/distrib/syspkg/sets/man/man-adosfs-catman/Makefile b/distrib/syspkg/sets/man/man-adosfs-catman/Makefile deleted file mode 100644 index a2d4bcee77f8..000000000000 --- a/distrib/syspkg/sets/man/man-adosfs-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-amd-catman/COMMENT b/distrib/syspkg/sets/man/man-amd-catman/COMMENT deleted file mode 100644 index 22775732f36b..000000000000 --- a/distrib/syspkg/sets/man/man-amd-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the amd(8) auto-mounting daemon diff --git a/distrib/syspkg/sets/man/man-amd-catman/DESCR b/distrib/syspkg/sets/man/man-amd-catman/DESCR deleted file mode 100644 index 22775732f36b..000000000000 --- a/distrib/syspkg/sets/man/man-amd-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the amd(8) auto-mounting daemon diff --git a/distrib/syspkg/sets/man/man-amd-catman/Makefile b/distrib/syspkg/sets/man/man-amd-catman/Makefile deleted file mode 100644 index b58cf8051d13..000000000000 --- a/distrib/syspkg/sets/man/man-amd-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-audio-catman/COMMENT b/distrib/syspkg/sets/man/man-audio-catman/COMMENT deleted file mode 100644 index dbf53988d029..000000000000 --- a/distrib/syspkg/sets/man/man-audio-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for utilities for playing and recording audio diff --git a/distrib/syspkg/sets/man/man-audio-catman/DESCR b/distrib/syspkg/sets/man/man-audio-catman/DESCR deleted file mode 100644 index dbf53988d029..000000000000 --- a/distrib/syspkg/sets/man/man-audio-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for utilities for playing and recording audio diff --git a/distrib/syspkg/sets/man/man-audio-catman/Makefile b/distrib/syspkg/sets/man/man-audio-catman/Makefile deleted file mode 100644 index 5719addc240f..000000000000 --- a/distrib/syspkg/sets/man/man-audio-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-bind-catman/COMMENT b/distrib/syspkg/sets/man/man-bind-catman/COMMENT deleted file mode 100644 index 43e55b944c17..000000000000 --- a/distrib/syspkg/sets/man/man-bind-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the bind(8) domain name server daemon diff --git a/distrib/syspkg/sets/man/man-bind-catman/DESCR b/distrib/syspkg/sets/man/man-bind-catman/DESCR deleted file mode 100644 index 43e55b944c17..000000000000 --- a/distrib/syspkg/sets/man/man-bind-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the bind(8) domain name server daemon diff --git a/distrib/syspkg/sets/man/man-bind-catman/Makefile b/distrib/syspkg/sets/man/man-bind-catman/Makefile deleted file mode 100644 index c71c8ea5d795..000000000000 --- a/distrib/syspkg/sets/man/man-bind-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-bootserver-catman/COMMENT b/distrib/syspkg/sets/man/man-bootserver-catman/COMMENT deleted file mode 100644 index d51149531425..000000000000 --- a/distrib/syspkg/sets/man/man-bootserver-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for utilities to support remote booting of diskless workstations diff --git a/distrib/syspkg/sets/man/man-bootserver-catman/DESCR b/distrib/syspkg/sets/man/man-bootserver-catman/DESCR deleted file mode 100644 index d51149531425..000000000000 --- a/distrib/syspkg/sets/man/man-bootserver-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for utilities to support remote booting of diskless workstations diff --git a/distrib/syspkg/sets/man/man-bootserver-catman/Makefile b/distrib/syspkg/sets/man/man-bootserver-catman/Makefile deleted file mode 100644 index c1d18799f010..000000000000 --- a/distrib/syspkg/sets/man/man-bootserver-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-c-catman/COMMENT b/distrib/syspkg/sets/man/man-c-catman/COMMENT deleted file mode 100644 index 7484e384d6a0..000000000000 --- a/distrib/syspkg/sets/man/man-c-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the C programming language diff --git a/distrib/syspkg/sets/man/man-c-catman/DESCR b/distrib/syspkg/sets/man/man-c-catman/DESCR deleted file mode 100644 index 7484e384d6a0..000000000000 --- a/distrib/syspkg/sets/man/man-c-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the C programming language diff --git a/distrib/syspkg/sets/man/man-c-catman/Makefile b/distrib/syspkg/sets/man/man-c-catman/Makefile deleted file mode 100644 index f1a44cebe241..000000000000 --- a/distrib/syspkg/sets/man/man-c-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-cron-catman/COMMENT b/distrib/syspkg/sets/man/man-cron-catman/COMMENT deleted file mode 100644 index 0efad57d17cf..000000000000 --- a/distrib/syspkg/sets/man/man-cron-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the cron(8) command scheduler diff --git a/distrib/syspkg/sets/man/man-cron-catman/DESCR b/distrib/syspkg/sets/man/man-cron-catman/DESCR deleted file mode 100644 index 0efad57d17cf..000000000000 --- a/distrib/syspkg/sets/man/man-cron-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the cron(8) command scheduler diff --git a/distrib/syspkg/sets/man/man-cron-catman/Makefile b/distrib/syspkg/sets/man/man-cron-catman/Makefile deleted file mode 100644 index 3d0ef5e9ce3b..000000000000 --- a/distrib/syspkg/sets/man/man-cron-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-crypto-catman/COMMENT b/distrib/syspkg/sets/man/man-crypto-catman/COMMENT deleted file mode 100644 index f28e91f14868..000000000000 --- a/distrib/syspkg/sets/man/man-crypto-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for cryptographic utilities diff --git a/distrib/syspkg/sets/man/man-crypto-catman/DESCR b/distrib/syspkg/sets/man/man-crypto-catman/DESCR deleted file mode 100644 index f28e91f14868..000000000000 --- a/distrib/syspkg/sets/man/man-crypto-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for cryptographic utilities diff --git a/distrib/syspkg/sets/man/man-crypto-catman/Makefile b/distrib/syspkg/sets/man/man-crypto-catman/Makefile deleted file mode 100644 index a07cf1f4e061..000000000000 --- a/distrib/syspkg/sets/man/man-crypto-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-debug-catman/COMMENT b/distrib/syspkg/sets/man/man-debug-catman/COMMENT deleted file mode 100644 index 147840e26d40..000000000000 --- a/distrib/syspkg/sets/man/man-debug-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for debugging utilities diff --git a/distrib/syspkg/sets/man/man-debug-catman/DESCR b/distrib/syspkg/sets/man/man-debug-catman/DESCR deleted file mode 100644 index 147840e26d40..000000000000 --- a/distrib/syspkg/sets/man/man-debug-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for debugging utilities diff --git a/distrib/syspkg/sets/man/man-debug-catman/Makefile b/distrib/syspkg/sets/man/man-debug-catman/Makefile deleted file mode 100644 index abb347c0333b..000000000000 --- a/distrib/syspkg/sets/man/man-debug-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-dhcpd-catman/COMMENT b/distrib/syspkg/sets/man/man-dhcpd-catman/COMMENT deleted file mode 100644 index 7b56dba8eb1a..000000000000 --- a/distrib/syspkg/sets/man/man-dhcpd-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for DHCP (dynamic host configuration protocol) server utilities diff --git a/distrib/syspkg/sets/man/man-dhcpd-catman/DESCR b/distrib/syspkg/sets/man/man-dhcpd-catman/DESCR deleted file mode 100644 index 7b56dba8eb1a..000000000000 --- a/distrib/syspkg/sets/man/man-dhcpd-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for DHCP (dynamic host configuration protocol) server utilities diff --git a/distrib/syspkg/sets/man/man-dhcpd-catman/Makefile b/distrib/syspkg/sets/man/man-dhcpd-catman/Makefile deleted file mode 100644 index 30a26a518d6a..000000000000 --- a/distrib/syspkg/sets/man/man-dhcpd-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT b/distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT deleted file mode 100644 index 3bd9904c4b7a..000000000000 --- a/distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Linux ext2 file system support diff --git a/distrib/syspkg/sets/man/man-ext2fs-catman/DESCR b/distrib/syspkg/sets/man/man-ext2fs-catman/DESCR deleted file mode 100644 index 3bd9904c4b7a..000000000000 --- a/distrib/syspkg/sets/man/man-ext2fs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Linux ext2 file system support diff --git a/distrib/syspkg/sets/man/man-ext2fs-catman/Makefile b/distrib/syspkg/sets/man/man-ext2fs-catman/Makefile deleted file mode 100644 index 1c7411b12ea6..000000000000 --- a/distrib/syspkg/sets/man/man-ext2fs-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-filecorefs-catman/COMMENT b/distrib/syspkg/sets/man/man-filecorefs-catman/COMMENT deleted file mode 100644 index 702ec6cb3a5f..000000000000 --- a/distrib/syspkg/sets/man/man-filecorefs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages Acorn FileCore file system support diff --git a/distrib/syspkg/sets/man/man-filecorefs-catman/DESCR b/distrib/syspkg/sets/man/man-filecorefs-catman/DESCR deleted file mode 100644 index 702ec6cb3a5f..000000000000 --- a/distrib/syspkg/sets/man/man-filecorefs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages Acorn FileCore file system support diff --git a/distrib/syspkg/sets/man/man-filecorefs-catman/Makefile b/distrib/syspkg/sets/man/man-filecorefs-catman/Makefile deleted file mode 100644 index ba108ccaddc1..000000000000 --- a/distrib/syspkg/sets/man/man-filecorefs-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-games-catman/COMMENT b/distrib/syspkg/sets/man/man-games-catman/COMMENT deleted file mode 100644 index 47b64f0092f1..000000000000 --- a/distrib/syspkg/sets/man/man-games-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for games diff --git a/distrib/syspkg/sets/man/man-games-catman/DESCR b/distrib/syspkg/sets/man/man-games-catman/DESCR deleted file mode 100644 index 47b64f0092f1..000000000000 --- a/distrib/syspkg/sets/man/man-games-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for games diff --git a/distrib/syspkg/sets/man/man-games-catman/Makefile b/distrib/syspkg/sets/man/man-games-catman/Makefile deleted file mode 100644 index 6dc751ed0dc7..000000000000 --- a/distrib/syspkg/sets/man/man-games-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-gnats-catman/COMMENT b/distrib/syspkg/sets/man/man-gnats-catman/COMMENT deleted file mode 100644 index 930b330bd2f3..000000000000 --- a/distrib/syspkg/sets/man/man-gnats-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the GNATS bug reported system diff --git a/distrib/syspkg/sets/man/man-gnats-catman/DESCR b/distrib/syspkg/sets/man/man-gnats-catman/DESCR deleted file mode 100644 index 930b330bd2f3..000000000000 --- a/distrib/syspkg/sets/man/man-gnats-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the GNATS bug reported system diff --git a/distrib/syspkg/sets/man/man-gnats-catman/Makefile b/distrib/syspkg/sets/man/man-gnats-catman/Makefile deleted file mode 100644 index f19815125618..000000000000 --- a/distrib/syspkg/sets/man/man-gnats-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-groff-catman/COMMENT b/distrib/syspkg/sets/man/man-groff-catman/COMMENT deleted file mode 100644 index b2d9d3eb8afe..000000000000 --- a/distrib/syspkg/sets/man/man-groff-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the groff documentation formatting utility diff --git a/distrib/syspkg/sets/man/man-groff-catman/DESCR b/distrib/syspkg/sets/man/man-groff-catman/DESCR deleted file mode 100644 index b2d9d3eb8afe..000000000000 --- a/distrib/syspkg/sets/man/man-groff-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the groff documentation formatting utility diff --git a/distrib/syspkg/sets/man/man-groff-catman/Makefile b/distrib/syspkg/sets/man/man-groff-catman/Makefile deleted file mode 100644 index 041cd7214130..000000000000 --- a/distrib/syspkg/sets/man/man-groff-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-hesiod-catman/COMMENT b/distrib/syspkg/sets/man/man-hesiod-catman/COMMENT deleted file mode 100644 index 9302f6c1f92d..000000000000 --- a/distrib/syspkg/sets/man/man-hesiod-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the HESIOD network information system diff --git a/distrib/syspkg/sets/man/man-hesiod-catman/DESCR b/distrib/syspkg/sets/man/man-hesiod-catman/DESCR deleted file mode 100644 index 9302f6c1f92d..000000000000 --- a/distrib/syspkg/sets/man/man-hesiod-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the HESIOD network information system diff --git a/distrib/syspkg/sets/man/man-hesiod-catman/Makefile b/distrib/syspkg/sets/man/man-hesiod-catman/Makefile deleted file mode 100644 index 7f1d42c416d0..000000000000 --- a/distrib/syspkg/sets/man/man-hesiod-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-ipf-catman/COMMENT b/distrib/syspkg/sets/man/man-ipf-catman/COMMENT deleted file mode 100644 index 02280326867b..000000000000 --- a/distrib/syspkg/sets/man/man-ipf-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the IPfilter packet filtering software diff --git a/distrib/syspkg/sets/man/man-ipf-catman/DESCR b/distrib/syspkg/sets/man/man-ipf-catman/DESCR deleted file mode 100644 index 02280326867b..000000000000 --- a/distrib/syspkg/sets/man/man-ipf-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the IPfilter packet filtering software diff --git a/distrib/syspkg/sets/man/man-ipf-catman/Makefile b/distrib/syspkg/sets/man/man-ipf-catman/Makefile deleted file mode 100644 index ed42a2d30ff2..000000000000 --- a/distrib/syspkg/sets/man/man-ipf-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-krb5-catman/COMMENT b/distrib/syspkg/sets/man/man-krb5-catman/COMMENT deleted file mode 100644 index 1774aa15f6a4..000000000000 --- a/distrib/syspkg/sets/man/man-krb5-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Kerberos V network authentication system diff --git a/distrib/syspkg/sets/man/man-krb5-catman/DESCR b/distrib/syspkg/sets/man/man-krb5-catman/DESCR deleted file mode 100644 index 1774aa15f6a4..000000000000 --- a/distrib/syspkg/sets/man/man-krb5-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Kerberos V network authentication system diff --git a/distrib/syspkg/sets/man/man-krb5-catman/Makefile b/distrib/syspkg/sets/man/man-krb5-catman/Makefile deleted file mode 100644 index bb168297d73a..000000000000 --- a/distrib/syspkg/sets/man/man-krb5-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-locale-catman/COMMENT b/distrib/syspkg/sets/man/man-locale-catman/COMMENT deleted file mode 100644 index ae6673e57601..000000000000 --- a/distrib/syspkg/sets/man/man-locale-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for locale support utilities diff --git a/distrib/syspkg/sets/man/man-locale-catman/DESCR b/distrib/syspkg/sets/man/man-locale-catman/DESCR deleted file mode 100644 index ae6673e57601..000000000000 --- a/distrib/syspkg/sets/man/man-locale-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for locale support utilities diff --git a/distrib/syspkg/sets/man/man-locale-catman/Makefile b/distrib/syspkg/sets/man/man-locale-catman/Makefile deleted file mode 100644 index a3d8f8371cee..000000000000 --- a/distrib/syspkg/sets/man/man-locale-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-lpr-catman/COMMENT b/distrib/syspkg/sets/man/man-lpr-catman/COMMENT deleted file mode 100644 index ad561ab83863..000000000000 --- a/distrib/syspkg/sets/man/man-lpr-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for printing support diff --git a/distrib/syspkg/sets/man/man-lpr-catman/DESCR b/distrib/syspkg/sets/man/man-lpr-catman/DESCR deleted file mode 100644 index ad561ab83863..000000000000 --- a/distrib/syspkg/sets/man/man-lpr-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for printing support diff --git a/distrib/syspkg/sets/man/man-lpr-catman/Makefile b/distrib/syspkg/sets/man/man-lpr-catman/Makefile deleted file mode 100644 index f289a74e83d4..000000000000 --- a/distrib/syspkg/sets/man/man-lpr-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-mail-catman/COMMENT b/distrib/syspkg/sets/man/man-mail-catman/COMMENT deleted file mode 100644 index 9cbcae963481..000000000000 --- a/distrib/syspkg/sets/man/man-mail-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for mail utilities diff --git a/distrib/syspkg/sets/man/man-mail-catman/DESCR b/distrib/syspkg/sets/man/man-mail-catman/DESCR deleted file mode 100644 index 9cbcae963481..000000000000 --- a/distrib/syspkg/sets/man/man-mail-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for mail utilities diff --git a/distrib/syspkg/sets/man/man-mail-catman/Makefile b/distrib/syspkg/sets/man/man-mail-catman/Makefile deleted file mode 100644 index 369f9e8726e5..000000000000 --- a/distrib/syspkg/sets/man/man-mail-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-mailwrapper-catman/COMMENT b/distrib/syspkg/sets/man/man-mailwrapper-catman/COMMENT deleted file mode 100644 index 66ff71537dc6..000000000000 --- a/distrib/syspkg/sets/man/man-mailwrapper-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the mailwrapper(8) program for multiple mailer support diff --git a/distrib/syspkg/sets/man/man-mailwrapper-catman/DESCR b/distrib/syspkg/sets/man/man-mailwrapper-catman/DESCR deleted file mode 100644 index 66ff71537dc6..000000000000 --- a/distrib/syspkg/sets/man/man-mailwrapper-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the mailwrapper(8) program for multiple mailer support diff --git a/distrib/syspkg/sets/man/man-mailwrapper-catman/Makefile b/distrib/syspkg/sets/man/man-mailwrapper-catman/Makefile deleted file mode 100644 index 8736029d86e0..000000000000 --- a/distrib/syspkg/sets/man/man-mailwrapper-catman/Makefile +++ /dev/null @@ -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" diff --git a/distrib/syspkg/sets/man/man-man-catman/COMMENT b/distrib/syspkg/sets/man/man-man-catman/COMMENT deleted file mode 100644 index 52b53ed4fbc5..000000000000 --- a/distrib/syspkg/sets/man/man-man-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the utilities for viewing the online manual diff --git a/distrib/syspkg/sets/man/man-man-catman/DESCR b/distrib/syspkg/sets/man/man-man-catman/DESCR deleted file mode 100644 index 52b53ed4fbc5..000000000000 --- a/distrib/syspkg/sets/man/man-man-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the utilities for viewing the online manual diff --git a/distrib/syspkg/sets/man/man-man-catman/Makefile b/distrib/syspkg/sets/man/man-man-catman/Makefile deleted file mode 100644 index 1b101343dc8d..000000000000 --- a/distrib/syspkg/sets/man/man-man-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-man-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-miscfs-catman/COMMENT b/distrib/syspkg/sets/man/man-miscfs-catman/COMMENT deleted file mode 100644 index 67007a050fa8..000000000000 --- a/distrib/syspkg/sets/man/man-miscfs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -the GNU texinfo software diff --git a/distrib/syspkg/sets/man/man-miscfs-catman/DESCR b/distrib/syspkg/sets/man/man-miscfs-catman/DESCR deleted file mode 100644 index 67007a050fa8..000000000000 --- a/distrib/syspkg/sets/man/man-miscfs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -the GNU texinfo software diff --git a/distrib/syspkg/sets/man/man-miscfs-catman/Makefile b/distrib/syspkg/sets/man/man-miscfs-catman/Makefile deleted file mode 100644 index 00095d7f8d4f..000000000000 --- a/distrib/syspkg/sets/man/man-miscfs-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-miscfs-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-net-catman/COMMENT b/distrib/syspkg/sets/man/man-net-catman/COMMENT deleted file mode 100644 index ceb0fc90dd5f..000000000000 --- a/distrib/syspkg/sets/man/man-net-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for networking support diff --git a/distrib/syspkg/sets/man/man-net-catman/DESCR b/distrib/syspkg/sets/man/man-net-catman/DESCR deleted file mode 100644 index ceb0fc90dd5f..000000000000 --- a/distrib/syspkg/sets/man/man-net-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for networking support diff --git a/distrib/syspkg/sets/man/man-net-catman/Makefile b/distrib/syspkg/sets/man/man-net-catman/Makefile deleted file mode 100644 index 30311465d2a0..000000000000 --- a/distrib/syspkg/sets/man/man-net-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-net-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-netutil-catman/COMMENT b/distrib/syspkg/sets/man/man-netutil-catman/COMMENT deleted file mode 100644 index 583755c0855e..000000000000 --- a/distrib/syspkg/sets/man/man-netutil-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for networking utilities diff --git a/distrib/syspkg/sets/man/man-netutil-catman/DESCR b/distrib/syspkg/sets/man/man-netutil-catman/DESCR deleted file mode 100644 index 583755c0855e..000000000000 --- a/distrib/syspkg/sets/man/man-netutil-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for networking utilities diff --git a/distrib/syspkg/sets/man/man-netutil-catman/Makefile b/distrib/syspkg/sets/man/man-netutil-catman/Makefile deleted file mode 100644 index 0efb86fcaef2..000000000000 --- a/distrib/syspkg/sets/man/man-netutil-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-netutil-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-nfsclient-catman/COMMENT b/distrib/syspkg/sets/man/man-nfsclient-catman/COMMENT deleted file mode 100644 index ca99d66cb400..000000000000 --- a/distrib/syspkg/sets/man/man-nfsclient-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for NFS (network file system) client utilities diff --git a/distrib/syspkg/sets/man/man-nfsclient-catman/DESCR b/distrib/syspkg/sets/man/man-nfsclient-catman/DESCR deleted file mode 100644 index ca99d66cb400..000000000000 --- a/distrib/syspkg/sets/man/man-nfsclient-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for NFS (network file system) client utilities diff --git a/distrib/syspkg/sets/man/man-nfsclient-catman/Makefile b/distrib/syspkg/sets/man/man-nfsclient-catman/Makefile deleted file mode 100644 index 44addcde347e..000000000000 --- a/distrib/syspkg/sets/man/man-nfsclient-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-nfsclient-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-nfsserver-catman/COMMENT b/distrib/syspkg/sets/man/man-nfsserver-catman/COMMENT deleted file mode 100644 index 3e034110a280..000000000000 --- a/distrib/syspkg/sets/man/man-nfsserver-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for NFS (network file system) server utilities diff --git a/distrib/syspkg/sets/man/man-nfsserver-catman/DESCR b/distrib/syspkg/sets/man/man-nfsserver-catman/DESCR deleted file mode 100644 index 3e034110a280..000000000000 --- a/distrib/syspkg/sets/man/man-nfsserver-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for NFS (network file system) server utilities diff --git a/distrib/syspkg/sets/man/man-nfsserver-catman/Makefile b/distrib/syspkg/sets/man/man-nfsserver-catman/Makefile deleted file mode 100644 index 11c264549be2..000000000000 --- a/distrib/syspkg/sets/man/man-nfsserver-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-nfsserver-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-nis-catman/COMMENT b/distrib/syspkg/sets/man/man-nis-catman/COMMENT deleted file mode 100644 index 857895b76e9e..000000000000 --- a/distrib/syspkg/sets/man/man-nis-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the NIS network information system utilities diff --git a/distrib/syspkg/sets/man/man-nis-catman/DESCR b/distrib/syspkg/sets/man/man-nis-catman/DESCR deleted file mode 100644 index 857895b76e9e..000000000000 --- a/distrib/syspkg/sets/man/man-nis-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the NIS network information system utilities diff --git a/distrib/syspkg/sets/man/man-nis-catman/Makefile b/distrib/syspkg/sets/man/man-nis-catman/Makefile deleted file mode 100644 index ed30329332a3..000000000000 --- a/distrib/syspkg/sets/man/man-nis-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-nis-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-ntfs-catman/COMMENT b/distrib/syspkg/sets/man/man-ntfs-catman/COMMENT deleted file mode 100644 index e78b6236d5d1..000000000000 --- a/distrib/syspkg/sets/man/man-ntfs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Windows NT file system support diff --git a/distrib/syspkg/sets/man/man-ntfs-catman/DESCR b/distrib/syspkg/sets/man/man-ntfs-catman/DESCR deleted file mode 100644 index e78b6236d5d1..000000000000 --- a/distrib/syspkg/sets/man/man-ntfs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the Windows NT file system support diff --git a/distrib/syspkg/sets/man/man-ntfs-catman/Makefile b/distrib/syspkg/sets/man/man-ntfs-catman/Makefile deleted file mode 100644 index c2e993de3322..000000000000 --- a/distrib/syspkg/sets/man/man-ntfs-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:46 jmc Exp $ - -PKGBASE=man-ntfs-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-ntp-catman/COMMENT b/distrib/syspkg/sets/man/man-ntp-catman/COMMENT deleted file mode 100644 index aebadb1e6fb4..000000000000 --- a/distrib/syspkg/sets/man/man-ntp-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the network time protocol utilities diff --git a/distrib/syspkg/sets/man/man-ntp-catman/DESCR b/distrib/syspkg/sets/man/man-ntp-catman/DESCR deleted file mode 100644 index aebadb1e6fb4..000000000000 --- a/distrib/syspkg/sets/man/man-ntp-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the network time protocol utilities diff --git a/distrib/syspkg/sets/man/man-ntp-catman/Makefile b/distrib/syspkg/sets/man/man-ntp-catman/Makefile deleted file mode 100644 index 9fc29d085832..000000000000 --- a/distrib/syspkg/sets/man/man-ntp-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-ntp-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-pkgutil-catman/COMMENT b/distrib/syspkg/sets/man/man-pkgutil-catman/COMMENT deleted file mode 100644 index 826bc98e6d50..000000000000 --- a/distrib/syspkg/sets/man/man-pkgutil-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the package system utilities diff --git a/distrib/syspkg/sets/man/man-pkgutil-catman/DESCR b/distrib/syspkg/sets/man/man-pkgutil-catman/DESCR deleted file mode 100644 index 826bc98e6d50..000000000000 --- a/distrib/syspkg/sets/man/man-pkgutil-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the package system utilities diff --git a/distrib/syspkg/sets/man/man-pkgutil-catman/Makefile b/distrib/syspkg/sets/man/man-pkgutil-catman/Makefile deleted file mode 100644 index 0f4a99e00b7f..000000000000 --- a/distrib/syspkg/sets/man/man-pkgutil-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-pkgutil-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-postfix-catman/COMMENT b/distrib/syspkg/sets/man/man-postfix-catman/COMMENT deleted file mode 100644 index 216b51a0d156..000000000000 --- a/distrib/syspkg/sets/man/man-postfix-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the postfix mailer diff --git a/distrib/syspkg/sets/man/man-postfix-catman/DESCR b/distrib/syspkg/sets/man/man-postfix-catman/DESCR deleted file mode 100644 index 216b51a0d156..000000000000 --- a/distrib/syspkg/sets/man/man-postfix-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the postfix mailer diff --git a/distrib/syspkg/sets/man/man-postfix-catman/Makefile b/distrib/syspkg/sets/man/man-postfix-catman/Makefile deleted file mode 100644 index 5e8138feb046..000000000000 --- a/distrib/syspkg/sets/man/man-postfix-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-postfix-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-ppp-catman/COMMENT b/distrib/syspkg/sets/man/man-ppp-catman/COMMENT deleted file mode 100644 index 769fe74bd24a..000000000000 --- a/distrib/syspkg/sets/man/man-ppp-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the ppp point-to-point connection protocol diff --git a/distrib/syspkg/sets/man/man-ppp-catman/DESCR b/distrib/syspkg/sets/man/man-ppp-catman/DESCR deleted file mode 100644 index 769fe74bd24a..000000000000 --- a/distrib/syspkg/sets/man/man-ppp-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the ppp point-to-point connection protocol diff --git a/distrib/syspkg/sets/man/man-ppp-catman/Makefile b/distrib/syspkg/sets/man/man-ppp-catman/Makefile deleted file mode 100644 index 42761629170c..000000000000 --- a/distrib/syspkg/sets/man/man-ppp-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-ppp-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-rc-catman/COMMENT b/distrib/syspkg/sets/man/man-rc-catman/COMMENT deleted file mode 100644 index df57d1a42be7..000000000000 --- a/distrib/syspkg/sets/man/man-rc-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for system startup scripts diff --git a/distrib/syspkg/sets/man/man-rc-catman/DESCR b/distrib/syspkg/sets/man/man-rc-catman/DESCR deleted file mode 100644 index df57d1a42be7..000000000000 --- a/distrib/syspkg/sets/man/man-rc-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for system startup scripts diff --git a/distrib/syspkg/sets/man/man-rc-catman/Makefile b/distrib/syspkg/sets/man/man-rc-catman/Makefile deleted file mode 100644 index 18f7fe42c2a3..000000000000 --- a/distrib/syspkg/sets/man/man-rc-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-rc-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-rcs-catman/COMMENT b/distrib/syspkg/sets/man/man-rcs-catman/COMMENT deleted file mode 100644 index b84bc0c12009..000000000000 --- a/distrib/syspkg/sets/man/man-rcs-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the rcs(1) revision control system diff --git a/distrib/syspkg/sets/man/man-rcs-catman/DESCR b/distrib/syspkg/sets/man/man-rcs-catman/DESCR deleted file mode 100644 index b84bc0c12009..000000000000 --- a/distrib/syspkg/sets/man/man-rcs-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the rcs(1) revision control system diff --git a/distrib/syspkg/sets/man/man-rcs-catman/Makefile b/distrib/syspkg/sets/man/man-rcs-catman/Makefile deleted file mode 100644 index 9158e5a6477b..000000000000 --- a/distrib/syspkg/sets/man/man-rcs-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-rcs-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-reference-catman/COMMENT b/distrib/syspkg/sets/man/man-reference-catman/COMMENT deleted file mode 100644 index cc6e4863e804..000000000000 --- a/distrib/syspkg/sets/man/man-reference-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for miscellaneous system- and non-system-related reference documents diff --git a/distrib/syspkg/sets/man/man-reference-catman/DESCR b/distrib/syspkg/sets/man/man-reference-catman/DESCR deleted file mode 100644 index cc6e4863e804..000000000000 --- a/distrib/syspkg/sets/man/man-reference-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for miscellaneous system- and non-system-related reference documents diff --git a/distrib/syspkg/sets/man/man-reference-catman/Makefile b/distrib/syspkg/sets/man/man-reference-catman/Makefile deleted file mode 100644 index 3e451b68ced5..000000000000 --- a/distrib/syspkg/sets/man/man-reference-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-reference-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-router-catman/COMMENT b/distrib/syspkg/sets/man/man-router-catman/COMMENT deleted file mode 100644 index d81cd257c18c..000000000000 --- a/distrib/syspkg/sets/man/man-router-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for routing utilities diff --git a/distrib/syspkg/sets/man/man-router-catman/DESCR b/distrib/syspkg/sets/man/man-router-catman/DESCR deleted file mode 100644 index d81cd257c18c..000000000000 --- a/distrib/syspkg/sets/man/man-router-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for routing utilities diff --git a/distrib/syspkg/sets/man/man-router-catman/Makefile b/distrib/syspkg/sets/man/man-router-catman/Makefile deleted file mode 100644 index 3962cc9b6595..000000000000 --- a/distrib/syspkg/sets/man/man-router-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-router-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-secsh-catman/COMMENT b/distrib/syspkg/sets/man/man-secsh-catman/COMMENT deleted file mode 100644 index 7a6ebe92f60a..000000000000 --- a/distrib/syspkg/sets/man/man-secsh-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the ssh(1) remote secure shell connection utility diff --git a/distrib/syspkg/sets/man/man-secsh-catman/DESCR b/distrib/syspkg/sets/man/man-secsh-catman/DESCR deleted file mode 100644 index 7a6ebe92f60a..000000000000 --- a/distrib/syspkg/sets/man/man-secsh-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the ssh(1) remote secure shell connection utility diff --git a/distrib/syspkg/sets/man/man-secsh-catman/Makefile b/distrib/syspkg/sets/man/man-secsh-catman/Makefile deleted file mode 100644 index a7201b8ef2df..000000000000 --- a/distrib/syspkg/sets/man/man-secsh-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-secsh-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-sendmail-catman/COMMENT b/distrib/syspkg/sets/man/man-sendmail-catman/COMMENT deleted file mode 100644 index 18e2609e2888..000000000000 --- a/distrib/syspkg/sets/man/man-sendmail-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the sendmail(8) mailer diff --git a/distrib/syspkg/sets/man/man-sendmail-catman/DESCR b/distrib/syspkg/sets/man/man-sendmail-catman/DESCR deleted file mode 100644 index 18e2609e2888..000000000000 --- a/distrib/syspkg/sets/man/man-sendmail-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the sendmail(8) mailer diff --git a/distrib/syspkg/sets/man/man-sendmail-catman/Makefile b/distrib/syspkg/sets/man/man-sendmail-catman/Makefile deleted file mode 100644 index ef95d065813d..000000000000 --- a/distrib/syspkg/sets/man/man-sendmail-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-sendmail-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-shlib-catman/COMMENT b/distrib/syspkg/sets/man/man-shlib-catman/COMMENT deleted file mode 100644 index d7c4e954d935..000000000000 --- a/distrib/syspkg/sets/man/man-shlib-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for shared library support diff --git a/distrib/syspkg/sets/man/man-shlib-catman/DESCR b/distrib/syspkg/sets/man/man-shlib-catman/DESCR deleted file mode 100644 index d7c4e954d935..000000000000 --- a/distrib/syspkg/sets/man/man-shlib-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for shared library support diff --git a/distrib/syspkg/sets/man/man-shlib-catman/Makefile b/distrib/syspkg/sets/man/man-shlib-catman/Makefile deleted file mode 100644 index 0a74fcc09ba0..000000000000 --- a/distrib/syspkg/sets/man/man-shlib-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-shlib-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-slip-catman/COMMENT b/distrib/syspkg/sets/man/man-slip-catman/COMMENT deleted file mode 100644 index a4972b574aac..000000000000 --- a/distrib/syspkg/sets/man/man-slip-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for SLIP (serial line IP) remote access protocol diff --git a/distrib/syspkg/sets/man/man-slip-catman/DESCR b/distrib/syspkg/sets/man/man-slip-catman/DESCR deleted file mode 100644 index a4972b574aac..000000000000 --- a/distrib/syspkg/sets/man/man-slip-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for SLIP (serial line IP) remote access protocol diff --git a/distrib/syspkg/sets/man/man-slip-catman/Makefile b/distrib/syspkg/sets/man/man-slip-catman/Makefile deleted file mode 100644 index 4ed861b292ed..000000000000 --- a/distrib/syspkg/sets/man/man-slip-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-slip-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-sup-catman/COMMENT b/distrib/syspkg/sets/man/man-sup-catman/COMMENT deleted file mode 100644 index d390c58f0368..000000000000 --- a/distrib/syspkg/sets/man/man-sup-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the sup(8) software update protocol diff --git a/distrib/syspkg/sets/man/man-sup-catman/DESCR b/distrib/syspkg/sets/man/man-sup-catman/DESCR deleted file mode 100644 index d390c58f0368..000000000000 --- a/distrib/syspkg/sets/man/man-sup-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the sup(8) software update protocol diff --git a/distrib/syspkg/sets/man/man-sup-catman/Makefile b/distrib/syspkg/sets/man/man-sup-catman/Makefile deleted file mode 100644 index d8d9d01aa411..000000000000 --- a/distrib/syspkg/sets/man/man-sup-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-sup-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-sys-catman/COMMENT b/distrib/syspkg/sets/man/man-sys-catman/COMMENT deleted file mode 100644 index 3fabbd5e037a..000000000000 --- a/distrib/syspkg/sets/man/man-sys-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for base operating system functionality diff --git a/distrib/syspkg/sets/man/man-sys-catman/DESCR b/distrib/syspkg/sets/man/man-sys-catman/DESCR deleted file mode 100644 index 3fabbd5e037a..000000000000 --- a/distrib/syspkg/sets/man/man-sys-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for base operating system functionality diff --git a/distrib/syspkg/sets/man/man-sys-catman/Makefile b/distrib/syspkg/sets/man/man-sys-catman/Makefile deleted file mode 100644 index 3d6931ea264b..000000000000 --- a/distrib/syspkg/sets/man/man-sys-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:47 jmc Exp $ - -PKGBASE=man-sys-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-sysutil-catman/COMMENT b/distrib/syspkg/sets/man/man-sysutil-catman/COMMENT deleted file mode 100644 index 8a69106a8640..000000000000 --- a/distrib/syspkg/sets/man/man-sysutil-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for system utilities diff --git a/distrib/syspkg/sets/man/man-sysutil-catman/DESCR b/distrib/syspkg/sets/man/man-sysutil-catman/DESCR deleted file mode 100644 index 8a69106a8640..000000000000 --- a/distrib/syspkg/sets/man/man-sysutil-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for system utilities diff --git a/distrib/syspkg/sets/man/man-sysutil-catman/Makefile b/distrib/syspkg/sets/man/man-sysutil-catman/Makefile deleted file mode 100644 index 975a2a404450..000000000000 --- a/distrib/syspkg/sets/man/man-sysutil-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:48 jmc Exp $ - -PKGBASE=man-sysutil-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-timed-catman/COMMENT b/distrib/syspkg/sets/man/man-timed-catman/COMMENT deleted file mode 100644 index 9c7ebf562e2b..000000000000 --- a/distrib/syspkg/sets/man/man-timed-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the timed(8) network time daemon diff --git a/distrib/syspkg/sets/man/man-timed-catman/DESCR b/distrib/syspkg/sets/man/man-timed-catman/DESCR deleted file mode 100644 index 9c7ebf562e2b..000000000000 --- a/distrib/syspkg/sets/man/man-timed-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the timed(8) network time daemon diff --git a/distrib/syspkg/sets/man/man-timed-catman/Makefile b/distrib/syspkg/sets/man/man-timed-catman/Makefile deleted file mode 100644 index 65f7c9a399d9..000000000000 --- a/distrib/syspkg/sets/man/man-timed-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:48 jmc Exp $ - -PKGBASE=man-timed-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-util-catman/COMMENT b/distrib/syspkg/sets/man/man-util-catman/COMMENT deleted file mode 100644 index 08f3c0259d03..000000000000 --- a/distrib/syspkg/sets/man/man-util-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for basic user utilities diff --git a/distrib/syspkg/sets/man/man-util-catman/DESCR b/distrib/syspkg/sets/man/man-util-catman/DESCR deleted file mode 100644 index 08f3c0259d03..000000000000 --- a/distrib/syspkg/sets/man/man-util-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for basic user utilities diff --git a/distrib/syspkg/sets/man/man-util-catman/Makefile b/distrib/syspkg/sets/man/man-util-catman/Makefile deleted file mode 100644 index 8aa9320337a6..000000000000 --- a/distrib/syspkg/sets/man/man-util-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:48 jmc Exp $ - -PKGBASE=man-util-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/man/man-uucp-catman/COMMENT b/distrib/syspkg/sets/man/man-uucp-catman/COMMENT deleted file mode 100644 index e4b723f43faa..000000000000 --- a/distrib/syspkg/sets/man/man-uucp-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the UUCP UNIX-to-UNIX Connection Protocol diff --git a/distrib/syspkg/sets/man/man-uucp-catman/DESCR b/distrib/syspkg/sets/man/man-uucp-catman/DESCR deleted file mode 100644 index e4b723f43faa..000000000000 --- a/distrib/syspkg/sets/man/man-uucp-catman/DESCR +++ /dev/null @@ -1 +0,0 @@ -formatted man pages for the UUCP UNIX-to-UNIX Connection Protocol diff --git a/distrib/syspkg/sets/man/man-uucp-catman/Makefile b/distrib/syspkg/sets/man/man-uucp-catman/Makefile deleted file mode 100644 index 9d9cc226a815..000000000000 --- a/distrib/syspkg/sets/man/man-uucp-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:45 jmc Exp $ - -PKGBASE=man-uucp-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/text/Makefile b/distrib/syspkg/sets/text/Makefile index c3125e094925..31d311455b8e 100644 --- a/distrib/syspkg/sets/text/Makefile +++ b/distrib/syspkg/sets/text/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:42 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2020/11/09 12:12:17 kamil Exp $ SUBDIR+=text-groff-bin -SUBDIR+=text-groff-catman SUBDIR+=text-groff-font SUBDIR+=text-groff-man SUBDIR+=text-groff-share diff --git a/distrib/syspkg/sets/text/text-groff-catman/COMMENT b/distrib/syspkg/sets/text/text-groff-catman/COMMENT deleted file mode 100644 index bed88f0d8166..000000000000 --- a/distrib/syspkg/sets/text/text-groff-catman/COMMENT +++ /dev/null @@ -1 +0,0 @@ -formatted manual pages for the groff family of text formatters diff --git a/distrib/syspkg/sets/text/text-groff-catman/DESCR b/distrib/syspkg/sets/text/text-groff-catman/DESCR deleted file mode 100644 index 1573dd22a0dc..000000000000 --- a/distrib/syspkg/sets/text/text-groff-catman/DESCR +++ /dev/null @@ -1,41 +0,0 @@ -The man pages include information about the following groff-related -utilities: - - grog - grog reads files and guesses which of the groff(1) options - -e, -man, -me, -mm, -ms, -p, -s, and -t are required for - printing files, and prints the groff command including those - options on the standard output; - - troff - describes the GNU version of troff, which is part of the - groff document formatting system; - - tbl - tbl compiles descriptions of tables embedded within troff - input files into commands that are understood by troff; - - pic - pic compiles descriptions of pictures embedded within - troff or TeX input files into commands that are understood by - TeX or troff; - - eqn - compiles descriptions of equations embedded within troff - input files into commands that are understood by troff - - soelim - eliminate .so directives from nroff input - - refer - preprocess bibliographic references for groff - - grops - translates the output of GNU troff to PostScript - - grodvi - convert groff output to TeX dvi format - - grotty - translates the output of GNU troff into a form - suitable for typewriter-like devices - - groff_font - format of groff device and font description files - - groff_out - groff intermediate output format - - groff_ms, ms - groff ms macros - - me - macros for formatting technical papers - - groff_char - lists the standard groff input characters diff --git a/distrib/syspkg/sets/text/text-groff-catman/Makefile b/distrib/syspkg/sets/text/text-groff-catman/Makefile deleted file mode 100644 index b5e12b9106ff..000000000000 --- a/distrib/syspkg/sets/text/text-groff-catman/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:42 jmc Exp $ - -PKGBASE=text-groff-catman -TINY_VERSION=0 - -.include "../../../mk/bsd.syspkg.mk" diff --git a/distrib/syspkg/sets/text/text-groff-man/DESCR b/distrib/syspkg/sets/text/text-groff-man/DESCR index 5ed2dad550bd..c13d97a9379d 100644 --- a/distrib/syspkg/sets/text/text-groff-man/DESCR +++ b/distrib/syspkg/sets/text/text-groff-man/DESCR @@ -1,7 +1,6 @@ This package contains manual page sources for the groff family of text -formatters. As described in the DESCR file for text-groff-catman, the -online manual pages for groff contain information about the following -groff-related utilities: +formatters. The online manual pages for groff contain information about +the following groff-related utilities: grog - grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for