pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Add tex-texdraw 2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee83197f04ca
branches: trunk
changeset: 352954:ee83197f04ca
user: markd <markd%pkgsrc.org@localhost>
date: Tue Sep 20 12:37:25 2016 +0000
description:
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:
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(+), 0 deletions(-)
diffs (99 lines):
diff -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw-doc/DESCR Tue Sep 20 12:37:25 2016 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-texdraw.
diff -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw-doc/Makefile Tue Sep 20 12:37:25 2016 +0000
@@ -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@localhost
+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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw-doc/PLIST Tue Sep 20 12:37:25 2016 +0000
@@ -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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw-doc/distinfo Tue Sep 20 12:37:25 2016 +0000
@@ -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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw/DESCR Tue Sep 20 12:37:25 2016 +0000
@@ -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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw/Makefile Tue Sep 20 12:37:25 2016 +0000
@@ -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@localhost
+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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw/PLIST Tue Sep 20 12:37:25 2016 +0000
@@ -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 -r 9699eba753b0 -r ee83197f04ca graphics/tex-texdraw/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tex-texdraw/distinfo Tue Sep 20 12:37:25 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index