pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Jun 23 23:18:50 UTC 2017

Added Files:
        pkgsrc/devel/tex-latexbug: DESCR Makefile PLIST distinfo
        pkgsrc/devel/tex-latexbug-doc: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-latexbug/DESCR \
    pkgsrc/devel/tex-latexbug/Makefile pkgsrc/devel/tex-latexbug/PLIST \
    pkgsrc/devel/tex-latexbug/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tex-latexbug-doc/DESCR \
    pkgsrc/devel/tex-latexbug-doc/Makefile \
    pkgsrc/devel/tex-latexbug-doc/PLIST \
    pkgsrc/devel/tex-latexbug-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/tex-latexbug/DESCR
diff -u /dev/null pkgsrc/devel/tex-latexbug/DESCR:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug/DESCR     Fri Jun 23 23:18:50 2017
@@ -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.
Index: pkgsrc/devel/tex-latexbug/Makefile
diff -u /dev/null pkgsrc/devel/tex-latexbug/Makefile:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug/Makefile  Fri Jun 23 23:18:50 2017
@@ -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"
Index: pkgsrc/devel/tex-latexbug/PLIST
diff -u /dev/null pkgsrc/devel/tex-latexbug/PLIST:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug/PLIST     Fri Jun 23 23:18:50 2017
@@ -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
Index: pkgsrc/devel/tex-latexbug/distinfo
diff -u /dev/null pkgsrc/devel/tex-latexbug/distinfo:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug/distinfo  Fri Jun 23 23:18:50 2017
@@ -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

Index: pkgsrc/devel/tex-latexbug-doc/DESCR
diff -u /dev/null pkgsrc/devel/tex-latexbug-doc/DESCR:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug-doc/DESCR Fri Jun 23 23:18:50 2017
@@ -0,0 +1 @@
+Documentation for tex-latexbug.
Index: pkgsrc/devel/tex-latexbug-doc/Makefile
diff -u /dev/null pkgsrc/devel/tex-latexbug-doc/Makefile:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug-doc/Makefile      Fri Jun 23 23:18:50 2017
@@ -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"
Index: pkgsrc/devel/tex-latexbug-doc/PLIST
diff -u /dev/null pkgsrc/devel/tex-latexbug-doc/PLIST:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug-doc/PLIST Fri Jun 23 23:18:50 2017
@@ -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
Index: pkgsrc/devel/tex-latexbug-doc/distinfo
diff -u /dev/null pkgsrc/devel/tex-latexbug-doc/distinfo:1.1
--- /dev/null   Fri Jun 23 23:18:50 2017
+++ pkgsrc/devel/tex-latexbug-doc/distinfo      Fri Jun 23 23:18:50 2017
@@ -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



Home | Main Index | Thread Index | Old Index