pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files doc/guide: migrate from http to https



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8602614467a0
branches:  trunk
changeset: 423730:8602614467a0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Feb 24 21:13:56 2020 +0000

description:
doc/guide: migrate from http to https

diffstat:

 doc/guide/files/build.xml        |  10 +++++-----
 doc/guide/files/debug.xml        |   4 ++--
 doc/guide/files/devfaq.xml       |  10 +++++-----
 doc/guide/files/editing.xml      |   8 ++++----
 doc/guide/files/examples.xml     |   4 ++--
 doc/guide/files/faq.xml          |   8 ++++----
 doc/guide/files/fixes.xml        |   8 ++++----
 doc/guide/files/getting.xml      |   4 ++--
 doc/guide/files/gnome.xml        |  14 +++++++-------
 doc/guide/files/introduction.xml |  32 ++++++++++++++++----------------
 doc/guide/files/regression.xml   |   4 ++--
 doc/guide/files/submit.xml       |   8 ++++----
 doc/guide/files/using.xml        |  10 +++++-----
 13 files changed, 62 insertions(+), 62 deletions(-)

diffs (truncated from 494 to 300 lines):

diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/build.xml Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.79 2019/05/05 18:36:05 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.80 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="build">
   <title>The build process</title>
@@ -210,8 +210,8 @@
 DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
 DISTFILES+=     foo-file.tar.gz
 SITES.foo-file.tar.gz= \
-http://www.somewhere.com/somehow/ \
-http://www.somewhereelse.com/mirror/somehow/
+https://www.somewhere.com/somehow/ \
+https://www.somewhereelse.com/mirror/somehow/
 </programlisting>
 
       <para>When actually fetching the distfiles, each item from
@@ -225,7 +225,7 @@
       case, the definition would look like:</para>
 
 <programlisting>
-MASTER_SITES=   http://www.example.com/download.cgi?file=
+MASTER_SITES=   https://www.example.com/download.cgi?file=
 </programlisting>
 
       <para> The exception to this rule are URLs starting with a dash.
@@ -241,7 +241,7 @@
 
 <programlisting>
 DISTNAME=       foo-1.0.0
-MASTER_SITES=   -http://www.example.com/archive/v1.0.0.tar.gz
+MASTER_SITES=   -https://www.example.com/archive/v1.0.0.tar.gz
 </programlisting>
 
       <para>There are some predefined values for
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/debug.xml
--- a/doc/guide/files/debug.xml Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/debug.xml Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: debug.xml,v 1.7 2007/08/15 06:33:44 rillig Exp $ -->
+<!-- $NetBSD: debug.xml,v 1.8 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="debug">
   <title>Debugging</title>
@@ -20,7 +20,7 @@
 
       <screen>&cprompt; <userinput>mkdir /usr/pkgsrc/<replaceable>category</replaceable>/<replaceable>examplepkg</replaceable></userinput>
 &cprompt; <userinput>cd /usr/pkgsrc/<replaceable>category</replaceable>/<replaceable>examplepkg</replaceable></userinput>
-&cprompt; <userinput>url2pkg http://www.example.com/path/to/distfile.tar.gz</userinput></screen>
+&cprompt; <userinput>url2pkg https://www.example.com/path/to/distfile.tar.gz</userinput></screen>
     </listitem>
 
     <listitem>
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/devfaq.xml
--- a/doc/guide/files/devfaq.xml        Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/devfaq.xml        Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: devfaq.xml,v 1.15 2020/02/23 17:43:20 rillig Exp $ -->
+<!-- $NetBSD: devfaq.xml,v 1.16 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?>
 <title>Frequently Asked Questions</title>
@@ -105,7 +105,7 @@
        <answer><variablelist>
 
        <varlistentry><term><ulink
-       url="http://www.NetBSD.org/mailinglists/index.html#tech-pkg";>tech-pkg</ulink></term>
+       url="https://www.NetBSD.org/mailinglists/index.html#tech-pkg";>tech-pkg</ulink></term>
 
        <listitem><para>This is a list for technical discussions related
        to pkgsrc development, e.g. soliciting feedback for changes to
@@ -116,7 +116,7 @@
        etc.</para></listitem></varlistentry>
 
        <varlistentry><term><ulink
-       url="http://www.NetBSD.org/mailinglists/index.html#pkgsrc-bugs";>pkgsrc-bugs</ulink></term>
+       url="https://www.NetBSD.org/mailinglists/index.html#pkgsrc-bugs";>pkgsrc-bugs</ulink></term>
 
        <listitem><para>All bug reports in category "pkg" sent with
        &man.send-pr.1; appear here. Please do not report your bugs here
@@ -142,7 +142,7 @@
        say.</para></listitem>
 
        <listitem><para>On the mailing list archives (see <ulink
-       url="http://mail-index.NetBSD.org/"/>), you can find discussions
+       url="https://mail-index.NetBSD.org/"/>), you can find discussions
        about certain features, announcements of new parts of the pkgsrc
        infrastructure and sometimes even announcements that a certain
        feature has been marked as obsolete. The benefit here is that
@@ -199,7 +199,7 @@
     have.</para></listitem>
 
     <listitem><para>Review packages for which review was requested on
-    the <ulink url="http://www.NetBSD.org/mailinglists/index.html#tech-pkg";>tech-pkg</ulink>
+    the <ulink url="https://www.NetBSD.org/mailinglists/index.html#tech-pkg";>tech-pkg</ulink>
     mailing list.</para></listitem>
   </itemizedlist>
 </answer></qandaentry>
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/editing.xml
--- a/doc/guide/files/editing.xml       Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/editing.xml       Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: editing.xml,v 1.15 2013/03/26 20:21:38 wiz Exp $ -->
+<!-- $NetBSD: editing.xml,v 1.16 2020/02/24 21:13:56 rillig Exp $ -->
 
 <appendix id="editing">
 <title>Editing guidelines for the pkgsrc guide</title>
@@ -20,14 +20,14 @@
        <listitem><para><filename>pkgsrc/doc/pkgsrc.html</filename></para></listitem>
 
        <listitem><para><ulink
-       url="http://www.NetBSD.org/docs/pkgsrc/"/></para></listitem>
+       url="https://www.NetBSD.org/docs/pkgsrc/"/></para></listitem>
 
        <listitem><para><ulink
-       url="http://www.NetBSD.org/docs/pkgsrc/pkgsrc.pdf"/>:
+       url="https://www.NetBSD.org/docs/pkgsrc/pkgsrc.pdf"/>:
        The PDF version of the pkgsrc guide.</para></listitem>
 
        <listitem><para><ulink
-       url="http://www.NetBSD.org/docs/pkgsrc/pkgsrc.ps"/>:
+       url="https://www.NetBSD.org/docs/pkgsrc/pkgsrc.ps"/>:
        PostScript version of the pkgsrc guide.</para></listitem>
 
        </itemizedlist>
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/examples.xml
--- a/doc/guide/files/examples.xml      Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/examples.xml      Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: examples.xml,v 1.18 2020/02/15 10:29:49 rillig Exp $ -->
+<!-- $NetBSD: examples.xml,v 1.19 2020/02/24 21:13:56 rillig Exp $ -->
 
 <appendix id="examples">
   <title>A simple example package: bison</title>
@@ -24,7 +24,7 @@
 MASTER_SITES=   ${MASTER_SITE_GNU:=bison/}
 
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=       http://www.gnu.org/software/bison/bison.html
+HOMEPAGE=       https://www.gnu.org/software/bison/bison.html
 COMMENT=        GNU yacc clone
 
 GNU_CONFIGURE=  yes
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/faq.xml
--- a/doc/guide/files/faq.xml   Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/faq.xml   Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.56 2020/02/09 00:44:25 rillig Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.57 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="faq"> <?dbhtml filename="faq.html"?>
 <title>Frequently Asked Questions</title>
@@ -31,14 +31,14 @@
 
       <listitem>
        <para><ulink
-           url="http://www.NetBSD.org/mailinglists/index.html#pkgsrc-bulk";>pkgsrc-bulk</ulink>:
+           url="https://www.NetBSD.org/mailinglists/index.html#pkgsrc-bulk";>pkgsrc-bulk</ulink>:
          A list where the results of pkgsrc bulk builds are sent and
          discussed.</para>
       </listitem>
 
       <listitem>
        <para><ulink
-           url="http://www.NetBSD.org/mailinglists/index.html#pkgsrc-changes";>pkgsrc-changes</ulink>:
+           url="https://www.NetBSD.org/mailinglists/index.html#pkgsrc-changes";>pkgsrc-changes</ulink>:
          This list is for those who are interested in getting a
          commit message for every change committed to pkgsrc. It is
          also available in digest form, meaning one daily message
@@ -55,7 +55,7 @@
 </programlisting>
 
 <para>Archives for all these mailing lists are available from
-<ulink url="http://mail-index.NetBSD.org/"/>.</para>
+<ulink url="https://mail-index.NetBSD.org/"/>.</para>
 
 </sect1>
 
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/fixes.xml Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.153 2020/02/23 17:27:29 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.154 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -823,7 +823,7 @@
       <title>Fetch based on a tagged release</title>
 
       <para>If your distfile URL looks similar to
-      <literal>http://github.com/username/exampleproject/archive/v1.0.zip</literal>,
+      <literal>https://github.com/username/exampleproject/archive/v1.0.zip</literal>,
       then you are packaging a tagged release.</para>
 
 <programlisting>
@@ -840,7 +840,7 @@
       <title>Fetch based on a specific commit</title>
 
       <para>If your distfile URL looks similar to
-      <literal>http://github.com&#x200B;/example&#x200B;/example&#x200B;/archive&#x200B;/988881adc9fc3655077dc2d4d757d480b5ea0e11.tar.gz</literal>,
+      <literal>https://github.com&#x200B;/example&#x200B;/example&#x200B;/archive&#x200B;/988881adc9fc3655077dc2d4d757d480b5ea0e11.tar.gz</literal>,
       then you are packaging a specific commit not tied to a
       release.</para>
 
@@ -857,7 +857,7 @@
       <title>Fetch based on release</title>
 
       <para>If your distfile URL looks similar to
-      <literal>http://github.com&#x200B;/username/exampleproject&#x200B;/releases&#x200B;/download&#x200B;/rel-1.6&#x200B;/offensive-1.6.zip</literal>,
+      <literal>https://github.com&#x200B;/username/exampleproject&#x200B;/releases&#x200B;/download&#x200B;/rel-1.6&#x200B;/offensive-1.6.zip</literal>,
       then you are packaging a release.</para>
 
 <programlisting>
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/getting.xml
--- a/doc/guide/files/getting.xml       Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/getting.xml       Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.37 2019/05/03 10:35:37 sevan Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.38 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="getting">
 <title>Where to get pkgsrc and how to keep it up-to-date</title>
@@ -102,7 +102,7 @@
 <screen>&uprompt; <userinput>cd /usr &amp;&amp; cvs -q -z2 -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc</userinput>
 </screen>
 
-       <para>Refer to the <ulink url="http://www.NetBSD.org/mirrors/#anoncvs";>list of available mirrors</ulink> to choose a faster CVS mirror, if needed.</para>
+       <para>Refer to the <ulink url="https://www.NetBSD.org/mirrors/#anoncvs";>list of available mirrors</ulink> to choose a faster CVS mirror, if needed.</para>
 
 <!-- FIXME: All this CVS magic should move into appendix or so. -->
        <para>If you get error messages from <literal>rsh</literal>, you need to set CVS_RSH variable. E.g.:</para>
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/gnome.xml
--- a/doc/guide/files/gnome.xml Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/gnome.xml Mon Feb 24 21:13:56 2020 +0000
@@ -1,9 +1,9 @@
-<!-- $NetBSD: gnome.xml,v 1.10 2016/07/09 16:07:35 rillig Exp $ -->
+<!-- $NetBSD: gnome.xml,v 1.11 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="gnome"> <?dbhtml filename="gnome.html"?>
 <title>GNOME packaging and porting</title>
 
-<para>Quoting <ulink url="http://www.gnome.org/";>GNOME's web
+<para>Quoting <ulink url="https://www.gnome.org/";>GNOME's web
 site</ulink>:</para>
 
 <blockquote>
@@ -23,10 +23,10 @@
 components.</para>
 
 <para>Given that pkgsrc is <ulink
-url="http://www.NetBSD.org/";>NetBSD</ulink>'s official packaging system,
+url="https://www.NetBSD.org/";>NetBSD</ulink>'s official packaging system,
 the above also means that great efforts are put into making GNOME work
 under this operating system.  Recently, <ulink
-url="http://www.dragonflybsd.org/";>DragonFly BSD</ulink> also adopted
+url="https://www.dragonflybsd.org/";>DragonFly BSD</ulink> also adopted
 pkgsrc as its preferred packaging system, contributing lots of
 portability fixes to make GNOME build and install under it.</para>
 
@@ -41,7 +41,7 @@
   <para>Should you have some spare cycles to devote to NetBSD, pkgsrc
   and GNOME and are willing to learn new exciting stuff, please jump
   straight to the <ulink
-  url="http://www.NetBSD.org/contrib/projects.html#gnome";>pending
+  url="https://www.NetBSD.org/contrib/projects.html#gnome";>pending
   work</ulink> list!  There is still a long way to go to get a
   fully-functional GNOME desktop under NetBSD and we need your help to
   achieve it!</para>
@@ -355,8 +355,8 @@
 issuing major GNOME updates will be grateful if you do that.</para>
 
 <para>The most common places to report bugs are the <ulink
-url="http://bugzilla.gnome.org/";>GNOME's Bugzilla</ulink> and the <ulink
-url="http://bugzilla.freedesktop.org/";>freedesktop.org's
+url="https://bugzilla.gnome.org/";>GNOME's Bugzilla</ulink> and the <ulink
+url="https://bugzilla.freedesktop.org/";>freedesktop.org's
 Bugzilla</ulink>.  Not all components use these to track bugs, but most
 of them do.  Do not be short on your reports: always provide detailed
 explanations of the current failure, how it can be improved to achieve
diff -r 5d728e6ae778 -r 8602614467a0 doc/guide/files/introduction.xml
--- a/doc/guide/files/introduction.xml  Mon Feb 24 19:46:40 2020 +0000
+++ b/doc/guide/files/introduction.xml  Mon Feb 24 21:13:56 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: introduction.xml,v 1.43 2019/04/03 23:49:07 sevan Exp $ -->
+<!-- $NetBSD: introduction.xml,v 1.44 2020/02/24 21:13:56 rillig Exp $ -->
 
 <chapter id="introduction">
   <title>What is pkgsrc?</title>
@@ -128,7 +128,7 @@
     </thead>
     <tbody>
       <row>
-        <entry><ulink url="http://www.NetBSD.org/";>NetBSD</ulink></entry>
+        <entry><ulink url="https://www.NetBSD.org/";>NetBSD</ulink></entry>
         <entry align="center">Aug 1997</entry>
       </row>



Home | Main Index | Thread Index | Old Index