summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-10-22 19:20:31 +0000
committerbmah <bmah@FreeBSD.org>2001-10-22 19:20:31 +0000
commit63ff3dd8619d5e02a5b4902231562ce1a536ed16 (patch)
tree1b451e8986451852ababac2f3713a60559a12e36 /release
parent489165031c6e89a35401a6d9475a10e26da93f5b (diff)
downloadFreeBSD-src-63ff3dd8619d5e02a5b4902231562ce1a536ed16.zip
FreeBSD-src-63ff3dd8619d5e02a5b4902231562ce1a536ed16.tar.gz
Re-order ports collection infrastructure section of release notes.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml86
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml86
2 files changed, 86 insertions, 86 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 3e42de4..e3eb2dd 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -2363,27 +2363,31 @@
<sect3>
<title>Ports/Packages Collection</title>
- <para>Version numbers of installed packages have a new
- (backward-compatible) syntax, which supports the
- <varname>PORTREVISION</varname> and <varname>PORTEPOCH</varname>
- variables in Ports Collection <filename>Makefile</filename>s.
- These changes help keep track of changes in the ports collection
- entries such as security patches or &os;-specific updates, which
- aren't reflected in the original, third-party software
- distributions. &man.pkg.version.1; can now compare these
- new-style version numbers. &merged;</para>
+ <para><application>BSDPAN</application>, a collection of modules
+ that provides tighter integration of
+ <application>Perl</application> into the &os; Ports
+ Collection, has been added.</para>
- <para>To improve performance and disk utilization, the <quote>ports
- skeletons</quote> in the &os; Ports Collection have been restructured.
- Installed ports and packages should not be affected. &merged;</para>
+ <para>&man.pkg.create.1; and &man.pkg.add.1; can now work with
+ packages that have been compressed using
+ &man.bzip2.1;. &man.pkg.add.1; will use the PACKAGEROOT
+ environment variable to determine a mirror site for new
+ packages. &merged;</para>
- <para>All packages and ports now contain an <quote>origin</quote>
- directive, which makes it easier for programs such as
- &man.pkg.version.1; to determine the directory from which a
- package was built. &merged;</para>
+ <para>&man.pkg.create.1; now records dependencies in dependency
+ order rather than in the order specified on the command line.
+ This improves the functioning of <command>pkg_add
+ -r</command>. &merged;</para>
- <para>&man.pkg.update.1;, a utility to update installed packages
- and update their dependencies, has been added. &merged;</para>
+ <para>When requested to delete multiple packages,
+ &man.pkg.delete.1; will now attempt to remove them in dependency
+ order rather than the order specified on the command
+ line. &merged;</para>
+
+ <para>&man.pkg.delete.1; now can perform glob/regexp matching of
+ package names. In addition, it supports a <option>-a</option>
+ option for removing all packages and a <option>-i</option> option
+ for &man.rm.1;-style interactive confirmation. &merged;</para>
<para>&man.pkg.info.1; now supports globbing against names of
installed packages. The <option>-G</option> option disables this
@@ -2397,16 +2401,12 @@
<filename>/var/db/pkg</filename> if it's to be used for auditing
purposes. &merged;</para>
- <para>&man.pkg.create.1; and &man.pkg.add.1; can now work with
- packages that have been compressed using
- &man.bzip2.1;. &man.pkg.add.1; will use the PACKAGEROOT
- environment variable to determine a mirror site for new
- packages. &merged;</para>
+ <para>&man.pkg.sign.1; and &man.pkg.check.1; have been added to
+ digitally sign and verify the signatures on binary package
+ files. &merged;</para>
- <para>&man.pkg.create.1; now records dependencies in dependency
- order rather than in the order specified on the command line.
- This improves the functioning of <command>pkg_add
- -r</command>. &merged;</para>
+ <para>&man.pkg.update.1;, a utility to update installed packages
+ and update their dependencies, has been added. &merged;</para>
<para>&man.pkg.version.1; now has a version number comparison
routine that corresponds to the Porters Handbook. It also has a
@@ -2417,24 +2417,24 @@
to limit its operation to ports/packages matching a given
string. &merged;</para>
- <para>When requested to delete multiple packages,
- &man.pkg.delete.1; will now attempt to remove them in dependency
- order rather than the order specified on the command
- line. &merged;</para>
-
- <para>&man.pkg.delete.1; now can perform glob/regexp matching of
- package names. In addition, it supports a <option>-a</option>
- option for removing all packages and a <option>-i</option> option
- for &man.rm.1;-style interactive confirmation. &merged;</para>
+ <para>Version numbers of installed packages have a new
+ (backward-compatible) syntax, which supports the
+ <varname>PORTREVISION</varname> and <varname>PORTEPOCH</varname>
+ variables in Ports Collection <filename>Makefile</filename>s.
+ These changes help keep track of changes in the ports collection
+ entries such as security patches or &os;-specific updates, which
+ aren't reflected in the original, third-party software
+ distributions. &man.pkg.version.1; can now compare these
+ new-style version numbers. &merged;</para>
- <para>&man.pkg.sign.1; and &man.pkg.check.1; have been added to
- digitally sign and verify the signatures on binary package
- files. &merged;</para>
+ <para>To improve performance and disk utilization, the <quote>ports
+ skeletons</quote> in the &os; Ports Collection have been restructured.
+ Installed ports and packages should not be affected. &merged;</para>
- <para><application>BSDPAN</application>, a collection of modules
- that provides tighter integration of
- <application>Perl</application> into the &os; Ports
- Collection, has been added.</para>
+ <para>All packages and ports now contain an <quote>origin</quote>
+ directive, which makes it easier for programs such as
+ &man.pkg.version.1; to determine the directory from which a
+ package was built. &merged;</para>
</sect3>
</sect2>
</sect1>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 3e42de4..e3eb2dd 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -2363,27 +2363,31 @@
<sect3>
<title>Ports/Packages Collection</title>
- <para>Version numbers of installed packages have a new
- (backward-compatible) syntax, which supports the
- <varname>PORTREVISION</varname> and <varname>PORTEPOCH</varname>
- variables in Ports Collection <filename>Makefile</filename>s.
- These changes help keep track of changes in the ports collection
- entries such as security patches or &os;-specific updates, which
- aren't reflected in the original, third-party software
- distributions. &man.pkg.version.1; can now compare these
- new-style version numbers. &merged;</para>
+ <para><application>BSDPAN</application>, a collection of modules
+ that provides tighter integration of
+ <application>Perl</application> into the &os; Ports
+ Collection, has been added.</para>
- <para>To improve performance and disk utilization, the <quote>ports
- skeletons</quote> in the &os; Ports Collection have been restructured.
- Installed ports and packages should not be affected. &merged;</para>
+ <para>&man.pkg.create.1; and &man.pkg.add.1; can now work with
+ packages that have been compressed using
+ &man.bzip2.1;. &man.pkg.add.1; will use the PACKAGEROOT
+ environment variable to determine a mirror site for new
+ packages. &merged;</para>
- <para>All packages and ports now contain an <quote>origin</quote>
- directive, which makes it easier for programs such as
- &man.pkg.version.1; to determine the directory from which a
- package was built. &merged;</para>
+ <para>&man.pkg.create.1; now records dependencies in dependency
+ order rather than in the order specified on the command line.
+ This improves the functioning of <command>pkg_add
+ -r</command>. &merged;</para>
- <para>&man.pkg.update.1;, a utility to update installed packages
- and update their dependencies, has been added. &merged;</para>
+ <para>When requested to delete multiple packages,
+ &man.pkg.delete.1; will now attempt to remove them in dependency
+ order rather than the order specified on the command
+ line. &merged;</para>
+
+ <para>&man.pkg.delete.1; now can perform glob/regexp matching of
+ package names. In addition, it supports a <option>-a</option>
+ option for removing all packages and a <option>-i</option> option
+ for &man.rm.1;-style interactive confirmation. &merged;</para>
<para>&man.pkg.info.1; now supports globbing against names of
installed packages. The <option>-G</option> option disables this
@@ -2397,16 +2401,12 @@
<filename>/var/db/pkg</filename> if it's to be used for auditing
purposes. &merged;</para>
- <para>&man.pkg.create.1; and &man.pkg.add.1; can now work with
- packages that have been compressed using
- &man.bzip2.1;. &man.pkg.add.1; will use the PACKAGEROOT
- environment variable to determine a mirror site for new
- packages. &merged;</para>
+ <para>&man.pkg.sign.1; and &man.pkg.check.1; have been added to
+ digitally sign and verify the signatures on binary package
+ files. &merged;</para>
- <para>&man.pkg.create.1; now records dependencies in dependency
- order rather than in the order specified on the command line.
- This improves the functioning of <command>pkg_add
- -r</command>. &merged;</para>
+ <para>&man.pkg.update.1;, a utility to update installed packages
+ and update their dependencies, has been added. &merged;</para>
<para>&man.pkg.version.1; now has a version number comparison
routine that corresponds to the Porters Handbook. It also has a
@@ -2417,24 +2417,24 @@
to limit its operation to ports/packages matching a given
string. &merged;</para>
- <para>When requested to delete multiple packages,
- &man.pkg.delete.1; will now attempt to remove them in dependency
- order rather than the order specified on the command
- line. &merged;</para>
-
- <para>&man.pkg.delete.1; now can perform glob/regexp matching of
- package names. In addition, it supports a <option>-a</option>
- option for removing all packages and a <option>-i</option> option
- for &man.rm.1;-style interactive confirmation. &merged;</para>
+ <para>Version numbers of installed packages have a new
+ (backward-compatible) syntax, which supports the
+ <varname>PORTREVISION</varname> and <varname>PORTEPOCH</varname>
+ variables in Ports Collection <filename>Makefile</filename>s.
+ These changes help keep track of changes in the ports collection
+ entries such as security patches or &os;-specific updates, which
+ aren't reflected in the original, third-party software
+ distributions. &man.pkg.version.1; can now compare these
+ new-style version numbers. &merged;</para>
- <para>&man.pkg.sign.1; and &man.pkg.check.1; have been added to
- digitally sign and verify the signatures on binary package
- files. &merged;</para>
+ <para>To improve performance and disk utilization, the <quote>ports
+ skeletons</quote> in the &os; Ports Collection have been restructured.
+ Installed ports and packages should not be affected. &merged;</para>
- <para><application>BSDPAN</application>, a collection of modules
- that provides tighter integration of
- <application>Perl</application> into the &os; Ports
- Collection, has been added.</para>
+ <para>All packages and ports now contain an <quote>origin</quote>
+ directive, which makes it easier for programs such as
+ &man.pkg.version.1; to determine the directory from which a
+ package was built. &merged;</para>
</sect3>
</sect2>
</sect1>
OpenPOWER on IntegriCloud