aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/porters-handbook/plist/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/porters-handbook/plist/_index.adoc')
-rw-r--r--documentation/content/en/books/porters-handbook/plist/_index.adoc47
1 files changed, 26 insertions, 21 deletions
diff --git a/documentation/content/en/books/porters-handbook/plist/_index.adoc b/documentation/content/en/books/porters-handbook/plist/_index.adoc
index 5063b3a9ad..3472f3ae95 100644
--- a/documentation/content/en/books/porters-handbook/plist/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/plist/_index.adoc
@@ -4,6 +4,9 @@ prev: books/porters-handbook/flavors
next: books/porters-handbook/pkg-files
description: Advanced pkg-plist Practices
tags: ["pkg-plist", "practices", "configuration"]
+showBookMenu: true
+weight: 8
+path: "/books/porters-handbook/plist/"
---
[[plist]]
@@ -14,22 +17,35 @@ tags: ["pkg-plist", "practices", "configuration"]
:icons: font
:sectnums:
:sectnumlevels: 6
+:sectnumoffset: 8
+:partnums:
:source-highlighter: rouge
:experimental:
-:skip-front-matter:
-:xrefstyle: basic
-:relfileprefix: ../
-:outfilesuffix:
-:sectnumoffset: 8
+:images-path: books/porters-handbook/
-include::shared/mirrors.adoc[]
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+:imagesdir: ../../../../images/{images-path}
+endif::[]
+ifndef::book[]
include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
-include::shared/en/mailing-lists.adoc[]
-include::shared/en/teams.adoc[]
-include::shared/en/urls.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+toc::[]
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+ifndef::env-beastie[]
toc::[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
[[plist-sub]]
== Changing pkg-plist Based on Make Variables
@@ -232,6 +248,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Building machine
+WWW= https://search.cpan.org/dist/Machine-Build
USES= perl5
USE_PERL5= configure
@@ -328,24 +345,12 @@ _Never_ use directly, add crossref:uses[uses-desktop-file-utils,`USES=desktop-fi
Add a `@dir` entry for the directory passed as an argument, and run `fc-cache -fs` on that directory after installation and deinstallation.
-[[plist-keywords-fcfontsdir]]
-=== `@fcfontsdir` _directory_
-
-Add a `@dir` entry for the directory passed as an argument, and run `fc-cache -fs`, `mkfontscale` and `mkfontdir` on that directory after installation and deinstallation.
-Additionally, on deinstallation, it removes the [.filename]#fonts.scale# and [.filename]#fonts.dir# cache files if they are empty.
-This keyword is equivalent to adding both <<plist-keywords-fc,`@fc` _directory_>> and <<plist-keywords-fontsdir,`@fontsdir` _directory_>>.
-
[[plist-keywords-fontsdir]]
=== `@fontsdir` _directory_
Add a `@dir` entry for the directory passed as an argument, and run `mkfontscale` and `mkfontdir` on that directory after installation and deinstallation.
Additionally, on deinstallation, it removes the [.filename]#fonts.scale# and [.filename]#fonts.dir# cache files if they are empty.
-[[plist-keywords-glib-schemas]]
-=== `@glib-schemas`
-
-Runs `glib-compile-schemas` on installation and deinstallation.
-
[[plist-keywords-info]]
=== `@info` _file_