diff options
author | minskim <minskim@pkgsrc.org> | 2014-01-08 04:47:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2014-01-08 04:47:18 +0000 |
commit | d6ab4472d72f1a6d5279c7184bc391d1cef81c87 (patch) | |
tree | 603ead0f9b04bb124913152fd9e1cc09e35baa5f /print | |
parent | 9eb96c677b313961df2954b092cfb3ec1cb83459 (diff) | |
download | pkgsrc-d6ab4472d72f1a6d5279c7184bc391d1cef81c87.tar.gz |
Import tex-tufte-latex-3.5.0 as print/tex-tufte-latex.
Provided are two classes inspired, respectively, by handouts
and books created by Edward Tufte.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-tufte-latex/DESCR | 2 | ||||
-rw-r--r-- | print/tex-tufte-latex/Makefile | 37 | ||||
-rw-r--r-- | print/tex-tufte-latex/PLIST | 4 | ||||
-rw-r--r-- | print/tex-tufte-latex/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/print/tex-tufte-latex/DESCR b/print/tex-tufte-latex/DESCR new file mode 100644 index 00000000000..d7ac7f3a418 --- /dev/null +++ b/print/tex-tufte-latex/DESCR @@ -0,0 +1,2 @@ +Provided are two classes inspired, respectively, by handouts +and books created by Edward Tufte. diff --git a/print/tex-tufte-latex/Makefile b/print/tex-tufte-latex/Makefile new file mode 100644 index 00000000000..9e54d88ac35 --- /dev/null +++ b/print/tex-tufte-latex/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1 2014/01/08 04:47:18 minskim Exp $ + +DISTNAME= tufte-latex +PKGNAME= tex-${DISTNAME}-3.5.0 +TEXLIVE_REV= 24733 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Document classes inspired by the work of Edward Tufte +LICENSE= apache-2.0 + +DEPENDS+= tex-bera-[0-9]*:../../fonts/tex-bera +DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage +DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype +DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms +DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist +DEPENDS+= tex-placeins-[0-9]*:../../print/tex-placeins +DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss +DEPENDS+= tex-sauerj-[0-9]*:../../print/tex-sauerj +DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace +DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul +DEPENDS+= tex-textcase-[0-9]*:../../print/tex-textcase +DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor +DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-tufte-latex/PLIST b/print/tex-tufte-latex/PLIST new file mode 100644 index 00000000000..6eb4a19215c --- /dev/null +++ b/print/tex-tufte-latex/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2014/01/08 04:47:18 minskim Exp $ +share/texmf-dist/tex/latex/tufte-latex/tufte-book.cls +share/texmf-dist/tex/latex/tufte-latex/tufte-common.def +share/texmf-dist/tex/latex/tufte-latex/tufte-handout.cls diff --git a/print/tex-tufte-latex/distinfo b/print/tex-tufte-latex/distinfo new file mode 100644 index 00000000000..56cd18e30e4 --- /dev/null +++ b/print/tex-tufte-latex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/01/08 04:47:18 minskim Exp $ + +SHA1 (tex-tufte-latex-24733/tufte-latex.tar.xz) = da81596dc90e3386c84cdf19825cf0499ae568d3 +RMD160 (tex-tufte-latex-24733/tufte-latex.tar.xz) = 8ac8fc0d14ad3b7e6e9e56fd12a5cbe77355539d +Size (tex-tufte-latex-24733/tufte-latex.tar.xz) = 15620 bytes |