diff options
Diffstat (limited to 'print/tex-showlabels')
-rw-r--r-- | print/tex-showlabels/DESCR | 6 | ||||
-rw-r--r-- | print/tex-showlabels/Makefile | 13 | ||||
-rw-r--r-- | print/tex-showlabels/PLIST | 2 | ||||
-rw-r--r-- | print/tex-showlabels/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-showlabels/DESCR b/print/tex-showlabels/DESCR new file mode 100644 index 00000000000..26e187b3b3a --- /dev/null +++ b/print/tex-showlabels/DESCR @@ -0,0 +1,6 @@ +This package helps you keep track of all the labels you define, +by putting the name of new labels into the margin whenever the +\label command is used. The package allows you to do the same +thing for other commands. The only one for which this is +obviously useful is the \cite command, but it's easy to do it +for others, such as the \ref or \begin commands. diff --git a/print/tex-showlabels/Makefile b/print/tex-showlabels/Makefile new file mode 100644 index 00000000000..9d41042665e --- /dev/null +++ b/print/tex-showlabels/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:19 markd Exp $ + +DISTNAME= showlabels +PKGNAME= tex-${DISTNAME}-1.6.6 +TEXLIVE_REV= 32364 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/showlabels +COMMENT= Show label commands in the margin +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-showlabels/PLIST b/print/tex-showlabels/PLIST new file mode 100644 index 00000000000..1fed2389606 --- /dev/null +++ b/print/tex-showlabels/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:19 markd Exp $ +share/texmf-dist/tex/latex/showlabels/showlabels.sty diff --git a/print/tex-showlabels/distinfo b/print/tex-showlabels/distinfo new file mode 100644 index 00000000000..6c1b564b7e1 --- /dev/null +++ b/print/tex-showlabels/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 10:30:19 markd Exp $ + +SHA1 (tex-showlabels-32364/showlabels.tar.xz) = 5839a596b45307e1a25317aeb76a5ba5e7a1e2c8 +RMD160 (tex-showlabels-32364/showlabels.tar.xz) = e67b6fb7ef2bf56b2dcf467580ec7fe24105b9ab +Size (tex-showlabels-32364/showlabels.tar.xz) = 2816 bytes |