diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-15 20:46:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-15 20:46:03 +0000 |
commit | ad60c954c14b0bc39a5a5feca30cd7f7d6b36410 (patch) | |
tree | 5c757491c5b5bf22b884c207897c0d271e0e4d3b /print/tex-caption | |
parent | ce06a4a977e17058ab75305abbc5279ddd2475db (diff) | |
download | pkgsrc-ad60c954c14b0bc39a5a5feca30cd7f7d6b36410.tar.gz |
Import tex-caption-3.1j as print/tex-caption.
The caption package provides many ways to customise the captions in
floating environments like figure and table, and cooperates with many
other packages. Includes rotating captions, sideways captions,
continued captions (for tables or figures that come in several parts).
A list of compatibility notes, for other packages, is provided in the
documentation. The package also provides the "caption outside float"
facility, in the same way that simpler packages like capt-of do. The
package supersedes caption2.
Diffstat (limited to 'print/tex-caption')
-rw-r--r-- | print/tex-caption/DESCR | 8 | ||||
-rw-r--r-- | print/tex-caption/Makefile | 15 | ||||
-rw-r--r-- | print/tex-caption/PLIST | 6 | ||||
-rw-r--r-- | print/tex-caption/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/print/tex-caption/DESCR b/print/tex-caption/DESCR new file mode 100644 index 00000000000..b90d75e867d --- /dev/null +++ b/print/tex-caption/DESCR @@ -0,0 +1,8 @@ +The caption package provides many ways to customise the captions in +floating environments like figure and table, and cooperates with many +other packages. Includes rotating captions, sideways captions, +continued captions (for tables or figures that come in several parts). +A list of compatibility notes, for other packages, is provided in the +documentation. The package also provides the "caption outside float" +facility, in the same way that simpler packages like capt-of do. The +package supersedes caption2. diff --git a/print/tex-caption/Makefile b/print/tex-caption/Makefile new file mode 100644 index 00000000000..dfca6b6d7de --- /dev/null +++ b/print/tex-caption/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 20:46:03 minskim Exp $ +# TeX Live Revision 10446 + +DISTNAME= caption +PKGNAME= tex-${DISTNAME}-3.1j + +MAINTAINER= minskim@NetBSD.org +COMMENT= Customising captions in floating environments + +CONFLICTS+= teTeX-texmf<=3.0nb19 +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-caption/PLIST b/print/tex-caption/PLIST new file mode 100644 index 00000000000..edeac3bf06b --- /dev/null +++ b/print/tex-caption/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/15 20:46:03 minskim Exp $ +share/texmf-dist/tex/latex/caption/caption.sty +share/texmf-dist/tex/latex/caption/caption2.sty +share/texmf-dist/tex/latex/caption/caption3.sty +share/texmf-dist/tex/latex/caption/ltcaption.sty +share/texmf-dist/tex/latex/caption/subcaption.sty diff --git a/print/tex-caption/distinfo b/print/tex-caption/distinfo new file mode 100644 index 00000000000..c5544fc0fd4 --- /dev/null +++ b/print/tex-caption/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/15 20:46:03 minskim Exp $ + +SHA1 (tex-caption-3.1j/caption.tar.lzma) = 964e25d0731215e3c167a623cd063318b017aa04 +RMD160 (tex-caption-3.1j/caption.tar.lzma) = 30fb95ddff90cc43c27ae28c68b7f4ec2e8ad27e +Size (tex-caption-3.1j/caption.tar.lzma) = 26198 bytes |