diff options
author | minskim <minskim> | 2010-04-16 18:01:40 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-16 18:01:40 +0000 |
commit | 3f7e09a8ce95b44b48e3d5b5cea46bb9a46bb782 (patch) | |
tree | 10430dec0f6d61cf7acacb1ab9941d95360be4cb | |
parent | 674f6229ba26b56321c192c6e5d231d83fa35285 (diff) | |
download | pkgsrc-3f7e09a8ce95b44b48e3d5b5cea46bb9a46bb782.tar.gz |
Import tex-chngcntr-1.0a as print/tex-chngcntr.
This LaTeX package defines commands \counterwithin (which sets up a
counter to be reset when another is incremented) and \counterwithout
(which unsets such a relationship).
-rw-r--r-- | print/tex-chngcntr/DESCR | 3 | ||||
-rw-r--r-- | print/tex-chngcntr/Makefile | 13 | ||||
-rw-r--r-- | print/tex-chngcntr/PLIST | 2 | ||||
-rw-r--r-- | print/tex-chngcntr/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-chngcntr/DESCR b/print/tex-chngcntr/DESCR new file mode 100644 index 00000000000..1dbb5dc11de --- /dev/null +++ b/print/tex-chngcntr/DESCR @@ -0,0 +1,3 @@ +This LaTeX package defines commands \counterwithin (which sets up a +counter to be reset when another is incremented) and \counterwithout +(which unsets such a relationship). diff --git a/print/tex-chngcntr/Makefile b/print/tex-chngcntr/Makefile new file mode 100644 index 00000000000..d65072062d0 --- /dev/null +++ b/print/tex-chngcntr/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 18:01:40 minskim Exp $ +# TeX Live Revision 17157 + +DISTNAME= chngcntr +PKGNAME= tex-${DISTNAME}-1.0a + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to change the resetting of counters + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-chngcntr/PLIST b/print/tex-chngcntr/PLIST new file mode 100644 index 00000000000..5245ad27c97 --- /dev/null +++ b/print/tex-chngcntr/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/16 18:01:40 minskim Exp $ +share/texmf-dist/tex/latex/chngcntr/chngcntr.sty diff --git a/print/tex-chngcntr/distinfo b/print/tex-chngcntr/distinfo new file mode 100644 index 00000000000..1d074522c18 --- /dev/null +++ b/print/tex-chngcntr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/16 18:01:40 minskim Exp $ + +SHA1 (tex-chngcntr-1.0a/chngcntr.tar.xz) = ad8aaee11ab8f7e490f958d6f66413fa3861805c +RMD160 (tex-chngcntr-1.0a/chngcntr.tar.xz) = 35f2ea7a993250c17ed5bb0e160cd7bdc9d7e9b2 +Size (tex-chngcntr-1.0a/chngcntr.tar.xz) = 1908 bytes |