pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-everypage The "everypage" package extends La...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6e0c20bfa3f
branches:  trunk
changeset: 534556:c6e0c20bfa3f
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 26 16:57:51 2007 +0000

description:
The "everypage" package extends LaTeX providing hooks to perform
actions on every page or on the current page. Specifically, actions
are performed after the page is composed, but before it is shipped,
so they can be used to prepare the output page in tasks like putting
watermarks in the background, setting the next page layout, etc.

diffstat:

 print/tex-everypage/DESCR    |   5 +++++
 print/tex-everypage/Makefile |  33 +++++++++++++++++++++++++++++++++
 print/tex-everypage/PLIST    |   8 ++++++++
 print/tex-everypage/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 08dd1c3c7085 -r c6e0c20bfa3f print/tex-everypage/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-everypage/DESCR Fri Oct 26 16:57:51 2007 +0000
@@ -0,0 +1,5 @@
+The "everypage" package extends LaTeX providing hooks to perform
+actions on every page or on the current page. Specifically, actions
+are performed after the page is composed, but before it is shipped,
+so they can be used to prepare the output page in tasks like putting
+watermarks in the background, setting the next page layout, etc.
diff -r 08dd1c3c7085 -r c6e0c20bfa3f print/tex-everypage/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-everypage/Makefile      Fri Oct 26 16:57:51 2007 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/26 16:57:51 reed Exp $
+
+DISTNAME=      everypage
+PKGNAME=       tex-${DISTNAME}-1.0
+# version indicated in the PDF, last revised 2006/06/30
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    reed%reedmedia.net@localhost
+HOMEPAGE=      http://www.ctan.org/tex-archive/macros/latex/contrib/everypage/
+COMMENT=       LaTeX package for hooks to run on every page
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+
+USE_DIRS+=     texmf-1.4
+
+INSTALLATION_DIRS=     share/doc/tex-everypage
+
+.include "../../print/teTeX/module.mk"
+
+do-build:
+       cd ${WRKSRC} && ${PREFIX}/bin/latex everypage.ins
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/everypage
+       ${INSTALL_DATA} ${WRKSRC}/everypage.sty \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/everypage/
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tex-everypage/
+       ${INSTALL_DATA} ${WRKSRC}/everypage.pdf \
+               ${PREFIX}/share/doc/tex-everypage/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 08dd1c3c7085 -r c6e0c20bfa3f print/tex-everypage/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-everypage/PLIST Fri Oct 26 16:57:51 2007 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/26 16:57:51 reed Exp $
+${PKG_LOCALTEXMFPREFIX}/tex/latex/everypage/everypage.sty
+share/doc/tex-everypage/README
+share/doc/tex-everypage/everypage.pdf
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/everypage
+@dirrm share/doc/tex-everypage
+@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex
+
diff -r 08dd1c3c7085 -r c6e0c20bfa3f print/tex-everypage/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-everypage/distinfo      Fri Oct 26 16:57:51 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/26 16:57:51 reed Exp $
+
+SHA1 (tex-everypage-1.0/everypage.zip) = 2ae51e88189c858835433555f032f7a158445d89
+RMD160 (tex-everypage-1.0/everypage.zip) = 55ff827ac701006c256f7f80125bff176f55e29b
+Size (tex-everypage-1.0/everypage.zip) = 19746 bytes



Home | Main Index | Thread Index | Old Index