guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/29] Add Biber


From: Ricardo Wurmus
Subject: [PATCH 00/29] Add Biber
Date: Wed, 23 Nov 2016 22:34:53 +0100

Hi Guix,

this patch set adds Biber, the bibliography backend for biblatex.  It's
actually supposed to be part of the Texlive distribution, but our Texlive
package only comes with a source tarball of Biber.

(I use Biber for Unicode references in APA style.)

All packages were linted.  The only unusual thing here is that the latest
Biber doesn't work with the 2016 Texlive distribution, so I named the latest
Biber "biber-next" and added "biber-2.5" with package name "biber", so that
users installing "biber" with "texlive" get the right thing.

~~ Ricardo

PS: is anyone interested in an effort to update all of our Perl packages?


Ricardo Wurmus (29):
  gnu: Add perl-mojolicious.
  gnu: Add perl-autovivification.
  gnu: Add perl-business-isbn-data.
  gnu: Add perl-business-isbn.
  gnu: Add perl-business-issn.
  gnu: Add perl-tie-cycle.
  gnu: Add perl-business-ismn.
  gnu: Add perl-data-compare.
  gnu: Add perl-data-uniqid.
  gnu: Add perl-date-simple.
  gnu: Add perl-datetime-calendar-julian.
  gnu: perl-encode-detect: Move to alphabetical position.
  gnu: Add perl-encode-eucjpascii.
  gnu: Add perl-encode-jis2k.
  gnu: Add perl-encode-hanextra.
  gnu: Add perl-extutils-libbuilder.
  gnu: Add perl-ipc-cmd.
  gnu: Add perl-lingua-translit.
  gnu: Add perl-mozilla-ca.
  gnu: Add perl-sort-key.
  gnu: Add perl-text-csv-xs.
  gnu: Add perl-text-roman.
  gnu: Add perl-unicode-normalize.
  gnu: Add perl-unicode-collate.
  gnu: perl-unicode-linebreak: Update to 2016.003.
  gnu: Add perl-xml-libxslt.
  gnu: Add perl-text-bibtex.
  gnu: Add biber.
  gnu: Add biber-2.5.

 gnu/local.mk              |   1 +
 gnu/packages/perl-web.scm |  47 +++++
 gnu/packages/perl.scm     | 513 +++++++++++++++++++++++++++++++++++++++++++---
 gnu/packages/tex.scm      | 152 ++++++++++++++
 gnu/packages/xml.scm      |  23 +++
 5 files changed, 709 insertions(+), 27 deletions(-)
 create mode 100644 gnu/packages/perl-web.scm

-- 
2.10.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]