source: pst/typesetting/biber.xml@ a5cd6e1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 a5cd6e1 was a5cd6e1, checked in by Ken Moffat <ken@…>, 8 years ago

biblatex-biber-2.5 with biblatex-3.4 and its new dependency Lingua::Translit.

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

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