I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
83 lines
2.8 KiB
Text
83 lines
2.8 KiB
Text
---
|
|
title: FreeBSD Porter 手册
|
|
authors:
|
|
- author: The FreeBSD Documentation Project
|
|
- author: FreeBSD 中文计划
|
|
copyright: 2000-2020 The FreeBSD Documentation Project
|
|
trademarks: ["freebsd", "sun", "unix", "general"]
|
|
releaseinfo: "$FreeBSD$"
|
|
---
|
|
|
|
= FreeBSD Porter 手册
|
|
:doctype: book
|
|
:toc: macro
|
|
:toclevels: 2
|
|
:icons: font
|
|
:xrefstyle: basic
|
|
:relfileprefix: ../
|
|
:outfilesuffix:
|
|
:sectnums:
|
|
:sectnumlevels: 6
|
|
:partnums:
|
|
:source-highlighter: rouge
|
|
:experimental:
|
|
:skip-front-matter:
|
|
:toc-title: 目录
|
|
:part-signifier: 部分
|
|
:appendix-caption: 附录
|
|
:table-caption: 表
|
|
:figure-caption: 图
|
|
:example-caption: 例
|
|
|
|
ifeval::["{backend}" == "html5"]
|
|
include::shared/mirrors.adoc[]
|
|
include::shared/authors.adoc[]
|
|
include::shared/releases.adoc[]
|
|
include::shared/zh-cn/mailing-lists.adoc[]
|
|
include::shared/zh-cn/teams.adoc[]
|
|
include::shared/zh-cn/urls.adoc[]
|
|
:chapters-path: content/zh-cn/books/porters-handbook/
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "pdf"]
|
|
include::../../../../shared/mirrors.adoc[]
|
|
include::../../../../shared/authors.adoc[]
|
|
include::../../../../shared/releases.adoc[]
|
|
include::../../../../shared/zh-cn/mailing-lists.adoc[]
|
|
include::../../../../shared/zh-cn/teams.adoc[]
|
|
include::../../../../shared/zh-cn/urls.adoc[]
|
|
:chapters-path:
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "epub3"]
|
|
include::../../../../shared/mirrors.adoc[]
|
|
include::../../../../shared/authors.adoc[]
|
|
include::../../../../shared/releases.adoc[]
|
|
include::../../../../shared/zh-cn/mailing-lists.adoc[]
|
|
include::../../../../shared/zh-cn/teams.adoc[]
|
|
include::../../../../shared/zh-cn/urls.adoc[]
|
|
:chapters-path:
|
|
endif::[]
|
|
|
|
'''
|
|
|
|
toc::[]
|
|
|
|
include::{chapters-path}toc-tables.adoc[]
|
|
|
|
include::{chapters-path}toc-examples.adoc[]
|
|
|
|
include::{chapters-path}why-port/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}own-port/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}quick-porting/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}slow/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}makefile/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}special/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}plist/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}pkg-files/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}testing/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}port-upgrading/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}security/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}porting-dads/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}porting-samplem/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]
|
|
include::{chapters-path}keeping-up/chapter.adoc[leveloffset=+1, lines=6..23;34..-1]
|