all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56759] [PATCH 00/20] gnu: Add AnyStyle.
@ 2022-07-25 12:13 Philip McGrath
  2022-07-25 12:16 ` [bug#56759] [PATCH 01/20] gnu: Add ruby-wapiti Philip McGrath
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Philip McGrath @ 2022-07-25 12:13 UTC (permalink / raw)
  To: 56759; +Cc: Philip McGrath

Hi,

This patch series adds AnyStyle, a Ruby library and command-line tool
for parsing academic reference lists and bibliographies. (There as also
an AGPL web application that runs at <https://anystyle.io>, but I
haven't packaged that in this series.)

 -Philip

Philip McGrath (20):
  gnu: Add ruby-wapiti.
  gnu: Add ruby-namae.
  gnu: Add itex2mml.
  gnu: Add ruby-ritex.
  gnu: Add ruby-latex-decode.
  gnu: Add ruby-link-header.
  gnu: Add ruby-rdf.
  gnu: Add ruby-rdf-vocab.
  gnu: Add ruby-bibtex-ruby.
  gnu: Add ruby-unicode-scripts.
  gnu: Add ruby-citeproc.
  gnu: Add ruby-edtf.
  gnu: Add ruby-gli.
  gnu: Add ruby-anystyle-data.
  gnu: Add ruby-anystyle.
  gnu: Add anystyle.
  gnu: ruby-anystyle-data: Don't write to installed gem.
  gnu: ruby-anystyle: Initialize dictionary files.
  gnu: anystyle: Add tests for dictionary adapters.
  gnu: anystyle: Use GDBM by default.

 gnu/local.mk                                  |   3 +
 gnu/packages/maths.scm                        |  53 ++
 ...ruby-anystyle-data-immutable-install.patch |  40 +
 ...uby-anystyle-fix-dictionary-populate.patch |  94 +++
 .../patches/ruby-latex-decode-fix-test.patch  |  66 ++
 gnu/packages/ruby.scm                         | 751 ++++++++++++++++++
 6 files changed, 1007 insertions(+)
 create mode 100644 gnu/packages/patches/ruby-anystyle-data-immutable-install.patch
 create mode 100644 gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch
 create mode 100644 gnu/packages/patches/ruby-latex-decode-fix-test.patch


base-commit: 212ca81895b2baa819ea11a308ad21880b84a546
-- 
2.32.0





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

end of thread, other threads:[~2022-08-04  9:58 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 12:13 [bug#56759] [PATCH 00/20] gnu: Add AnyStyle Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 01/20] gnu: Add ruby-wapiti Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 02/20] gnu: Add ruby-namae Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 03/20] gnu: Add itex2mml Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 04/20] gnu: Add ruby-ritex Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 05/20] gnu: Add ruby-latex-decode Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 06/20] gnu: Add ruby-link-header Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 07/20] gnu: Add ruby-rdf Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 08/20] gnu: Add ruby-rdf-vocab Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 09/20] gnu: Add ruby-bibtex-ruby Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 10/20] gnu: Add ruby-unicode-scripts Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 11/20] gnu: Add ruby-citeproc Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 12/20] gnu: Add ruby-edtf Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 13/20] gnu: Add ruby-gli Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 14/20] gnu: Add ruby-anystyle-data Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 15/20] gnu: Add ruby-anystyle Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 16/20] gnu: Add anystyle Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 17/20] gnu: ruby-anystyle-data: Don't write to installed gem Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 18/20] gnu: ruby-anystyle: Initialize dictionary files Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 19/20] gnu: anystyle: Add tests for dictionary adapters Philip McGrath
2022-07-25 12:16 ` [bug#56759] [PATCH 20/20] gnu: anystyle: Use GDBM by default Philip McGrath
2022-07-25 15:10 ` [bug#56759] [PATCH v2 05/20] gnu: Add ruby-latex-decode Philip McGrath
2022-08-04  9:57 ` bug#56759: [PATCH 00/20] gnu: Add AnyStyle Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.