aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/ja/books/handbook/ports/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/ja/books/handbook/ports/_index.adoc')
-rw-r--r--documentation/content/ja/books/handbook/ports/_index.adoc52
1 files changed, 25 insertions, 27 deletions
diff --git a/documentation/content/ja/books/handbook/ports/_index.adoc b/documentation/content/ja/books/handbook/ports/_index.adoc
index 2975f73a33..efa3fa224b 100644
--- a/documentation/content/ja/books/handbook/ports/_index.adoc
+++ b/documentation/content/ja/books/handbook/ports/_index.adoc
@@ -13,37 +13,35 @@ next: books/handbook/x11
:icons: font
:sectnums:
:sectnumlevels: 6
+:sectnumoffset: 4
+:partnums:
:source-highlighter: rouge
:experimental:
-:skip-front-matter:
-:toc-title: 目次
-:table-caption: 表
-:figure-caption: 図
-:example-caption: 例
-:xrefstyle: basic
-:relfileprefix: ../
-:outfilesuffix:
-:sectnumoffset: 4
-
-ifeval::["{backend}" == "html5"]
-:imagesdir: ../../../images/books/handbook/ports/
-endif::[]
-
-ifeval::["{backend}" == "pdf"]
-:imagesdir: ../../../../static/images/books/handbook/ports/
-endif::[]
+:images-path: books/handbook/ports/
-ifeval::["{backend}" == "epub3"]
-:imagesdir: ../../../../static/images/books/handbook/ports/
+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/ja/mailing-lists.adoc[]
-include::shared/ja/teams.adoc[]
-include::shared/ja/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::[]
[[ports-synopsis]]
== この章では
@@ -598,7 +596,7 @@ Ports Collection は、ソフトウェアのカテゴリを表すディレクト
* [.filename]#pkg-plist#: これは、その port によってインストールされる全ファイルのリストです。これにはプログラムを削除する際に、どのファイルを削除すれば良いのかを ports システムに伝える役割もあります。
これらの他に [.filename]#pkg-message# や特殊な状況に対応するためのファイルを含む ports もあります。
-これらのファイルについての詳細および ports の一般的な説明については、link:{porters-handbook}[port 作成者のためのハンドブック] をご覧下さい。
+これらのファイルについての詳細および ports の一般的な説明については、extref:{porters-handbook}[port 作成者のためのハンドブック] をご覧下さい。
port は実際のソースコード ([.filename]#distfile# とも呼ばれます) を含んではいません。
port の構築の展開部で、ダウンロードされたソースは自動的に [.filename]#/usr/ports/distfiles# に保存されます。
@@ -651,7 +649,7 @@ FreeBSD のベースシステムには、Portsnap が含まれています。
*Procedure: Git を用いる方法*
ports ツリーの管理が必要な場合や、 ローカルで変更点をメンテナンスする必要がある場合、 および FreeBSD-CURRENT を使用している場合には、 Git を使って Ports Collection を取得する方法があります。
-Git のより詳細な説明については、 link:{committers-guide}#git-primer/[Git Primer] を参照してください。
+Git のより詳細な説明については、 extref:{committers-guide}[Git Primer, git-primer] を参照してください。
. Git を使って ports ツリーをチェックアウトする前に、Git をインストールしておく必要があります。
ports ツリーがすでにインストールされていれば、 以下のようにして Git をインストールできます。
@@ -1187,6 +1185,6 @@ port をうまくコンパイルできなかったりインストールできな
特に mailto:ports@FreeBSD.org[ports@FreeBSD.org] が保守している ports には、保守担当者がいません。 そのかわり、 そのメーリングリストを購読する人々からなるコミュニティが、 修正や対応をおこなっています。 もっとボランティアが必要です!
====
+
-メールに対して返信がなければ、 link:{problem-reports}[FreeBSD 障害報告の書き方] に書かれている手順にしたがい、 Bugzilla を使ってバグレポートを提出してください。
-. 自分で直しましょう! ports システムに関する詳細な情報は link:{porters-handbook}[port 作成者のためのハンドブック] にあります。 このセクションを読むと、壊れてしまった port を直したり、 自分で作った port を提出したりできるようになります!
+メールに対して返信がなければ、 extref:{problem-reports}[FreeBSD 障害報告の書き方] に書かれている手順にしたがい、 Bugzilla を使ってバグレポートを提出してください。
+. 自分で直しましょう! ports システムに関する詳細な情報は extref:{porters-handbook}[port 作成者のためのハンドブック] にあります。 このセクションを読むと、壊れてしまった port を直したり、 自分で作った port を提出したりできるようになります!
. <<pkgng-intro>> に書かれている手順にしたがって、 package をインストールしてください。