source: pst/typesetting/biber.xml@ 9b31ea6

perl-modules
Last change on this file since 9b31ea6 was 9b31ea6, checked in by Ken Moffat <ken@…>, 5 years ago

perl modules branch: Add DateTime::Format::Builder and its dependencies, also s/Date::Time/DateTime/ for the dependency name.

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

  • Property mode set to 100644
File size: 9.9 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"/>
[f233ec7]111 <xref linkend="new-perl-datetime-calendar-julian"/>
[9b31ea6]112 <xref linkend="new-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"/>
[8559802]121 <xref linkend="new-perl-list-allutils"/>
[6500352]122 <xref linkend="new-perl-list-moreutils"/>
[8559802]123 <!-- new-perl-list-moreutils-xs is a dep of new-perl-lsit-moreutils -->
[6500352]124 <xref linkend="new-perl-log-log4perl"/>
[145cccdf]125 <!-- I initially misread LWP-Protocol-https as part of libwww-perl
126 when I was preparing this list. In fact, it depends on that -->
127 <xref linkend="perl-lwp-protocol-https"/>
[a5cd6e1]128 <!-- LWP::Simple is part of libwww-perl,
129 that is pulled in by LWP::Protocol::https -->
[6c71499]130 <xref linkend="new-perl-module-build"/>
[145cccdf]131 <!-- Mozilla::CA is a dependency of LWP-Protocol-https -->
[6500352]132 <xref linkend="new-perl-regexp-common"/>
[67a158e]133 <xref linkend="new-perl-sort-key"/>
[e305bb90]134 <xref linkend="new-perl-text-bibtex"/>
[2281ba42]135 <xref linkend="new-perl-text-csv"/>
[42bb57d]136 <!-- Text-CSV_XS is a recommended dependency for Text-CSV -->
[67a158e]137 <xref linkend="new-perl-text-roman"/>
[6c71499]138 <!-- Unicode-Collate usually needs to be latest when biber is released,
139 core perl is usually older. To read the core version, look at
140 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm -->
[6500352]141 <xref linkend="new-perl-unicode-collate"/>
[145cccdf]142 <!-- Unicode::GCstring is part of Unicode::LineBreak -->
[9a774ed1]143 <xref linkend="new-perl-unicode-linebreak"/>
[6c71499]144 <!-- Unicode::Normalize is part of core perl, found in
145 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm -->
[82af4401]146 <!-- FIXME URI is probably a dep in the lwp or libwww area -->
[7158ad6]147 <!-- XML::LibXML is a dependency of XML::LibXML::Simple -->
[82af4401]148 <xref linkend="new-perl-xml-libxml-simple"/>
149 <xref linkend="new-perl-xml-libxslt"/>
150 <xref linkend="new-perl-xml-writer"/> and
[9385c0fe]151 <!-- untarring biblatex requires that the texmf directories already exist -->
[c5a4b23]152 <xref linkend="texlive"/>
[544c41a]153 (or <xref linkend="tl-installer"/>)
[a9ee0599]154 </para>
155
[583abce]156 <note> <!-- assume people with an old release may be slowly building things -->
[42bb57d]157 <para>This version of <application>biber</application> requires at least
[583abce]158 <application>perl-5.26.0</application>. If you are using an older version
159 of <command>perl</command> you may prefer to install v2.7 - for that see
160 the BLFS-8.1 book.</para>
[42bb57d]161 </note>
162
[35b6a2e]163 <bridgehead renderas="sect4">Optional</bridgehead>
164 <para role="optional">
[20c1f43]165 <xref linkend="new-perl-file-which"/> and
166 <xref linkend="new-perl-test-differences"/> (both for the testsuite)
[a9ee0599]167 </para>
168
169 <note>
170 <para>
[42bb57d]171 It is possible to install all missing dependencies automatically.
172 But from <application>perl-5.22.0</application> onwards,
[6500352]173 <xref linkend="new-perl-module-build"/> is no longer part of the core perl
[88f20bb]174 distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to
[42bb57d]175 patch it to skip over a test which always fails - that failing test may
[88f20bb]176 break the automatic install.--> To automatically install the remaining perl
[6500352]177 <!-- dependencies you can install that module first using <xref
178 linkend="perl-alternatives"/>. then run <command>perl ./Build.PL</command> -->
[88f20bb]179 dependencies you can install that module first using <xref
[6500352]180 linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command>
[42bb57d]181 and when it prompts you, become the root user and run
[a9ee0599]182 <command>./Build installdeps</command>
183 </para>
[35b6a2e]184 </note>
185
[a9ee0599]186 <para condition="html" role="usernotes">User Notes:
[3e90bfe]187 <ulink url='&blfs-wiki;/biber'/></para>
[a9ee0599]188
189 </sect2>
190
191 <sect2 role="installation">
192 <title>Installation of Biber</title>
193
194 <para>Install <application>Biber</application> by running the following
[7b2c94b]195 commands:</para>
[a9ee0599]196
[a953d7d5]197<screen><userinput>perl ./Build.PL &amp;&amp;
[0f304418]198./Build</userinput></screen>
[a9ee0599]199
[42bb57d]200 <para>To test the results, enter: <command>./Build test</command></para>
[a9ee0599]201
202 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
203
[59e61f7]204<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
[c5a4b23]205texhash &amp;&amp;
206./Build install</userinput></screen>
207
208 </sect2>
209
210 <sect2 role="commands">
211 <title>Command Explanations</title>
[10e632f]212
[c5a4b23]213 <para>
[0c54cea]214 <command>tar -xf biblatex-&biblatex-version;.tds.tar.gz -C
215 /opt/texlive/&texlive-year;/texmf-dist</command>:
[9385c0fe]216 this installs the new <application>biblatex</application> files over those
217 installed by <application>texlive</application>.
[c5a4b23]218 </para>
219
220 <para>
[0c54cea]221 <command>texhash</command> : this updates the file hash tables (otherwise
[c5a4b23]222 known as the file name database).
223 </para>
[a9ee0599]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>
[a953d7d5]238 <seg>/usr/lib/perl5/site_perl/5.*{,/&lt;arch&gt;-linux/auto}/Biber</seg>
[a9ee0599]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">
[3e90bfe]248 <term><command>biber</command></term>
[a9ee0599]249 <listitem>
250 <para>is used for producing bibliographies in LaTeX documents.</para>
[3e90bfe]251 <indexterm zone="biber biber-prog">
[a9ee0599]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.