GNU bug report logs - #49454
[PATCH] gnu: add bibtool

Previous Next

Package: guix-patches;

Reported by: Ivan Gankevich <i.gankevich <at> spbu.ru>

Date: Wed, 7 Jul 2021 07:27:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49454 in the body.
You can then email your comments to 49454 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49454; Package guix-patches. (Wed, 07 Jul 2021 07:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ivan Gankevich <i.gankevich <at> spbu.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 07 Jul 2021 07:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ivan Gankevich <i.gankevich <at> spbu.ru>
To: guix-patches <at> gnu.org
Cc: Ivan Gankevich <i.gankevich <at> spbu.ru>
Subject: [PATCH] gnu: add bibtool
Date: Wed,  7 Jul 2021 10:25:51 +0300
---
 gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 086d6190dd..752965a0a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8629,3 +8629,29 @@ constructs TeX accepts as arguments to its @code{\\number} primitive
 are valid as arguments for the macros.  The package may be used under
 LaTeX and plain TeX.")
     (license (license:fsf-free "file:/binhex.dtx"))))
+
+(define-public bibtool
+  (package
+    (name "bibtool")
+    (version "2.68")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/ge-ne/bibtool")
+               (commit (string-append
+                         "BibTool_"
+                         (string-map
+                           (lambda (c) (if (char=? c #\.) #\_ c))
+                           version)))))
+        (file-name (git-file-name name version))
+        (sha256 (base32 "0grnmqj8w5018nd7r6drnq2yvfhf22gj9i3rj8ilhzm7zmz3zn0g"))))
+    (build-system gnu-build-system)
+    (arguments
+      `(#:test-target "test"))
+    (native-inputs
+      `(("perl" ,perl)))
+    (synopsis "Tool for manipulating BibTeX data bases")
+    (description "Pretty print, sort, merge, select entries from BibTeX files.")
+    (home-page "http://www.gerd-neugebauer.de/software/TeX/BibTool/en/")
+    (license license:gpl2+)))
-- 
2.32.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 08 Jul 2021 22:25:01 GMT) Full text and rfc822 format available.

Notification sent to Ivan Gankevich <i.gankevich <at> spbu.ru>:
bug acknowledged by developer. (Thu, 08 Jul 2021 22:25:01 GMT) Full text and rfc822 format available.

Message #10 received at 49454-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Ivan Gankevich <i.gankevich <at> spbu.ru>
Cc: 49454-done <at> debbugs.gnu.org
Subject: Re: [bug#49454] [PATCH] gnu: add bibtool
Date: Fri, 09 Jul 2021 00:24:03 +0200
Hello,

Ivan Gankevich <i.gankevich <at> spbu.ru> writes:

> +(define-public bibtool

Thank you! I provided a proper commit message, and expounded
description. Nitpick: I also moved home-page before the synopsis, as it
is usually located there in our packages.

I eventually added a copyright line for you at the top of the "tex.scm"
file.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#49454; Package guix-patches. (Fri, 09 Jul 2021 06:21:01 GMT) Full text and rfc822 format available.

Message #13 received at 49454-done <at> debbugs.gnu.org (full text, mbox):

From: Ivan Gankevich <i.gankevich <at> spbu.ru>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 49454-done <at> debbugs.gnu.org, Ivan Gankevich <i.gankevich <at> spbu.ru>
Subject: Re: [bug#49454] [PATCH] gnu: add bibtool
Date: Fri, 9 Jul 2021 09:20:15 +0300
>Thank you! I provided a proper commit message, and expounded
>description. Nitpick: I also moved home-page before the synopsis, as it
>is usually located there in our packages.
>
>I eventually added a copyright line for you at the top of the "tex.scm"
>file.

Thank you, Nicolas!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Aug 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.