source: archive/bazaar.xml@ b2b0d26

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b2b0d26 was b2b0d26, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Archive bazaar

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bazaar-download-http
8 "https://launchpad.net/bzr/2.5/&bazaar-version;/+download/bzr-&bazaar-version;.tar.gz">
9 <!ENTITY bazaar-download-ftp " ">
10 <!ENTITY bazaar-md5sum "ac5079858364a046071000d5cdccb67b">
11 <!ENTITY bazaar-size "10 MB">
12 <!ENTITY bazaar-buildsize "69 MB">
13 <!ENTITY bazaar-time "0.2 SBU">
14]>
15
16<sect1 id="bazaar" xreflabel="Bazaar-&bazaar-version;">
17 <?dbhtml filename="bazaar.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Bazaar-&bazaar-version;</title>
25
26 <indexterm zone="bazaar">
27 <primary sortas="a-bazaar">Bazaar</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Bazaar</title>
32
33 <para><application>Bazaar</application> is a version control system that
34 helps track project history over time and collaborate with others.</para>
35
36 &lfs76_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&bazaar-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&bazaar-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &bazaar-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &bazaar-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &bazaar-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &bazaar-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Bazaar Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="python2"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="cacerts"/>,
70 <ulink url="http://www.python.org/pypi/paramiko/">paramiko</ulink> with
71 <xref linkend="openssh"/> or
72 <ulink url="http://www.python.org/pypi/pycrypto/">PyCrypto</ulink> (to access branches over SSH), and
73 <ulink url="http://wiki.bazaar.canonical.com/BzrTools">BzrTools</ulink> (for rsync support and other extra functionality)
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/bazaar"/></para>
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Bazaar</title>
82
83 <para>
84 Install <application>Bazaar</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>sed -i -e 's|man/man1|share/&amp;|' setup.py &amp;&amp;
89python setup.py build</userinput></screen>
90
91 <para>
92 This package does not come with a test suite.
93 </para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem>
96 user:</para>
97
98<screen role="root"><userinput>python setup.py install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>bzr</seg>
112 <seg>None</seg>
113 <seg>/usr/lib/python&python2-majorver;/site-packages/bzrlib</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="bazaar-prog">
123 <term><command>bzr</command></term>
124 <listitem>
125 <para>is a command-line client program used to access bcr repositories.</para>
126 <indexterm zone="bazaar bazaar-prog">
127 <primary sortas="b-bzr">bzr</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131 </variablelist>
132
133 </sect2>
134</sect1>
Note: See TracBrowser for help on using the repository browser.