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:           Wed Feb 24 21:48:36 UTC 2021

Modified Files:
        pkgsrc/print/tex-latex-bin: Makefile distinfo
        pkgsrc/print/tex-latex-bin-doc: Makefile PLIST

Log Message:
tex-latex-bin{,-doc}: update to 2020

updated dependencies, additional man pages


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/tex-latex-bin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-latex-bin/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-latex-bin-doc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-latex-bin-doc/PLIST

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-latex-bin/Makefile
diff -u pkgsrc/print/tex-latex-bin/Makefile:1.14 pkgsrc/print/tex-latex-bin/Makefile:1.15
--- pkgsrc/print/tex-latex-bin/Makefile:1.14    Wed Feb 24 21:10:20 2021
+++ pkgsrc/print/tex-latex-bin/Makefile Wed Feb 24 21:48:35 2021
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.14 2021/02/24 21:10:20 markd Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/24 21:48:35 markd Exp $
 
 DISTNAME=      latex-bin
-PKGNAME=       tex-${DISTNAME}-2016
-PKGREVISION=   4
-TEXLIVE_REV=   40963
+PKGNAME=       tex-${DISTNAME}-2020
+TEXLIVE_REV=   57186
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       LaTeX executables
 
 CONFLICTS+=    tex-bin-latex<2009
+DEPENDS+=      tex-atbegshi-[0-9]*:../../print/tex-atbegshi
+DEPENDS+=      tex-atveryend-[0-9]*:../../print/tex-atveryend
 DEPENDS+=      tex-babel>3.14:../../print/tex-babel
 DEPENDS+=      tex-dehyph-[0-9]*:../../print/tex-dehyph
 DEPENDS+=      tex-firstaid-[0-9]*:../../print/tex-firstaid
@@ -24,7 +25,6 @@ INSTALLATION_DIRS=    bin
 TEX_FORMATS+=  "latex pdftex language.dat -translate-file=cp227.tcx *latex.ini\\npdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini\\ndvilualatex luatex 
language.dat,language.dat.lua dvilualatex.ini\\nlualatex luatex language.dat,language.dat.lua lualatex.ini\\n"
 TEX_TEXMF_DIRS=        # empty
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 
 post-install:

Index: pkgsrc/print/tex-latex-bin/distinfo
diff -u pkgsrc/print/tex-latex-bin/distinfo:1.7 pkgsrc/print/tex-latex-bin/distinfo:1.8
--- pkgsrc/print/tex-latex-bin/distinfo:1.7     Thu Jun 16 04:06:11 2016
+++ pkgsrc/print/tex-latex-bin/distinfo Wed Feb 24 21:48:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/06/16 04:06:11 markd Exp $
+$NetBSD: distinfo,v 1.8 2021/02/24 21:48:35 markd Exp $
 
-SHA1 (tex-latex-bin-40963/latex-bin.tar.xz) = a100bb28746c9ba5309074e862762ae173ecf1bc
-RMD160 (tex-latex-bin-40963/latex-bin.tar.xz) = f763993a606537a28f3b2e74da1177bef34fe204
-SHA512 (tex-latex-bin-40963/latex-bin.tar.xz) = 8cb9729163381f24bafe09a43365e3ccec2996899525687eed0d36a01a5d31c1d6727109f71426ad55a47d8c20114179a1eda7ecf2ebb552b83954f3f8384cf5
-Size (tex-latex-bin-40963/latex-bin.tar.xz) = 488 bytes
+SHA1 (latex-bin.r57186.tar.xz) = 198570adebf2c91e953caec16a662e8aaa0dbd92
+RMD160 (latex-bin.r57186.tar.xz) = 5b7d0042e1fe86c6ed8528f49b8dea4f27fc87d1
+SHA512 (latex-bin.r57186.tar.xz) = 69400750697649b24d8ea6a5887bd891ce30d0d46461b6cab3de02c434de0e43c06d89f70747d7c7718ac263e6cd63457cff443af24cc53e6c75266c81999777
+Size (latex-bin.r57186.tar.xz) = 620 bytes

Index: pkgsrc/print/tex-latex-bin-doc/Makefile
diff -u pkgsrc/print/tex-latex-bin-doc/Makefile:1.6 pkgsrc/print/tex-latex-bin-doc/Makefile:1.7
--- pkgsrc/print/tex-latex-bin-doc/Makefile:1.6 Fri Dec  6 20:21:50 2019
+++ pkgsrc/print/tex-latex-bin-doc/Makefile     Wed Feb 24 21:48:36 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2019/12/06 20:21:50 markd Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/24 21:48:36 markd Exp $
 
 DISTNAME=      latex-bin.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2013
-TEXLIVE_REV=   29764
+PKGNAME=       tex-${DISTNAME:S/./-/}-2020
+TEXLIVE_REV=   57186
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Documentation for tex-latex-bin
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-latex-bin-doc/PLIST
diff -u pkgsrc/print/tex-latex-bin-doc/PLIST:1.1.1.1 pkgsrc/print/tex-latex-bin-doc/PLIST:1.2
--- pkgsrc/print/tex-latex-bin-doc/PLIST:1.1.1.1        Mon May 10 21:49:29 2010
+++ pkgsrc/print/tex-latex-bin-doc/PLIST        Wed Feb 24 21:48:36 2021
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/10 21:49:29 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/24 21:48:36 markd Exp $
+man/man1/dvilualatex.1
 man/man1/latex.1
+man/man1/lualatex.1
 man/man1/pdflatex.1



Home | Main Index | Thread Index | Old Index