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 May 14 12:56:44 UTC 2025

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-pdfjam: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-pdfjam-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-pdfjam{,-doc}: add version 4.2

The package makes available the pdfjam shell script that
provides a simple interface to much of the functionality of the
excellent pdfpages package (by Andreas Matthias) for LaTeX. The
pdfjam script takes one or more PDF (and/or JPG/PNG) files as
input, and produces one or more PDF files as output. It is
useful for joining files together, selecting pages, reducing
several source pages onto one output page, etc., etc.


To generate a diff of this commit:
cvs rdiff -u -r1.944 -r1.945 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-pdfjam/DESCR \
    pkgsrc/print/tex-pdfjam/Makefile pkgsrc/print/tex-pdfjam/PLIST \
    pkgsrc/print/tex-pdfjam/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-pdfjam-doc/DESCR \
    pkgsrc/print/tex-pdfjam-doc/Makefile pkgsrc/print/tex-pdfjam-doc/PLIST \
    pkgsrc/print/tex-pdfjam-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.944 pkgsrc/print/Makefile:1.945
--- pkgsrc/print/Makefile:1.944 Tue May 13 10:51:36 2025
+++ pkgsrc/print/Makefile       Wed May 14 12:56:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.944 2025/05/13 10:51:36 markd Exp $
+# $NetBSD: Makefile,v 1.945 2025/05/14 12:56:43 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1306,6 +1306,8 @@ SUBDIR+=  tex-pdfcomment
 SUBDIR+=       tex-pdfcomment-doc
 SUBDIR+=       tex-pdfescape
 SUBDIR+=       tex-pdfescape-doc
+SUBDIR+=       tex-pdfjam
+SUBDIR+=       tex-pdfjam-doc
 SUBDIR+=       tex-pdflscape
 SUBDIR+=       tex-pdflscape-doc
 SUBDIR+=       tex-pdfmanagement-testphase

Added files:

Index: pkgsrc/print/tex-pdfjam/DESCR
diff -u /dev/null pkgsrc/print/tex-pdfjam/DESCR:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam/DESCR       Wed May 14 12:56:43 2025
@@ -0,0 +1,7 @@
+The package makes available the pdfjam shell script that
+provides a simple interface to much of the functionality of the
+excellent pdfpages package (by Andreas Matthias) for LaTeX. The
+pdfjam script takes one or more PDF (and/or JPG/PNG) files as
+input, and produces one or more PDF files as output. It is
+useful for joining files together, selecting pages, reducing
+several source pages onto one output page, etc., etc.
Index: pkgsrc/print/tex-pdfjam/Makefile
diff -u /dev/null pkgsrc/print/tex-pdfjam/Makefile:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam/Makefile    Wed May 14 12:56:44 2025
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:56:44 markd Exp $
+
+DISTNAME=      pdfjam
+PKGNAME=       tex-${DISTNAME}-4.2
+TEXLIVE_REV=   75152
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pdfjam
+COMMENT=       Shell script interface to pdfpages
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=       tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+=       tex-pdfpages-[0-9]*:../../print/tex-pdfpages
+
+post-extract:
+       ${MKDIR} ${WRKSRC}/bin
+       ${MV} ${WRKSRC}/texmf-dist/scripts/pdfjam/pdfjam ${WRKSRC}/bin/pdfjam
+       ${RM} -rf ${WRKSRC}/texmf-dist/scripts
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-pdfjam/PLIST
diff -u /dev/null pkgsrc/print/tex-pdfjam/PLIST:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam/PLIST       Wed May 14 12:56:44 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:56:44 markd Exp $
+bin/pdfjam
Index: pkgsrc/print/tex-pdfjam/distinfo
diff -u /dev/null pkgsrc/print/tex-pdfjam/distinfo:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam/distinfo    Wed May 14 12:56:44 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:56:44 markd Exp $
+
+BLAKE2s (pdfjam.r75152.tar.xz) = c58127bf68995591ec7da377b008d7fec1a439ac5557821aeff272fd0087df4d
+SHA512 (pdfjam.r75152.tar.xz) = c5a8706b6316103fe597d2b4ef136ca64e77af914581a8b6112d78b7611bfdd4d73789e4e883016db66649387636ef98276d0d1d40c18a54643fb6f21c65fc6a
+Size (pdfjam.r75152.tar.xz) = 13808 bytes

Index: pkgsrc/print/tex-pdfjam-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-pdfjam-doc/DESCR:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam-doc/DESCR   Wed May 14 12:56:44 2025
@@ -0,0 +1 @@
+Documentation for tex-pdfjam.
Index: pkgsrc/print/tex-pdfjam-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-pdfjam-doc/Makefile:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam-doc/Makefile        Wed May 14 12:56:44 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:56:44 markd Exp $
+
+DISTNAME=      pdfjam.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-4.2
+TEXLIVE_REV=   75152
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/pdfjam
+COMMENT=       Documentation for tex-pdfjam
+LICENSE=       gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-pdfjam-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-pdfjam-doc/PLIST:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam-doc/PLIST   Wed May 14 12:56:44 2025
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:56:44 markd Exp $
+man/man1/pdfjam.1
+share/texmf-dist/doc/support/pdfjam/COPYING
+share/texmf-dist/doc/support/pdfjam/README.md
+share/texmf-dist/doc/support/pdfjam/VERSION-4.2
+share/texmf-dist/doc/support/pdfjam/pdfjam.conf
+share/texmf-dist/doc/support/pdfjam/zsh/_pdfjam
Index: pkgsrc/print/tex-pdfjam-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-pdfjam-doc/distinfo:1.1
--- /dev/null   Wed May 14 12:56:44 2025
+++ pkgsrc/print/tex-pdfjam-doc/distinfo        Wed May 14 12:56:44 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:56:44 markd Exp $
+
+BLAKE2s (pdfjam.doc.r75152.tar.xz) = 076af97c840c6b8c8be12e0b4d565ad280df694afe2ce1f9b6181013be87fab4
+SHA512 (pdfjam.doc.r75152.tar.xz) = 0223ca26aa96bb360d559fcc82017b5d85ab18abed8b53c5f885c4c8e64d29be50fd054c03623242e32ebae9ab4ee7c8a5cb7520113439321be43fbb8e35bbae
+Size (pdfjam.doc.r75152.tar.xz) = 49720 bytes



Home | Main Index | Thread Index | Old Index