pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Add tex-filehook{,-doc} 0.5d



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aedd24de3713
branches:  trunk
changeset: 364396:aedd24de3713
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jun 23 23:13:34 2017 +0000

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

 print/tex-filehook-doc/DESCR    |   1 +
 print/tex-filehook-doc/Makefile |  13 +++++++++++++
 print/tex-filehook-doc/PLIST    |   3 +++
 print/tex-filehook-doc/distinfo |   6 ++++++
 print/tex-filehook/DESCR        |   6 ++++++
 print/tex-filehook/Makefile     |  15 +++++++++++++++
 print/tex-filehook/PLIST        |   7 +++++++
 print/tex-filehook/distinfo     |   6 ++++++
 8 files changed, 57 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook-doc/DESCR      Fri Jun 23 23:13:34 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-filehook.
diff -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook-doc/Makefile   Fri Jun 23 23:13:34 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/06/23 23:13:34 markd Exp $
+
+DISTNAME=      filehook.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.5d
+TEXLIVE_REV=   24280
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/filehook
+COMMENT=       Documentation for tex-filehook
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook-doc/PLIST      Fri Jun 23 23:13:34 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:13:34 markd Exp $
+share/texmf-dist/doc/latex/filehook/README
+share/texmf-dist/doc/latex/filehook/filehook.pdf
diff -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook-doc/distinfo   Fri Jun 23 23:13:34 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/23 23:13:34 markd Exp $
+
+SHA1 (tex-filehook-24280/filehook.doc.tar.xz) = 1795b7ae1b672e564322b172e87676e3539c8f56
+RMD160 (tex-filehook-24280/filehook.doc.tar.xz) = f349bdd8f9d57f03b14f01b6740508378bfb80d2
+SHA512 (tex-filehook-24280/filehook.doc.tar.xz) = 14981ca68d58ee0a7d1b4c554d48e6719440e750195316aadf359867791955804af63113ca6edad368ca26704cf0d429cfcf39d0a24d8d6edc147376980e15d2
+Size (tex-filehook-24280/filehook.doc.tar.xz) = 258820 bytes
diff -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook/DESCR  Fri Jun 23 23:13:34 2017 +0000
@@ -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 -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook/Makefile       Fri Jun 23 23:13:34 2017 +0000
@@ -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@localhost
+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 -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook/PLIST  Fri Jun 23 23:13:34 2017 +0000
@@ -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 -r 8384c2f45d43 -r aedd24de3713 print/tex-filehook/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-filehook/distinfo       Fri Jun 23 23:13:34 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index