Update to reflect new filenames in ports.
PR: docs/24866 Submitted by: daemus@evilcode.com
This commit is contained in:
parent
5bec113702
commit
cbdf021944
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8769
2 changed files with 44 additions and 74 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.111 2000/06/14 20:30:37 jim Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.112 2000/11/23 11:32:51 ben Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -65,22 +65,14 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>files</filename> directory. The
|
<para>A <filename>distinfo</filename> file. This file contains
|
||||||
<filename>files</filename> directory contains a file named
|
information about the files that must be downloaded to build the
|
||||||
<filename>md5</filename>. This file is named after the MD5
|
port, and checksums, to ensure that that files have not been
|
||||||
algorithm used to determine ports checksums. A checksum is a
|
corrupted during the download.</para>
|
||||||
number generated by adding up all the data in the file you
|
|
||||||
want to check. If any characters change, the checksum will
|
|
||||||
differ from the original and an error message will be
|
|
||||||
displayed so you are able to investigate the changes.</para>
|
|
||||||
|
|
||||||
<para>The <filename>files</filename> directory can also contain
|
|
||||||
other files that are required by the port but do not belong
|
|
||||||
elsewhere in the directory structure.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>patches</filename> directory. This directory
|
<para>A <filename>files</filename> directory. This directory
|
||||||
contains patches to make the program compile and install on
|
contains patches to make the program compile and install on
|
||||||
your FreeBSD system. Patches are basically small files that
|
your FreeBSD system. Patches are basically small files that
|
||||||
specify changes to particular files. They are in plain text
|
specify changes to particular files. They are in plain text
|
||||||
|
@ -88,32 +80,25 @@
|
||||||
<quote>Change line 26 to this ...</quote>. Patches are also
|
<quote>Change line 26 to this ...</quote>. Patches are also
|
||||||
known as <quote>diffs</quote> because they are generated by the
|
known as <quote>diffs</quote> because they are generated by the
|
||||||
<application>diff</application> program.</para>
|
<application>diff</application> program.</para>
|
||||||
|
|
||||||
|
<para>This directory may also contain other files used in building
|
||||||
|
the port.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>pkg</filename> directory. This directory
|
<para>A <filename>pkg-comment</filename> file. This is a one-line
|
||||||
normally contains three files. Occasionally, there will be
|
description of the program.</para>
|
||||||
more than three, but it depends on the port. Most only
|
</listitem>
|
||||||
require three. The files are:</para>
|
|
||||||
|
|
||||||
<itemizedlist>
|
<listitem>
|
||||||
<listitem>
|
<para>A <filename>pkg-descr</filename> file. This is a more
|
||||||
<para><filename>COMMENT</filename>. This is a one-line
|
detailed, often multiple-line, description of the program.</para>
|
||||||
description of the program.</para>
|
</listitem>
|
||||||
</listitem>
|
|
||||||
|
<listitem>
|
||||||
<listitem>
|
<para>A <filename>pkg-plist</filename> file. This is a list of all
|
||||||
<para><filename>DESCR</filename>. This is a more detailed,
|
the files that will be installed by the port. It also tells the
|
||||||
often multiple-line, description of the program.</para>
|
ports system what files to remove upon deinstallation.</para>
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><filename>PLIST</filename>. This is a list of all the
|
|
||||||
files that will be installed by the port. It also tells
|
|
||||||
the ports system what files to remove upon
|
|
||||||
deinstallation.</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.111 2000/06/14 20:30:37 jim Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.112 2000/11/23 11:32:51 ben Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -65,22 +65,14 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>files</filename> directory. The
|
<para>A <filename>distinfo</filename> file. This file contains
|
||||||
<filename>files</filename> directory contains a file named
|
information about the files that must be downloaded to build the
|
||||||
<filename>md5</filename>. This file is named after the MD5
|
port, and checksums, to ensure that that files have not been
|
||||||
algorithm used to determine ports checksums. A checksum is a
|
corrupted during the download.</para>
|
||||||
number generated by adding up all the data in the file you
|
|
||||||
want to check. If any characters change, the checksum will
|
|
||||||
differ from the original and an error message will be
|
|
||||||
displayed so you are able to investigate the changes.</para>
|
|
||||||
|
|
||||||
<para>The <filename>files</filename> directory can also contain
|
|
||||||
other files that are required by the port but do not belong
|
|
||||||
elsewhere in the directory structure.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>patches</filename> directory. This directory
|
<para>A <filename>files</filename> directory. This directory
|
||||||
contains patches to make the program compile and install on
|
contains patches to make the program compile and install on
|
||||||
your FreeBSD system. Patches are basically small files that
|
your FreeBSD system. Patches are basically small files that
|
||||||
specify changes to particular files. They are in plain text
|
specify changes to particular files. They are in plain text
|
||||||
|
@ -88,32 +80,25 @@
|
||||||
<quote>Change line 26 to this ...</quote>. Patches are also
|
<quote>Change line 26 to this ...</quote>. Patches are also
|
||||||
known as <quote>diffs</quote> because they are generated by the
|
known as <quote>diffs</quote> because they are generated by the
|
||||||
<application>diff</application> program.</para>
|
<application>diff</application> program.</para>
|
||||||
|
|
||||||
|
<para>This directory may also contain other files used in building
|
||||||
|
the port.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A <filename>pkg</filename> directory. This directory
|
<para>A <filename>pkg-comment</filename> file. This is a one-line
|
||||||
normally contains three files. Occasionally, there will be
|
description of the program.</para>
|
||||||
more than three, but it depends on the port. Most only
|
</listitem>
|
||||||
require three. The files are:</para>
|
|
||||||
|
|
||||||
<itemizedlist>
|
<listitem>
|
||||||
<listitem>
|
<para>A <filename>pkg-descr</filename> file. This is a more
|
||||||
<para><filename>COMMENT</filename>. This is a one-line
|
detailed, often multiple-line, description of the program.</para>
|
||||||
description of the program.</para>
|
</listitem>
|
||||||
</listitem>
|
|
||||||
|
<listitem>
|
||||||
<listitem>
|
<para>A <filename>pkg-plist</filename> file. This is a list of all
|
||||||
<para><filename>DESCR</filename>. This is a more detailed,
|
the files that will be installed by the port. It also tells the
|
||||||
often multiple-line, description of the program.</para>
|
ports system what files to remove upon deinstallation.</para>
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><filename>PLIST</filename>. This is a list of all the
|
|
||||||
files that will be installed by the port. It also tells
|
|
||||||
the ports system what files to remove upon
|
|
||||||
deinstallation.</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue