pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Feb  1 23:35:50 UTC 2019

Added Files:
        pkgsrc/print/tex-texdoctk: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-texdoctk-doc: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-texdoctk/DESCR \
    pkgsrc/print/tex-texdoctk/Makefile pkgsrc/print/tex-texdoctk/PLIST \
    pkgsrc/print/tex-texdoctk/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-texdoctk-doc/DESCR \
    pkgsrc/print/tex-texdoctk-doc/Makefile \
    pkgsrc/print/tex-texdoctk-doc/PLIST \
    pkgsrc/print/tex-texdoctk-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/print/tex-texdoctk/DESCR
diff -u /dev/null pkgsrc/print/tex-texdoctk/DESCR:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk/DESCR     Fri Feb  1 23:35:50 2019
@@ -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.
Index: pkgsrc/print/tex-texdoctk/Makefile
diff -u /dev/null pkgsrc/print/tex-texdoctk/Makefile:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk/Makefile  Fri Feb  1 23:35:50 2019
@@ -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"
Index: pkgsrc/print/tex-texdoctk/PLIST
diff -u /dev/null pkgsrc/print/tex-texdoctk/PLIST:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk/PLIST     Fri Feb  1 23:35:50 2019
@@ -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
Index: pkgsrc/print/tex-texdoctk/distinfo
diff -u /dev/null pkgsrc/print/tex-texdoctk/distinfo:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk/distinfo  Fri Feb  1 23:35:50 2019
@@ -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

Index: pkgsrc/print/tex-texdoctk-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-texdoctk-doc/DESCR:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk-doc/DESCR Fri Feb  1 23:35:50 2019
@@ -0,0 +1 @@
+Documentation for tex-texdoctk.
Index: pkgsrc/print/tex-texdoctk-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-texdoctk-doc/Makefile:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk-doc/Makefile      Fri Feb  1 23:35:50 2019
@@ -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"
Index: pkgsrc/print/tex-texdoctk-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-texdoctk-doc/PLIST:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk-doc/PLIST Fri Feb  1 23:35:50 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/01 23:35:50 markd Exp $
+man/man1/texdoctk.1
Index: pkgsrc/print/tex-texdoctk-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-texdoctk-doc/distinfo:1.1
--- /dev/null   Fri Feb  1 23:35:50 2019
+++ pkgsrc/print/tex-texdoctk-doc/distinfo      Fri Feb  1 23:35:50 2019
@@ -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



Home | Main Index | Thread Index | Old Index