pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-doi{,-doc}: Add version 20180909



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9e0e63dce3
branches:  trunk
changeset: 377209:dd9e0e63dce3
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:03:01 2022 +0000

description:
tex-doi{,-doc}: Add version 20180909

You can hyperlink DOI numbers to doi.org. However, some
publishers have elected to use nasty characters in their DOI
numbering scheme ('<', '>', '_' and ';' have all been spotted).
This will either upset (La)TeX, or your PDF reader. This
package contains a single user-level command \doi{}, which
takes a DOI number, and creates a correct hyperlink to the
target of the DOI.

diffstat:

 print/Makefile             |   4 +++-
 print/tex-doi-doc/DESCR    |   1 +
 print/tex-doi-doc/Makefile |  13 +++++++++++++
 print/tex-doi-doc/PLIST    |   2 ++
 print/tex-doi-doc/distinfo |   5 +++++
 print/tex-doi/DESCR        |   7 +++++++
 print/tex-doi/Makefile     |  15 +++++++++++++++
 print/tex-doi/PLIST        |   2 ++
 print/tex-doi/distinfo     |   5 +++++
 9 files changed, 53 insertions(+), 1 deletions(-)

diffs (100 lines):

diff -r e94db0c80aa1 -r dd9e0e63dce3 print/Makefile
--- a/print/Makefile    Mon Apr 18 00:21:51 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:03:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.832 2022/04/17 11:06:40 markd Exp $
+# $NetBSD: Makefile,v 1.833 2022/04/18 03:03:01 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -600,6 +600,8 @@
 SUBDIR+=       tex-dk-bib
 SUBDIR+=       tex-dk-bib-doc
 SUBDIR+=       tex-dnp
+SUBDIR+=       tex-doi
+SUBDIR+=       tex-doi-doc
 SUBDIR+=       tex-dotlessi
 SUBDIR+=       tex-dotlessi-doc
 SUBDIR+=       tex-draftcopy
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi-doc/DESCR   Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-doi.
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi-doc/Makefile        Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:03:01 markd Exp $
+
+DISTNAME=      doi.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-20180909
+TEXLIVE_REV=   48634
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/doi
+COMMENT=       Documentation for tex-doi
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi-doc/PLIST   Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:03:01 markd Exp $
+share/texmf-dist/doc/latex/doi/README.md
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi-doc/distinfo        Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:03:01 markd Exp $
+
+BLAKE2s (doi.doc.r48634.tar.xz) = 99c06bcdd9f0204bdbd907a7ab36e2213db08e721f0c0d114ab3b6656dc3e36a
+SHA512 (doi.doc.r48634.tar.xz) = 3dd77559fbcb32d8bee7121f62bc37ca14c14c8e62f8d2ba44978438920dcdd54605a543135a6294e2ea9742f5fde4862a2efe3eeb6bf22b6d7418b4b01a2ebd
+Size (doi.doc.r48634.tar.xz) = 1024 bytes
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi/DESCR       Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,7 @@
+You can hyperlink DOI numbers to doi.org. However, some
+publishers have elected to use nasty characters in their DOI
+numbering scheme ('<', '>', '_' and ';' have all been spotted).
+This will either upset (La)TeX, or your PDF reader. This
+package contains a single user-level command \doi{}, which
+takes a DOI number, and creates a correct hyperlink to the
+target of the DOI.
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi/Makefile    Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:03:01 markd Exp $
+
+DISTNAME=      doi
+PKGNAME=       tex-${DISTNAME}-20180909
+TEXLIVE_REV=   48634
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/doi
+COMMENT=       Create correct hyperlinks for DOI numbers
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-hyperref-[0-9]*:../../print/tex-hyperref
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi/PLIST       Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:03:01 markd Exp $
+share/texmf-dist/tex/latex/doi/doi.sty
diff -r e94db0c80aa1 -r dd9e0e63dce3 print/tex-doi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-doi/distinfo    Mon Apr 18 03:03:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:03:01 markd Exp $
+
+BLAKE2s (doi.r48634.tar.xz) = ebd918b1f019f2062f4835254ac10739679e2dc51f4576f4a1b6b036b93b2d6a
+SHA512 (doi.r48634.tar.xz) = 7a041a56ecc0f88d5200d39d7611c74f955e79e5f5f887d26a70c76624c334b6229f7b937426cbbabfd7de7ae0f9cd2aee70c502981c46fcc3f18fddd62261bc
+Size (doi.r48634.tar.xz) = 2152 bytes



Home | Main Index | Thread Index | Old Index