source: pst/typesetting/biber.xml@ f624571

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 f624571 was f624571, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Fix biblatex-3.3.tds.tgz md5sum

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

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