diff options
author | is <is@pkgsrc.org> | 2012-09-12 16:00:31 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2012-09-12 16:00:31 +0000 |
commit | 548b2c0715bc1cc24fb3c9bde7dc717f52a7ae34 (patch) | |
tree | 550f5d247cf0e0db147e466ec165df5ec2e6bc1b /print | |
parent | 813110b0d28e4e3871586f3b9562deb26597adc6 (diff) | |
download | pkgsrc-548b2c0715bc1cc24fb3c9bde7dc717f52a7ae34.tar.gz |
Shaded theorem environment.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-shadethm/DESCR | 1 | ||||
-rw-r--r-- | print/tex-shadethm/Makefile | 35 | ||||
-rw-r--r-- | print/tex-shadethm/PLIST | 8 | ||||
-rw-r--r-- | print/tex-shadethm/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/print/tex-shadethm/DESCR b/print/tex-shadethm/DESCR new file mode 100644 index 00000000000..dcbf6036a92 --- /dev/null +++ b/print/tex-shadethm/DESCR @@ -0,0 +1 @@ +Theorem environments that are shaded. diff --git a/print/tex-shadethm/Makefile b/print/tex-shadethm/Makefile new file mode 100644 index 00000000000..e8ec642fb14 --- /dev/null +++ b/print/tex-shadethm/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2012/09/12 16:00:31 is Exp $ + +DISTNAME= shadethm +PKGNAME= tex-${DISTNAME}-20101030 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip +LICENSE= lppl-1.3c + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.ctan.org/tex-archive/macros/latex/contrib/shadethm/ +COMMENT= Theorem environments that are shaded. + +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_BUILD= yes + +INSTALLATION_DIRS= share/texmf-dist/doc/latex/shadethm \ + share/texmf-dist/tex/latex/shadethm + +.include "../../print/kpathsea/texmf.mk" + +do-install: + ${INSTALL_DATA} ${WRKSRC}/shadethm.sty ${WRKSRC}/colored.sth \ + ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/shadethm/ + ${INSTALL_DATA} ${WRKSRC}/1st_read.me \ + ${WRKSRC}/shadetest.tex \ + ${WRKSRC}/shadetest.pdf \ + ${WRKSRC}/shadethm-doc.tex \ + ${WRKSRC}/shadethm-doc.pdf \ + ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/shadethm/ + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-shadethm/PLIST b/print/tex-shadethm/PLIST new file mode 100644 index 00000000000..39bbac7ef56 --- /dev/null +++ b/print/tex-shadethm/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2012/09/12 16:00:31 is Exp $ +share/texmf-dist/tex/latex/shadethm/colored.sth +share/texmf-dist/tex/latex/shadethm/shadethm.sty +share/texmf-dist/doc/latex/shadethm/1st_read.me +share/texmf-dist/doc/latex/shadethm/shadetest.tex +share/texmf-dist/doc/latex/shadethm/shadetest.pdf +share/texmf-dist/doc/latex/shadethm/shadethm-doc.tex +share/texmf-dist/doc/latex/shadethm/shadethm-doc.pdf diff --git a/print/tex-shadethm/distinfo b/print/tex-shadethm/distinfo new file mode 100644 index 00000000000..791272e1e8f --- /dev/null +++ b/print/tex-shadethm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/09/12 16:00:31 is Exp $ + +SHA1 (shadethm.zip) = b5b3a0a583ab5c00ad1f4f2d6d3d1b5f5bbe7d93 +RMD160 (shadethm.zip) = dbf0c37d0f62b7df18d67dfa5f6cb248d918539b +Size (shadethm.zip) = 366983 bytes |