pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics tex-minim-hatching{,-doc}: Add version 20221.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d1b99ced8e3
branches: trunk
changeset: 377061:7d1b99ced8e3
user: markd <markd%pkgsrc.org@localhost>
date: Sat Apr 16 01:03:01 2022 +0000
description:
tex-minim-hatching{,-doc}: Add version 20221.1
This is a small proof-of-concept library of tiling patterns for
use with the minim-mp MetaPost processor.
diffstat:
graphics/Makefile | 4 +++-
graphics/tex-minim-hatching-doc/DESCR | 1 +
graphics/tex-minim-hatching-doc/Makefile | 13 +++++++++++++
graphics/tex-minim-hatching-doc/PLIST | 5 +++++
graphics/tex-minim-hatching-doc/distinfo | 5 +++++
graphics/tex-minim-hatching/DESCR | 2 ++
graphics/tex-minim-hatching/Makefile | 13 +++++++++++++
graphics/tex-minim-hatching/PLIST | 2 ++
graphics/tex-minim-hatching/distinfo | 5 +++++
9 files changed, 49 insertions(+), 1 deletions(-)
diffs (96 lines):
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/Makefile
--- a/graphics/Makefile Sat Apr 16 00:56:38 2022 +0000
+++ b/graphics/Makefile Sat Apr 16 01:03:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.968 2022/04/13 08:32:30 pin Exp $
+# $NetBSD: Makefile,v 1.969 2022/04/16 01:03:01 markd Exp $
#
COMMENT= Graphics tools and libraries
@@ -669,6 +669,8 @@
SUBDIR+= tex-mfpic-doc
SUBDIR+= tex-mfpic4ode
SUBDIR+= tex-mfpic4ode-doc
+SUBDIR+= tex-minim-hatching
+SUBDIR+= tex-minim-hatching-doc
SUBDIR+= tex-mp3d
SUBDIR+= tex-mp3d-doc
SUBDIR+= tex-mparrows
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching-doc/DESCR Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-minim-hatching.
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching-doc/Makefile Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:03:01 markd Exp $
+
+DISTNAME= minim-hatching.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-20221.1
+TEXLIVE_REV= 62395
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/minim-hatching
+COMMENT= Documentation for tex-minim-hatching
+LICENSE= eupl-v1.1
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching-doc/PLIST Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:03:01 markd Exp $
+share/texmf-dist/doc/latex/minim-hatching/EUPL-1.2-EN.txt
+share/texmf-dist/doc/latex/minim-hatching/README
+share/texmf-dist/doc/latex/minim-hatching/minim-hatching-doc.mp
+share/texmf-dist/doc/latex/minim-hatching/minim-hatching-doc.pdf
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching-doc/distinfo Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:03:01 markd Exp $
+
+BLAKE2s (minim-hatching.doc.r62395.tar.xz) = 580fa8500d606583e87995043e855435625682f2fc773d3fb4e43c550323284a
+SHA512 (minim-hatching.doc.r62395.tar.xz) = 895a0b7731af0ea67e581ff4cc0208aca12d04ca862a15bc897d6e104a1bd9d7ef27f3a8c2a24c8533f16d0ceae1eab05a3dd923ae829529a223ba76d94485c1
+Size (minim-hatching.doc.r62395.tar.xz) = 26048 bytes
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching/DESCR Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,2 @@
+This is a small proof-of-concept library of tiling patterns for
+use with the minim-mp MetaPost processor.
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching/Makefile Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:03:01 markd Exp $
+
+DISTNAME= minim-hatching
+PKGNAME= tex-${DISTNAME}-20221.1
+TEXLIVE_REV= 62395
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/minim-hatching
+COMMENT= Create tiling patterns with the minim-mp MetaPost processor
+LICENSE= eupl-v1.1
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching/PLIST Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:03:01 markd Exp $
+share/texmf-dist/metapost/minim-hatching/minim-hatching.mp
diff -r cad694c6da91 -r 7d1b99ced8e3 graphics/tex-minim-hatching/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-minim-hatching/distinfo Sat Apr 16 01:03:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:03:01 markd Exp $
+
+BLAKE2s (minim-hatching.r62395.tar.xz) = 1b6ee7d4fc58e843dd8b33c3b9593770a51f97a67b0988990117a163159b43a2
+SHA512 (minim-hatching.r62395.tar.xz) = 3d6720c4bbce847f1ca08279593398d162c80c14034ba6b8d168517ab30af883ce4fcc6cb0cea4dac0b0720be8fb8f67ddd131a026ed6ca5ea46182af1c41110
+Size (minim-hatching.r62395.tar.xz) = 2232 bytes
Home |
Main Index |
Thread Index |
Old Index