guix-commits
[Top][All Lists]
Advanced

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

29/245: gnu: Add texlive-bytefield.


From: guix-commits
Subject: 29/245: gnu: Add texlive-bytefield.
Date: Sun, 30 Jul 2023 13:46:32 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4455e2352ab0d747c1eaae93de10b1c2d4600e62
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:08:27 2023 +0200

    gnu: Add texlive-bytefield.
    
    * gnu/packages/tex.scm (texlive-bytefield): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0ea8296df6..d2010b6577 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2019,6 +2019,28 @@ alternate form.")
 entire (sub)deductions.")
     (license license:lppl1.3c)))
 
+(define-public texlive-bytefield
+  (package
+    (name "texlive-bytefield")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bytefield/"
+                   "source/latex/bytefield/"
+                   "tex/latex/bytefield/")
+             (base32
+              "0sijllb1nmg7alp8kma9gg2cl591p6vjs488yndpbjg49ih2bx71")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bytefield";)
+    (synopsis "Create illustrations for network protocol specifications")
+    (description
+     "The @code{bytefield} package helps the user create illustrations for
+network protocol specifications and anything else that utilizes fields of
+data.  These illustrations show how the bits and bytes are laid out in
+a packet or in memory.")
+    (license license:lppl1.3a)))
+
 (define-public texlive-c-pascal
   (package
     (name "texlive-c-pascal")



reply via email to

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