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.
This commit is contained in:
parent
303bb4a29d
commit
ca91fc107d
8 changed files with 68 additions and 0 deletions
1
print/tex-texdoctk-doc/DESCR
Normal file
1
print/tex-texdoctk-doc/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Documentation for tex-texdoctk.
|
13
print/tex-texdoctk-doc/Makefile
Normal file
13
print/tex-texdoctk-doc/Makefile
Normal file
|
@ -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
|
||||
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"
|
2
print/tex-texdoctk-doc/PLIST
Normal file
2
print/tex-texdoctk-doc/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/02/01 23:35:50 markd Exp $
|
||||
man/man1/texdoctk.1
|
6
print/tex-texdoctk-doc/distinfo
Normal file
6
print/tex-texdoctk-doc/distinfo
Normal file
|
@ -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
|
11
print/tex-texdoctk/DESCR
Normal file
11
print/tex-texdoctk/DESCR
Normal file
|
@ -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.
|
24
print/tex-texdoctk/Makefile
Normal file
24
print/tex-texdoctk/Makefile
Normal file
|
@ -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
|
||||
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"
|
5
print/tex-texdoctk/PLIST
Normal file
5
print/tex-texdoctk/PLIST
Normal file
|
@ -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
|
6
print/tex-texdoctk/distinfo
Normal file
6
print/tex-texdoctk/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue