diff options
author | dillo <dillo@pkgsrc.org> | 2006-04-25 13:33:18 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2006-04-25 13:33:18 +0000 |
commit | ffd2c03b44f0cbd98779c8c6e4638f657c241d9a (patch) | |
tree | 48fb46f784da1fb0d3905697618398f867a6970d /pkgtools/pkg_install | |
parent | a68331710db1160b4ab6ca54122f2072c20f7862 (diff) | |
download | pkgsrc-ffd2c03b44f0cbd98779c8c6e4638f657c241d9a.tar.gz |
Sync with src: HOMEPAGE is optinal, noted by wiz.
Regen catman page.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_summary.5 | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/pkg_summary.cat5 | 51 |
2 files changed, 30 insertions, 25 deletions
diff --git a/pkgtools/pkg_install/files/lib/pkg_summary.5 b/pkgtools/pkg_install/files/lib/pkg_summary.5 index f11969a9f9e..386e6102385 100644 --- a/pkgtools/pkg_install/files/lib/pkg_summary.5 +++ b/pkgtools/pkg_install/files/lib/pkg_summary.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_summary.5,v 1.2 2006/04/24 22:05:13 wiz Exp $ +.\" $NetBSD: pkg_summary.5,v 1.3 2006/04/25 13:33:18 dillo Exp $ .\" .\" Copyright (c) 2006 The NetBSD Foundation .\" @@ -69,7 +69,7 @@ If missing, this package has no dependencies. .It Ev FILE_SIZE (optional) The size of the binary package file, in bytes. .It Ev HOMEPAGE -(required) A URL where more information about the package can be found. +(optional) A URL where more information about the package can be found. .It Ev LICENSE (optional) The type of license this package is distributed under. If empty or missing, it is OSI-approved. diff --git a/pkgtools/pkg_install/files/lib/pkg_summary.cat5 b/pkgtools/pkg_install/files/lib/pkg_summary.cat5 index 2d4b7429d9a..6ee7f8ed894 100644 --- a/pkgtools/pkg_install/files/lib/pkg_summary.cat5 +++ b/pkgtools/pkg_install/files/lib/pkg_summary.cat5 @@ -4,21 +4,24 @@ NNAAMMEE ppkkgg__ssuummmmaarryy -- summary of binary package repository DDEESSCCRRIIPPTTIIOONN - The file ppkkgg__ssuummmmaarryy contains information about each package in the - binary package repository as a list of variable-value pairs. The vari- - ables describing different packages are separated by one empty line. - Each line has the format VARIABLE=VALUE. If the value consits of more - than one line, each line is prefixed with VARIABLE=. Multi-line variables - are guaranteed to be contained in consecutive lines. + The file ppkkgg__ssuummmmaarryy contains information about each package in a binary + package repository as a list of variable-value pairs. The variables + describing different packages are separated by one empty line. Each line + has the format VARIABLE=VALUE. If the value consists of more than one + line, each line is prefixed with VARIABLE=. Multi-line variables are + guaranteed to be in consecutive lines. The following variables are used: + BUILD_DATE + (required) The date and time when the package was built. + CATEGORIES - (required) A list of categories this package belongs in, sepa- + (required) A list of categories which this package fits in, sepa- rated by space. COMMENT - (required) A one-line comment describing the package. + (required) A one-line description of the package. CONFLICTS (optional) A list of dewey patterns of packages the package con- @@ -37,46 +40,48 @@ DDEESSCCRRIIPPTTIIOONN (optional) The size of the binary package file, in bytes. HOMEPAGE - (mandtory) The URL of the package's original home page. + (optional) A URL where more information about the package can be + found. LICENSE (optional) The type of license this package is distributed under. If empty or missing, it is OSI-approved. MACHINE_ARCH - (required) The architecture the package was compiled for. + (required) The architecture on which the package was compiled. - OPSYS (required) The operating system the package was compiled for. + OPSYS (required) The operating system on which the package was com- + piled. OS_VERSION - (required) The version of the operating system the package was - compiled for. + (required) The version of the operating system on which the pack- + age was compiled. PKG_OPTIONS (optional) Any options selected to compile this package. If missing, the package does not support options. - PKGTOOLS_VERSION - (required) The version of the package tools used to create the - package. - PKGNAME (required) The name of the package. PKGPATH (required) The path of the package directory within pkgsrc. + PKGTOOLS_VERSION + (required) The version of the package tools used to create the + package. + PROVIDES (optional) A list of shared libraries provided by the package, - including major version, one per line. If missing, this package - provides no shared libraries. + including major version number, one per line. If missing, this + package does not provide shared libraries. REQUIRES (optional) A list of shared libraries needed by the package, - including major version, one per line. If missing, this package - requires no shared libraries. + including major version number, one per line. If missing, this + package does not require shared libraries. SIZE_PKG - (required) The size of the installed package. + (required) The size of the package when installed, in bytes. -NetBSD 3.0 April 15, 2006 NetBSD 3.0 +NetBSD 3.0 April 24, 2006 NetBSD 3.0 |