diff options
author | markd <markd@pkgsrc.org> | 2017-06-23 23:13:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-06-23 23:13:34 +0000 |
commit | 623cfd1b7a3b999597876138ba2cd462e43e690b (patch) | |
tree | b4f3a03e66a277976d9018f106f249b4b2dd943c /print/tex-filehook | |
parent | 13cf4bfc7bf7a48713ce113c4190568d71865b27 (diff) | |
download | pkgsrc-623cfd1b7a3b999597876138ba2cd462e43e690b.tar.gz |
Add tex-filehook{,-doc} 0.5d
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.
Diffstat (limited to 'print/tex-filehook')
-rw-r--r-- | print/tex-filehook/DESCR | 6 | ||||
-rw-r--r-- | print/tex-filehook/Makefile | 15 | ||||
-rw-r--r-- | print/tex-filehook/PLIST | 7 | ||||
-rw-r--r-- | print/tex-filehook/distinfo | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/print/tex-filehook/DESCR b/print/tex-filehook/DESCR new file mode 100644 index 00000000000..50ebb86e853 --- /dev/null +++ b/print/tex-filehook/DESCR @@ -0,0 +1,6 @@ +The package provides several file hooks (AtBegin, AtEnd, ...) +for files read by \input, \include and \InputIfFileExists. +General hooks for all such files (e.g. all \include'd ones) and +file specific hooks only used for named files are provided; two +hooks are provided for the end of \included files -- one +before, and one after the final \clearpage. diff --git a/print/tex-filehook/Makefile b/print/tex-filehook/Makefile new file mode 100644 index 00000000000..40243d2a7df --- /dev/null +++ b/print/tex-filehook/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/06/23 23:13:34 markd Exp $ + +DISTNAME= filehook +PKGNAME= tex-${DISTNAME}-0.5d +TEXLIVE_REV= 24280 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/filehook +COMMENT= Hooks for input files +LICENSE= lppl-1.3c + +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-filehook/PLIST b/print/tex-filehook/PLIST new file mode 100644 index 00000000000..fd8d3bd5567 --- /dev/null +++ b/print/tex-filehook/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:13:34 markd Exp $ +share/texmf-dist/tex/latex/filehook/filehook-fink.sty +share/texmf-dist/tex/latex/filehook/filehook-listings.sty +share/texmf-dist/tex/latex/filehook/filehook-memoir.sty +share/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty +share/texmf-dist/tex/latex/filehook/filehook.sty +share/texmf-dist/tex/latex/filehook/pgf-filehook.sty diff --git a/print/tex-filehook/distinfo b/print/tex-filehook/distinfo new file mode 100644 index 00000000000..1e12817fbe2 --- /dev/null +++ b/print/tex-filehook/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/23 23:13:34 markd Exp $ + +SHA1 (tex-filehook-24280/filehook.tar.xz) = 916b8627d0766157358d9de913bab10b4c41756b +RMD160 (tex-filehook-24280/filehook.tar.xz) = b1ec644c4f52d98db59029ac9138923586f35d00 +SHA512 (tex-filehook-24280/filehook.tar.xz) = a085a56c19a1a76cccdb3efd70d53fff7a94b8d9c8211ce49d6764dc8deee699c9ea5b1b1129cfd0a9800e8f60260233b0f47f9ff604c1ceda6f4962282f49f9 +Size (tex-filehook-24280/filehook.tar.xz) = 4016 bytes |