@@ -22,12 +22,6 @@ This is the package's metadata file in INI file format and may contain
2222:ref: `additional fields <metadata-fields >` that describe the package as well
2323as how it inter-operates with Zeek, the package manager, or other packages.
2424
25- .. note ::
26-
27- :file: `zkg.meta ` is the canonical metadata file name used :program: `since
28- zkg v2.0 `. The previous metadata file name of :file: `bro-pkg.meta ` is also
29- accepted when no :file: `zkg.meta ` exists.
30-
3125.. _package-shorthand-name :
3226
3327Note that the shorthand name for your package that may be used by :ref: `zkg
@@ -47,7 +41,7 @@ The easiest way to start a new Zeek package is via :program:`zkg`
4741itself: its ``zkg create `` command lets you generate new Zeek packages
4842from the command line.
4943
50- This functionality is available since :program: `since zkg v2.9` . See the
44+ This functionality is available since :program: `zkg ` v2.9. See the
5145:ref: `Walkthroughs <manual-package-creation >` section for step-by-step
5246processes that show how to manually create packages (e.g. perhaps when using
5347older :program: `zkg ` versions).
@@ -399,8 +393,6 @@ The low-level details of the way this field operates is that, for each alias,
399393it simply creates a symlink of the same name within the directory associated
400394with the ``script_dir `` path in the :ref: `config file <zkg-config-file >`.
401395
402- Available :program: `since bro-pkg v1.5 `.
403-
404396`credits ` field
405397~~~~~~~~~~~~~~~
406398
@@ -484,7 +476,7 @@ added to :file:`{<user_script_dir>}/packages/packages.zeek`.
484476You may place any valid Zeek script code within :file: `__load__.zeek `, but a
485477package that contains many Zeek scripts will typically have :file: `__load__.zeek `
486478just contain a list of ``@load `` directives to load other Zeek scripts within the
487- package. E.g. if you have a package named **foo ** installed, then it's
479+ package. E.g. if you have a package named **foo ** installed, then its
488480:file: `__load__.zeek ` will be what Zeek loads when doing ``@load foo `` or running
489481``zeek foo `` on the command-line.
490482
@@ -551,8 +543,6 @@ were also building an executable ``a.out``::
551543The package manager makes executables available by maintaining symbolic
552544links referring from :file: `bin_dir ` to the actual files.
553545
554- Available :program: `since bro-pkg v2.8 `.
555-
556546`build_command ` field
557547~~~~~~~~~~~~~~~~~~~~~
558548
@@ -603,7 +593,7 @@ Another pre-defined config key is `package_base`, which points to the top-level
603593directory where :program: `zkg ` stores all installed packages (i.e. clones of
604594each package's git repository). This can be used to gain access to the content
605595of another package that was installed as a dependency. Note that
606- `package_base ` is only available :program: `since zkg v2.3`
596+ `package_base ` is only available since :program: `zkg ` v2.3.
607597
608598Internally, the value substitution and metadata parsing is handled by Python's
609599`configparser interpolation `_. See its documentation if you're interested in
@@ -667,8 +657,6 @@ located in the environment. The user may also provide `user_vars` via
667657priority over environment variables, which in turn take precedence over any
668658values in the user's :ref: `package manager config file <zkg-config-file >`.
669659
670- Available :program: `since bro-pkg v1.1 `.
671-
672660`test_command ` field
673661~~~~~~~~~~~~~~~~~~~~
674662
@@ -803,8 +791,6 @@ name and version specification for an external dependency are only used
803791for display purposes -- to help users understand extra pre-requisites
804792that are needed for proceeding with package installation/upgrades.
805793
806- Available :program: `since bro-pkg v1.1 `.
807-
808794`suggests ` field
809795~~~~~~~~~~~~~~~~
810796
@@ -820,8 +806,6 @@ except in the way it's presented to users in various prompts during
820806suggestions by supplying an additional ``--nosuggestions `` flag to
821807:program: `zkg ` commands.
822808
823- Available :program: `since bro-pkg v1.3 `.
824-
825809.. _package-versioning :
826810
827811Package Versioning
0 commit comments