diff options
author | markd <markd@pkgsrc.org> | 2016-09-20 12:37:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-09-20 12:37:25 +0000 |
commit | db4bb2654b50dece0a17cfc2c70a747566724d98 (patch) | |
tree | 402f950a445fc7ce8d73a62d7c78e1ce57774dd9 /graphics/tex-texdraw-doc/Makefile | |
parent | bbc31fbbcf2a455d42992a1b5110171aa1697244 (diff) | |
download | pkgsrc-db4bb2654b50dece0a17cfc2c70a747566724d98.tar.gz |
Add tex-texdraw 2.0
TeXdraw is a set of macro definitions for TeX, which allow the
user to produce PostScript drawings from within TeX and LaTeX.
TeXdraw has been designed to be extensible. Drawing 'segments'
are relocatable, self-contained units. Using a combination of
the TeX's grouping mechanism and the gsave/grestore mechanism
in PostScript, drawing segments allow for local changes to the
scaling and line parameters. Using TeX's macro definition
capability, new drawing commands can be constructed from
drawing segments.
Diffstat (limited to 'graphics/tex-texdraw-doc/Makefile')
-rw-r--r-- | graphics/tex-texdraw-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tex-texdraw-doc/Makefile b/graphics/tex-texdraw-doc/Makefile new file mode 100644 index 00000000000..f5561ee5bd7 --- /dev/null +++ b/graphics/tex-texdraw-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/09/20 12:37:25 markd Exp $ + +DISTNAME= texdraw.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2.0 +TEXLIVE_REV= 31894 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/texdraw +COMMENT= Documentation for tex-texdraw +#LICENSE= other-free + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |