Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-xpatch{,-doc}: Add version 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3253f2fcea5c
branches:  trunk
changeset: 432431:3253f2fcea5c
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri May 22 03:28:49 2020 +0000

description:
tex-xpatch{,-doc}: Add version 0.3

The package generalises the macro patching commands provided by
Philipp Lehmann's etoolbox.

diffstat:

 print/tex-xpatch-doc/DESCR    |   1 +
 print/tex-xpatch-doc/Makefile |  13 +++++++++++++
 print/tex-xpatch-doc/PLIST    |   3 +++
 print/tex-xpatch-doc/distinfo |   6 ++++++
 print/tex-xpatch/DESCR        |   2 ++
 print/tex-xpatch/Makefile     |  16 ++++++++++++++++
 print/tex-xpatch/PLIST        |   2 ++
 print/tex-xpatch/distinfo     |   6 ++++++
 8 files changed, 49 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch-doc/DESCR        Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-xpatch.
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch-doc/Makefile     Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:28:49 markd Exp $
+
+DISTNAME=      xpatch.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3
+TEXLIVE_REV=   54563
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xpatch
+COMMENT=       Documentation for tex-xpatch
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch-doc/PLIST        Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:28:49 markd Exp $
+share/texmf-dist/doc/latex/xpatch/README
+share/texmf-dist/doc/latex/xpatch/xpatch.pdf
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch-doc/distinfo     Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:28:49 markd Exp $
+
+SHA1 (xpatch.doc.r54563.tar.xz) = 5a62a9f172e4516da64e84f42a60ec87d92d818b
+RMD160 (xpatch.doc.r54563.tar.xz) = f1ec8570de9938726a1235ac4405213ac45be8f9
+SHA512 (xpatch.doc.r54563.tar.xz) = 49479d5a73beda78852f80f786e559caa49b51a44c79e73d689499429ee177ccc1a93064122c13e5cf4e34f00350df3e18fc131505364dd8cbf218e851249e8f
+Size (xpatch.doc.r54563.tar.xz) = 469996 bytes
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch/DESCR    Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,2 @@
+The package generalises the macro patching commands provided by
+Philipp Lehmann's etoolbox.
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch/Makefile Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/05/22 03:28:49 markd Exp $
+
+DISTNAME=      xpatch
+PKGNAME=       tex-${DISTNAME}-0.3
+TEXLIVE_REV=   54563
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xpatch
+COMMENT=       Extending etoolbox patching commands
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch/PLIST    Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/22 03:28:49 markd Exp $
+share/texmf-dist/tex/latex/xpatch/xpatch.sty
diff -r c72d03231e03 -r 3253f2fcea5c print/tex-xpatch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpatch/distinfo Fri May 22 03:28:49 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/22 03:28:49 markd Exp $
+
+SHA1 (xpatch.r54563.tar.xz) = 64245d854cdbf8ee7de9c3d3ef4180de6395d567
+RMD160 (xpatch.r54563.tar.xz) = aa1b8ef056eaf84c0eb9c1e295e33cbf2a0243fe
+SHA512 (xpatch.r54563.tar.xz) = d96d078066ee7cd39585754b0ed1aa2bd5680f90eb2a879bb2dcb47cfe834094f0b5fa1373ecd7f80f626c1a8a8fd4823525c33fa0e67f63b0beb4031a35956e
+Size (xpatch.r54563.tar.xz) = 1924 bytes



Home | Main Index | Thread Index | Old Index