diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-08 22:57:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-08 22:57:00 +0000 |
commit | 07e433310c62f6e0769c8780e7b29cdffa0079eb (patch) | |
tree | f318d2ff9634c3423e95dca0de2c927717df47f1 | |
parent | 38de695082ffe0bdc72b7cab8193cc5e3a62adfa (diff) | |
download | pkgsrc-07e433310c62f6e0769c8780e7b29cdffa0079eb.tar.gz |
Added headings.
-rw-r--r-- | mk/flavor/README | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/mk/flavor/README b/mk/flavor/README index 3554d709187..88f5f926742 100644 --- a/mk/flavor/README +++ b/mk/flavor/README @@ -7,13 +7,24 @@ used to test new variants of the packaging tools. = Interface = +== Variables usable at load-time == + A package system flavor must define the following variables so that they can be used when loading Makefiles. (That is, no references to undefined variables.) +=== Legacy === + * PKG_DBDIR (TODO: Make the other parts of pkgsrc independent of that variable; this should go away.) +=== Packaging commands === + +The following variables all refer to shell commands, which must accept +some command line options that are detailed in the respective man pages. +(TODO: Find out which command line options are really used and which +ones are useful. Document them.) + * PKG_ADD * PKG_ADMIN * PKG_CREATE @@ -23,16 +34,15 @@ variables.) * LINKFARM * PKG_BEST_EXISTS -The variables from the second list are all shell commands, which must -accept some command line options that are detailed in the respective man -pages. (TODO: Find out which command line options are really used and -which ones are useful. Document them.) - The following variables must be defined so that they can be used in shell commands. They may contain references to all other variables. * PKG_FILELIST_CMD +XXX: Why isn't this variable in the previous list? + +== Make targets == + The following make targets must be implemented: * check-vulnerable |