pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: markd
Date: Tue Sep 20 12:37:25 UTC 2016
Added Files:
pkgsrc/graphics/tex-texdraw: DESCR Makefile PLIST distinfo
pkgsrc/graphics/tex-texdraw-doc: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-texdraw/DESCR \
pkgsrc/graphics/tex-texdraw/Makefile pkgsrc/graphics/tex-texdraw/PLIST \
pkgsrc/graphics/tex-texdraw/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-texdraw-doc/DESCR \
pkgsrc/graphics/tex-texdraw-doc/Makefile \
pkgsrc/graphics/tex-texdraw-doc/PLIST \
pkgsrc/graphics/tex-texdraw-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/tex-texdraw/DESCR
diff -u /dev/null pkgsrc/graphics/tex-texdraw/DESCR:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw/DESCR Tue Sep 20 12:37:25 2016
@@ -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.
Index: pkgsrc/graphics/tex-texdraw/Makefile
diff -u /dev/null pkgsrc/graphics/tex-texdraw/Makefile:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw/Makefile Tue Sep 20 12:37:25 2016
@@ -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"
Index: pkgsrc/graphics/tex-texdraw/PLIST
diff -u /dev/null pkgsrc/graphics/tex-texdraw/PLIST:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw/PLIST Tue Sep 20 12:37:25 2016
@@ -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
Index: pkgsrc/graphics/tex-texdraw/distinfo
diff -u /dev/null pkgsrc/graphics/tex-texdraw/distinfo:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw/distinfo Tue Sep 20 12:37:25 2016
@@ -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
Index: pkgsrc/graphics/tex-texdraw-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-texdraw-doc/DESCR:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw-doc/DESCR Tue Sep 20 12:37:25 2016
@@ -0,0 +1 @@
+Documentation for tex-texdraw.
Index: pkgsrc/graphics/tex-texdraw-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-texdraw-doc/Makefile:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw-doc/Makefile Tue Sep 20 12:37:25 2016
@@ -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"
Index: pkgsrc/graphics/tex-texdraw-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-texdraw-doc/PLIST:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw-doc/PLIST Tue Sep 20 12:37:25 2016
@@ -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
Index: pkgsrc/graphics/tex-texdraw-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-texdraw-doc/distinfo:1.1
--- /dev/null Tue Sep 20 12:37:25 2016
+++ pkgsrc/graphics/tex-texdraw-doc/distinfo Tue Sep 20 12:37:25 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index