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: Mon Apr 3 11:38:14 UTC 2023
Added Files:
pkgsrc/print/tex-filemod: DESCR Makefile PLIST distinfo
pkgsrc/print/tex-filemod-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-filemod{,-doc}: add version 1.2
The package provides macros to read and compare the
modification dates of files. The files may be .tex files,
images or other files (as long as they can be found by LaTeX).
It uses the \pdffilemoddate primitive of pdfLaTeX to find the
file modification date as PDF date string, parses the string
and returns the value to the user. The package will also work
for DVI output with recent versions of the LaTeX compiler which
uses pdfLaTeX in DVI mode. The functionality is provided by
purely expandable macros or by faster but non-expandable ones.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-filemod/DESCR \
pkgsrc/print/tex-filemod/Makefile pkgsrc/print/tex-filemod/PLIST \
pkgsrc/print/tex-filemod/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-filemod-doc/DESCR \
pkgsrc/print/tex-filemod-doc/Makefile pkgsrc/print/tex-filemod-doc/PLIST \
pkgsrc/print/tex-filemod-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/print/tex-filemod/DESCR
diff -u /dev/null pkgsrc/print/tex-filemod/DESCR:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod/DESCR Mon Apr 3 11:38:13 2023
@@ -0,0 +1,9 @@
+The package provides macros to read and compare the
+modification dates of files. The files may be .tex files,
+images or other files (as long as they can be found by LaTeX).
+It uses the \pdffilemoddate primitive of pdfLaTeX to find the
+file modification date as PDF date string, parses the string
+and returns the value to the user. The package will also work
+for DVI output with recent versions of the LaTeX compiler which
+uses pdfLaTeX in DVI mode. The functionality is provided by
+purely expandable macros or by faster but non-expandable ones.
Index: pkgsrc/print/tex-filemod/Makefile
diff -u /dev/null pkgsrc/print/tex-filemod/Makefile:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod/Makefile Mon Apr 3 11:38:13 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/04/03 11:38:13 markd Exp $
+
+DISTNAME= filemod
+PKGNAME= tex-${DISTNAME}-1.2
+TEXLIVE_REV= 64967
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/filemod
+COMMENT= Provide file modification times, and compare them
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-filemod/PLIST
diff -u /dev/null pkgsrc/print/tex-filemod/PLIST:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod/PLIST Mon Apr 3 11:38:13 2023
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/03 11:38:13 markd Exp $
+share/texmf-dist/tex/generic/filemod/filemod-expmin.tex
+share/texmf-dist/tex/generic/filemod/filemod.tex
+share/texmf-dist/tex/latex/filemod/filemod-expmin.sty
+share/texmf-dist/tex/latex/filemod/filemod.sty
Index: pkgsrc/print/tex-filemod/distinfo
diff -u /dev/null pkgsrc/print/tex-filemod/distinfo:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod/distinfo Mon Apr 3 11:38:13 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/03 11:38:13 markd Exp $
+
+BLAKE2s (filemod.r64967.tar.xz) = 6db0359af0f6bf6e7900e60642f665a1547ce34ba8d51dd951c7d0c08a499681
+SHA512 (filemod.r64967.tar.xz) = e346e795df32a3b0cec0232da9c2b190bede65d905035a758b949c9cf01219e0880ec2ce2e83201f8dd9dcc77a98b29df2b463edf8c44cb1c220a7efe7c9f24a
+Size (filemod.r64967.tar.xz) = 3564 bytes
Index: pkgsrc/print/tex-filemod-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-filemod-doc/DESCR:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod-doc/DESCR Mon Apr 3 11:38:14 2023
@@ -0,0 +1 @@
+Documentation for tex-filemod.
Index: pkgsrc/print/tex-filemod-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-filemod-doc/Makefile:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod-doc/Makefile Mon Apr 3 11:38:14 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/04/03 11:38:14 markd Exp $
+
+DISTNAME= filemod.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-1.2
+TEXLIVE_REV= 64967
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/filemod
+COMMENT= Documentation for tex-filemod
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-filemod-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-filemod-doc/PLIST:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod-doc/PLIST Mon Apr 3 11:38:14 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/03 11:38:14 markd Exp $
+share/texmf-dist/doc/latex/filemod/README
+share/texmf-dist/doc/latex/filemod/filemod.pdf
Index: pkgsrc/print/tex-filemod-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-filemod-doc/distinfo:1.1
--- /dev/null Mon Apr 3 11:38:14 2023
+++ pkgsrc/print/tex-filemod-doc/distinfo Mon Apr 3 11:38:14 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/03 11:38:14 markd Exp $
+
+BLAKE2s (filemod.doc.r64967.tar.xz) = 26df85766c73fc85da33dc3a2a48cc07255d390a267504b8e7aef64c3f3f59c2
+SHA512 (filemod.doc.r64967.tar.xz) = 3e8c5a26b5c2fc8a6f713f006d091c0be719bde7bbe237e49d2496032289d67624fbad1319db421a0471a60aa8c11c97bbc60127053904725e53e75a2ae6fd7a
+Size (filemod.doc.r64967.tar.xz) = 277228 bytes
Home |
Main Index |
Thread Index |
Old Index