pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: markd
Date: Sat Apr 16 01:03:01 UTC 2022
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/tex-minim-hatching: DESCR Makefile PLIST distinfo
pkgsrc/graphics/tex-minim-hatching-doc: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.968 -r1.969 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-minim-hatching/DESCR \
pkgsrc/graphics/tex-minim-hatching/Makefile \
pkgsrc/graphics/tex-minim-hatching/PLIST \
pkgsrc/graphics/tex-minim-hatching/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-minim-hatching-doc/DESCR \
pkgsrc/graphics/tex-minim-hatching-doc/Makefile \
pkgsrc/graphics/tex-minim-hatching-doc/PLIST \
pkgsrc/graphics/tex-minim-hatching-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.968 pkgsrc/graphics/Makefile:1.969
--- pkgsrc/graphics/Makefile:1.968 Wed Apr 13 08:32:30 2022
+++ pkgsrc/graphics/Makefile Sat Apr 16 01:03:01 2022
@@ -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
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
Added files:
Index: pkgsrc/graphics/tex-minim-hatching/DESCR
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching/DESCR:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching/DESCR Sat Apr 16 01:03:01 2022
@@ -0,0 +1,2 @@
+This is a small proof-of-concept library of tiling patterns for
+use with the minim-mp MetaPost processor.
Index: pkgsrc/graphics/tex-minim-hatching/Makefile
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching/Makefile:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching/Makefile Sat Apr 16 01:03:01 2022
@@ -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"
Index: pkgsrc/graphics/tex-minim-hatching/PLIST
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching/PLIST:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching/PLIST Sat Apr 16 01:03:01 2022
@@ -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
Index: pkgsrc/graphics/tex-minim-hatching/distinfo
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching/distinfo:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching/distinfo Sat Apr 16 01:03:01 2022
@@ -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
Index: pkgsrc/graphics/tex-minim-hatching-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching-doc/DESCR:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching-doc/DESCR Sat Apr 16 01:03:01 2022
@@ -0,0 +1 @@
+Documentation for tex-minim-hatching.
Index: pkgsrc/graphics/tex-minim-hatching-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching-doc/Makefile:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching-doc/Makefile Sat Apr 16 01:03:01 2022
@@ -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"
Index: pkgsrc/graphics/tex-minim-hatching-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching-doc/PLIST:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching-doc/PLIST Sat Apr 16 01:03:01 2022
@@ -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
Index: pkgsrc/graphics/tex-minim-hatching-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-minim-hatching-doc/distinfo:1.1
--- /dev/null Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/tex-minim-hatching-doc/distinfo Sat Apr 16 01:03:01 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index