[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/245: gnu: Add texlive-cvss.
From: |
guix-commits |
Subject: |
60/245: gnu: Add texlive-cvss. |
Date: |
Sun, 30 Jul 2023 13:46:38 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e027a20ee46556e122633d4f0e66a57682f4a0a9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:49:17 2023 +0200
gnu: Add texlive-cvss.
* gnu/packages/tex.scm (texlive-cvss): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 26bbcf3d82..c191648a31 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2861,6 +2861,29 @@ for structuring exercises, aggregating points, and
displaying a grading table,
as well as several macros for easier math mode usage.")
(license license:expat)))
+(define-public texlive-cvss
+ (package
+ (name "texlive-cvss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cvss/" "source/latex/cvss/"
+ "tex/latex/cvss/")
+ (base32
+ "0hs931xcj7jai901nvfvi942x403sda7xslq14bfjls0v74lkhbd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cvss")
+ (synopsis "Compute and display CVSS base scores")
+ (description
+ "The Common Vulnerability Scoring System (CVSS) is an open framework for
+communicating the characteristics and severity of software vulnerabilities.
+CVSS consists of three metric groups: Base, Temporal, and Environmental. This
+package allows the user to compute CVSS3.1 base scores and use them in
+documents, i.e., it only deals with the Base score. Temporal and
+Environmental scores will be part of a future release.")
+ (license license:lppl1.3c)))
+
(define-public texlive-cweb-old
(package
(name "texlive-cweb-old")
- 22/245: gnu: Add texlive-bodeplot., (continued)
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss.,
guix-commits <=
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30