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:   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.

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@localhost
+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@localhost
+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



Home | Main Index | Thread Index | Old Index