source: pst/typesetting/biber.xml@ 2281ba42

perl-modules
Last change on this file since 2281ba42 was 2281ba42, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: Add Text::CSV and its dep, change title and index of perl deps to Perl Module Dependencies.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20558 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.1 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
[21007b1b]7 <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;.tar.gz">
8 <!ENTITY biber-download-ftp " ">
[770f129]9 <!ENTITY biber-md5sum "e1804c7efca29f4f576523f0fafaa952">
[21007b1b]10 <!ENTITY biber-size "1.3 MB">
[9385c0fe]11 <!-- buildsize includes the installed biblatex -->
[e95f793]12 <!ENTITY biber-buildsize "36 MB">
[a0fd5377]13 <!ENTITY biber-time "0.4 SBU including tests">
[9385c0fe]14
[1740585]15 <!-- Check path. Directory might not be &biblatex-version; if a suffixed update -->
16 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
[c5a4b23]17 <!ENTITY biblatex-download-ftp "">
[a0fd5377]18 <!ENTITY biblatex-md5sum "2d4867166599fd707ee644452a075174">
[9385c0fe]19 <!ENTITY biblatex-size "19 MB">
[c5a4b23]20
[a9ee0599]21]>
22
23<sect1 id="biber" xreflabel="biber-&biber-version;">
24 <?dbhtml filename="biber.html"?>
25
26 <sect1info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 </sect1info>
30
[21007b1b]31 <title>biber-&biber-version;</title>
[a9ee0599]32
33 <indexterm zone="biber">
34 <primary sortas="a-biber">Biber</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to biber</title>
39
40 <para>Biber is a BibTeX replacement for users of biblatex, written in
[10e632f]41 <application>Perl</application>, with full Unicode support.</para>
[a9ee0599]42
[b96dc68]43 &lfs83_checked;
[a9ee0599]44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &biber-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &biber-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &biber-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &biber-time;</para>
64 </listitem>
65 </itemizedlist>
66
[23d3b894]67 <note>
68 <para>
69 The <application>biber</application> source tarball shown above
70 downloads with the correct name, biber-&biber-version;.tar.gz,
71 if using a browser such as Firefox. If you prefer to use a command line
72 program such as wget, you normally would obtain
73 v&biber-version;.tar.gz. To obtain this package with the proper
74 filename, run:
75
76<screen><userinput>wget -c &biber-download-http; \
77 -O biber-&biber-version;.tar.gz</userinput></screen>.
78 </para>
79 </note>
[a0751bdc]80
[23d3b894]81 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
[a0751bdc]82
83 <itemizedlist spacing="compact">
84 <listitem>
85 <para>The corresponding version of <application>biblatex</application> is
86 a separate project - the tds tarball is pre-packaged for untarring into
87 the <filename class="directory">texmf-dist</filename> directory.
88 Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
89 </listitem>
90 <listitem>
91 <para>Download MD5 sum: &biblatex-md5sum;</para>
92 </listitem>
93 <listitem>
94 <para>Download size: &biblatex-size;</para>
95 </listitem>
96 </itemizedlist>
[c5a4b23]97
[a9ee0599]98 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
99
100 <bridgehead renderas="sect4">Required</bridgehead>
101 <para role="required">
[7158ad6]102 <!-- KFM: the order listed in Build.PL is not alphabetical -->
[e305bb90]103 <xref linkend="new-perl-autovivification"/>
[6500352]104 <xref linkend="new-perl-business-isbn"/>
105 <xref linkend="new-perl-business-ismn"/>
[e305bb90]106 <xref linkend="new-perl-business-issn"/>
[7158ad6]107 <xref linkend="new-perl-class-accessor"/>
108 <xref linkend="new-perl-data-compare"/>
109 <xref linkend="new-perl-data-dump"/>
[6500352]110 <xref linkend="new-perl-data-uniqid"/>
[42bb57d]111 <xref linkend="perl-datetime-calendar-julian"/>
112 <xref linkend="perl-datetime-format-builder"/>
[67a158e]113 <xref linkend="new-perl-encode-eucjpascii"/>
114 <xref linkend="new-perl-encode-hanextra"/>
115 <xref linkend="new-perl-encode-jis2k"/>
[6500352]116 <xref linkend="new-perl-file-slurper"/>
[866defba]117 <xref linkend="new-perl-perlio-utf8_strict"/>
[145cccdf]118 <!-- IPC::Cmd is a part of core perl -->
[6500352]119 <xref linkend="new-perl-ipc-run3"/>
120 <xref linkend="new-perl-lingua-translit"/>
[a9ee0599]121 <xref linkend="perl-list-allutils"/>
[145cccdf]122 <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils,
123 but it needs to be present even if people do not run the tests -->
[6500352]124 <xref linkend="new-perl-list-moreutils"/>
125 <!-- List::MoreUtils::XS is listed as a dep, but it is a dep of
[fc8b669]126 List::MoreUtils -->
[6500352]127 <xref linkend="new-perl-log-log4perl"/>
[145cccdf]128 <!-- I initially misread LWP-Protocol-https as part of libwww-perl
129 when I was preparing this list. In fact, it depends on that -->
130 <xref linkend="perl-lwp-protocol-https"/>
[a5cd6e1]131 <!-- LWP::Simple is part of libwww-perl,
132 that is pulled in by LWP::Protocol::https -->
[6c71499]133 <xref linkend="new-perl-module-build"/>
[145cccdf]134 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
[6500352]135 <xref linkend="new-perl-regexp-common"/>
[67a158e]136 <xref linkend="new-perl-sort-key"/>
[e305bb90]137 <xref linkend="new-perl-text-bibtex"/>
[2281ba42]138 <xref linkend="new-perl-text-csv"/>
[42bb57d]139 <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
[67a158e]140 <xref linkend="new-perl-text-roman"/>
[6c71499]141 <!-- Unicode-Collate usually needs to be latest when biber is released,
142 core perl is usually older. To read the core version, look at
143 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
[6500352]144 <xref linkend="new-perl-unicode-collate"/>
[145cccdf]145 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
[9a774ed1]146 <xref linkend="new-perl-unicode-linebreak"/>
[6c71499]147 <!-- Unicode::Normalize is part of core perl, found in
148 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
[7158ad6]149 <!-- FIXME URI is probably a dep i nthe lwp or libwww area -->
150 <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
[a9ee0599]151 <xref linkend="perl-xml-libxml-simple"/>
[c5a4b23]152 <xref linkend="perl-xml-libxslt"/>
153 <xref linkend="perl-xml-writer"/> and
[9385c0fe]154 <!-- untarring biblatex requires that the texmf directories already exist -->
[c5a4b23]155 <xref linkend="texlive"/>
[544c41a]156 (or <xref linkend="tl-installer"/>)
[a9ee0599]157 </para>
158
[583abce]159 <note> <!-- assume people with an old release may be slowly building things -->
[42bb57d]160 <para>This version of <application>biber</application> requires at least
[583abce]161 <application>perl-5.26.0</application>. If you are using an older version
162 of <command>perl</command> you may prefer to install v2.7 - for that see
163 the BLFS-8.1 book.</para>
[42bb57d]164 </note>
165
[35b6a2e]166 <bridgehead renderas="sect4">Optional</bridgehead>
167 <para role="optional">
168 <xref linkend="perl-file-which"/> and
169 <xref linkend="perl-test-differences"/> to run the testsuite
[a9ee0599]170 </para>
171
172 <note>
173 <para>
[42bb57d]174 It is possible to install all missing dependencies automatically.
175 But from <application>perl-5.22.0</application> onwards,
[6500352]176 <xref linkend="new-perl-module-build"/> is no longer part of the core perl
[88f20bb]177 distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to
[42bb57d]178 patch it to skip over a test which always fails - that failing test may
[88f20bb]179 break the automatic install.--> To automatically install the remaining perl
[6500352]180 <!-- dependencies you can install that module first using <xref
181 linkend="perl-alternatives"/>. then run <command>perl ./Build.PL</command> -->
[88f20bb]182 dependencies you can install that module first using <xref
[6500352]183 linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command>
[42bb57d]184 and when it prompts you, become the root user and run
[a9ee0599]185 <command>./Build installdeps</command>
186 </para>
[35b6a2e]187 </note>
188
[a9ee0599]189 <para condition="html" role="usernotes">User Notes:
[3e90bfe]190 <ulink url='&blfs-wiki;/biber'/></para>
[a9ee0599]191
192 </sect2>
193
194 <sect2 role="installation">
195 <title>Installation of Biber</title>
196
197 <para>Install <application>Biber</application> by running the following
[7b2c94b]198 commands:</para>
[a9ee0599]199
[a953d7d5]200<screen><userinput>perl ./Build.PL &amp;&amp;
[0f304418]201./Build</userinput></screen>
[a9ee0599]202
[42bb57d]203 <para>To test the results, enter: <command>./Build test</command></para>
[a9ee0599]204
205 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
206
[59e61f7]207<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
[c5a4b23]208texhash &amp;&amp;
209./Build install</userinput></screen>
210
211 </sect2>
212
213 <sect2 role="commands">
214 <title>Command Explanations</title>
[10e632f]215
[c5a4b23]216 <para>
[0c54cea]217 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
218 /opt/texlive/&texlive-year;/texmf-dist</command>:
[9385c0fe]219 this installs the new <application>biblatex</application> files over those
220 installed by <application>texlive</application>.
[c5a4b23]221 </para>
222
223 <para>
[0c54cea]224 <command>texhash</command> : this updates the file hash tables (otherwise
[c5a4b23]225 known as the file name database).
226 </para>
[a9ee0599]227
228 </sect2>
229
230 <sect2 role="content">
231 <title>Contents</title>
232
233 <segmentedlist>
234 <segtitle>Installed Programs</segtitle>
235 <segtitle>Installed Library</segtitle>
236 <segtitle>Installed Directory</segtitle>
237
238 <seglistitem>
239 <seg>biber</seg>
240 <seg>None</seg>
[a953d7d5]241 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
[a9ee0599]242 </seglistitem>
243 </segmentedlist>
244
245 <variablelist>
246 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
247 <?dbfo list-presentation="list"?>
248 <?dbhtml list-presentation="table"?>
249
250 <varlistentry id="biber-prog">
[3e90bfe]251 <term><command>biber</command></term>
[a9ee0599]252 <listitem>
253 <para>is used for producing bibliographies in LaTeX documents.</para>
[3e90bfe]254 <indexterm zone="biber biber-prog">
[a9ee0599]255 <primary sortas="b-biber">biber</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.