diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-10 00:15:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-10 00:15:02 +0000 |
commit | c437dd1ff351a37e44366979a4dc18d95f3e9718 (patch) | |
tree | 94ec06fed9b31bfa5125b43d9b2105be56574bd7 /print/tex-ms | |
parent | 88dc80d2dbe78cd983161629d64114507819f35f (diff) | |
download | pkgsrc-c437dd1ff351a37e44366979a4dc18d95f3e9718.tar.gz |
Import tex-ms-2008.7340 as print/tex-ms.
A bundle of LaTeX packages by Martin Schroeder; the collection
comprises:
- count1to, make use of fixed TeX counters,
- everysel, set commands to execute every time a font is selected,
- everyshi, set commands to execute whenever a page is shipped out,
- multitoc, typeset the table of contents in multiple columns,
- prelim2e, mark typeset pages as preliminary, and
- ragged2e, typeset ragged text and allow hyphenation.
Diffstat (limited to 'print/tex-ms')
-rw-r--r-- | print/tex-ms/DESCR | 8 | ||||
-rw-r--r-- | print/tex-ms/Makefile | 17 | ||||
-rw-r--r-- | print/tex-ms/PLIST | 7 | ||||
-rw-r--r-- | print/tex-ms/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/print/tex-ms/DESCR b/print/tex-ms/DESCR new file mode 100644 index 00000000000..8ece28471c1 --- /dev/null +++ b/print/tex-ms/DESCR @@ -0,0 +1,8 @@ +A bundle of LaTeX packages by Martin Schroeder; the collection +comprises: + - count1to, make use of fixed TeX counters, + - everysel, set commands to execute every time a font is selected, + - everyshi, set commands to execute whenever a page is shipped out, + - multitoc, typeset the table of contents in multiple columns, + - prelim2e, mark typeset pages as preliminary, and + - ragged2e, typeset ragged text and allow hyphenation. diff --git a/print/tex-ms/Makefile b/print/tex-ms/Makefile new file mode 100644 index 00000000000..e2dc0ff4795 --- /dev/null +++ b/print/tex-ms/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/10 00:15:02 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= ms +PKGNAME= tex-${DISTNAME}-2008.7340 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Various LaTeX packages by Martin Schroeder + +CONFLICTS+= teTeX-texmf<=3.0nb17 +DEPENDS+= tex-footmisc-[0-9]*:../../print/tex-footmisc +DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ms/PLIST b/print/tex-ms/PLIST new file mode 100644 index 00000000000..2ab112256e5 --- /dev/null +++ b/print/tex-ms/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/10 00:15:02 minskim Exp $ +share/texmf-dist/tex/latex/ms/count1to.sty +share/texmf-dist/tex/latex/ms/everysel.sty +share/texmf-dist/tex/latex/ms/everyshi.sty +share/texmf-dist/tex/latex/ms/multitoc.sty +share/texmf-dist/tex/latex/ms/prelim2e.sty +share/texmf-dist/tex/latex/ms/ragged2e.sty diff --git a/print/tex-ms/distinfo b/print/tex-ms/distinfo new file mode 100644 index 00000000000..fba9eb83ab5 --- /dev/null +++ b/print/tex-ms/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/10 00:15:02 minskim Exp $ + +SHA1 (tex-ms-2008.7340/ms.tar.lzma) = e54492e134428323378e4c84c79aee8774335dca +RMD160 (tex-ms-2008.7340/ms.tar.lzma) = f1acfc211dfcd6416dfc68243e208611dcff38e1 +Size (tex-ms-2008.7340/ms.tar.lzma) = 5590 bytes |