summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authordillo <dillo>2006-04-25 13:33:18 +0000
committerdillo <dillo>2006-04-25 13:33:18 +0000
commitb01d79e06667ff06219223b3a6f085b9c64c8277 (patch)
tree48fb46f784da1fb0d3905697618398f867a6970d /pkgtools
parentd6f3dd00a37b142149a980e468f6bdd11eb08fe0 (diff)
downloadpkgsrc-b01d79e06667ff06219223b3a6f085b9c64c8277.tar.gz
Sync with src: HOMEPAGE is optinal, noted by wiz.
Regen catman page.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/pkg_summary.54
-rw-r--r--pkgtools/pkg_install/files/lib/pkg_summary.cat551
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