source: pst/typesetting/biber.xml@ 4c44c67

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 4c44c67 was 4c44c67, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • biblatex-biber-2.3: versioned download now from anduin.
  • Xorg Evdev Driver-2.10.0: promote mtdev to required.
  • Update to git-2.7.0.
  • Update to iso-codes-3.64.
  • Update to pciutils-3.4.1.
  • Update to unrarsrc-5.3.9 (unrar-5.3.9).
  • Update to llvm-3.7.1.
  • Update to libevdev-1.4.6.

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

  • Property mode set to 100644
File size: 10.3 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 biber-download-http "http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/&biber-version;/biblatex-biber.tar.gz">-->
8 <!ENTITY biber-download-http "&sources-anduin-http;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
9 <!ENTITY biber-download-ftp "&sources-anduin-ftp;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
10 <!ENTITY biber-md5sum "8bcfcc5c66a357521a2977c699a8c289">
11 <!ENTITY biber-size "2.0 MB">
12 <!-- buildsize includes the installed biblatex -->
13 <!ENTITY biber-buildsize "37 MB">
14 <!ENTITY biber-time "less than 0.1 SBU (0.4 SBU to run the tests)">
15
16 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
17 <!ENTITY biblatex-download-ftp "">
18 <!ENTITY biblatex-md5sum "bc08cbfe976b326774a6ba3e1f6b5efc">
19 <!ENTITY biblatex-size "19 MB">
20
21]>
22
23<sect1 id="biber" xreflabel="biber-&biber-version;">
24 <?dbhtml filename="biber.html"?>
25
26 <sect1info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 </sect1info>
30
31 <title>biblatex-biber-&biber-version;</title>
32
33 <indexterm zone="biber">
34 <primary sortas="a-biber">Biber</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to biber</title>
39
40 <para>Biber is a BibTeX replacement for users of biblatex, written in
41 <application>Perl</application>, with full Unicode support.</para>
42
43 &lfs78_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &biber-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &biber-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &biber-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &biber-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
68
69
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>The corresponding version of <application>biblatex</application> is
73 a separate project - the tds tarball is pre-packaged for untarring into
74 the <filename class="directory">texmf-dist</filename> directory.
75 Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
76 </listitem>
77 <listitem>
78 <para>Download MD5 sum: &biblatex-md5sum;</para>
79 </listitem>
80 <listitem>
81 <para>Download size: &biblatex-size;</para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <!-- KFM: because I always get confused by these deps, I've decided
90 to add some comments.
91 Both Config::AutoConf and ExtUtils::LibBuilder are listed as build
92 requirements in Build.PL, the rest are just requirements, but the
93 difference seems moot. Those two are needed to build Text::BibTeX
94 so not listed separately. -->
95 <xref linkend="perl-autovivification"/>
96 <xref linkend="perl-business-isbn"/>
97 <xref linkend="perl-business-ismn"/>
98 <xref linkend="perl-business-issn"/>
99 <xref linkend="perl-data-compare"/>
100 <xref linkend="perl-data-dump"/>
101 <xref linkend="perl-date-simple"/>
102 <xref linkend="perl-encode-eucjpascii"/>
103 <xref linkend="perl-encode-hanextra"/>
104 <xref linkend="perl-encode-jis2k"/>
105 <xref linkend="perl-file-slurp"/>
106 <!-- IPC::Cmd is a part of core perl -->
107 <xref linkend="perl-ipc-run3"/>
108 <!-- LWP::Simple is part of libwww-perl,
109 that is pulled in by LWP::Protocol::https -->
110 <xref linkend="perl-list-allutils"/>
111 <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils,
112 but it needs to be present even if people do not run the tests -->
113 <xref linkend="perl-list-moreutils"/>
114 <xref linkend="perl-log-log4perl"/>
115 <!-- I initially misread LWP-Protocol-https as part of libwww-perl
116 when I was preparing this list. In fact, it depends on that -->
117 <xref linkend="perl-lwp-protocol-https"/>
118 <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly
119 so that the note on automatically installing missing dependencies can be run -->
120 <xref linkend="perl-module-build"/>
121 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
122 <xref linkend="perl-regexp-common"/>
123 <xref linkend="perl-text-bibtex"/>
124 <xref linkend="perl-text-roman"/>
125 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
126 versions. Make the latest version required so that everyone is using the
127 same version. In fact, the version in perl-5.20.2 is indeed too old for
128 biber-2.0 -->
129 <xref linkend="perl-unicode-collate"/>
130 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
131 <xref linkend="perl-unicode-linebreak"/>
132 <xref linkend="perl-unicode-normalize"/>
133 <xref linkend="perl-xml-libxml-simple"/>
134 <xref linkend="perl-xml-libxslt"/>
135 <xref linkend="perl-xml-writer"/> and
136 <!-- untarring biblatex requires that the texmf directories already exist -->
137 <xref linkend="texlive"/>
138 (or <xref linkend="tl-installer"/>)
139 </para>
140
141 <bridgehead renderas="sect4">Recommended</bridgehead>
142 <para role="required">
143 <xref linkend="perl-file-which"/>,
144 <xref linkend="perl-test-differences"/>,
145 <xref linkend="perl-test-pod"/> and
146 <xref linkend="perl-test-pod-coverage"/> (all needed to run the testsuite)
147 </para>
148
149 <note>
150 <para>
151 Although the tarball name is unversioned, it will untar to a
152 correctly-versioned biblatex-biber-&biber-version; directory.
153 </para>
154
155 <para>
156 It is possible to install (all) missing dependencies automatically.
157 Except, from <application>perl-5.22.0</application> onwards,
158 <xref linkend="perl-module-build"/> is no longer part of
159 the core distribution. To automatically install the remaining perl
160 dependencies you will need to manually install that first.
161 You can then run <command>perl ./Build.PL</command> and when it
162 prompts you, become the root user and run
163 <command>./Build installdeps</command>
164 </para>
165<!--
166 <para>
167 If you run <command>./Build.PL</command> under versions of
168 <application>perl</application> after 5.20.2 it will tell you that the
169 version of <application>Unicode::Normalize</application> is too
170 <emphasis>new</emphasis>. In fact, the new version works, but is now
171 pure perl and takes longer to run : <emphasis>much</emphasis> longer
172 if you have a large bibliography. You can find the old version at <ulink
173 url="http://backpan.perl.org/authors/id/S/SA/SADAHIRO/Unicode-Normalize-1.17.tar.gz"/>
174 and use the standard <xref linkend="perl-standard-install"/>
175 to install it if you wish. Further details are in the User Notes.
176 </para>-->
177 </note>
178
179 <para condition="html" role="usernotes">User Notes:
180 <ulink url='&blfs-wiki;/biber'/></para>
181
182 </sect2>
183
184 <sect2 role="installation">
185 <title>Installation of Biber</title>
186
187 <para>Install <application>Biber</application> by running the following
188 commands:</para>
189
190<!--<screen><userinput>sed -i 's/ 44/ 43/' t/bcfvalidation.t &amp;&amp;-->
191<screen><userinput>perl ./Build.PL &amp;&amp;
192./Build</userinput></screen>
193
194 <para>To test the results, enter: <command>./Build test</command> - you will
195 require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Some tests will fail : for
196 speed the tests use system locales instead of the default Unicode::Collation
197 algorithm, and some minor details of the locales in OSX (where development
198 takes place) differ from those in <application>glibc</application></para>
199
200 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
201
202<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
203texhash &amp;&amp;
204./Build install</userinput></screen>
205
206 </sect2>
207
208 <sect2 role="commands">
209 <title>Command Explanations</title>
210<!--
211 <para>
212 <parameter>sed -i 's/ 44/ 43/' t/bcfvalidation.t</parameter>: Although
213 the git master branch has 44 pairs of files for this test, the shipped
214 tarball only contains 43. The sed prevents it reporting a failure.
215 </para>-->
216
217 <para>
218 <parameter>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
219 /opt/texlive/&texlive-year;/texmf-dist</parameter>:
220 this installs the new <application>biblatex</application> files over those
221 installed by <application>texlive</application>.
222 </para>
223
224 <para>
225 <parameter>texhash</parameter> : this updates the file hash tables (otherwise
226 known as the file name database).
227 </para>
228
229 </sect2>
230
231 <sect2 role="content">
232 <title>Contents</title>
233
234 <segmentedlist>
235 <segtitle>Installed Programs</segtitle>
236 <segtitle>Installed Library</segtitle>
237 <segtitle>Installed Directory</segtitle>
238
239 <seglistitem>
240 <seg>biber</seg>
241 <seg>None</seg>
242 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
243 </seglistitem>
244 </segmentedlist>
245
246 <variablelist>
247 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
248 <?dbfo list-presentation="list"?>
249 <?dbhtml list-presentation="table"?>
250
251 <varlistentry id="biber-prog">
252 <term><command>biber</command></term>
253 <listitem>
254 <para>is used for producing bibliographies in LaTeX documents.</para>
255 <indexterm zone="biber biber-prog">
256 <primary sortas="b-biber">biber</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 </variablelist>
262
263 </sect2>
264
265</sect1>
Note: See TracBrowser for help on using the repository browser.