pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-zitie{,-doc}: Add version 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d864ab6b59b
branches: trunk
changeset: 377063:7d864ab6b59b
user: markd <markd%pkgsrc.org@localhost>
date: Sat Apr 16 01:15:37 2022 +0000
description:
tex-zitie{,-doc}: Add version 1.4.0
This is a LaTeX package for creating CJK character calligraphy
practicing sheets (copybooks). Currently, only XeTeX is
supported.
diffstat:
print/Makefile | 4 +++-
print/tex-zitie-doc/DESCR | 1 +
print/tex-zitie-doc/Makefile | 13 +++++++++++++
print/tex-zitie-doc/PLIST | 4 ++++
print/tex-zitie-doc/distinfo | 5 +++++
print/tex-zitie/DESCR | 3 +++
print/tex-zitie/Makefile | 16 ++++++++++++++++
print/tex-zitie/PLIST | 4 ++++
print/tex-zitie/distinfo | 5 +++++
9 files changed, 54 insertions(+), 1 deletions(-)
diffs (101 lines):
diff -r 2187e0a00b8f -r 7d864ab6b59b print/Makefile
--- a/print/Makefile Sat Apr 16 01:04:50 2022 +0000
+++ b/print/Makefile Sat Apr 16 01:15:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.822 2022/04/15 05:54:51 markd Exp $
+# $NetBSD: Makefile,v 1.823 2022/04/16 01:15:37 markd Exp $
#
COMMENT= Desktop publishing
@@ -1663,6 +1663,8 @@
SUBDIR+= tex-ydoc-doc
SUBDIR+= tex-yfonts
SUBDIR+= tex-yfonts-doc
+SUBDIR+= tex-zitie
+SUBDIR+= tex-zitie-doc
SUBDIR+= tex-zref
SUBDIR+= tex-zref-doc
SUBDIR+= tex-zxjafbfont
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie-doc/DESCR Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-zitie.
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie-doc/Makefile Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:15:37 markd Exp $
+
+DISTNAME= zitie.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.4.0
+TEXLIVE_REV= 60676
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/zitie
+COMMENT= Documentation for tex-zitie
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie-doc/PLIST Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:15:37 markd Exp $
+share/texmf-dist/doc/xelatex/zitie/README.md
+share/texmf-dist/doc/xelatex/zitie/zitie-cn.pdf
+share/texmf-dist/doc/xelatex/zitie/zitie-cn.tex
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie-doc/distinfo Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:15:37 markd Exp $
+
+BLAKE2s (zitie.doc.r60676.tar.xz) = fa2e2343c6cabdf66da4e9c3f589a65296f206e4ccb5318df31f388da532f1c8
+SHA512 (zitie.doc.r60676.tar.xz) = 84f8e20beec5ba5ffbd79c6ffa68f0530b285761a8de6ed53e621ef39c0c14f59c33d76373581f94f10b1149a9fe5c92c1c74bbe2c4d6b8aa589d3a574bd9153
+Size (zitie.doc.r60676.tar.xz) = 345476 bytes
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie/DESCR Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,3 @@
+This is a LaTeX package for creating CJK character calligraphy
+practicing sheets (copybooks). Currently, only XeTeX is
+supported.
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie/Makefile Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:15:37 markd Exp $
+
+DISTNAME= zitie
+PKGNAME= tex-${DISTNAME}-1.4.0
+TEXLIVE_REV= 60676
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/zitie
+COMMENT= Create CJK character calligraphy practicing sheets
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-l3experimental-[0-9]*:../../devel/tex-l3experimental
+DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie/PLIST Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:15:37 markd Exp $
+share/texmf-dist/tex/xelatex/zitie/zitie.luatex.def
+share/texmf-dist/tex/xelatex/zitie/zitie.sty
+share/texmf-dist/tex/xelatex/zitie/zitie.xetex.def
diff -r 2187e0a00b8f -r 7d864ab6b59b print/tex-zitie/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-zitie/distinfo Sat Apr 16 01:15:37 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:15:37 markd Exp $
+
+BLAKE2s (zitie.r60676.tar.xz) = 8a99cb026a0604cd390cc914704fb3f9db9854b4e7986a822a4ee6119b985ae7
+SHA512 (zitie.r60676.tar.xz) = 10769951705e67bb929643e39d5480c4c2337a68f59ede2d77b2f8ddc3e2d6363c873d0e8e480a85e02f2062736570fa74171c862e50af73efa941a4d93cdd58
+Size (zitie.r60676.tar.xz) = 9584 bytes
Home |
Main Index |
Thread Index |
Old Index