diff options
author | rillig <rillig@pkgsrc.org> | 2009-04-26 11:27:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-04-26 11:27:42 +0000 |
commit | d5d677d5b46cfc8ddbcdf8c1fff169429046cb33 (patch) | |
tree | 6c0b519100cd245d5d7be77a8eab5994f4cd418a /pkgtools/pkglint/files | |
parent | d8f63721f7d8b360f78422dd75f11bccd12ded9b (diff) | |
download | pkgsrc-d5d677d5b46cfc8ddbcdf8c1fff169429046cb33.tar.gz |
Documented the recent addition of the PkgPath type.
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r-- | pkgtools/pkglint/files/doc/chap.types.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/doc/chap.types.xml b/pkgtools/pkglint/files/doc/chap.types.xml index 71cc1f3cc1b..a8d92eee316 100644 --- a/pkgtools/pkglint/files/doc/chap.types.xml +++ b/pkgtools/pkglint/files/doc/chap.types.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: chap.types.xml,v 1.15 2009/04/26 11:00:17 rillig Exp $ --> +<!-- $NetBSD: chap.types.xml,v 1.16 2009/04/26 11:27:42 rillig Exp $ --> <chapter id="types"> <title>The &pkglint; type system</title> @@ -358,6 +358,13 @@ prevent that mistake from being done again.</para> </listitem></varlistentry> + <varlistentry><term><literal><type>PkgPath</type></literal></term> + <listitem><para>A directory name that is relative to the + top-level pkgsrc directory. This is only used in specifying + specific packages in bulk builds. Despite its name, this type is + more similar to <type>RelativePkgDir</type> than to + <type>RelativePkgPath</type>.</para></listitem></varlistentry> + <varlistentry><term><literal><type>PkgRevision</type></literal></term> <listitem><para>The package revision must be a small integer. The only place where this definition may occur is the package |