source: pst/typesetting/biber.xml@ 9385c0fe

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 9385c0fe was 9385c0fe, checked in by Ken Moffat <ken@…>, 9 years ago

biblatex-biber-2.0 with associated perl module changes : I also corrected some of the perl indexing re - vs :: and I have temporarily pointed the http download to my space on higgs until the tarball is safely in the correct place at anduin.

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

  • Property mode set to 100644
File size: 7.4 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<!-- temporarily point to higgs, until this is in the right place at anduin
8 <!ENTITY biber-download-http "&sources-anduin-http;/biblatex-biber-&biber-version;.tar.xz"> -->
9 <!ENTITY biber-download-http "http://www.linuxfromscratch.org/~ken/tmp/biblatex-biber-&biber-version;.tar.xz">
10 <!ENTITY biber-download-ftp "&sources-anduin-ftp;/biblatex-biber-&biber-version;.tar.xz">
11 <!ENTITY biber-md5sum "7bb4c983243d12f0791bcc123c11178d">
12 <!ENTITY biber-size "1.3 MB">
13 <!-- buildsize includes the installed biblatex -->
14 <!ENTITY biber-buildsize "38 MB">
15 <!ENTITY biber-time "less than 0.1 SBU (0.5 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 "c6dad1c1f8a46785981610b5165d9fe5">
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>. Upstream prefers to provide binaries
43 and no longer offers a source tarball, so that has been taken from the
44 tagged version in the git tree.</para>
45
46 &lfs77_checked; &gcc5_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 <para>The corresponding version of <application>biblatex</application> is
73 a separate project - the tds version is pre-packaged for untarring into
74 the <filename class="directory">texmf-dist</filename> directory.</para>
75
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>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 <xref linkend="perl-autovivification"/>
93 <xref linkend="perl-business-isbn"/>
94 <xref linkend="perl-business-ismn"/>
95 <xref linkend="perl-business-issn"/>
96 <xref linkend="perl-data-compare"/>
97 <xref linkend="perl-data-dump"/>
98 <xref linkend="perl-date-simple"/>
99 <xref linkend="perl-encode-eucjpascii"/>
100 <xref linkend="perl-encode-hanextra"/>
101 <xref linkend="perl-encode-jis2k"/>
102 <xref linkend="perl-file-slurp"/>
103 <xref linkend="perl-ipc-run3"/>
104 <xref linkend="perl-log-log4perl"/>
105 <xref linkend="perl-lwp"/>
106 <xref linkend="perl-list-allutils"/>
107 <xref linkend="perl-regexp-common"/>
108 <xref linkend="perl-text-bibtex"/>
109 <xref linkend="perl-text-roman"/>
110 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
111 versions. Make the latest version required so that everyone is using the
112 same version. In fact, the version in perl-5.20.2 is indeed too old for
113 biber-2.0 -->
114 <xref linkend="perl-unicode-collate"/>
115 <xref linkend="perl-unicode-linebreak"/>
116 <xref linkend="perl-xml-libxml-simple"/>
117 <xref linkend="perl-xml-libxslt"/>
118 <xref linkend="perl-xml-writer"/> and
119 <!-- untarring biblatex requires that the texmf directories already exist -->
120 <xref linkend="texlive"/>
121 </para>
122
123 <bridgehead renderas="sect4">Recommended</bridgehead>
124 <para role="required">
125 <xref linkend="perl-file-which"/>,
126 <xref linkend="perl-test-differences"/>,
127 <xref linkend="perl-test-pod"/> and
128 <xref linkend="perl-test-pod-coverage"/> (all needed to run the testsuite)
129 </para>
130
131 <note>
132 <para>
133 It is possible to install (all) missing dependencies automatically.
134 Begin by running <command>perl ./Build.PL</command> and then when it
135 prompts you, become the root user and run
136 <command>./Build installdeps</command>
137 </para>
138 </note>
139
140 <para condition="html" role="usernotes">User Notes:
141 <ulink url='&blfs-wiki;/biber'/></para>
142
143 </sect2>
144
145 <sect2 role="installation">
146 <title>Installation of Biber</title>
147
148 <para>Install <application>Biber</application> by running the following
149 commands:</para>
150
151<screen><userinput>perl ./Build.PL &amp;&amp;
152./Build</userinput></screen>
153
154 <para>To test the results, enter: <command>./Build test</command></para>
155
156 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
157
158<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;a.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
159texhash &amp;&amp;
160./Build install</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <para>
168 <parameter>tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C
169 /opt/texlive/&texlive-year;/texmf-dist</parameter>:
170 this installs the new <application>biblatex</application> files over those
171 installed by <application>texlive</application>.
172 </para>
173
174 <para>
175 <parameter>texhash</parameter> : this updates the file hash tables (otherwise
176 known as the file name database).
177 </para>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Library</segtitle>
187 <segtitle>Installed Directory</segtitle>
188
189 <seglistitem>
190 <seg>biber</seg>
191 <seg>None</seg>
192 <seg>/usr/lib/site_perl/5.*/Biber</seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="biber-prog">
202 <term><command>biber</command></term>
203 <listitem>
204 <para>is used for producing bibliographies in LaTeX documents.</para>
205 <indexterm zone="biber biber-prog">
206 <primary sortas="b-biber">biber</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.