unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 00/29] Add Biber
@ 2016-11-23 21:34 Ricardo Wurmus
  2016-11-23 21:34 ` [PATCH 01/29] gnu: Add perl-mojolicious Ricardo Wurmus
                   ` (29 more replies)
  0 siblings, 30 replies; 33+ messages in thread
From: Ricardo Wurmus @ 2016-11-23 21:34 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2016-11-27  9:29 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 21:34 [PATCH 00/29] Add Biber Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 01/29] gnu: Add perl-mojolicious Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 02/29] gnu: Add perl-autovivification Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 03/29] gnu: Add perl-business-isbn-data Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 04/29] gnu: Add perl-business-isbn Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 05/29] gnu: Add perl-business-issn Ricardo Wurmus
2016-11-23 21:34 ` [PATCH 06/29] gnu: Add perl-tie-cycle Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 07/29] gnu: Add perl-business-ismn Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 08/29] gnu: Add perl-data-compare Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 09/29] gnu: Add perl-data-uniqid Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 10/29] gnu: Add perl-date-simple Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 11/29] gnu: Add perl-datetime-calendar-julian Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 12/29] gnu: perl-encode-detect: Move to alphabetical position Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 13/29] gnu: Add perl-encode-eucjpascii Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 14/29] gnu: Add perl-encode-jis2k Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 15/29] gnu: Add perl-encode-hanextra Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 16/29] gnu: Add perl-extutils-libbuilder Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 17/29] gnu: Add perl-ipc-cmd Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 18/29] gnu: Add perl-lingua-translit Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 19/29] gnu: Add perl-mozilla-ca Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 20/29] gnu: Add perl-sort-key Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 21/29] gnu: Add perl-text-csv-xs Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 22/29] gnu: Add perl-text-roman Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 23/29] gnu: Add perl-unicode-normalize Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 24/29] gnu: Add perl-unicode-collate Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 25/29] gnu: perl-unicode-linebreak: Update to 2016.003 Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 26/29] gnu: Add perl-xml-libxslt Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 27/29] gnu: Add perl-text-bibtex Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 28/29] gnu: Add biber Ricardo Wurmus
2016-11-23 21:35 ` [PATCH 29/29] gnu: Add biber-2.5 Ricardo Wurmus
2016-11-26 17:46 ` [PATCH 00/29] Add Biber Leo Famulari
2016-11-26 22:45   ` Ricardo Wurmus
2016-11-27  9:29   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).