From b568fb1d4826c71455184e4de2d237bfd3ba752f Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Apr 2009 18:27:58 +0000 Subject: 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. --- print/tex-rotating/DESCR | 9 +++++++++ print/tex-rotating/Makefile | 16 ++++++++++++++++ print/tex-rotating/PLIST | 2 ++ print/tex-rotating/distinfo | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 print/tex-rotating/DESCR create mode 100644 print/tex-rotating/Makefile create mode 100644 print/tex-rotating/PLIST create mode 100644 print/tex-rotating/distinfo (limited to 'print') 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 -- cgit v1.2.3