source: pst/typesetting/biber.xml@ 59e61f7

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 59e61f7 was 59e61f7, checked in by Ken Moffat <ken@…>, 9 years ago

biblatex-biber-2.1a: This is a slightly different tarball from what I've been using for the last few days, with two extra fixes, so for the moment not tested with LFS-7.7 - that can wait for TL-2015. Also removed a legacy 'a' in the instruction to untar biblatex. As with 2.0, temporarily point the http to my space on higgs until anduin is updated, so that in the unlikely event of somebody trying to build this they can find the source.

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

  • Property mode set to 100644
File size: 7.6 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 <!-- please keep the alternative http, with one of them commented, so that
8 a tarball can always be downloaded by a user even if anduin is not yet updated \-\->
9 <!ENTITY biber-download-http "&sources-anduin-http;/b/biblatex-biber-&biber-version;.tar.xz">
10 -->
11 <!-- please edit this one to point to wherever you uploaded -->
12 <!ENTITY biber-download-http "http://www.linuxfromscratch.org/~ken/tmp/biblatex-biber-&biber-version;.tar.xz">
13 <!ENTITY biber-download-ftp "&sources-anduin-ftp;/b/biblatex-biber-&biber-version;.tar.xz">
14 <!ENTITY biber-md5sum "bf5191099887a652105ee9bf08bcf958">
15 <!ENTITY biber-size "1.4 MB">
16 <!-- buildsize includes the installed biblatex -->
17 <!ENTITY biber-buildsize "40 MB">
18 <!ENTITY biber-time "less than 0.1 SBU (0.5 SBU to run the tests)">
19
20 <!ENTITY biblatex-download-http "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
21 <!ENTITY biblatex-download-ftp "">
22 <!ENTITY biblatex-md5sum "c6dad1c1f8a46785981610b5165d9fe5">
23 <!ENTITY biblatex-size "19 MB">
24
25]>
26
27<sect1 id="biber" xreflabel="biber-&biber-version;">
28 <?dbhtml filename="biber.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>biblatex-biber-&biber-version;</title>
36
37 <indexterm zone="biber">
38 <primary sortas="a-biber">Biber</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to biber</title>
43
44 <para>Biber is a BibTeX replacement for users of biblatex, written in
45 <application>Perl</application>. Upstream prefers to provide binaries
46 and no longer offers a source tarball, so that has been taken from the
47 git tree : see the file <filename>Fixes-from-git</filename> to see
48 which changes (since 2.1 was tagged) have been included.</para>
49
50 &gcc5_checked;
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>Download (HTTP): <ulink url="&biber-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&biber-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &biber-md5sum;</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &biber-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &biber-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &biber-time;</para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Required Additional Download</bridgehead>
75
76 <para>The corresponding version of <application>biblatex</application> is
77 a separate project - the tds version is pre-packaged for untarring into
78 the <filename class="directory">texmf-dist</filename> directory.</para>
79
80 <itemizedlist spacing="compact">
81 <listitem>
82 <para>Download (HTTP): <ulink url="&biblatex-download-http;"/></para>
83 </listitem>
84 <listitem>
85 <para>Download MD5 sum: &biblatex-md5sum;</para>
86 </listitem>
87 <listitem>
88 <para>Download size: &biblatex-size;</para>
89 </listitem>
90 </itemizedlist>
91
92 <bridgehead renderas="sect3">Biber Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Required</bridgehead>
95 <para role="required">
96 <xref linkend="perl-autovivification"/>
97 <xref linkend="perl-business-isbn"/>
98 <xref linkend="perl-business-ismn"/>
99 <xref linkend="perl-business-issn"/>
100 <xref linkend="perl-data-compare"/>
101 <xref linkend="perl-data-dump"/>
102 <xref linkend="perl-date-simple"/>
103 <xref linkend="perl-encode-eucjpascii"/>
104 <xref linkend="perl-encode-hanextra"/>
105 <xref linkend="perl-encode-jis2k"/>
106 <xref linkend="perl-file-slurp"/>
107 <xref linkend="perl-ipc-run3"/>
108 <xref linkend="perl-log-log4perl"/>
109 <xref linkend="perl-lwp"/>
110 <xref linkend="perl-list-allutils"/>
111 <xref linkend="perl-regexp-common"/>
112 <xref linkend="perl-text-bibtex"/>
113 <xref linkend="perl-text-roman"/>
114 <!-- Collate.pm ships in perl, but is sometimes too old, and we like current
115 versions. Make the latest version required so that everyone is using the
116 same version. In fact, the version in perl-5.20.2 is indeed too old for
117 biber-2.0 -->
118 <xref linkend="perl-unicode-collate"/>
119 <xref linkend="perl-unicode-linebreak"/>
120 <xref linkend="perl-xml-libxml-simple"/>
121 <xref linkend="perl-xml-libxslt"/>
122 <xref linkend="perl-xml-writer"/> and
123 <!-- untarring biblatex requires that the texmf directories already exist -->
124 <xref linkend="texlive"/>
125 </para>
126
127 <bridgehead renderas="sect4">Recommended</bridgehead>
128 <para role="required">
129 <xref linkend="perl-file-which"/>,
130 <xref linkend="perl-test-differences"/>,
131 <xref linkend="perl-test-pod"/> and
132 <xref linkend="perl-test-pod-coverage"/> (all needed to run the testsuite)
133 </para>
134
135 <note>
136 <para>
137 It is possible to install (all) missing dependencies automatically.
138 Begin by running <command>perl ./Build.PL</command> and then when it
139 prompts you, become the root user and run
140 <command>./Build installdeps</command>
141 </para>
142 </note>
143
144 <para condition="html" role="usernotes">User Notes:
145 <ulink url='&blfs-wiki;/biber'/></para>
146
147 </sect2>
148
149 <sect2 role="installation">
150 <title>Installation of Biber</title>
151
152 <para>Install <application>Biber</application> by running the following
153 commands:</para>
154
155<screen><userinput>perl ./Build.PL &amp;&amp;
156./Build</userinput></screen>
157
158 <para>To test the results, enter: <command>./Build test</command></para>
159
160 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
161
162<screen role="root"><userinput>tar -xf ../biblatex-&biblatex-version;.tds.tgz -C /opt/texlive/&texlive-year;/texmf-dist &amp;&amp;
163texhash &amp;&amp;
164./Build install</userinput></screen>
165
166 </sect2>
167
168 <sect2 role="commands">
169 <title>Command Explanations</title>
170
171 <para>
172 <parameter>tar -xf biblatex-&biblatex-version;a.tds.tar.gz -C
173 /opt/texlive/&texlive-year;/texmf-dist</parameter>:
174 this installs the new <application>biblatex</application> files over those
175 installed by <application>texlive</application>.
176 </para>
177
178 <para>
179 <parameter>texhash</parameter> : this updates the file hash tables (otherwise
180 known as the file name database).
181 </para>
182
183 </sect2>
184
185 <sect2 role="content">
186 <title>Contents</title>
187
188 <segmentedlist>
189 <segtitle>Installed Programs</segtitle>
190 <segtitle>Installed Library</segtitle>
191 <segtitle>Installed Directory</segtitle>
192
193 <seglistitem>
194 <seg>biber</seg>
195 <seg>None</seg>
196 <seg>/usr/lib/site_perl/5.*/Biber</seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
205 <varlistentry id="biber-prog">
206 <term><command>biber</command></term>
207 <listitem>
208 <para>is used for producing bibliographies in LaTeX documents.</para>
209 <indexterm zone="biber biber-prog">
210 <primary sortas="b-biber">biber</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.