diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-12 00:15:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-12 00:15:11 +0000 |
commit | 6034cefb8c8b2f28fc6dfb3ac2d5fd823076a44c (patch) | |
tree | 794f17accb002c1b0168d10483720803613f6bc4 /print/tex-leaflet | |
parent | abbc06a3e3ef24fdf6360de09b9c72542590a7b8 (diff) | |
download | pkgsrc-6034cefb8c8b2f28fc6dfb3ac2d5fd823076a44c.tar.gz |
Import tex-leaflet-1.0c from pkgsrc-wip. Packaged by leot1990 at
users dot sourceforge dot net, and adapted to TeX Live 2008 by me.
A document class to create small hand-outs (flyers) that fit on a
single sheet of paper which is then folded twice. Pages are
rearranged by LaTeX so that they print correctly on a single sheet--no
external script is necessary. (Works with PostScript and PDF.)
Diffstat (limited to 'print/tex-leaflet')
-rw-r--r-- | print/tex-leaflet/DESCR | 4 | ||||
-rw-r--r-- | print/tex-leaflet/Makefile | 17 | ||||
-rw-r--r-- | print/tex-leaflet/PLIST | 2 | ||||
-rw-r--r-- | print/tex-leaflet/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/tex-leaflet/DESCR b/print/tex-leaflet/DESCR new file mode 100644 index 00000000000..54c78119d8d --- /dev/null +++ b/print/tex-leaflet/DESCR @@ -0,0 +1,4 @@ +A document class to create small hand-outs (flyers) that fit on a +single sheet of paper which is then folded twice. Pages are +rearranged by LaTeX so that they print correctly on a single sheet--no +external script is necessary. (Works with PostScript and PDF.) diff --git a/print/tex-leaflet/Makefile b/print/tex-leaflet/Makefile new file mode 100644 index 00000000000..f5dedb9915d --- /dev/null +++ b/print/tex-leaflet/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/12 00:15:11 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= leaflet +PKGNAME= tex-${DISTNAME}-1.0c + +MAINTAINER= leot1990@users.sourceforge.net +COMMENT= Create small handouts (flyers) + +DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms +DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-leaflet/PLIST b/print/tex-leaflet/PLIST new file mode 100644 index 00000000000..ed104bb40fb --- /dev/null +++ b/print/tex-leaflet/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/12 00:15:11 minskim Exp $ +share/texmf-dist/tex/latex/leaflet/leaflet.cls diff --git a/print/tex-leaflet/distinfo b/print/tex-leaflet/distinfo new file mode 100644 index 00000000000..02cb211a226 --- /dev/null +++ b/print/tex-leaflet/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/12 00:15:11 minskim Exp $ + +SHA1 (tex-leaflet-1.0c/leaflet.tar.lzma) = 3e1b3686bf432b47a503fb77dedcfce9ebaa4df6 +RMD160 (tex-leaflet-1.0c/leaflet.tar.lzma) = 9626bf8a7f5b2e904bdc1962c8bd58fd37612ccf +Size (tex-leaflet-1.0c/leaflet.tar.lzma) = 5194 bytes |