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
|
||||
|
||||
$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">
|
||||
|
@ -65,22 +65,14 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>files</filename> directory. The
|
||||
<filename>files</filename> directory contains a file named
|
||||
<filename>md5</filename>. This file is named after the MD5
|
||||
algorithm used to determine ports checksums. A checksum is a
|
||||
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>
|
||||
<para>A <filename>distinfo</filename> file. This file contains
|
||||
information about the files that must be downloaded to build the
|
||||
port, and checksums, to ensure that that files have not been
|
||||
corrupted during the download.</para>
|
||||
</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
|
||||
your FreeBSD system. Patches are basically small files that
|
||||
specify changes to particular files. They are in plain text
|
||||
|
@ -88,32 +80,25 @@
|
|||
<quote>Change line 26 to this ...</quote>. Patches are also
|
||||
known as <quote>diffs</quote> because they are generated by the
|
||||
<application>diff</application> program.</para>
|
||||
|
||||
<para>This directory may also contain other files used in building
|
||||
the port.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>pkg</filename> directory. This directory
|
||||
normally contains three files. Occasionally, there will be
|
||||
more than three, but it depends on the port. Most only
|
||||
require three. The files are:</para>
|
||||
<para>A <filename>pkg-comment</filename> file. This is a one-line
|
||||
description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><filename>COMMENT</filename>. This is a one-line
|
||||
description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>DESCR</filename>. This is a more detailed,
|
||||
often multiple-line, description of the program.</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>
|
||||
<para>A <filename>pkg-descr</filename> file. This is a more
|
||||
detailed, often multiple-line, description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>pkg-plist</filename> file. 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>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
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">
|
||||
|
@ -65,22 +65,14 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>files</filename> directory. The
|
||||
<filename>files</filename> directory contains a file named
|
||||
<filename>md5</filename>. This file is named after the MD5
|
||||
algorithm used to determine ports checksums. A checksum is a
|
||||
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>
|
||||
<para>A <filename>distinfo</filename> file. This file contains
|
||||
information about the files that must be downloaded to build the
|
||||
port, and checksums, to ensure that that files have not been
|
||||
corrupted during the download.</para>
|
||||
</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
|
||||
your FreeBSD system. Patches are basically small files that
|
||||
specify changes to particular files. They are in plain text
|
||||
|
@ -88,32 +80,25 @@
|
|||
<quote>Change line 26 to this ...</quote>. Patches are also
|
||||
known as <quote>diffs</quote> because they are generated by the
|
||||
<application>diff</application> program.</para>
|
||||
|
||||
<para>This directory may also contain other files used in building
|
||||
the port.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>pkg</filename> directory. This directory
|
||||
normally contains three files. Occasionally, there will be
|
||||
more than three, but it depends on the port. Most only
|
||||
require three. The files are:</para>
|
||||
<para>A <filename>pkg-comment</filename> file. This is a one-line
|
||||
description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><filename>COMMENT</filename>. This is a one-line
|
||||
description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename>DESCR</filename>. This is a more detailed,
|
||||
often multiple-line, description of the program.</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>
|
||||
<para>A <filename>pkg-descr</filename> file. This is a more
|
||||
detailed, often multiple-line, description of the program.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <filename>pkg-plist</filename> file. 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue