source: general/prog/bazaar.xml@ 2eddde8b

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
Last change on this file since 2eddde8b was 2eddde8b, checked in by Igor Živković <igor@…>, 11 years ago

Bazaar-2.5.1

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

  • Property mode set to 100644
File size: 4.0 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 &lfs72_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 <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)
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/bazaar"/></para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Bazaar</title>
81
82 <para>
83 Install <application>Bazaar</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>python setup.py build</userinput></screen>
88
89 <para>
90 This package does not come with a test suite.
91 </para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem>
94 user:</para>
95
96<screen role="root"><userinput>python setup.py install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Program</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directory</segtitle>
107
108 <seglistitem>
109 <seg>bzr</seg>
110 <seg>None</seg>
111 <seg>/usr/lib/python2.7/site-packages/bzrlib</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="bazaar-prog">
121 <term><command>bzr</command></term>
122 <listitem>
123 <para>is a command-line client program used to access bcr repositories.</para>
124 <indexterm zone="bazaar bazaar-prog">
125 <primary sortas="b-bzr">bzr</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129 </variablelist>
130
131 </sect2>
132</sect1>
Note: See TracBrowser for help on using the repository browser.