diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-29 18:27:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-29 18:27:58 +0000 |
commit | b568fb1d4826c71455184e4de2d237bfd3ba752f (patch) | |
tree | f3ada0eb834d3bef4ca3673153c1b040c307f219 /print/tex-rotating | |
parent | 7345f2d83d8fdab8ceac1e96b3dff7c3a39637ea (diff) | |
download | pkgsrc-b568fb1d4826c71455184e4de2d237bfd3ba752f.tar.gz |
Import tex-rotating-2.16a as print/tex-rotating.
A package built on the standard LaTeX graphics package to perform all
the different sorts of rotation one might like, including complete
figures and tables with their captions. If you want continuous text
(i.e., more than one page) set in landscape mode, use the lscape
package instead. The rotating packages only deals in rotated boxes
(or floats, which are themselves boxes), and boxes always stay on one
page. If you need to use the facilities of the float in the same
document, load rotating.sty via rotfloat, which smooths the path
between the rotating and float packages.
Diffstat (limited to 'print/tex-rotating')
-rw-r--r-- | print/tex-rotating/DESCR | 9 | ||||
-rw-r--r-- | print/tex-rotating/Makefile | 16 | ||||
-rw-r--r-- | print/tex-rotating/PLIST | 2 | ||||
-rw-r--r-- | print/tex-rotating/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/print/tex-rotating/DESCR b/print/tex-rotating/DESCR new file mode 100644 index 00000000000..c872954b0b2 --- /dev/null +++ b/print/tex-rotating/DESCR @@ -0,0 +1,9 @@ +A package built on the standard LaTeX graphics package to perform all +the different sorts of rotation one might like, including complete +figures and tables with their captions. If you want continuous text +(i.e., more than one page) set in landscape mode, use the lscape +package instead. The rotating packages only deals in rotated boxes +(or floats, which are themselves boxes), and boxes always stay on one +page. If you need to use the facilities of the float in the same +document, load rotating.sty via rotfloat, which smooths the path +between the rotating and float packages. diff --git a/print/tex-rotating/Makefile b/print/tex-rotating/Makefile new file mode 100644 index 00000000000..541c3e20fb8 --- /dev/null +++ b/print/tex-rotating/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 18:27:58 minskim Exp $ +# TeX Live Revision 12557 + +DISTNAME= rotating +PKGNAME= tex-${DISTNAME}-2.16a + +MAINTAINER= minskim@NetBSD.org +COMMENT= Rotation tools including rotated full-page floats + +CONFLICTS+= teTeX-texmf<=3.0nb13 +DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-rotating/PLIST b/print/tex-rotating/PLIST new file mode 100644 index 00000000000..ee5be801a0f --- /dev/null +++ b/print/tex-rotating/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/29 18:27:58 minskim Exp $ +share/texmf-dist/tex/latex/rotating/rotating.sty diff --git a/print/tex-rotating/distinfo b/print/tex-rotating/distinfo new file mode 100644 index 00000000000..356ad8e4276 --- /dev/null +++ b/print/tex-rotating/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/29 18:27:58 minskim Exp $ + +SHA1 (tex-rotating-2.16a/rotating.tar.lzma) = 60bf72ade13a22eddf7c145ec925eef03989705b +RMD160 (tex-rotating-2.16a/rotating.tar.lzma) = db70929c6c45899c772a201e03dd71be5c698192 +Size (tex-rotating-2.16a/rotating.tar.lzma) = 2669 bytes |