From 9d4d7b4a03e78d16917d1fb08cde709ece30dc41 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 20 Sep 2016 12:37:25 +0000 Subject: [PATCH] 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. --- graphics/tex-texdraw-doc/DESCR | 1 + graphics/tex-texdraw-doc/Makefile | 13 +++++++++++++ graphics/tex-texdraw-doc/PLIST | 9 +++++++++ graphics/tex-texdraw-doc/distinfo | 6 ++++++ graphics/tex-texdraw/DESCR | 9 +++++++++ graphics/tex-texdraw/Makefile | 15 +++++++++++++++ graphics/tex-texdraw/PLIST | 8 ++++++++ graphics/tex-texdraw/distinfo | 6 ++++++ 8 files changed, 67 insertions(+) create mode 100644 graphics/tex-texdraw-doc/DESCR create mode 100644 graphics/tex-texdraw-doc/Makefile create mode 100644 graphics/tex-texdraw-doc/PLIST create mode 100644 graphics/tex-texdraw-doc/distinfo create mode 100644 graphics/tex-texdraw/DESCR create mode 100644 graphics/tex-texdraw/Makefile create mode 100644 graphics/tex-texdraw/PLIST create mode 100644 graphics/tex-texdraw/distinfo diff --git a/graphics/tex-texdraw-doc/DESCR b/graphics/tex-texdraw-doc/DESCR new file mode 100644 index 000000000000..7f152d0cac0a --- /dev/null +++ b/graphics/tex-texdraw-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-texdraw. diff --git a/graphics/tex-texdraw-doc/Makefile b/graphics/tex-texdraw-doc/Makefile new file mode 100644 index 000000000000..f5561ee5bd76 --- /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" diff --git a/graphics/tex-texdraw-doc/PLIST b/graphics/tex-texdraw-doc/PLIST new file mode 100644 index 000000000000..ee142a095df4 --- /dev/null +++ b/graphics/tex-texdraw-doc/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/20 12:37:25 markd Exp $ +info/texdraw.info +share/texmf-dist/doc/support/texdraw/ChangeLog +share/texmf-dist/doc/support/texdraw/README +share/texmf-dist/doc/support/texdraw/texdraw.cps +share/texmf-dist/doc/support/texdraw/texdraw.fns +share/texmf-dist/doc/support/texdraw/texdraw.ps +share/texmf-dist/doc/support/texdraw/texdraw.texi +share/texmf-dist/doc/support/texdraw/txi-src.tgz diff --git a/graphics/tex-texdraw-doc/distinfo b/graphics/tex-texdraw-doc/distinfo new file mode 100644 index 000000000000..95378992f796 --- /dev/null +++ b/graphics/tex-texdraw-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/20 12:37:25 markd Exp $ + +SHA1 (tex-texdraw-31894/texdraw.doc.tar.xz) = f5199920c7169eb3b3572f2eb9bb82754686363d +RMD160 (tex-texdraw-31894/texdraw.doc.tar.xz) = f3df70763ddd92fdf97f60ae4977e1cfc9c8fd46 +SHA512 (tex-texdraw-31894/texdraw.doc.tar.xz) = 3d09eb30d3542106195064e9fa96d52ee2e533ce1d4cf7824ef64030ee55ba3770957bed6fd496156540a5886b064240229fdc585cdaa2d63b1586278a9bce0a +Size (tex-texdraw-31894/texdraw.doc.tar.xz) = 171704 bytes diff --git a/graphics/tex-texdraw/DESCR b/graphics/tex-texdraw/DESCR new file mode 100644 index 000000000000..f4b8418e3a3a --- /dev/null +++ b/graphics/tex-texdraw/DESCR @@ -0,0 +1,9 @@ +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. diff --git a/graphics/tex-texdraw/Makefile b/graphics/tex-texdraw/Makefile new file mode 100644 index 000000000000..b46dd9b7a615 --- /dev/null +++ b/graphics/tex-texdraw/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/09/20 12:37:25 markd Exp $ + +DISTNAME= texdraw +PKGNAME= tex-${DISTNAME}-2.0 +TEXLIVE_REV= 31894 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/texdraw +COMMENT= Graphical macros, using embedded PostScript +#LICENSE= other-free + +CONFLICTS+= teTeX-texmf<=3.0nb56 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-texdraw/PLIST b/graphics/tex-texdraw/PLIST new file mode 100644 index 000000000000..31bf8a800ad6 --- /dev/null +++ b/graphics/tex-texdraw/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/20 12:37:25 markd Exp $ +share/texmf-dist/tex/generic/texdraw/blockdiagram.tex +share/texmf-dist/tex/generic/texdraw/texdraw.sty +share/texmf-dist/tex/generic/texdraw/texdraw.tex +share/texmf-dist/tex/generic/texdraw/txdexamp.latex +share/texmf-dist/tex/generic/texdraw/txdexamp.tex +share/texmf-dist/tex/generic/texdraw/txdps.tex +share/texmf-dist/tex/generic/texdraw/txdtools.tex diff --git a/graphics/tex-texdraw/distinfo b/graphics/tex-texdraw/distinfo new file mode 100644 index 000000000000..1c98e89e596a --- /dev/null +++ b/graphics/tex-texdraw/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/20 12:37:25 markd Exp $ + +SHA1 (tex-texdraw-31894/texdraw.tar.xz) = 370a66d41d0279d84a1e321dc73c0d557bb62bc6 +RMD160 (tex-texdraw-31894/texdraw.tar.xz) = 4c54b455af10fd81066df98274b1d31acd3e96de +SHA512 (tex-texdraw-31894/texdraw.tar.xz) = f2363bdd0f0f20851771ebb10606d23505bb8b898c227a22f7baea2f410fb9ad3aef75ccec923f7e2c0794e65032b511dd8ee65618792dccbae21cc8af11f1fa +Size (tex-texdraw-31894/texdraw.tar.xz) = 18200 bytes