Changeset 2c8f113


Ignore:
Timestamp:
01/17/2013 11:57:02 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc9797f
Parents:
619b9a8
Message:

Updated package URLs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10944 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r619b9a8 r2c8f113  
    44-->
    55
    6 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     6<!ENTITY day          "18">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 15th, &year;">
     12<!ENTITY releasedate  "January 18th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/imagemagick.xml

    r619b9a8 r2c8f113  
    146146    <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>, and
    147147    <ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
     148    (or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.51.tar.gz">ralcgm</ulink>)
    148149    </para>
    149150
  • general/prog/python-modules.xml

    r619b9a8 r2c8f113  
    328328
    329329      <para>
     330        The test suite must be run after the package is installed.
     331      </para>
     332
     333      <para>
     334        Now, as the <systemitem class="username">root</systemitem> user:
     335      </para>
     336
     337<screen role="root"><userinput>./waf install</userinput></screen>
     338
     339      <para>
    330340        The test suite requires the optional <application>pytest</application>
    331         package.  If installed, it is run by changing to the
     341        package. If installed, it is run by changing to the
    332342        <filename class='directory'>test</filename> directory and running
    333         <userinput>py.test</userinput>.
    334       </para>
    335 
    336       <para>
    337         Now, as the <systemitem class="username">root</systemitem> user:
    338       </para>
    339 
    340 <screen role="root"><userinput>./waf install</userinput></screen>
     343        <userinput>py.test</userinput> an an unprivileged user.
     344      </para>
    341345    </sect3>
    342346
     
    724728      <bridgehead renderas="sect5">Optional</bridgehead>
    725729      <para role="optional">
    726         <ulink url="http://numpy.scipy.org/">NumPy</ulink>
     730        <ulink url="http://sourceforge.net/projects/numpy/">NumPy</ulink>
    727731      </para>
    728732
  • introduction/welcome/changelog.xml

    r619b9a8 r2c8f113  
    4646
    4747    <listitem>
     48      <para>January 18th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Updated package URLs.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>January 15th, 2013</para>
    4958      <itemizedlist>
  • networking/netlibs/geoclue.xml

    r619b9a8 r2c8f113  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
    93       <ulink url="http://gpsd.berlios.de/">GPSD</ulink>,
     93      <ulink url="https://savannah.nongnu.org/projects/gpsd">GPSD</ulink>,
    9494      <xref linkend="gtk2"/> and
    9595      <ulink url="http://ofono.org/">oFono</ulink>.
Note: See TracChangeset for help on using the changeset viewer.