pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-rotating Import tex-rotating-2.16a as print/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee6e33de2909
branches:  trunk
changeset: 392274:ee6e33de2909
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Apr 29 18:27:58 2009 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (48 lines):

diff -r 51a41b19dfa1 -r ee6e33de2909 print/tex-rotating/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-rotating/DESCR  Wed Apr 29 18:27:58 2009 +0000
@@ -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 -r 51a41b19dfa1 -r ee6e33de2909 print/tex-rotating/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-rotating/Makefile       Wed Apr 29 18:27:58 2009 +0000
@@ -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@localhost
+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 -r 51a41b19dfa1 -r ee6e33de2909 print/tex-rotating/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-rotating/PLIST  Wed Apr 29 18:27:58 2009 +0000
@@ -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 -r 51a41b19dfa1 -r ee6e33de2909 print/tex-rotating/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-rotating/distinfo       Wed Apr 29 18:27:58 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index