diff options
author | minskim <minskim@pkgsrc.org> | 2010-06-16 23:24:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-06-16 23:24:13 +0000 |
commit | 1f6228c5a2ab339e6b3ef5f0ac1d27554011b4a3 (patch) | |
tree | 34816a39c308da329ce0593ba141e2e538c76f16 /graphics | |
parent | 85c14cb355e974f6a89196154b9442ff03114a2b (diff) | |
download | pkgsrc-1f6228c5a2ab339e6b3ef5f0ac1d27554011b4a3.tar.gz |
Import tex-eepic-1.1e as graphics/tex-eepic.
Extensions to epic and the LaTeX picture drawing environment, include
the drawing of lines at any slope, the drawing of circles in any radii,
and the drawing of dotted and dashed lines much faster with much less
TeX memory, and providing several new commands for drawing ellipses,
arcs, splines, and filled circles and ellipses. The package uses tpic
\special commands.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-eepic/DESCR | 6 | ||||
-rw-r--r-- | graphics/tex-eepic/Makefile | 13 | ||||
-rw-r--r-- | graphics/tex-eepic/PLIST | 4 | ||||
-rw-r--r-- | graphics/tex-eepic/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/tex-eepic/DESCR b/graphics/tex-eepic/DESCR new file mode 100644 index 00000000000..72d83430602 --- /dev/null +++ b/graphics/tex-eepic/DESCR @@ -0,0 +1,6 @@ +Extensions to epic and the LaTeX picture drawing environment, include +the drawing of lines at any slope, the drawing of circles in any radii, +and the drawing of dotted and dashed lines much faster with much less +TeX memory, and providing several new commands for drawing ellipses, +arcs, splines, and filled circles and ellipses. The package uses tpic +\special commands. diff --git a/graphics/tex-eepic/Makefile b/graphics/tex-eepic/Makefile new file mode 100644 index 00000000000..265f1596449 --- /dev/null +++ b/graphics/tex-eepic/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/16 23:24:13 minskim Exp $ + +DISTNAME= eepic +PKGNAME= tex-${DISTNAME}-1.1e +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Extensions to epic and the LaTeX drawing tools + +CONFLICTS+= teTeX-texmf<=3.0nb25 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-eepic/PLIST b/graphics/tex-eepic/PLIST new file mode 100644 index 00000000000..5f5286a9d5d --- /dev/null +++ b/graphics/tex-eepic/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/16 23:24:13 minskim Exp $ +share/texmf-dist/tex/latex/eepic/eepic.sty +share/texmf-dist/tex/latex/eepic/eepicemu.sty +share/texmf-dist/tex/latex/eepic/epic.sty diff --git a/graphics/tex-eepic/distinfo b/graphics/tex-eepic/distinfo new file mode 100644 index 00000000000..572276434e4 --- /dev/null +++ b/graphics/tex-eepic/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/06/16 23:24:13 minskim Exp $ + +SHA1 (tex-eepic-15878/eepic.tar.xz) = 76c69962083add335800c5940de8e86e445cdb26 +RMD160 (tex-eepic-15878/eepic.tar.xz) = de4949e0445300763548abbab818e7c16bb16a5c +Size (tex-eepic-15878/eepic.tar.xz) = 11732 bytes |