Remove seldomly needed packages from introduction.

Add a section about HTTPS, since it really is a FAQ.
This commit is contained in:
wiz 2014-02-03 16:09:34 +00:00
parent 48b4c4d145
commit 19155abe02

View file

@ -1,4 +1,4 @@
<!-- $NetBSD: faq.xml,v 1.49 2013/12/24 15:29:44 tron Exp $ -->
<!-- $NetBSD: faq.xml,v 1.50 2014/02/03 16:09:34 wiz Exp $ -->
<chapter id="faq"> <?dbhtml filename="faq.html"?>
<title>Frequently Asked Questions</title>
@ -138,11 +138,6 @@ with each package.</para>
methods: multiple CD-ROMs and network FTP/HTTP connections.</para>
</listitem>
<listitem>
<para><filename role="pkg">pkgtools/xpkgwedge</filename>: Put X11
packages someplace else (enabled by default).</para>
</listitem>
<listitem>
<para><filename role="pkg">devel/cpuflags</filename>: Determine
the best compiler flags to optimise code for your current
@ -156,6 +151,12 @@ etc:</para>
<itemizedlist>
<listitem>
<para><filename role="pkg">pkgtools/pkgin</filename>: A package
update tool similar to apt(1). Download, install, and upgrade
binary packages easily.</para>
</listitem>
<listitem>
<para><filename role="pkg">pkgtools/pkg_chk</filename>: Reports on
packages whose installed versions do not match the latest pkgsrc
@ -202,16 +203,10 @@ etc:</para>
</listitem>
<listitem>
<para><filename role="pkg">pkgtools/rpm2pkg</filename>,
<filename role="pkg">pkgtools/url2pkg</filename>: Aids in
<para><filename role="pkg">pkgtools/url2pkg</filename>: Aids in
converting to pkgsrc.</para>
</listitem>
<listitem>
<para><filename role="pkg">pkgtools/gensolpkg</filename>: Convert
pkgsrc to a Solaris package.</para>
</listitem>
</itemizedlist>
<para>Utilities for people maintaining pkgsrc (or: more obscure pkg
@ -332,6 +327,26 @@ http_proxy=http://orpheus.amdahl.com:80/
<!-- ================================================================== -->
<sect1 id="fetch-https">
<title>How to fetch files from HTTPS sites</title>
<para>Some fetch tools are not prepared to support HTTPS by default
(for example, the one in NetBSD 6.0), or the one installed by the
pkgsrc bootstrap (to avoid an openssl dependency that low in the
dependency graph).</para>
<para>Usually you won't notice, because distribution files are
mirrored weekly to <quote>ftp.NetBSD.org</quote>, but that might not
be often enough if you are following pkgsrc-current. In that case, set
<varname>FETCH_USING</varname> in your &mk.conf; file to
<quote>curl</quote> or <quote>wget</quote>, which are both compiled
with HTTPS support by default. Of course, these tools need to be
installed before you can use them this way.</para>
</sect1>
<!-- ================================================================== -->
<sect1 id="passive-ftp">
<title>How do I tell <command>make fetch</command> to do passive FTP?</title>