diff options
-rw-r--r-- | print/tex-lastpage/DESCR | 4 | ||||
-rw-r--r-- | print/tex-lastpage/Makefile | 14 | ||||
-rw-r--r-- | print/tex-lastpage/PLIST | 3 | ||||
-rw-r--r-- | print/tex-lastpage/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-lastpage/DESCR b/print/tex-lastpage/DESCR new file mode 100644 index 00000000000..7f2a79a4720 --- /dev/null +++ b/print/tex-lastpage/DESCR @@ -0,0 +1,4 @@ +Reference the number of pages in your LaTeX document through the +introduction of a new label which can be referenced like +\pageref{LastPage} to give a reference to the last page of a document. +It is particularly useful in the page footer that says: Page N of M. diff --git a/print/tex-lastpage/Makefile b/print/tex-lastpage/Makefile new file mode 100644 index 00000000000..22a1d1c703a --- /dev/null +++ b/print/tex-lastpage/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/28 17:47:06 minskim Exp $ + +DISTNAME= lastpage +PKGNAME= tex-${DISTNAME}-1.2f +TEXLIVE_REV= 19958 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Reference last page for Page N of M type footers + +CONFLICTS+= teTeX-texmf<=3.0nb28 +DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-lastpage/PLIST b/print/tex-lastpage/PLIST new file mode 100644 index 00000000000..e3d7491a2ec --- /dev/null +++ b/print/tex-lastpage/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/28 17:47:06 minskim Exp $ +share/texmf-dist/tex/latex/lastpage/lastpage.sty +share/texmf-dist/tex/latex/lastpage/lastpage209.sty diff --git a/print/tex-lastpage/distinfo b/print/tex-lastpage/distinfo new file mode 100644 index 00000000000..fb947a23391 --- /dev/null +++ b/print/tex-lastpage/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/10/28 17:47:06 minskim Exp $ + +SHA1 (tex-lastpage-19958/lastpage.tar.xz) = 7236d402e9c86f47b106a743787588cd1e9040d3 +RMD160 (tex-lastpage-19958/lastpage.tar.xz) = e2a3a2bcffdc966edeec00bc45b7c40254aafe85 +Size (tex-lastpage-19958/lastpage.tar.xz) = 2952 bytes |