diff options
author | markd <markd@pkgsrc.org> | 2015-05-31 06:45:32 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-31 06:45:32 +0000 |
commit | bba12f7917c3b5a9ae4fdd4d67dcf076ebd482d4 (patch) | |
tree | 57d0cf56aa45ffa38e3049bcc02261883d515379 /print/tex-startex | |
parent | d7e61f76ad35e4c65b2ffb242d7900be49a1a62c (diff) | |
download | pkgsrc-bba12f7917c3b5a9ae4fdd4d67dcf076ebd482d4.tar.gz |
Add packages from texlive formatsextra collection.
Diffstat (limited to 'print/tex-startex')
-rw-r--r-- | print/tex-startex/DESCR | 4 | ||||
-rw-r--r-- | print/tex-startex/Makefile | 13 | ||||
-rw-r--r-- | print/tex-startex/PLIST | 9 | ||||
-rw-r--r-- | print/tex-startex/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/print/tex-startex/DESCR b/print/tex-startex/DESCR new file mode 100644 index 00000000000..a74afba3a97 --- /dev/null +++ b/print/tex-startex/DESCR @@ -0,0 +1,4 @@ +A TeX format designed to help students write short reports and +essays. It provides the user with a suitable set of commands +for such a task. It is also more robust than plain TeX and +LaTeX. diff --git a/print/tex-startex/Makefile b/print/tex-startex/Makefile new file mode 100644 index 00000000000..65857668d2d --- /dev/null +++ b/print/tex-startex/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/31 06:45:33 markd Exp $ + +DISTNAME= startex +PKGNAME= tex-${DISTNAME}-1.04 +TEXLIVE_REV= 35718 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/startex +COMMENT= An XML-inspired format for student use +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-startex/PLIST b/print/tex-startex/PLIST new file mode 100644 index 00000000000..8b9e3263566 --- /dev/null +++ b/print/tex-startex/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/31 06:45:33 markd Exp $ +share/texmf-dist/makeindex/startex/stxglo.ist +share/texmf-dist/makeindex/startex/stxind.ist +share/texmf-dist/tex/startex/a4-article.stx +share/texmf-dist/tex/startex/article.stx +share/texmf-dist/tex/startex/ifi-article.stx +share/texmf-dist/tex/startex/ifi-artikkel.stx +share/texmf-dist/tex/startex/startex.lan +share/texmf-dist/tex/startex/startex.tex diff --git a/print/tex-startex/distinfo b/print/tex-startex/distinfo new file mode 100644 index 00000000000..2b5848f74bf --- /dev/null +++ b/print/tex-startex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/31 06:45:33 markd Exp $ + +SHA1 (tex-startex-35718/startex.tar.xz) = 693b68e109464c6d3b643a8b708d7b12f1ac08ec +RMD160 (tex-startex-35718/startex.tar.xz) = 7bb9dcc54c4e6434377c046d0b210a9e01e2bc4e +Size (tex-startex-35718/startex.tar.xz) = 10172 bytes |