pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-texdoctk{, -doc}: added version 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce8fdf38387b
branches:  trunk
changeset: 329199:ce8fdf38387b
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Feb 01 23:35:50 2019 +0000

description:
tex-texdoctk{,-doc}: added version 0.6.0

A Perl/Tk-based GUI for easy access to package documentation
for TeX on Unix platforms; the databases it uses are based on
the texmf/doc subtrees of teTeX, but database files for local
configurations with modified/extended directories can be
derived from them. Note that texdoctk is not a viewer itself,
but an interface for finding documentation files and opening
them with the appropriate viewer; so it relies on appropriate
programs to be installed on the system. However, the choice of
these programs can be configured by the sysadmin or user. Now
only distributed as part of TeX Live, which includes a Windows
executable.

diffstat:

 print/tex-texdoctk-doc/DESCR    |   1 +
 print/tex-texdoctk-doc/Makefile |  13 +++++++++++++
 print/tex-texdoctk-doc/PLIST    |   2 ++
 print/tex-texdoctk-doc/distinfo |   6 ++++++
 print/tex-texdoctk/DESCR        |  11 +++++++++++
 print/tex-texdoctk/Makefile     |  24 ++++++++++++++++++++++++
 print/tex-texdoctk/PLIST        |   5 +++++
 print/tex-texdoctk/distinfo     |   6 ++++++
 8 files changed, 68 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk-doc/DESCR      Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-texdoctk.
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk-doc/Makefile   Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/02/01 23:35:50 markd Exp $
+
+DISTNAME=      texdoctk.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.6.0
+TEXLIVE_REV=   47978
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/texdoctk
+COMMENT=       Documentation for tex-texdoctk
+LICENSE=       gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk-doc/PLIST      Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/01 23:35:50 markd Exp $
+man/man1/texdoctk.1
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk-doc/distinfo   Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/01 23:35:50 markd Exp $
+
+SHA1 (tex-texdoctk-47978/texdoctk.doc.tar.xz) = 151bcc11697edf265e46b6c712acaa015b523fc8
+RMD160 (tex-texdoctk-47978/texdoctk.doc.tar.xz) = 5b5a8e5bc2a2dfaba9c53dcc8db560026d281a06
+SHA512 (tex-texdoctk-47978/texdoctk.doc.tar.xz) = c580b2c1b3fc055f2acb3907064feea91132310fa343bb6597102e1d4d22b0a3cb3b5fae23c83214edb532d10d68873d48902df98633b2d31ead9f001a5eb0fb
+Size (tex-texdoctk-47978/texdoctk.doc.tar.xz) = 31640 bytes
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk/DESCR  Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,11 @@
+A Perl/Tk-based GUI for easy access to package documentation
+for TeX on Unix platforms; the databases it uses are based on
+the texmf/doc subtrees of teTeX, but database files for local
+configurations with modified/extended directories can be
+derived from them. Note that texdoctk is not a viewer itself,
+but an interface for finding documentation files and opening
+them with the appropriate viewer; so it relies on appropriate
+programs to be installed on the system. However, the choice of
+these programs can be configured by the sysadmin or user. Now
+only distributed as part of TeX Live, which includes a Windows
+executable.
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk/Makefile       Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2019/02/01 23:35:50 markd Exp $
+
+DISTNAME=      texdoctk
+PKGNAME=       tex-${DISTNAME}-0.6.0
+TEXLIVE_REV=   47978
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/texdoctk
+COMMENT=       Easy access to package documentation
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      tex-kpathsea-[0-9]*:../../print/tex-kpathsea
+DEPENDS+=      p5-Tk-[0-9]*:../../x11/p5-Tk
+
+REPLACE_PERL=  bin/texdoctk
+
+post-extract:
+       ${MKDIR} ${WRKSRC}/bin
+       ${MV} ${WRKSRC}/texmf-dist/scripts/texdoctk/texdoctk.pl \
+               ${WRKSRC}/bin/texdoctk
+       ${RMDIR} ${WRKSRC}/texmf-dist/scripts/texdoctk
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk/PLIST  Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/01 23:35:50 markd Exp $
+bin/texdoctk
+share/texmf-dist/texdoctk/texdocrc-win32.defaults
+share/texmf-dist/texdoctk/texdocrc.defaults
+share/texmf-dist/texdoctk/texdoctk.dat
diff -r 175555019056 -r ce8fdf38387b print/tex-texdoctk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texdoctk/distinfo       Fri Feb 01 23:35:50 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/01 23:35:50 markd Exp $
+
+SHA1 (tex-texdoctk-47978/texdoctk.tar.xz) = ad372ed6b9a719f89140878d91a8ea32944ab12f
+RMD160 (tex-texdoctk-47978/texdoctk.tar.xz) = 5116acf112f8dc53d190f9c9232a74575bf370dd
+SHA512 (tex-texdoctk-47978/texdoctk.tar.xz) = 2200e4d874e5b48d75339395330c06e4193181dad19e7f4bd27fe2970baaac680c19682b8512596883e1f71510f872b6c699bbfc036ecd04fef5ddc281b1a164
+Size (tex-texdoctk-47978/texdoctk.tar.xz) = 26572 bytes



Home | Main Index | Thread Index | Old Index