Changeset 2eddde8b


Ignore:
Timestamp:
07/17/2013 10:18:31 AM (11 years ago)
Author:
Igor Živković <igor@…>
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:
0b585c59
Parents:
784a1a7f
Message:

Bazaar-2.5.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r784a1a7f r2eddde8b  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 16th, &year;">
     12<!ENTITY releasedate  "July 17th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    365365
    366366<!-- Chapter 13 -->
    367 <!ENTITY bazaar-version               "2.5.0">
     367<!ENTITY bazaar-version               "2.5.1">
    368368<!ENTITY check-version                "0.9.10">
    369369<!ENTITY cmake-version                "2.8.11">
  • general/prog/bazaar.xml

    r784a1a7f r2eddde8b  
    66
    77  <!ENTITY bazaar-download-http
    8   "https://launchpad.net/bzr/2.5/2.5.0/+download/bzr-&bazaar-version;.tar.gz">
     8  "https://launchpad.net/bzr/2.5/&bazaar-version;/+download/bzr-&bazaar-version;.tar.gz">
    99  <!ENTITY bazaar-download-ftp  " ">
    10   <!ENTITY bazaar-md5sum        "44eb47b77995098a28f017e2daa606b6">
    11   <!ENTITY bazaar-size          "9.5 MB">
     10  <!ENTITY bazaar-md5sum        "ac5079858364a046071000d5cdccb67b">
     11  <!ENTITY bazaar-size          "10 MB">
    1212  <!ENTITY bazaar-buildsize     "69 MB">
    1313  <!ENTITY bazaar-time          "0.2 SBU">
     
    2222  </sect1info>
    2323
    24   <title>bzr-&bazaar-version;</title>
     24  <title>Bazaar-&bazaar-version;</title>
    2525
    2626  <indexterm zone="bazaar">
     
    5858    </itemizedlist>
    5959
    60     <bridgehead renderas="sect3">Required Additional Downloads</bridgehead>
    61     <itemizedlist spacing="compact">
    62       <listitem>
    63         <para>
    64           <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex-0.9.9
    65           (http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/)
    66           </ulink>
    67         </para>
    68       </listitem>
    69     </itemizedlist>
    70 
    7160    <bridgehead renderas="sect3">Bazaar Dependencies</bridgehead>
    7261
     
    7867    <bridgehead renderas="sect4">Optional</bridgehead>
    7968    <para role="optional">
    80       <xref linkend="openssh"/>,
    81        <ulink url="http://www.python.org/pypi/pycrypto/">pyCrypto</ulink>,
    82        <ulink url="http://www.python.org/pypi/paramiko/">paramike</ulink>, and
    83        <ulink url="http://wiki.bazaar.canonical.com/BzrTools">bzrtools</ulink>
     69      <ulink url="http://www.python.org/pypi/paramiko/">paramiko</ulink> with
     70      <ulink url="http://www.python.org/pypi/pycrypto/">PyCrypto</ulink> or
     71      <xref linkend="openssh"/> (to access branches over SSH), and
     72      <ulink url="http://wiki.bazaar.canonical.com/BzrTools">BzrTools</ulink> (for rsync support and other extra functionality)
    8473    </para>
    8574
     
    9180    <title>Installation of Bazaar</title>
    9281
    93     <para>Install <application>Bazaar</application> by first installing a required
    94     package.</para>
     82    <para>
     83      Install <application>Bazaar</application> by running the following
     84      commands:
     85    </para>
    9586
    96 <screen><userinput>tar -xf ../Pyrex-0.9.9.tar.gz</userinput></screen>
     87<screen><userinput>python setup.py build</userinput></screen>
     88
     89    <para>
     90      This package does not come with a test suite.
     91    </para>
    9792
    9893    <para>Now, as the <systemitem class="username">root</systemitem>
    9994    user:</para>
    10095
    101 <screen><userinput>pushd Pyrex-0.9.9                        &amp;&amp;
    102 python setup.py install                  &amp;&amp;
    103 install -v -m755 -d /usr/share/doc/Pyrex &amp;&amp;
    104 cp      -v -R Doc/* /usr/share/doc/Pyrex &amp;&amp;
    105 popd </userinput></screen>
    106 
    107      <para>Continue with installing the main package as the
    108      <systemitem class="username">root</systemitem> user:</para>
    109 
    110 <screen><userinput>python setup.py install</userinput></screen>
     96<screen role="root"><userinput>python setup.py install</userinput></screen>
    11197
    11298  </sect2>
    113 <!--
    114   <sect2 role="commands">
    115     <title>Command Explanations</title>
    116 
    117     <para><option>- -libexecdir=/usr/lib</option>: Place bazaar library files
    118     correctly.</para>
    119 
    120   </sect2>
    121 -->
    12299
    123100  <sect2 role="content">
     
    125102
    126103    <segmentedlist>
    127       <segtitle>Installed Programs</segtitle>
     104      <segtitle>Installed Program</segtitle>
    128105      <segtitle>Installed Libraries</segtitle>
    129       <segtitle>Installed Directories</segtitle>
     106      <segtitle>Installed Directory</segtitle>
    130107
    131108      <seglistitem>
    132         <seg>bzr, pyrexc</seg>
     109        <seg>bzr</seg>
    133110        <seg>None</seg>
    134         <seg>/usr/share/doc/Pyrex, /usr/lib/python2.7/site-packages/bzrlib</seg>
     111        <seg>/usr/lib/python2.7/site-packages/bzrlib</seg>
    135112      </seglistitem>
    136113    </segmentedlist>
     
    150127        </listitem>
    151128      </varlistentry>
     129    </variablelist>
    152130
    153       <varlistentry id="pyrexc">
    154         <term><command>pyrexc</command></term>
    155         <listitem>
    156           <para>is a Python-like compiler that is used to create C modules for Python.</para>
    157           <indexterm zone="bazaar pyrexc">
    158             <primary sortas="b-pyrexc">pyrexc</primary>
    159           </indexterm>
    160         </listitem>
    161       </varlistentry>
    162     </variablelist>
    163131  </sect2>
    164132</sect1>
  • introduction/welcome/changelog.xml

    r784a1a7f r2eddde8b  
    4545-->
    4646    <listitem>
     47      <para>July 17th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Bazaar-2.5.1.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>July 16th, 2013</para>
    4857      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.