source: pst/typesetting/biber.xml@ fc8b669

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

perl-modules : comment Unicode::Collate and Unicode::Normalize, the core versions are good enough for biblatex-biber, and Unicode::Normalize was probably added in error - I saw the dep, did not realise it was core.

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

  • Property mode set to 100644
File size: 9.9 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 <!-- 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">
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">-->
12 <!ENTITY biber-md5sum "md5sum 747c3c86eff58ccbc1b419357f665ebd">
13 <!ENTITY biber-size "816 KB">
14 <!-- buildsize includes the installed biblatex -->
15 <!ENTITY biber-buildsize "31 MB">
16 <!ENTITY biber-time "less than 0.1 SBU (0.83 SBU to run the tests)">
17
18 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
19 <!ENTITY biblatex-download-ftp "">
20 <!ENTITY biblatex-md5sum "322d8f7aec957b2af4e7d3462d0c4818">
21 <!ENTITY biblatex-size "19 MB">
22
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
43 <application>Perl</application>, with full Unicode support.</para>
44
45 &lfs7a_checked;
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
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>
86
87 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
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. -->
97 <xref linkend="perl-autovivification"/>
98 <xref linkend="perl-business-isbn"/>
99 <xref linkend="perl-business-ismn"/>
100 <xref linkend="perl-business-issn"/>
101 <xref linkend="perl-class-accessor"/>
102 <xref linkend="perl-data-compare"/>
103 <xref linkend="perl-data-dump"/>
104 <xref linkend="perl-data-uniqid"/>
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"/>
110 <!-- IPC::Cmd is a part of core perl -->
111 <xref linkend="perl-ipc-run3"/>
112 <xref linkend="perl-lingua-translit"/>
113 <xref linkend="perl-list-allutils"/>
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 <!-- List::MoreUtils::XS is listed as a dep, but it is part of
118 List::MoreUtils -->
119 <xref linkend="perl-log-log4perl"/>
120 <!-- I initially misread LWP-Protocol-https as part of libwww-perl
121 when I was preparing this list. In fact, it depends on that -->
122 <xref linkend="perl-lwp-protocol-https"/>
123 <!-- LWP::Simple is part of libwww-perl,
124 that is pulled in by LWP::Protocol::https -->
125 <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly
126 so that the note on automatically installing missing dependencies can be run -->
127 <xref linkend="perl-module-build"/>
128 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
129 <xref linkend="perl-regexp-common"/>
130 <xref linkend="perl-text-bibtex"/>
131 <xref linkend="perl-text-roman"/>
132 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
133 versions. Make the latest version required so that everyone is using the
134 same version. In fact, the version in perl-5.20.2 is indeed too old for
135 biber-2.0 - commented, biber 2.6 is happy with the version in 5.24.0
136 <xref linkend="perl-unicode-collate"/> -->
137 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
138 <xref linkend="perl-unicode-linebreak"/>
139 <!-- Unicode::Normalize is part of core perl
140 <xref linkend="perl-unicode-normalize"/> -->
141 <xref linkend="perl-xml-libxml-simple"/>
142 <xref linkend="perl-xml-libxslt"/>
143 <xref linkend="perl-xml-writer"/> and
144 <!-- untarring biblatex requires that the texmf directories already exist -->
145 <xref linkend="texlive"/>
146 (or <xref linkend="tl-installer"/>)
147 </para>
148
149 <bridgehead renderas="sect4">Optional</bridgehead>
150 <para role="optional">
151 <xref linkend="perl-file-which"/> and
152 <xref linkend="perl-test-differences"/> to run the testsuite
153 </para>
154
155 <note>
156<!-- when a new release appears, use this para and link to sourceforge,
157 until we have a versioned copy at anduin. -->
158 <para>
159 Although the tarball name is unversioned, it will untar to a
160 correctly-versioned biblatex-biber-&biber-version; directory.
161 </para>
162
163 <para>
164 It is almost possible to install all missing dependencies automatically.
165 Except, from <application>perl-5.22.0</application> onwards,
166 <xref linkend="perl-module-build"/> is no longer part of
167 the core perl distribution. And for <xref linkend="perl-data-uniqid"/>
168 we have to patch it to skip over a test which always fails - that failing
169 test will probably break the automatic install. To automatically install
170 the remaining perl dependencies you will need to manually install those
171 two modules first.
172 You can then run <command>perl ./Build.PL</command> and when it
173 prompts you, become the root user and run
174 <command>./Build installdeps</command>
175 </para>
176 </note>
177
178 <para condition="html" role="usernotes">User Notes:
179 <ulink url='&blfs-wiki;/biber'/></para>
180
181 </sect2>
182
183 <sect2 role="installation">
184 <title>Installation of Biber</title>
185
186 <para>Install <application>Biber</application> by running the following
187 commands:</para>
188
189<screen><userinput>perl ./Build.PL &amp;&amp;
190./Build</userinput></screen>
191
192 <para>To test the results, enter: <command>./Build test</command> - you will
193 require the en_GB.UTF-8 and sv_SE.UTF-8 locales. Test 12 of t/sort-order.t
194 will fail : for
195 speed the tests use system locales instead of the default Unicode::Collation
196 algorithm, and some minor details of the locales in OSX (where development
197 takes place) differ from those in <application>glibc</application></para>
198
199 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
200
201<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
202texhash &amp;&amp;
203./Build install</userinput></screen>
204
205 </sect2>
206
207 <sect2 role="commands">
208 <title>Command Explanations</title>
209
210 <para>
211 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
212 /opt/texlive/&texlive-year;/texmf-dist</command>:
213 this installs the new <application>biblatex</application> files over those
214 installed by <application>texlive</application>.
215 </para>
216
217 <para>
218 <command>texhash</command> : this updates the file hash tables (otherwise
219 known as the file name database).
220 </para>
221
222 </sect2>
223
224 <sect2 role="content">
225 <title>Contents</title>
226
227 <segmentedlist>
228 <segtitle>Installed Programs</segtitle>
229 <segtitle>Installed Library</segtitle>
230 <segtitle>Installed Directory</segtitle>
231
232 <seglistitem>
233 <seg>biber</seg>
234 <seg>None</seg>
235 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
236 </seglistitem>
237 </segmentedlist>
238
239 <variablelist>
240 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
241 <?dbfo list-presentation="list"?>
242 <?dbhtml list-presentation="table"?>
243
244 <varlistentry id="biber-prog">
245 <term><command>biber</command></term>
246 <listitem>
247 <para>is used for producing bibliographies in LaTeX documents.</para>
248 <indexterm zone="biber biber-prog">
249 <primary sortas="b-biber">biber</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 </variablelist>
255
256 </sect2>
257
258</sect1>
Note: See TracBrowser for help on using the repository browser.