diff options
author | minskim <minskim> | 2011-09-18 00:41:30 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-09-18 00:41:30 +0000 |
commit | 6c84c21f0476f3d5b8b76309b90b947f22b92dc2 (patch) | |
tree | dab54bbe5a5306a6d5add94b12290e2c2be1e655 /print | |
parent | dae85b6313fa26f3ac213040e1174a58d7a5c5d8 (diff) | |
download | pkgsrc-6c84c21f0476f3d5b8b76309b90b947f22b92dc2.tar.gz |
Import tex-seminar-1.5 as print/tex-seminar.
A class that produces overhead slides (transparencies), with many
facilities. The class requires availability of the fancybox package.
Seminar is also the basis of other classes, such as prosper. In fact,
seminar is not nowadays reckoned a good basis for a presentation --
users are advised to use more recent classes such as powerdot or beamer,
both of which are tuned to 21st-century presentation styles. Note that
the seminar distribution relies on the xcomment package, which was once
part of the bundle, but now has a separate existence.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-seminar/DESCR | 8 | ||||
-rw-r--r-- | print/tex-seminar/Makefile | 18 | ||||
-rw-r--r-- | print/tex-seminar/PLIST | 14 | ||||
-rw-r--r-- | print/tex-seminar/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/print/tex-seminar/DESCR b/print/tex-seminar/DESCR new file mode 100644 index 00000000000..39c72a399f0 --- /dev/null +++ b/print/tex-seminar/DESCR @@ -0,0 +1,8 @@ +A class that produces overhead slides (transparencies), with many +facilities. The class requires availability of the fancybox package. +Seminar is also the basis of other classes, such as prosper. In fact, +seminar is not nowadays reckoned a good basis for a presentation -- +users are advised to use more recent classes such as powerdot or beamer, +both of which are tuned to 21st-century presentation styles. Note that +the seminar distribution relies on the xcomment package, which was once +part of the bundle, but now has a separate existence. diff --git a/print/tex-seminar/Makefile b/print/tex-seminar/Makefile new file mode 100644 index 00000000000..39b781930c8 --- /dev/null +++ b/print/tex-seminar/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:41:30 minskim Exp $ + +DISTNAME= seminar +PKGNAME= tex-${DISTNAME}-1.5 +TEXLIVE_REV= 18322 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Make overhead slides + +CONFLICTS+= teTeX-texmf<=3.0nb30 +DEPENDS+= tex-2up-[0-9]*:../../print/tex-2up +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks +DEPENDS+= tex-xcomment-[0-9]*:../../print/tex-xcomment + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-seminar/PLIST b/print/tex-seminar/PLIST new file mode 100644 index 00000000000..46f31fc3e45 --- /dev/null +++ b/print/tex-seminar/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:41:30 minskim Exp $ +share/texmf-dist/tex/latex/seminar/npsfont.sty +share/texmf-dist/tex/latex/seminar/sem-a4.sty +share/texmf-dist/tex/latex/seminar/sem-page.sty +share/texmf-dist/tex/latex/seminar/semcolor.sty +share/texmf-dist/tex/latex/seminar/semhelv.sty +share/texmf-dist/tex/latex/seminar/seminar.bg2 +share/texmf-dist/tex/latex/seminar/seminar.bug +share/texmf-dist/tex/latex/seminar/seminar.cls +share/texmf-dist/tex/latex/seminar/seminar.sty +share/texmf-dist/tex/latex/seminar/semlayer.sty +share/texmf-dist/tex/latex/seminar/semlcmss.sty +share/texmf-dist/tex/latex/seminar/semrot.sty +share/texmf-dist/tex/latex/seminar/slidesec.sty diff --git a/print/tex-seminar/distinfo b/print/tex-seminar/distinfo new file mode 100644 index 00000000000..2b15015199e --- /dev/null +++ b/print/tex-seminar/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/18 00:41:30 minskim Exp $ + +SHA1 (tex-seminar-18322/seminar.tar.xz) = e78d32665e16ab6401426f7555f4cd20a41574c9 +RMD160 (tex-seminar-18322/seminar.tar.xz) = 1f33aac335fccd3d3381ebc0f95661f08495eb10 +Size (tex-seminar-18322/seminar.tar.xz) = 23268 bytes |