Received: by mail.netbsd.org (Postfix, from userid 605) id 7E4A984DAF; Thu, 22 Apr 2021 03:53:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3C6D84DAE for ; Thu, 22 Apr 2021 03:53:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id I4YinbdFfh_O for ; Thu, 22 Apr 2021 03:53:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D296E84C13 for ; Thu, 22 Apr 2021 03:53:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF441FA95; Thu, 22 Apr 2021 03:53:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161906359149440" MIME-Version: 1.0 Date: Thu, 22 Apr 2021 03:53:11 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20210422035311.BF441FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161906359149440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Thu Apr 22 03:53:11 UTC 2021 Modified Files: pkgsrc/print: Makefile Added Files: pkgsrc/print/tex-hyperxmp: DESCR Makefile PLIST distinfo pkgsrc/print/tex-hyperxmp-doc: DESCR Makefile PLIST distinfo Log Message: Add tex-hyperxmp{,-doc}, stuff for some kind of Adobe PDF metadata. Required by the latest acmart templates. To generate a diff of this commit: cvs rdiff -u -r1.802 -r1.803 pkgsrc/print/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hyperxmp/DESCR \ pkgsrc/print/tex-hyperxmp/Makefile pkgsrc/print/tex-hyperxmp/PLIST \ pkgsrc/print/tex-hyperxmp/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-hyperxmp-doc/DESCR \ pkgsrc/print/tex-hyperxmp-doc/Makefile \ pkgsrc/print/tex-hyperxmp-doc/PLIST \ pkgsrc/print/tex-hyperxmp-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161906359149440 Content-Disposition: inline Content-Length: 6585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.802 pkgsrc/print/Makefile:1.803 --- pkgsrc/print/Makefile:1.802 Tue Apr 6 20:40:41 2021 +++ pkgsrc/print/Makefile Thu Apr 22 03:53:11 2021 @@ -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 Added files: Index: pkgsrc/print/tex-hyperxmp/DESCR diff -u /dev/null pkgsrc/print/tex-hyperxmp/DESCR:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp/DESCR Thu Apr 22 03:53:11 2021 @@ -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. Index: pkgsrc/print/tex-hyperxmp/Makefile diff -u /dev/null pkgsrc/print/tex-hyperxmp/Makefile:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp/Makefile Thu Apr 22 03:53:11 2021 @@ -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" Index: pkgsrc/print/tex-hyperxmp/PLIST diff -u /dev/null pkgsrc/print/tex-hyperxmp/PLIST:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp/PLIST Thu Apr 22 03:53:11 2021 @@ -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 Index: pkgsrc/print/tex-hyperxmp/distinfo diff -u /dev/null pkgsrc/print/tex-hyperxmp/distinfo:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp/distinfo Thu Apr 22 03:53:11 2021 @@ -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 Index: pkgsrc/print/tex-hyperxmp-doc/DESCR diff -u /dev/null pkgsrc/print/tex-hyperxmp-doc/DESCR:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp-doc/DESCR Thu Apr 22 03:53:11 2021 @@ -0,0 +1 @@ +Documentation for tex-hyperxmp. Index: pkgsrc/print/tex-hyperxmp-doc/Makefile diff -u /dev/null pkgsrc/print/tex-hyperxmp-doc/Makefile:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp-doc/Makefile Thu Apr 22 03:53:11 2021 @@ -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" Index: pkgsrc/print/tex-hyperxmp-doc/PLIST diff -u /dev/null pkgsrc/print/tex-hyperxmp-doc/PLIST:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp-doc/PLIST Thu Apr 22 03:53:11 2021 @@ -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 Index: pkgsrc/print/tex-hyperxmp-doc/distinfo diff -u /dev/null pkgsrc/print/tex-hyperxmp-doc/distinfo:1.1 --- /dev/null Thu Apr 22 03:53:11 2021 +++ pkgsrc/print/tex-hyperxmp-doc/distinfo Thu Apr 22 03:53:11 2021 @@ -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 --_----------=_161906359149440--