Path: blob/main/documentation/content/ja/books/porters-handbook/book.adoc
18096 views
---
title: FreeBSD port 作成者のためのハンドブック
authors:
- author: FreeBSD ドキュメンテーションプロジェクト
copyright: 2000-2020 The FreeBSD Documentation Project
trademarks: ["freebsd", "sun", "unix", "general"]
add_split_page_link: true
---
= FreeBSD Porter's Handbook
:doctype: book
:toc: macro
:toclevels: 2
:icons: font
:sectnums:
:sectnumlevels: 6
:partnums:
:source-highlighter: rouge
:experimental:
:book: true
:pdf: false
ifdef::env-beastie[]
ifdef::backend-html5[]
include::shared/authors.adoc[]
include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
include::shared/attributes/attributes-{{% lang %}}.adoc[]
include::shared/{{% lang %}}/teams.adoc[]
include::shared/{{% lang %}}/mailing-lists.adoc[]
include::shared/{{% lang %}}/urls.adoc[]
:chapters-path: content/{{% lang %}}/books/porters-handbook/
endif::[]
ifdef::backend-pdf,backend-epub3[]
:chapters-path:
include::../../../../../shared/asciidoctor.adoc[]
endif::[]
endif::[]
ifndef::env-beastie[]
:chapters-path:
include::../../../../../shared/asciidoctor.adoc[]
endif::[]
[.abstract-title]
概要
このハンドブックは FreeBSD の port 作成者 (porter) 向けに、 具体的な port の作成方法や注意点などをまとめたものです。
日本語版の作成は FreeBSD 日本語ドキュメンテーション プロジェクト (FreeBSD doc-jp) が行なっています。 日本語訳および、日本語版のみに関することは FreeBSD 日本語ドキュメンテーションプロジェクト <[email protected]> に おいて日本語で議論されています。
文書の日本語訳に関するお問い合わせや、 文書の原文に関する問い合わせをしたいが英語が得意でないという方は、 FreeBSD 日本語ドキュメンテーションプロジェクト <[email protected]> まで日本語でコメントをお寄せください。
'''
toc::[]
include::{chapters-path}why-port/_index.adoc[leveloffset=+1]
include::{chapters-path}own-port/_index.adoc[leveloffset=+1]
include::{chapters-path}quick-porting/_index.adoc[leveloffset=+1]
include::{chapters-path}slow/_index.adoc[leveloffset=+1]
include::{chapters-path}makefile/_index.adoc[leveloffset=+1]
include::{chapters-path}special/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-masterdir/_index.adoc[leveloffset=+1]
include::{chapters-path}shared/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-manpages/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-motif/_index.adoc[leveloffset=+1]
include::{chapters-path}x11-fonts/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-info/_index.adoc[leveloffset=+1]
include::{chapters-path}pkg-files/_index.adoc[leveloffset=+1]
include::{chapters-path}testing/_index.adoc[leveloffset=+1]
include::{chapters-path}port-upgrading/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-dads/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-samplem/_index.adoc[leveloffset=+1]
include::{chapters-path}porting-autoplist/_index.adoc[leveloffset=+1]
include::{chapters-path}changes/_index.adoc[leveloffset=+1]