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-eplain | |
parent | d7e61f76ad35e4c65b2ffb242d7900be49a1a62c (diff) | |
download | pkgsrc-bba12f7917c3b5a9ae4fdd4d67dcf076ebd482d4.tar.gz |
Add packages from texlive formatsextra collection.
Diffstat (limited to 'print/tex-eplain')
-rw-r--r-- | print/tex-eplain/DESCR | 8 | ||||
-rw-r--r-- | print/tex-eplain/Makefile | 24 | ||||
-rw-r--r-- | print/tex-eplain/PLIST | 7 | ||||
-rw-r--r-- | print/tex-eplain/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/print/tex-eplain/DESCR b/print/tex-eplain/DESCR new file mode 100644 index 00000000000..e767dfa4168 --- /dev/null +++ b/print/tex-eplain/DESCR @@ -0,0 +1,8 @@ +A powerfully extended version of the plain format, adding +support for bibliographies, tables of contents, enumerated +lists, verbatim input of files, numbered equations, tables, two- +column output, footnotes, hyperlinks in PDF output and +commutative diagrams. Eplain can also load some of the more +useful LaTeX packages, notably graphics, graphicx, color, +autopict (a package instance of the LaTeX picture code), +psfrag, and url. diff --git a/print/tex-eplain/Makefile b/print/tex-eplain/Makefile new file mode 100644 index 00000000000..4620c65cc52 --- /dev/null +++ b/print/tex-eplain/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2015/05/31 06:45:32 markd Exp $ + +DISTNAME= eplain +PKGNAME= tex-${DISTNAME}-3.7 +TEXLIVE_REV= 36217 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/eplain +COMMENT= Extended plain TeX macros +LICENSE= gnu-gpl-v2 + +CONFLICTS+= teTeX-texmf<=3.0nb55 +DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex + +INSTALLATION_DIRS+= bin + +TEX_FORMATS+= "eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini\\n" + +.include "../../print/texlive/package.mk" + +post-install: + ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/eplain + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-eplain/PLIST b/print/tex-eplain/PLIST new file mode 100644 index 00000000000..89bfe10420b --- /dev/null +++ b/print/tex-eplain/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/31 06:45:32 markd Exp $ +bin/eplain +share/texmf-dist/tex/eplain/arrow.tex +share/texmf-dist/tex/eplain/btxmac.tex +share/texmf-dist/tex/eplain/eplain.aux +share/texmf-dist/tex/eplain/eplain.ini +share/texmf-dist/tex/eplain/eplain.tex diff --git a/print/tex-eplain/distinfo b/print/tex-eplain/distinfo new file mode 100644 index 00000000000..993efdebf57 --- /dev/null +++ b/print/tex-eplain/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/31 06:45:32 markd Exp $ + +SHA1 (tex-eplain-36217/eplain.tar.xz) = c7f12c8b34e55618e8c9ec10db1ba33e8246c4b1 +RMD160 (tex-eplain-36217/eplain.tar.xz) = c7f0bee72ce2360b37922ed0bd74ef6360e7f905 +Size (tex-eplain-36217/eplain.tar.xz) = 42992 bytes |