pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add tex-latexbug{,-doc} 1.0a



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40c45214a3d2
branches:  trunk
changeset: 364398:40c45214a3d2
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jun 23 23:18:50 2017 +0000

description:
Add tex-latexbug{,-doc} 1.0a

The package is written in order to help identifying the
rightful addressee for a bug report. The LaTeX team asks that
it will be loaded in any test file that is intended to be sent
to the LaTeX bug database as part of a bug report.

diffstat:

 devel/tex-latexbug-doc/DESCR    |   1 +
 devel/tex-latexbug-doc/Makefile |  13 +++++++++++++
 devel/tex-latexbug-doc/PLIST    |   3 +++
 devel/tex-latexbug-doc/distinfo |   6 ++++++
 devel/tex-latexbug/DESCR        |   4 ++++
 devel/tex-latexbug/Makefile     |  13 +++++++++++++
 devel/tex-latexbug/PLIST        |   2 ++
 devel/tex-latexbug/distinfo     |   6 ++++++
 8 files changed, 48 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug-doc/DESCR      Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-latexbug.
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug-doc/Makefile   Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:18:50 markd Exp $
+
+DISTNAME=      latexbug.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0a
+TEXLIVE_REV=   44566
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/latexbug
+COMMENT=       Documentation for tex-latexbug
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug-doc/PLIST      Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:18:50 markd Exp $
+share/texmf-dist/doc/latex/latexbug/README.md
+share/texmf-dist/doc/latex/latexbug/latexbug.pdf
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug-doc/distinfo   Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:18:50 markd Exp $
+
+SHA1 (tex-latexbug-44566/latexbug.doc.tar.xz) = c5df33b4e67f6d7fe0f04c919c396228448a8961
+RMD160 (tex-latexbug-44566/latexbug.doc.tar.xz) = 43b07b39f91c3eeab66cbc2e51b9dba492c26e63
+SHA512 (tex-latexbug-44566/latexbug.doc.tar.xz) = 60545f38183ddee2f2d28682a5091a264f8480688a1201cf11a537dffbe58b182ffc4f78c1737c5509155ced1aa2720b8bad139440af2dc0837912b6b1558697
+Size (tex-latexbug-44566/latexbug.doc.tar.xz) = 185128 bytes
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug/DESCR  Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,4 @@
+The package is written in order to help identifying the
+rightful addressee for a bug report. The LaTeX team asks that
+it will be loaded in any test file that is intended to be sent
+to the LaTeX bug database as part of a bug report.
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug/Makefile       Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:18:50 markd Exp $
+
+DISTNAME=      latexbug
+PKGNAME=       tex-${DISTNAME}-1.0a
+TEXLIVE_REV=   44566
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/latexbug
+COMMENT=       Bug-classification for LaTeX related bugs
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug/PLIST  Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:18:50 markd Exp $
+share/texmf-dist/tex/latex/latexbug/latexbug.sty
diff -r fa9e3a4aeb41 -r 40c45214a3d2 devel/tex-latexbug/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tex-latexbug/distinfo       Fri Jun 23 23:18:50 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:18:50 markd Exp $
+
+SHA1 (tex-latexbug-44566/latexbug.tar.xz) = 664d40c0853823a9652e6dffaf17f3d8b9a3d377
+RMD160 (tex-latexbug-44566/latexbug.tar.xz) = 4f107485e7b47eaf60c4a948eaffa9019752cb46
+SHA512 (tex-latexbug-44566/latexbug.tar.xz) = f8b2bf7f8980df5134d3edbaa280f0975e47d20dc02e90a1a8c45e00e52601c2753da719df6d8e9831faae20b8043b507888bcbb399be3f7753696980c8df75b
+Size (tex-latexbug-44566/latexbug.tar.xz) = 4532 bytes



Home | Main Index | Thread Index | Old Index