source: pst/typesetting/biber.xml@ 42bb57d

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 42bb57d was 42bb57d, checked in by Ken Moffat <ken@…>, 8 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
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
[42bb57d]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">
[35b6a2e]9 <!ENTITY biber-download-ftp " ">
10<!-- <!ENTITY biber-download-http "&sources-anduin-http;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">
[42bb57d]11
[35b6a2e]12 <!ENTITY biber-download-ftp "&sources-anduin-ftp;/biblatex-biber/biblatex-biber-&biber-version;.tar.gz">-->
[42bb57d]13 <!ENTITY biber-md5sum "md5sum 87411d2d3c4787aa2d104d8068bdcb02">
14 <!ENTITY biber-size "843 KB">
[9385c0fe]15 <!-- buildsize includes the installed biblatex -->
[a5cd6e1]16 <!ENTITY biber-buildsize "31 MB">
[42bb57d]17 <!ENTITY biber-time "0.3 SBU including tests">
[9385c0fe]18
19 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
[c5a4b23]20 <!ENTITY biblatex-download-ftp "">
[42bb57d]21 <!ENTITY biblatex-md5sum "dac897831d75e3f932de7d570a499583">
[9385c0fe]22 <!ENTITY biblatex-size "19 MB">
[c5a4b23]23
[a9ee0599]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
[10e632f]44 <application>Perl</application>, with full Unicode support.</para>
[a9ee0599]45
[f4d8a42]46 &lfs7a_checked;
[a9ee0599]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
[a0751bdc]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>
[c5a4b23]87
[a9ee0599]88 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
[145cccdf]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. -->
[a9ee0599]98 <xref linkend="perl-autovivification"/>
99 <xref linkend="perl-business-isbn"/>
100 <xref linkend="perl-business-ismn"/>
101 <xref linkend="perl-business-issn"/>
[35b6a2e]102 <xref linkend="perl-class-accessor"/>
[a9ee0599]103 <xref linkend="perl-data-compare"/>
[1c80c2c]104 <xref linkend="perl-data-dump"/>
[35b6a2e]105 <xref linkend="perl-data-uniqid"/>
[42bb57d]106 <xref linkend="perl-datetime-calendar-julian"/>
107 <xref linkend="perl-datetime-format-builder"/>
[a9ee0599]108 <xref linkend="perl-encode-eucjpascii"/>
109 <xref linkend="perl-encode-hanextra"/>
110 <xref linkend="perl-encode-jis2k"/>
111 <xref linkend="perl-file-slurp"/>
[145cccdf]112 <!-- IPC::Cmd is a part of core perl -->
[a9ee0599]113 <xref linkend="perl-ipc-run3"/>
[a5cd6e1]114 <xref linkend="perl-lingua-translit"/>
[a9ee0599]115 <xref linkend="perl-list-allutils"/>
[145cccdf]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"/>
[fc8b669]119 <!-- List::MoreUtils::XS is listed as a dep, but it is part of
120 List::MoreUtils -->
[145cccdf]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"/>
[a5cd6e1]125 <!-- LWP::Simple is part of libwww-perl,
126 that is pulled in by LWP::Protocol::https -->
[145cccdf]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 -->
[10e632f]129 <xref linkend="perl-module-build"/>
[145cccdf]130 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
[a9ee0599]131 <xref linkend="perl-regexp-common"/>
[42bb57d]132 <xref linkend="perl-sort-key"/>
[a9ee0599]133 <xref linkend="perl-text-bibtex"/>
[42bb57d]134 <xref linkend="perl-text-csv"/>
135 <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
[9385c0fe]136 <xref linkend="perl-text-roman"/>
[145cccdf]137 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
[a9ee0599]138 <xref linkend="perl-unicode-linebreak"/>
139 <xref linkend="perl-xml-libxml-simple"/>
[c5a4b23]140 <xref linkend="perl-xml-libxslt"/>
141 <xref linkend="perl-xml-writer"/> and
[9385c0fe]142 <!-- untarring biblatex requires that the texmf directories already exist -->
[c5a4b23]143 <xref linkend="texlive"/>
[544c41a]144 (or <xref linkend="tl-installer"/>)
[a9ee0599]145 </para>
146
[42bb57d]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
[35b6a2e]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
[a9ee0599]160 </para>
161
162 <note>
[33c2d71]163<!-- when a new release appears, use this para and link to sourceforge,
[35b6a2e]164 until we have a versioned copy at anduin. -->
[10e632f]165 <para>
166 Although the tarball name is unversioned, it will untar to a
167 correctly-versioned biblatex-biber-&biber-version; directory.
[35b6a2e]168 </para>
[10e632f]169
[a9ee0599]170 <para>
[42bb57d]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
[a9ee0599]180 <command>./Build installdeps</command>
181 </para>
[35b6a2e]182 </note>
183
[a9ee0599]184 <para condition="html" role="usernotes">User Notes:
[3e90bfe]185 <ulink url='&blfs-wiki;/biber'/></para>
[a9ee0599]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
[7b2c94b]193 commands:</para>
[a9ee0599]194
[a953d7d5]195<screen><userinput>perl ./Build.PL &amp;&amp;
[0f304418]196./Build</userinput></screen>
[a9ee0599]197
[42bb57d]198 <para>To test the results, enter: <command>./Build test</command></para>
[a9ee0599]199
200 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
201
[59e61f7]202<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
[c5a4b23]203texhash &amp;&amp;
204./Build install</userinput></screen>
205
206 </sect2>
207
208 <sect2 role="commands">
209 <title>Command Explanations</title>
[10e632f]210
[c5a4b23]211 <para>
[0c54cea]212 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
213 /opt/texlive/&texlive-year;/texmf-dist</command>:
[9385c0fe]214 this installs the new <application>biblatex</application> files over those
215 installed by <application>texlive</application>.
[c5a4b23]216 </para>
217
218 <para>
[0c54cea]219 <command>texhash</command> : this updates the file hash tables (otherwise
[c5a4b23]220 known as the file name database).
221 </para>
[a9ee0599]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>
[a953d7d5]236 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
[a9ee0599]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">
[3e90bfe]246 <term><command>biber</command></term>
[a9ee0599]247 <listitem>
248 <para>is used for producing bibliographies in LaTeX documents.</para>
[3e90bfe]249 <indexterm zone="biber biber-prog">
[a9ee0599]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.