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 Jan 30 10:55:27 UTC 2019

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

Log Message:
tex-revtex{,-doc}: update to 4.2c

REVTeX 4.2 is the latest update to REVTeX.  Changes include:

 * Added support for additional APS journals,  Physical Review X,
    Physical Review Accelerators and Beams, Physical Review Applied,
    Physical Review Fluids, Physical Review Materials, and Physical
    Review Education Research.
    There are new options prx,  prab, prapplied, prfluids, and
    prmaterials, and prper.

 * Added a unified physrev option for Physical Review journal style
   (the Phys. Rev. journals have no or few variations).

 * The prb option now conforms with Physical Review B's updated style
   that uses the same non-superscripted citations as other APS journals.

 * Added support for additional AIP journals, AIP Advances, Applied
   Physics Letters Materials, and Structural Dynamics as well as AIP
   Conference Proceedings. There are new options adv, apm, sd, and cp.

 * Added support for the  Society of Rheology (sor) and its journal,
   Journal of Rheology (jor).

 * The reprint style for AIP's journal JMP was changed to one-column
   formatting.

 * For all APS journal options, complete article titles are now
   displayed in bibliography entries citing journal articles when
   using Bib\TeX\ by default.

 * In the Phys. Rev. Bib\TeX\ style file, article titles in the
   bibliography are set in roman font.

 * The behavior of the noeprints option has been improved.

 * Support has been added for citing data sets in the Bib\TeX\ styles.

 * Support for citing journals that use a DOI instead of pages or article
   identifiers has been improved (for APS Phys. Rev. Bib\TeX\ style).

 * The indentation of tables of contents have been improved.

 * The onecolumn option no longer defaults to creating a separate title page.

 * The showpacs option is completely ignored now.

 This update (version 4.2c) includes updated bst files to address
 a serious bug. It also includes the additional files necessary to
 handle REVTeX 4.1 documents as a convenience to users and TeX
 distribution maintainers.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-revtex/Makefile \
    pkgsrc/print/tex-revtex/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-revtex/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-revtex-doc/Makefile \
    pkgsrc/print/tex-revtex-doc/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-revtex-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-revtex/Makefile
diff -u pkgsrc/print/tex-revtex/Makefile:1.2 pkgsrc/print/tex-revtex/Makefile:1.3
--- pkgsrc/print/tex-revtex/Makefile:1.2        Wed Sep 21 17:11:31 2016
+++ pkgsrc/print/tex-revtex/Makefile    Wed Jan 30 10:55:26 2019
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2016/09/21 17:11:31 prlw1 Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/30 10:55:26 markd Exp $
 
 DISTNAME=      revtex
-PKGNAME=       tex-${DISTNAME}-4.1r
-TEXLIVE_REV=   19652
+PKGNAME=       tex-${DISTNAME}-4.2c
+TEXLIVE_REV=   49751
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/revtex
 COMMENT=       Styles for various Physics Journals
 LICENSE=       lppl-1.3c
 
Index: pkgsrc/print/tex-revtex/distinfo
diff -u pkgsrc/print/tex-revtex/distinfo:1.2 pkgsrc/print/tex-revtex/distinfo:1.3
--- pkgsrc/print/tex-revtex/distinfo:1.2        Wed Nov  4 01:02:41 2015
+++ pkgsrc/print/tex-revtex/distinfo    Wed Jan 30 10:55:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:41 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/01/30 10:55:26 markd Exp $
 
-SHA1 (tex-revtex-19652/revtex.tar.xz) = ff3d0f071f9d928064379a5b858c78ab03a58974
-RMD160 (tex-revtex-19652/revtex.tar.xz) = e8b450c2ba4383f914d7e423408bce7405207c7b
-SHA512 (tex-revtex-19652/revtex.tar.xz) = 895afc496d7d52f8a7aa3059bc757b68db73ca2c8334b6e921719644b1d04edea53cdfb83a94225dbec7c4cfaab86d829c3bcee0c7817d1780a30affbaa75ca4
-Size (tex-revtex-19652/revtex.tar.xz) = 65772 bytes
+SHA1 (tex-revtex-49751/revtex.tar.xz) = 4affa6356087f985427d4cd652f24556726e3c83
+RMD160 (tex-revtex-49751/revtex.tar.xz) = ba69e50753852b79b0d33642cd77aaa2f2fb846d
+SHA512 (tex-revtex-49751/revtex.tar.xz) = 28932080c93b53763a1d33090a084fb392d4d8bf519995f1d02fbbc93038290d4c24f7820a652d2fd7bd59e13a5d84bd346667e212eb8b56e2751f7ffbfa8ddd
+Size (tex-revtex-49751/revtex.tar.xz) = 75992 bytes

Index: pkgsrc/print/tex-revtex/PLIST
diff -u pkgsrc/print/tex-revtex/PLIST:1.1 pkgsrc/print/tex-revtex/PLIST:1.2
--- pkgsrc/print/tex-revtex/PLIST:1.1   Sun May  3 10:29:39 2015
+++ pkgsrc/print/tex-revtex/PLIST       Wed Jan 30 10:55:26 2019
@@ -1,18 +1,33 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:29:39 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/30 10:55:26 markd Exp $
+share/texmf-dist/bibtex/bst/revtex/aapmrev4-2.bst
 share/texmf-dist/bibtex/bst/revtex/aipauth4-1.bst
+share/texmf-dist/bibtex/bst/revtex/aipauth4-2.bst
 share/texmf-dist/bibtex/bst/revtex/aipnum4-1.bst
+share/texmf-dist/bibtex/bst/revtex/aipnum4-2.bst
 share/texmf-dist/bibtex/bst/revtex/apsrev4-1.bst
+share/texmf-dist/bibtex/bst/revtex/apsrev4-2.bst
 share/texmf-dist/bibtex/bst/revtex/apsrmp4-1.bst
+share/texmf-dist/bibtex/bst/revtex/apsrmp4-2.bst
+share/texmf-dist/tex/latex/revtex/aapm4-2.rtx
 share/texmf-dist/tex/latex/revtex/aip4-1.rtx
+share/texmf-dist/tex/latex/revtex/aip4-2.rtx
 share/texmf-dist/tex/latex/revtex/aps10pt4-1.rtx
+share/texmf-dist/tex/latex/revtex/aps10pt4-2.rtx
 share/texmf-dist/tex/latex/revtex/aps11pt4-1.rtx
+share/texmf-dist/tex/latex/revtex/aps11pt4-2.rtx
 share/texmf-dist/tex/latex/revtex/aps12pt4-1.rtx
+share/texmf-dist/tex/latex/revtex/aps12pt4-2.rtx
 share/texmf-dist/tex/latex/revtex/aps4-1.rtx
+share/texmf-dist/tex/latex/revtex/aps4-2.rtx
 share/texmf-dist/tex/latex/revtex/apsrmp4-1.rtx
+share/texmf-dist/tex/latex/revtex/apsrmp4-2.rtx
 share/texmf-dist/tex/latex/revtex/ltxdocext.sty
 share/texmf-dist/tex/latex/revtex/ltxfront.sty
 share/texmf-dist/tex/latex/revtex/ltxgrid.sty
 share/texmf-dist/tex/latex/revtex/ltxutil.sty
-share/texmf-dist/tex/latex/revtex/reftest4-1.tex
+share/texmf-dist/tex/latex/revtex/reftest4-2.tex
 share/texmf-dist/tex/latex/revtex/revsymb4-1.sty
+share/texmf-dist/tex/latex/revtex/revsymb4-2.sty
 share/texmf-dist/tex/latex/revtex/revtex4-1.cls
+share/texmf-dist/tex/latex/revtex/revtex4-2.cls
+share/texmf-dist/tex/latex/revtex/sor4-2.rtx

Index: pkgsrc/print/tex-revtex-doc/Makefile
diff -u pkgsrc/print/tex-revtex-doc/Makefile:1.1 pkgsrc/print/tex-revtex-doc/Makefile:1.2
--- pkgsrc/print/tex-revtex-doc/Makefile:1.1    Sun May  3 10:29:39 2015
+++ pkgsrc/print/tex-revtex-doc/Makefile        Wed Jan 30 10:55:26 2019
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2015/05/03 10:29:39 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/30 10:55:26 markd Exp $
 
 DISTNAME=      revtex.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-4.1r
-TEXLIVE_REV=   19652
+PKGNAME=       tex-${DISTNAME:S/./-/}-4.2c
+TEXLIVE_REV=   49751
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/revtex
 COMMENT=       Documentation for tex-revtex
 LICENSE=       lppl-1.3c
 
Index: pkgsrc/print/tex-revtex-doc/PLIST
diff -u pkgsrc/print/tex-revtex-doc/PLIST:1.1 pkgsrc/print/tex-revtex-doc/PLIST:1.2
--- pkgsrc/print/tex-revtex-doc/PLIST:1.1       Sun May  3 10:29:39 2015
+++ pkgsrc/print/tex-revtex-doc/PLIST   Wed Jan 30 10:55:26 2019
@@ -1,19 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/03 10:29:39 markd Exp $
-share/texmf-dist/doc/latex/revtex/00readme.tex
-share/texmf-dist/doc/latex/revtex/DOWNLOAD
+@comment $NetBSD: PLIST,v 1.2 2019/01/30 10:55:26 markd Exp $
 share/texmf-dist/doc/latex/revtex/README
-share/texmf-dist/doc/latex/revtex/aip/aipguide4-1.pdf
-share/texmf-dist/doc/latex/revtex/aip/aipguide4-1.tex
-share/texmf-dist/doc/latex/revtex/aip/docs.sty
-share/texmf-dist/doc/latex/revtex/aps/apsguide4-1.pdf
-share/texmf-dist/doc/latex/revtex/aps/apsguide4-1.tex
-share/texmf-dist/doc/latex/revtex/auguide/auguide4-1.pdf
-share/texmf-dist/doc/latex/revtex/auguide/auguide4-1.tex
+share/texmf-dist/doc/latex/revtex/aip/aipguide4-2.pdf
+share/texmf-dist/doc/latex/revtex/aip/aipguide4-2.tex
+share/texmf-dist/doc/latex/revtex/aps/apsguide4-2.pdf
+share/texmf-dist/doc/latex/revtex/aps/apsguide4-2.tex
+share/texmf-dist/doc/latex/revtex/auguide/auguide4-2.pdf
+share/texmf-dist/doc/latex/revtex/auguide/auguide4-2.tex
 share/texmf-dist/doc/latex/revtex/auguide/docs.sty
-share/texmf-dist/doc/latex/revtex/auguide/summary4-1.pdf
-share/texmf-dist/doc/latex/revtex/auguide/summary4-1.tex
-share/texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.pdf
-share/texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.tex
+share/texmf-dist/doc/latex/revtex/auguide/summary4-2.pdf
+share/texmf-dist/doc/latex/revtex/auguide/summary4-2.tex
+share/texmf-dist/doc/latex/revtex/sample/aapm/aapmsamp.bib
+share/texmf-dist/doc/latex/revtex/sample/aapm/aapmsamp.pdf
+share/texmf-dist/doc/latex/revtex/sample/aapm/aapmsamp.tex
+share/texmf-dist/doc/latex/revtex/sample/aapm/aapmtemplate.tex
+share/texmf-dist/doc/latex/revtex/sample/aapm/fig_1.eps
+share/texmf-dist/doc/latex/revtex/sample/aapm/fig_2.eps
 share/texmf-dist/doc/latex/revtex/sample/aip/aipsamp.bib
 share/texmf-dist/doc/latex/revtex/sample/aip/aipsamp.pdf
 share/texmf-dist/doc/latex/revtex/sample/aip/aipsamp.tex
@@ -28,9 +29,15 @@ share/texmf-dist/doc/latex/revtex/sample
 share/texmf-dist/doc/latex/revtex/sample/aps/fig_2.eps
 share/texmf-dist/doc/latex/revtex/sample/aps/vid_1a.eps
 share/texmf-dist/doc/latex/revtex/sample/aps/vid_1b.eps
-share/texmf-dist/doc/latex/revtex/source/aip.pdf
+share/texmf-dist/doc/latex/revtex/sample/sor/fig_1.eps
+share/texmf-dist/doc/latex/revtex/sample/sor/fig_2.eps
+share/texmf-dist/doc/latex/revtex/sample/sor/sorsamp.bib
+share/texmf-dist/doc/latex/revtex/sample/sor/sorsamp.pdf
+share/texmf-dist/doc/latex/revtex/sample/sor/sorsamp.tex
+share/texmf-dist/doc/latex/revtex/sample/sor/sortemplate.tex
+share/texmf-dist/doc/latex/revtex/source/aip4-2.pdf
 share/texmf-dist/doc/latex/revtex/source/ltxdocext.pdf
 share/texmf-dist/doc/latex/revtex/source/ltxfront.pdf
 share/texmf-dist/doc/latex/revtex/source/ltxgrid.pdf
 share/texmf-dist/doc/latex/revtex/source/ltxutil.pdf
-share/texmf-dist/doc/latex/revtex/source/revtex4-1.pdf
+share/texmf-dist/doc/latex/revtex/source/revtex4-2.pdf

Index: pkgsrc/print/tex-revtex-doc/distinfo
diff -u pkgsrc/print/tex-revtex-doc/distinfo:1.2 pkgsrc/print/tex-revtex-doc/distinfo:1.3
--- pkgsrc/print/tex-revtex-doc/distinfo:1.2    Wed Nov  4 01:02:41 2015
+++ pkgsrc/print/tex-revtex-doc/distinfo        Wed Jan 30 10:55:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:41 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/01/30 10:55:26 markd Exp $
 
-SHA1 (tex-revtex-19652/revtex.doc.tar.xz) = 7adf4bf111034872f31a12c38f741563fbe99663
-RMD160 (tex-revtex-19652/revtex.doc.tar.xz) = ffc64d2491f2b63a434e92dfddaefa28a0d8e8c5
-SHA512 (tex-revtex-19652/revtex.doc.tar.xz) = 2fcb91793515920efd8cbdb9e58507a687230a58aa7057a89f40ac84f990bb4ece3de5ac127395bc7e24e884a766f390a0e0699511646a792fc312bd9421774c
-Size (tex-revtex-19652/revtex.doc.tar.xz) = 3286364 bytes
+SHA1 (tex-revtex-49751/revtex.doc.tar.xz) = fbda3ed19020cd048879f9f4048347cf41bc3a08
+RMD160 (tex-revtex-49751/revtex.doc.tar.xz) = 3beddca0c4361f4f4878ac0b7478e6e9830505a3
+SHA512 (tex-revtex-49751/revtex.doc.tar.xz) = e843590507b385167a67dc95969bfb54626ac024589ea0c92aeda1079034e8173953ebf1b35b01ac44bf6cc852b38710a277b3c5bd368977c797c5c627910c88
+Size (tex-revtex-49751/revtex.doc.tar.xz) = 3976580 bytes



Home | Main Index | Thread Index | Old Index