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:           Sun Jun  6 21:59:16 UTC 2021

Modified Files:
        pkgsrc/print/tex-mex: Makefile distinfo
        pkgsrc/print/tex-mex-doc: Makefile distinfo

Log Message:
tex-mex{,-doc}: update to 1.05a

1. Cleaned up (hopefully all) references to licensing to not withstand
our claim that the package is under Knuth lincese. 2. In many places
encoding of texts changed to UTF-8, to make easier to read. 3.
Functionality should be same.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-mex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-mex/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-mex-doc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-mex-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-mex/Makefile
diff -u pkgsrc/print/tex-mex/Makefile:1.5 pkgsrc/print/tex-mex/Makefile:1.6
--- pkgsrc/print/tex-mex/Makefile:1.5   Sun May 10 04:32:05 2020
+++ pkgsrc/print/tex-mex/Makefile       Sun Jun  6 21:59:15 2021
@@ -1,27 +1,31 @@
-# $NetBSD: Makefile,v 1.5 2020/05/10 04:32:05 markd Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/06 21:59:15 markd Exp $
 
 DISTNAME=      mex
-PKGNAME=       tex-${DISTNAME}-1.05
-PKGREVISION=   1
-TEXLIVE_REV=   40855
+PKGNAME=       tex-${DISTNAME}-1.05a
+TEXLIVE_REV=   58661
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mex
 COMMENT=       Polish formats for TeX
 LICENSE=       public-domain
 
-DEPENDS+=      tex-pl-[0-9]*:../../fonts/tex-pl
+DEPENDS+=      tex-enctex-[0-9]*:../../print/tex-enctex
+DEPENDS+=      tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+DEPENDS+=      tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
 DEPENDS+=      tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
+DEPENDS+=      tex-knuth-lib-[0-9]*:../../fonts/tex-knuth-lib
 DEPENDS+=      tex-pdftex-[0-9]*:../../print/tex-pdftex
+DEPENDS+=      tex-pl-[0-9]*:../../fonts/tex-pl
+DEPENDS+=      tex-plain-[0-9]*:../../print/tex-plain
 DEPENDS+=      tex-tex-[0-9]*:../../print/tex-tex
-#DEPENDS+=     tex-utf8mex-[0-9]*:../../print/tex-utf8mex
+DEPENDS+=      tex-tex-ini-files-[0-9]*:../../print/tex-tex-ini-files
+DEPENDS+=      tex-utf8mex-[0-9]*:../../print/tex-utf8mex
 
 INSTALLATION_DIRS+=    bin
 
 TEX_FORMATS+=  "mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini\\npdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini\\n"
 #utf8mex pdftex mexconf.tex -translate-file=cp227.tcx *utf8mex.ini\\n"
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 
 post-install:

Index: pkgsrc/print/tex-mex/distinfo
diff -u pkgsrc/print/tex-mex/distinfo:1.1 pkgsrc/print/tex-mex/distinfo:1.2
--- pkgsrc/print/tex-mex/distinfo:1.1   Tue Sep 20 13:08:17 2016
+++ pkgsrc/print/tex-mex/distinfo       Sun Jun  6 21:59:15 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/09/20 13:08:17 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 21:59:15 markd Exp $
 
-SHA1 (tex-mex-40855/mex.tar.xz) = 7dced25a96c40ebf3e3c1b113a4db12a20880210
-RMD160 (tex-mex-40855/mex.tar.xz) = 85a14ea3e94f878db9bfce6327e7947ffdfd5434
-SHA512 (tex-mex-40855/mex.tar.xz) = ca0bc408c8fc89cd211fa0cbd9d84fde492c9ff655cddc929a2eee751a9e22c29689b9c96199fee8882235aafa510cbc447a7cefecc669e2d866a6aafa453065
-Size (tex-mex-40855/mex.tar.xz) = 11460 bytes
+SHA1 (mex.r58661.tar.xz) = dd37bf2bf179d5b0e77b57164e5ecca0204aff6f
+RMD160 (mex.r58661.tar.xz) = 8d59de55cd0d7d854d7dd66d97d6ecda69556427
+SHA512 (mex.r58661.tar.xz) = a79d6a1ecb15f7962826773d7eab4b1ffd86a5c15f8076f096fecf63df1bd661449eb7d14251a57a1eb2bede030ddf93aac170fc3c59ae0a124da6cef69e55be
+Size (mex.r58661.tar.xz) = 11468 bytes

Index: pkgsrc/print/tex-mex-doc/Makefile
diff -u pkgsrc/print/tex-mex-doc/Makefile:1.3 pkgsrc/print/tex-mex-doc/Makefile:1.4
--- pkgsrc/print/tex-mex-doc/Makefile:1.3       Sat Jan 18 23:34:29 2020
+++ pkgsrc/print/tex-mex-doc/Makefile   Sun Jun  6 21:59:15 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:34:29 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/06 21:59:15 markd Exp $
 
 DISTNAME=      mex.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.05
-TEXLIVE_REV=   40855
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.05a
+TEXLIVE_REV=   58661
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/mex
 COMMENT=       Documentation for tex-mex
 LICENSE=       public-domain
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-mex-doc/distinfo
diff -u pkgsrc/print/tex-mex-doc/distinfo:1.1 pkgsrc/print/tex-mex-doc/distinfo:1.2
--- pkgsrc/print/tex-mex-doc/distinfo:1.1       Tue Sep 20 13:08:17 2016
+++ pkgsrc/print/tex-mex-doc/distinfo   Sun Jun  6 21:59:15 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/09/20 13:08:17 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 21:59:15 markd Exp $
 
-SHA1 (tex-mex-40855/mex.doc.tar.xz) = 1d89648659ea1a125098913701cf32e24e8d3a79
-RMD160 (tex-mex-40855/mex.doc.tar.xz) = 01ac32ef3fb3e506e446fda5bdd81ea8b3b2ceae
-SHA512 (tex-mex-40855/mex.doc.tar.xz) = ea5ff1e945ba7e1063025dd4a385b547dd3fece433ac5844b779d87f47206bc5c5c7498278c23b124e52b7af7cc20d99d93388de70557ba9f0de787ed4c07ff0
-Size (tex-mex-40855/mex.doc.tar.xz) = 35796 bytes
+SHA1 (mex.doc.r58661.tar.xz) = a09fe97fc8cd79ae7698e7b16bbc5a3402679c59
+RMD160 (mex.doc.r58661.tar.xz) = d56b277ac3cedbccd0f403b739ae55fd59e947a9
+SHA512 (mex.doc.r58661.tar.xz) = 091f2825376718d8c2190555af7ef54d0ae5202425d57b986fba861df2f8604301df5a121ccfcfcdc91032d07dcda8289fb8de5d81c487b93b0e202a2a5a658e
+Size (mex.doc.r58661.tar.xz) = 35540 bytes



Home | Main Index | Thread Index | Old Index