source: pst/typesetting/biber.xml@ 81d1117

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 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 81d1117 was 42bb57d, checked in by Ken Moffat <ken@…>, 7 years ago

Biblatex-biber and related perl module changes -
· dependency changes, remove Date::Simple, add new deps
· for biber only record time with tests, it is perl where tests are expected, all pass
· for modules ('distributions') use double colons instead of dashes in displayed names
· but use dashes in URLs to get directly to the distribution instead of getting list of matches
· also update Text::BibTeX and List::AllUtils to current versions.

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

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