pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-elsarticle{,-doc}: update to 3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3eaa94b5d86
branches:  trunk
changeset: 447006:c3eaa94b5d86
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Feb 15 00:18:04 2021 +0000

description:
tex-elsarticle{,-doc}: update to 3.3

Modified for enabling structured affiliation coding. Authors can now
code their department and organization, address-line, city, postcode
and country in separate tags so that during typesetting stages these
will be properly converted to their equivalent XML tags.

The order of these tags can also be changed. For example, if the postcode
should come before city, simply place the postcode before the city code.

diffstat:

 print/tex-elsarticle-doc/Makefile |   7 +++----
 print/tex-elsarticle-doc/distinfo |  10 +++++-----
 print/tex-elsarticle/Makefile     |   7 +++----
 print/tex-elsarticle/distinfo     |  10 +++++-----
 4 files changed, 16 insertions(+), 18 deletions(-)

diffs (73 lines):

diff -r 27b867b04d8a -r c3eaa94b5d86 print/tex-elsarticle-doc/Makefile
--- a/print/tex-elsarticle-doc/Makefile Sun Feb 14 23:24:47 2021 +0000
+++ b/print/tex-elsarticle-doc/Makefile Mon Feb 15 00:18:04 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:34:03 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/15 00:18:05 markd Exp $
 
 DISTNAME=      elsarticle.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-3.2
-TEXLIVE_REV=   50786
+PKGNAME=       tex-${DISTNAME:S/./-/}-3.3
+TEXLIVE_REV=   56999
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/elsarticle
 COMMENT=       Documentation for tex-elsarticle
 LICENSE=       lppl-1.2
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27b867b04d8a -r c3eaa94b5d86 print/tex-elsarticle-doc/distinfo
--- a/print/tex-elsarticle-doc/distinfo Sun Feb 14 23:24:47 2021 +0000
+++ b/print/tex-elsarticle-doc/distinfo Mon Feb 15 00:18:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/05/12 03:48:43 markd Exp $
+$NetBSD: distinfo,v 1.6 2021/02/15 00:18:05 markd Exp $
 
-SHA1 (tex-elsarticle-50786/elsarticle.doc.tar.xz) = ee4ef2f6707fe86248c985eb70c5b54eeac36dde
-RMD160 (tex-elsarticle-50786/elsarticle.doc.tar.xz) = adb2ab89bb147861dc6b500d1574632b4f167216
-SHA512 (tex-elsarticle-50786/elsarticle.doc.tar.xz) = 28c78ca516aee82dfe3be32683ae404cdb7be9d2d248fb747079e2d9cca9da44aec40145d095d2e3f0bb2f3d600712fb75a987c8d1aa1ded3f738e58350c44f6
-Size (tex-elsarticle-50786/elsarticle.doc.tar.xz) = 805304 bytes
+SHA1 (elsarticle.doc.r56999.tar.xz) = 0e1829cca1647407839c4aa8030b9b4ab846285f
+RMD160 (elsarticle.doc.r56999.tar.xz) = b1afbe1d03fdd157ae2dd1e8dfe79f6e3a1294a2
+SHA512 (elsarticle.doc.r56999.tar.xz) = 47fe52924e95cb8267d0f65ee6962fd56fdc4ce00ccdf49533ff7af0916a962bd8c045b31f2159d7c70d8a041f7c20aafc73b23a8982572d456223afbb85e718
+Size (elsarticle.doc.r56999.tar.xz) = 807964 bytes
diff -r 27b867b04d8a -r c3eaa94b5d86 print/tex-elsarticle/Makefile
--- a/print/tex-elsarticle/Makefile     Sun Feb 14 23:24:47 2021 +0000
+++ b/print/tex-elsarticle/Makefile     Mon Feb 15 00:18:04 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:34:03 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/15 00:18:04 markd Exp $
 
 DISTNAME=      elsarticle
-PKGNAME=       tex-${DISTNAME}-3.2
-TEXLIVE_REV=   50786
+PKGNAME=       tex-${DISTNAME}-3.3
+TEXLIVE_REV=   56999
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/elsarticle
@@ -16,6 +16,5 @@
 DEPENDS+=      tex-times-[0-9]*:../../fonts/tex-times
 DEPENDS+=      tex-txfonts-[0-9]*:../../fonts/tex-txfonts
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27b867b04d8a -r c3eaa94b5d86 print/tex-elsarticle/distinfo
--- a/print/tex-elsarticle/distinfo     Sun Feb 14 23:24:47 2021 +0000
+++ b/print/tex-elsarticle/distinfo     Mon Feb 15 00:18:04 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/05/12 03:48:43 markd Exp $
+$NetBSD: distinfo,v 1.6 2021/02/15 00:18:04 markd Exp $
 
-SHA1 (tex-elsarticle-50786/elsarticle.tar.xz) = e9385d06e819c891b2495e4b6e9265022e9c5851
-RMD160 (tex-elsarticle-50786/elsarticle.tar.xz) = 79157dc4d947c89ba7b3cce072fd96ccfa7b98e5
-SHA512 (tex-elsarticle-50786/elsarticle.tar.xz) = 17770bd130aa601a8208e996c1bcf192459d6c6ffd4ca170a303c3a548c7481e7e3a136c64865999ab7ab38ab56b09fc2021555fab60e344a7fa23d8cd62943f
-Size (tex-elsarticle-50786/elsarticle.tar.xz) = 17320 bytes
+SHA1 (elsarticle.r56999.tar.xz) = 78f5cc664b5abf3c4617ffa5b053e4b4b9d1dc23
+RMD160 (elsarticle.r56999.tar.xz) = ec7d497766b10c7a7ce4824d371415a8b17f593d
+SHA512 (elsarticle.r56999.tar.xz) = 5a0a7c98a8e255e55468f9b01a43c33d757a38faa1b3130b1c3613648dfcbd0fbedfc69db99727c4406ddc0601249b2d021c680f83edd34bc3d64dcd4a7af64a
+Size (elsarticle.r56999.tar.xz) = 18868 bytes



Home | Main Index | Thread Index | Old Index