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:31:07 UTC 2019

Modified Files:
        pkgsrc/print/tex-texdoc: Makefile PLIST distinfo
        pkgsrc/print/tex-texdoc-doc: Makefile PLIST distinfo
Removed Files:
        pkgsrc/print/tex-texdoc: options.mk

Log Message:
tex-texdoc{,-doc}: update to 2018.47946  (3.0)

This is a big update for Texdoc since 2012!
There are two big features in Texdoc 3.0.

1. New option parser

Now, you can specify multiple options like:

        $ texdoc -vsl foo

(this is equivalent to specifying "-v -s -l")

Please note that the behavior of the short option "-d" have
been changed. It *requires* an argument without "=", e.g.:

        $ texdoc -d score bar

(this is equivalent to specifying "--debug=score")

We added a new option "-D" as a short version of "--debug=all".
Please see the help text for more details.

2. Fuzzy search

When the normal search can't find any document in TeX Live,
Texdoc will execute fuzzy search on the list of package names
without user-interactions. The results of fuzzy search are
shown by "info" message.
(you can see that with the command line option "-v")

The default allowance of Levenshtein distance is 5.
You can change this default value by specifying "fuzzy_level"
in your texdoc.cnf:

        fuzzy_level = 3

If "fuzzy_level" set to 0, the feature will be disabled.

This update also contains several small bug fixes and improvements.

One more thing (IMPORTANT for distributors): from v3.0, we won't
include Data.tlpdb.lua (the pseudo cache file) in our repository.
If your distribution do not ship the tlpdb, you have to pre-generate
the pseudo cache file to make Texdoc workable.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-texdoc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-texdoc/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-texdoc/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/print/tex-texdoc/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-texdoc-doc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-texdoc-doc/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-texdoc-doc/distinfo

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

Modified files:

Index: pkgsrc/print/tex-texdoc/Makefile
diff -u pkgsrc/print/tex-texdoc/Makefile:1.10 pkgsrc/print/tex-texdoc/Makefile:1.11
--- pkgsrc/print/tex-texdoc/Makefile:1.10       Sun May 13 11:00:26 2018
+++ pkgsrc/print/tex-texdoc/Makefile    Fri Feb  1 23:31:07 2019
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2018/05/13 11:00:26 markd Exp $
+# $NetBSD: Makefile,v 1.11 2019/02/01 23:31:07 markd Exp $
 
 DISTNAME=      texdoc
-PKGNAME=       tex-${DISTNAME}-2018
-TEXLIVE_REV=   47446
+PKGNAME=       tex-${DISTNAME}-2018.47946
+TEXLIVE_REV=   47946
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/texdoc
 COMMENT=       Documentation access for TeX distributions
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-gpl-v2
 
 REPLACE_TEXLUA=                bin/texdoc
 
 .include "../../print/texlive/package.mk"
-.include "options.mk"
 
-post-extract: extract-texdoctk
+post-extract:
        ${MKDIR} ${WRKSRC}/bin
        ${MV} ${WRKSRC}/texmf-dist/scripts/texdoc/texdoc.tlu \
                ${WRKSRC}/bin/texdoc

Index: pkgsrc/print/tex-texdoc/PLIST
diff -u pkgsrc/print/tex-texdoc/PLIST:1.4 pkgsrc/print/tex-texdoc/PLIST:1.5
--- pkgsrc/print/tex-texdoc/PLIST:1.4   Wed Jun 21 13:25:34 2017
+++ pkgsrc/print/tex-texdoc/PLIST       Fri Feb  1 23:31:07 2019
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2017/06/21 13:25:34 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/02/01 23:31:07 markd Exp $
 bin/texdoc
-${PLIST.x11}bin/texdoctk
-share/texmf-dist/scripts/texdoc/Data.tlpdb.lua
 share/texmf-dist/scripts/texdoc/alias.tlu
 share/texmf-dist/scripts/texdoc/config.tlu
 share/texmf-dist/scripts/texdoc/constants.tlu
@@ -12,6 +10,3 @@ share/texmf-dist/scripts/texdoc/search.t
 share/texmf-dist/scripts/texdoc/texdoclib.tlu
 share/texmf-dist/scripts/texdoc/view.tlu
 share/texmf-dist/texdoc/texdoc.cnf
-share/texmf-dist/texdoctk/texdocrc-win32.defaults
-share/texmf-dist/texdoctk/texdocrc.defaults
-share/texmf-dist/texdoctk/texdoctk.dat

Index: pkgsrc/print/tex-texdoc/distinfo
diff -u pkgsrc/print/tex-texdoc/distinfo:1.6 pkgsrc/print/tex-texdoc/distinfo:1.7
--- pkgsrc/print/tex-texdoc/distinfo:1.6        Sun May 13 11:00:26 2018
+++ pkgsrc/print/tex-texdoc/distinfo    Fri Feb  1 23:31:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/05/13 11:00:26 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/02/01 23:31:07 markd Exp $
 
-SHA1 (tex-texdoc-47446/texdoc.tar.xz) = f24683197783a9daad576323b70b0235e366eca0
-RMD160 (tex-texdoc-47446/texdoc.tar.xz) = cccb763d59275c0f804b98536131a7c031cd2ff4
-SHA512 (tex-texdoc-47446/texdoc.tar.xz) = ae3d12565f4ae2c04dd3b45594594e926ca537460526a6069bf05fa2eb7c790f3fbb7fcf5fd617aa35557f6edf04cdceca607dec8b777bebb52db039ac6764cd
-Size (tex-texdoc-47446/texdoc.tar.xz) = 221440 bytes
+SHA1 (tex-texdoc-47946/texdoc.tar.xz) = 3b5f90f35256f7649cfca5a77cc957426f8f0d51
+RMD160 (tex-texdoc-47946/texdoc.tar.xz) = ae5daf97026faae30dd8555a3c80b135661c9ca8
+SHA512 (tex-texdoc-47946/texdoc.tar.xz) = c8e25291eb8928534f6d79f13bc35d6be7b207a27083d2d2bae4bb31f6a79cc8941f45f057472cf7c4298602452cee9b6f3f0264849d4daf6accffd73ed2edd7
+Size (tex-texdoc-47946/texdoc.tar.xz) = 25560 bytes

Index: pkgsrc/print/tex-texdoc-doc/Makefile
diff -u pkgsrc/print/tex-texdoc-doc/Makefile:1.5 pkgsrc/print/tex-texdoc-doc/Makefile:1.6
--- pkgsrc/print/tex-texdoc-doc/Makefile:1.5    Sun May 13 11:00:26 2018
+++ pkgsrc/print/tex-texdoc-doc/Makefile        Fri Feb  1 23:31:07 2019
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2018/05/13 11:00:26 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/01 23:31:07 markd Exp $
 
 DISTNAME=      texdoc.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2018
-TEXLIVE_REV=   47446
+PKGNAME=       tex-${DISTNAME:S/./-/}-2018.47946
+TEXLIVE_REV=   47946
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/texdoc
 COMMENT=       Documentation for tex-texdoc
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-gpl-v2
 
 CONFLICTS+=    texlive-tetex<2011nb1
 

Index: pkgsrc/print/tex-texdoc-doc/PLIST
diff -u pkgsrc/print/tex-texdoc-doc/PLIST:1.2 pkgsrc/print/tex-texdoc-doc/PLIST:1.3
--- pkgsrc/print/tex-texdoc-doc/PLIST:1.2       Sun Nov 17 17:13:29 2013
+++ pkgsrc/print/tex-texdoc-doc/PLIST   Fri Feb  1 23:31:07 2019
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2013/11/17 17:13:29 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/01 23:31:07 markd Exp $
 man/man1/texdoc.1
-man/man1/texdoctk.1
-share/texmf-dist/doc/texdoc/News
-share/texmf-dist/doc/texdoc/texdoc.pdf
-share/texmf-dist/doc/texdoc/texdoc.tex
+share/texmf-dist/doc/support/texdoc/COPYING
+share/texmf-dist/doc/support/texdoc/NEWS
+share/texmf-dist/doc/support/texdoc/README.md
+share/texmf-dist/doc/support/texdoc/texdoc.pdf
+share/texmf-dist/doc/support/texdoc/texdoc.tex

Index: pkgsrc/print/tex-texdoc-doc/distinfo
diff -u pkgsrc/print/tex-texdoc-doc/distinfo:1.6 pkgsrc/print/tex-texdoc-doc/distinfo:1.7
--- pkgsrc/print/tex-texdoc-doc/distinfo:1.6    Sun May 13 11:00:26 2018
+++ pkgsrc/print/tex-texdoc-doc/distinfo        Fri Feb  1 23:31:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/05/13 11:00:26 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/02/01 23:31:07 markd Exp $
 
-SHA1 (tex-texdoc-47446/texdoc.doc.tar.xz) = 0783377383c495fcbc6520c95943b92f39365aae
-RMD160 (tex-texdoc-47446/texdoc.doc.tar.xz) = 51c56aecdcd7e0b40ff54a1b5ef9b0d002f7baab
-SHA512 (tex-texdoc-47446/texdoc.doc.tar.xz) = ceaccc08e4adef9eb0fb4736f14ade403e4631901a8b6ab2e7ac2e03634dbf72dde3335ab8987efd497778dccc7e558af93678db7f8664fac3433ef97d245b5e
-Size (tex-texdoc-47446/texdoc.doc.tar.xz) = 157044 bytes
+SHA1 (tex-texdoc-47946/texdoc.doc.tar.xz) = b3489346d30054114b5e764b3f061b76e1b5fa17
+RMD160 (tex-texdoc-47946/texdoc.doc.tar.xz) = 5b046076f69c6385b0c50b3aef0c8da60e7dbbd5
+SHA512 (tex-texdoc-47946/texdoc.doc.tar.xz) = 4b105ba04ff13596c7bb321377301024aa6d6c4bb7246ff21b6741e42484e47fa5378aec7a1d090041cf5c067a7ee73358eeb2be86d9c14989cb550fddce3775
+Size (tex-texdoc-47946/texdoc.doc.tar.xz) = 128904 bytes



Home | Main Index | Thread Index | Old Index