[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/111: gnu: Add texlive-pst-fun.
From: |
guix-commits |
Subject: |
43/111: gnu: Add texlive-pst-fun. |
Date: |
Mon, 14 Aug 2023 05:04:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e9218611a60fd8c14e62486b24493b9a6bb01ce0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:18:47 2023 +0200
gnu: Add texlive-pst-fun.
* gnu/packages/tex.scm (texlive-pst-fun): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 61b6204807..c3fe9eef23 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33020,6 +33020,27 @@ trees (which need not be balanced) with a variety of
different
parameters (including varying numbers of iterations).")
(license license:lppl)))
+(define-public texlive-pst-fun
+ (package
+ (name "texlive-pst-fun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fun/" "dvips/pst-fun/"
+ "source/generic/pst-fun/"
+ "tex/generic/pst-fun/" "tex/latex/pst-fun/")
+ (base32
+ "070nv0yv0rcfvx36xmya953pk89whrr26irvy0ccb41k66fvw5j1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fun";)
+ (synopsis "Draw funny objects with PSTricks")
+ (description
+ "This is a PSTricks related package for drawing funny objects, like ant,
bird,
+fish, kangaroo, etc. Such objects may be useful for testing other PSTricks
+macros and/or packages. (Or they can be used for fun...)")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 23/111: gnu: Add texlive-pst-calculate., (continued)
- 23/111: gnu: Add texlive-pst-calculate., guix-commits, 2023/08/14
- 16/111: gnu: Add texlive-pst-arrow., guix-commits, 2023/08/14
- 28/111: gnu: Add texlive-pst-contourplot., guix-commits, 2023/08/14
- 17/111: gnu: Add texlive-pst-asr., guix-commits, 2023/08/14
- 26/111: gnu: Add texlive-pst-circ., guix-commits, 2023/08/14
- 18/111: gnu: Add texlive-pst-bar., guix-commits, 2023/08/14
- 35/111: gnu: Add texlive-pst-eucl., guix-commits, 2023/08/14
- 45/111: gnu: Add texlive-pst-gantt., guix-commits, 2023/08/14
- 44/111: gnu: Add texlive-pst-func., guix-commits, 2023/08/14
- 49/111: gnu: Add texlive-pst-grad., guix-commits, 2023/08/14
- 43/111: gnu: Add texlive-pst-fun.,
guix-commits <=
- 47/111: gnu: Add texlive-pst-geometrictools., guix-commits, 2023/08/14
- 46/111: gnu: Add texlive-pst-geo., guix-commits, 2023/08/14
- 61/111: gnu: Add texlive-pst-magneticfield., guix-commits, 2023/08/14
- 57/111: gnu: Add texlive-pst-layout., guix-commits, 2023/08/14
- 62/111: gnu: Add texlive-pst-marble., guix-commits, 2023/08/14
- 67/111: gnu: Add texlive-pst-ob3d., guix-commits, 2023/08/14
- 63/111: gnu: Add texlive-pst-math., guix-commits, 2023/08/14
- 65/111: gnu: Add texlive-pst-moire., guix-commits, 2023/08/14
- 75/111: gnu: Add texlive-pst-perspective., guix-commits, 2023/08/14
- 74/111: gnu: Add texlive-pst-pdgr., guix-commits, 2023/08/14