GNU bug report logs -
#58609
[PATCH] gnu: Add grap.
Previous Next
Reported by: EuAndreh <eu <at> euandre.org>
Date: Tue, 18 Oct 2022 12:32:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 58609 in the body.
You can then email your comments to 58609 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58609
; Package
guix-patches
.
(Tue, 18 Oct 2022 12:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
EuAndreh <eu <at> euandre.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 18 Oct 2022 12:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/groff.scm (grap): New variable.
---
Built reproducibly and formatted with 'guix style'.
gnu/packages/groff.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 1d2af7ff07..33a059053c 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -35,6 +35,7 @@ (define-module (gnu packages groff)
#:use-module (gnu packages)
#:use-module (gnu packages ruby)
#:use-module (gnu packages bison)
+ #:use-module (gnu packages flex)
#:use-module (gnu packages ghostscript)
#:use-module (gnu packages netpbm)
#:use-module (gnu packages perl)
@@ -258,3 +259,28 @@ (define-public ronn-ng
man page format from Markdown.")
(home-page "https://github.com/apjanke/ronn-ng")
(license expat)))
+
+(define-public grap
+ (package
+ (name "grap")
+ (version "1.46")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://www.lunabase.org/~faber/Vault/software/grap/grap-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1d4bhhgi64x4cjww7fj0lqgr20w7lqnl2aizj6cndsgyxkywx3ks"))))
+ (build-system gnu-build-system)
+ (native-inputs (list flex bison))
+ (synopsis "Tool for creating graphs with troff")
+ (description
+ "Grap is a language for typesetting graphs specified and
+first implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is an
+expressive language for describing graphs and incorporating them in typeset
+documents. It is implemented as a preprocessor to Kernigan's pic language for
+describing languages, so any system that can use pic can use grap. For sure,
+TeX and groff can use it.")
+ (home-page "https://github.com/snorerot13/grap")
+ (license bsd-3)))
--
2.38.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 21 Oct 2022 16:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
EuAndreh <eu <at> euandre.org>
:
bug acknowledged by developer.
(Fri, 21 Oct 2022 16:32:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 58609-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
EuAndreh via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/groff.scm (grap): New variable.
> ---
>
> Built reproducibly and formatted with 'guix style'.
>
> gnu/packages/groff.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
Thanks, pushed to master as 77391a1d52fde54e388fbe6978a3571a1738b865.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Nov 2022 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.