source: general/prog/bazaar.xml@ adf6dd9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 adf6dd9a was 8f29aa2, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

More tags and minor fixes for 7.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11768 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 &lfs74_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>python setup.py build</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem>
95 user:</para>
96
97<screen role="root"><userinput>python setup.py install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Program</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directory</segtitle>
108
109 <seglistitem>
110 <seg>bzr</seg>
111 <seg>None</seg>
112 <seg>/usr/lib/python2.7/site-packages/bzrlib</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="bazaar-prog">
122 <term><command>bzr</command></term>
123 <listitem>
124 <para>is a command-line client program used to access bcr repositories.</para>
125 <indexterm zone="bazaar bazaar-prog">
126 <primary sortas="b-bzr">bzr</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130 </variablelist>
131
132 </sect2>
133</sect1>
Note: See TracBrowser for help on using the repository browser.