Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/documentation/content/ru/books/porters-handbook/book.adoc
18096 views
---
add_split_page_link: 'true'
authors:
  - 
    author: 'The FreeBSD Documentation Project'
copyright: '2000-2023 The FreeBSD Documentation Project'
description: 'Обязательно к прочтению, если вы планируете портировать стороннее программное обеспечение'
tags: ["FreeBSD Porter's Handbook", "Porting", "FreeBSD Ports Collection"]
title: 'Руководство FreeBSD по созданию портов'
trademarks: ["freebsd", "sun", "unix", "general"]
---

= Руководство FreeBSD по созданию портов
: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::[]

'''

toc::[]

include::{chapters-path}porting-why/_index.adoc[leveloffset=+1]
include::{chapters-path}new-port/_index.adoc[leveloffset=+1]
include::{chapters-path}quick-porting/_index.adoc[leveloffset=+1]
include::{chapters-path}slow-porting/_index.adoc[leveloffset=+1]
include::{chapters-path}makefiles/_index.adoc[leveloffset=+1]
include::{chapters-path}special/_index.adoc[leveloffset=+1]
include::{chapters-path}flavors/_index.adoc[leveloffset=+1]
include::{chapters-path}plist/_index.adoc[leveloffset=+1]
include::{chapters-path}pkg-files/_index.adoc[leveloffset=+1]
include::{chapters-path}testing/_index.adoc[leveloffset=+1]
include::{chapters-path}upgrading/_index.adoc[leveloffset=+1]
include::{chapters-path}security/_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}order/_index.adoc[leveloffset=+1]
include::{chapters-path}keeping-up/_index.adoc[leveloffset=+1]
include::{chapters-path}uses/_index.adoc[leveloffset=+1]
include::{chapters-path}versions/_index.adoc[leveloffset=+1]