--- title: FreeBSD port 作成者のためのハンドブック authors: - author: FreeBSD ドキュメンテーションプロジェクト copyright: 2000-2020 The FreeBSD Documentation Project releaseinfo: "$FreeBSD$" trademarks: ["freebsd", "sun", "unix", "general"] --- = FreeBSD port 作成者のためのハンドブック :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: パート :chapter-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/ja/mailing-lists.adoc[] include::shared/ja/teams.adoc[] include::shared/ja/urls.adoc[] :chapters-path: content/ja/books/porters-handbook/ endif::[] ifeval::["{backend}" == "pdf"] include::../../../../shared/mirrors.adoc[] include::../../../../shared/authors.adoc[] include::../../../../shared/releases.adoc[] include::../../../../shared/ja/mailing-lists.adoc[] include::../../../../shared/ja/teams.adoc[] include::../../../../shared/ja/urls.adoc[] :chapters-path: endif::[] ifeval::["{backend}" == "epub3"] include::../../../../shared/mirrors.adoc[] include::../../../../shared/authors.adoc[] include::../../../../shared/releases.adoc[] include::../../../../shared/ja/mailing-lists.adoc[] include::../../../../shared/ja/teams.adoc[] include::../../../../shared/ja/urls.adoc[] :chapters-path: endif::[] [.abstract-title] 概要 このハンドブックは FreeBSD の port 作成者 (porter) 向けに、 具体的な port の作成方法や注意点などをまとめたものです。 日本語版の作成は FreeBSD 日本語ドキュメンテーション プロジェクト (FreeBSD doc-jp) が行なっています。 日本語訳および、日本語版のみに関することは FreeBSD 日本語ドキュメンテーションプロジェクト に おいて日本語で議論されています。 文書の日本語訳に関するお問い合わせや、 文書の原文に関する問い合わせをしたいが英語が得意でないという方は、 FreeBSD 日本語ドキュメンテーションプロジェクト まで日本語でコメントをお寄せください。 ''' toc::[] include::{chapters-path}toc-examples.adoc[] include::{chapters-path}why-port/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}own-port/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}quick-porting/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}slow/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}makefile/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}special/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-masterdir/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}shared/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-manpages/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-motif/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}x11-fonts/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-info/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}pkg-files/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}testing/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}port-upgrading/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-dads/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-samplem/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}porting-autoplist/chapter.adoc[leveloffset=+1, lines=7..24;34..-1] include::{chapters-path}changes/chapter.adoc[leveloffset=+1, lines=6..23;33..-1]