summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-02-03 16:09:34 +0000
committerwiz <wiz@pkgsrc.org>2014-02-03 16:09:34 +0000
commit19155abe02d29a735b40efefbe8d4287f6e319d9 (patch)
tree3f902444b018a409df10fd6e3f65249d5cc52f3c /doc/guide
parent48b4c4d145f696e9d056eda1d68f4cb6108550af (diff)
downloadpkgsrc-19155abe02d29a735b40efefbe8d4287f6e319d9.tar.gz
Remove seldomly needed packages from introduction.
Add a section about HTTPS, since it really is a FAQ.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/faq.xml41
1 files changed, 28 insertions, 13 deletions
diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml
index 6a410ccf9dc..367ede080ca 100644
--- a/doc/guide/files/faq.xml
+++ b/doc/guide/files/faq.xml
@@ -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>
@@ -139,11 +139,6 @@ with each package.</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
CPU and compiler. </para>
@@ -157,6 +152,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
entries.</para>
@@ -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>