diff options
author | dholland <dholland@pkgsrc.org> | 2021-04-22 03:53:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2021-04-22 03:53:11 +0000 |
commit | 121b1d4d1c2c0bef344e87fd26fb48868abf7e34 (patch) | |
tree | 8e7f0a4a732fccfda346ea8c8904b52f77977091 | |
parent | 2cc5ec0d0f43f74535d8b12ada121b6cd8c19aba (diff) | |
download | pkgsrc-121b1d4d1c2c0bef344e87fd26fb48868abf7e34.tar.gz |
Add tex-hyperxmp{,-doc}, stuff for some kind of Adobe PDF metadata.
Required by the latest acmart templates.
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/tex-hyperxmp-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-hyperxmp-doc/Makefile | 13 | ||||
-rw-r--r-- | print/tex-hyperxmp-doc/PLIST | 4 | ||||
-rw-r--r-- | print/tex-hyperxmp-doc/distinfo | 6 | ||||
-rw-r--r-- | print/tex-hyperxmp/DESCR | 19 | ||||
-rw-r--r-- | print/tex-hyperxmp/Makefile | 36 | ||||
-rw-r--r-- | print/tex-hyperxmp/PLIST | 3 | ||||
-rw-r--r-- | print/tex-hyperxmp/distinfo | 6 |
9 files changed, 91 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 41946f731ac..4917a744490 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.802 2021/04/06 20:40:41 wiz Exp $ +# $NetBSD: Makefile,v 1.803 2021/04/22 03:53:11 dholland Exp $ # COMMENT= Desktop publishing @@ -808,6 +808,8 @@ SUBDIR+= tex-hypernat SUBDIR+= tex-hypernat-doc SUBDIR+= tex-hyperref SUBDIR+= tex-hyperref-doc +SUBDIR+= tex-hyperxmp +SUBDIR+= tex-hyperxmp-doc SUBDIR+= tex-hyph-utf8 SUBDIR+= tex-hyph-utf8-doc SUBDIR+= tex-hyphen-afrikaans diff --git a/print/tex-hyperxmp-doc/DESCR b/print/tex-hyperxmp-doc/DESCR new file mode 100644 index 00000000000..8836d237cf5 --- /dev/null +++ b/print/tex-hyperxmp-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-hyperxmp. diff --git a/print/tex-hyperxmp-doc/Makefile b/print/tex-hyperxmp-doc/Makefile new file mode 100644 index 00000000000..9495a0e0419 --- /dev/null +++ b/print/tex-hyperxmp-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/04/22 03:53:11 dholland Exp $ + +DISTNAME= hyperxmp.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5.9 +TEXLIVE_REV= 57004 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/hyperxmp +COMMENT= Documentation for tex-hyperxmp +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hyperxmp-doc/PLIST b/print/tex-hyperxmp-doc/PLIST new file mode 100644 index 00000000000..7845dffd63c --- /dev/null +++ b/print/tex-hyperxmp-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2021/04/22 03:53:11 dholland Exp $ +man/man1/hyperxmp-add-bytecount.1 +share/texmf-dist/doc/latex/hyperxmp/README +share/texmf-dist/doc/latex/hyperxmp/hyperxmp.pdf diff --git a/print/tex-hyperxmp-doc/distinfo b/print/tex-hyperxmp-doc/distinfo new file mode 100644 index 00000000000..cc1cd3521f1 --- /dev/null +++ b/print/tex-hyperxmp-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/04/22 03:53:11 dholland Exp $ + +SHA1 (hyperxmp.doc.r57004.tar.xz) = 2f0cafc3bf9bd29d4e9af920ba5fc612a7280e49 +RMD160 (hyperxmp.doc.r57004.tar.xz) = 360baaa58ab75d2ee22343e36403c02fa2dab89a +SHA512 (hyperxmp.doc.r57004.tar.xz) = e63bb28383038ca1ac45bf0af92a95e50383b1a9dc3714b3e077a37d92022c4304dd00ab313979c7b7763f2ec6ba8946f6ba71fb09fc0870d02a0ac89be25c53 +Size (hyperxmp.doc.r57004.tar.xz) = 1163204 bytes diff --git a/print/tex-hyperxmp/DESCR b/print/tex-hyperxmp/DESCR new file mode 100644 index 00000000000..9186923b52f --- /dev/null +++ b/print/tex-hyperxmp/DESCR @@ -0,0 +1,19 @@ +XMP (eXtensible Metadata Platform) is a mechanism proposed by +Adobe for embedding document metadata within the document +itself. The metadata is designed to be easy to extract, even by +programs that are oblivious to the document's file format. Most +of Adobe's applications store XMP metadata when saving files. +Now, with the hyperxmp package, it is trivial for LaTeX +document authors to store XMP metadata in their documents as +well. The package integrates seamlessly with hyperref and +requires virtually no modifications to documents that already +exploit hyperref's mechanisms for specifying PDF metadata. The +current version of hyperxmp can embed the following metadata as +XMP: title, authors, primary author's title or position, +metadata writer, subject/summary, keywords, copyright, license +URL, document base URL, document identifier and instance +identifier, language, source file name, PDF generating tool, +PDF version, and contact telephone number/postal address/email +address/URL. Hyperxmp currently embeds XMP only within PDF +documents; it is compatible with pdfLaTeX, XeLaTeX, +LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf. diff --git a/print/tex-hyperxmp/Makefile b/print/tex-hyperxmp/Makefile new file mode 100644 index 00000000000..d168ddf78b4 --- /dev/null +++ b/print/tex-hyperxmp/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1 2021/04/22 03:53:11 dholland Exp $ + +DISTNAME= hyperxmp +PKGNAME= tex-${DISTNAME}-5.9 +TEXLIVE_REV= 57004 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/hyperxmp +COMMENT= Embed XMP metadata within a LaTeX document +LICENSE= lppl-1.3c + +USE_TOOLS+= perl:run +REPLACE_PERL+= texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl + +# The texlive metadata claims this, but it doesn't exist and isn't +# referred to by the source. XXX? +#DEPENDS+= tex-hyperxmp.ARCH-[0-9]*:../../print/tex-hyperxmp.ARCH + +# Conversely, the texlive metadata does not mention these but the +# package code does use them. +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg +DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex +DEPENDS+= tex-intcalc-[0-9]*:../../print/tex-intcalc +DEPENDS+= tex-kvoptions-[0-9]*:../../print/tex-kvoptions +DEPENDS+= tex-luacode-[0-9]*:../../print/tex-luacode +DEPENDS+= tex-pdfescape-[0-9]*:../../print/tex-pdfescape +DEPENDS+= tex-stringenc-[0-9]*:../../print/tex-stringenc +DEPENDS+= tex-totpages-[0-9]*:../../print/tex-totpages + +#DEPENDS+= tex-ifthen-[0-9]*:../../print/tex-ifthen +#DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-hyperxmp/PLIST b/print/tex-hyperxmp/PLIST new file mode 100644 index 00000000000..c564eef7666 --- /dev/null +++ b/print/tex-hyperxmp/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2021/04/22 03:53:11 dholland Exp $ +share/texmf-dist/scripts/hyperxmp/hyperxmp-add-bytecount.pl +share/texmf-dist/tex/latex/hyperxmp/hyperxmp.sty diff --git a/print/tex-hyperxmp/distinfo b/print/tex-hyperxmp/distinfo new file mode 100644 index 00000000000..f7878e6a47b --- /dev/null +++ b/print/tex-hyperxmp/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/04/22 03:53:11 dholland Exp $ + +SHA1 (hyperxmp.r57004.tar.xz) = fe027f5bc699988aac2e4dd69359b327be67acab +RMD160 (hyperxmp.r57004.tar.xz) = 7990b7cbbbade783065b736beab71a5c6c500639 +SHA512 (hyperxmp.r57004.tar.xz) = 559312539407e1ec8eca1e476d015baa88631b8750249c724a9a99a2bb0644680ddc7b4d9c1aa8cd74dd9ff366b2e1821a01bd6d6eef54a14a72d8877f86b7d7 +Size (hyperxmp.r57004.tar.xz) = 15008 bytes |