pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint The section on the pkglint type syste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b40b70f787a4
branches: trunk
changeset: 508926:b40b70f787a4
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Feb 28 15:21:09 2006 +0000
description:
The section on the pkglint type system has been moved to the pkglint book.
diffstat:
pkgtools/pkglint/README | 25 +------------------------
1 files changed, 1 insertions(+), 24 deletions(-)
diffs (36 lines):
diff -r 31545c7f04d2 -r b40b70f787a4 pkgtools/pkglint/README
--- a/pkgtools/pkglint/README Tue Feb 28 14:06:40 2006 +0000
+++ b/pkgtools/pkglint/README Tue Feb 28 15:21:09 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.2 2006/02/15 18:12:37 rillig Exp $
+$NetBSD: README,v 1.3 2006/02/28 15:21:09 rillig Exp $
== Current problems ==
@@ -31,26 +31,3 @@
- Structured data types
The pkglint source code is much too big for a single file.
-
-== The pkglint type system ==
-
-The framework for defining data types in the makevars.map file is
-insufficient. It does not allow ACLs that specify which variables may
-be read or written by the various actors in pkgsrc. At the moment, the
-data type and the permissions are intermixed (see type Readonly).
-
-Actors:
- package -> the package author
- system -> the pkgsrc infrastructure
- include -> included make files
- bl3 -> buildlink3 files
- user -> the user via mk.conf
- cmdline -> the user via the command line
-
-Actions:
- default -> provide a default value for a variable
- append -> append to a list
- write -> create or overwrite a variable
- readpp -> read the value of a variable during preprocessing
- read -> read the value of a variable during execution of the
- shell commands
Home |
Main Index |
Thread Index |
Old Index