pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-2up{,-doc}: update to 1.3a



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46a6e3439341
branches:  trunk
changeset: 447341:46a6e3439341
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 20 09:37:44 2021 +0000

description:
tex-2up{,-doc}: update to 1.3a

changes unknown

diffstat:

 print/tex-2up-doc/Makefile |   9 +++++----
 print/tex-2up-doc/PLIST    |   3 +--
 print/tex-2up-doc/distinfo |  10 +++++-----
 print/tex-2up/Makefile     |  11 ++++++-----
 print/tex-2up/distinfo     |  10 +++++-----
 5 files changed, 22 insertions(+), 21 deletions(-)

diffs (84 lines):

diff -r e2876692b4c2 -r 46a6e3439341 print/tex-2up-doc/Makefile
--- a/print/tex-2up-doc/Makefile        Sat Feb 20 09:09:07 2021 +0000
+++ b/print/tex-2up-doc/Makefile        Sat Feb 20 09:37:44 2021 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/20 09:37:44 markd Exp $
 
 DISTNAME=      2up.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.3
-TEXLIVE_REV=   18310
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.3a
+TEXLIVE_REV=   55076
 
 MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/twoup-gen
 COMMENT=       Documentation for tex-2up
+LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e2876692b4c2 -r 46a6e3439341 print/tex-2up-doc/PLIST
--- a/print/tex-2up-doc/PLIST   Sat Feb 20 09:09:07 2021 +0000
+++ b/print/tex-2up-doc/PLIST   Sat Feb 20 09:37:44 2021 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:25:01 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/20 09:37:44 markd Exp $
 share/texmf-dist/doc/generic/2up/2up-doc.pdf
 share/texmf-dist/doc/generic/2up/2up-doc.tex
 share/texmf-dist/doc/generic/2up/Changes
-share/texmf-dist/doc/generic/2up/Makefile
 share/texmf-dist/doc/generic/2up/README
diff -r e2876692b4c2 -r 46a6e3439341 print/tex-2up-doc/distinfo
--- a/print/tex-2up-doc/distinfo        Sat Feb 20 09:09:07 2021 +0000
+++ b/print/tex-2up-doc/distinfo        Sat Feb 20 09:37:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/20 09:37:44 markd Exp $
 
-SHA1 (tex-2up-18310/2up.doc.tar.xz) = 19819814cdfaa61d9304b50736fd890651044b84
-RMD160 (tex-2up-18310/2up.doc.tar.xz) = baca9d4271b3640f696e216fd8a7e5cab75cd8c9
-SHA512 (tex-2up-18310/2up.doc.tar.xz) = 69459dfe340a81ae1e6c64e6a6e81f184b88f24c7d0450a9b73a048ff07d9a1cf7cc562bb928478515fada61edf6063897bae57e293ccd19085ae53e4ff58ad5
-Size (tex-2up-18310/2up.doc.tar.xz) = 62740 bytes
+SHA1 (2up.doc.r55076.tar.xz) = 3a820de5b9bed06377b79120951489dee42dff9c
+RMD160 (2up.doc.r55076.tar.xz) = 8ef300fd37b749d97d9d9add701da2c5a82081e1
+SHA512 (2up.doc.r55076.tar.xz) = 3375cfbd95412f2fde2bdb9171b1c081890a52168d0c6d0f0dfb0ad914117c79291a56bc97602627a698509635765fd5e6e95387a006039178e440a8bea24837
+Size (2up.doc.r55076.tar.xz) = 52456 bytes
diff -r e2876692b4c2 -r 46a6e3439341 print/tex-2up/Makefile
--- a/print/tex-2up/Makefile    Sat Feb 20 09:09:07 2021 +0000
+++ b/print/tex-2up/Makefile    Sat Feb 20 09:37:44 2021 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:17:03 markd Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/20 09:37:44 markd Exp $
 
 DISTNAME=      2up
-PKGNAME=       tex-${DISTNAME}-1.3
-TEXLIVE_REV=   18310
+PKGNAME=       tex-${DISTNAME}-1.3a
+TEXLIVE_REV=   55076
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-COMMENT=       TeX package to print a document two-up
+HOMEPAGE=      https://ctan.org/pkg/twoup-gen
+COMMENT=       Macros to print two-up
+LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e2876692b4c2 -r 46a6e3439341 print/tex-2up/distinfo
--- a/print/tex-2up/distinfo    Sat Feb 20 09:09:07 2021 +0000
+++ b/print/tex-2up/distinfo    Sat Feb 20 09:37:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/20 09:37:44 markd Exp $
 
-SHA1 (tex-2up-18310/2up.tar.xz) = f47a7cb731e027be5ea4901034294c389b12f32b
-RMD160 (tex-2up-18310/2up.tar.xz) = 30b579793d9815907e48ba049971254869f234ab
-SHA512 (tex-2up-18310/2up.tar.xz) = a7b033523f70a27b9b1e0b490c45629950c2fc1cc6fcde3b21bccb1b207594ff9ff19587fc25d107d1a6f7e7b62f2fc3263fadad54465ba5c56a80b06740851f
-Size (tex-2up-18310/2up.tar.xz) = 4036 bytes
+SHA1 (2up.r55076.tar.xz) = ae75cd11a321c6c6d3feede98c45c1e1af1099f8
+RMD160 (2up.r55076.tar.xz) = dd158779ede03c52663191b75a80e3b4697f898c
+SHA512 (2up.r55076.tar.xz) = 6408d1d99a97df71640bcdde4133edc2e5861bbcdc8c5e1be98d5704f7ecf9c043c5538ea19ac4952d811e3677ee0698bdd477eadbd1068725bdb210787d9dbc
+Size (2up.r55076.tar.xz) = 4200 bytes



Home | Main Index | Thread Index | Old Index