summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tex-pstools-doc/DESCR1
-rw-r--r--graphics/tex-pstools-doc/Makefile16
-rw-r--r--graphics/tex-pstools-doc/PLIST3
-rw-r--r--graphics/tex-pstools-doc/distinfo6
-rw-r--r--graphics/tex-pstools/DESCR13
-rw-r--r--graphics/tex-pstools/Makefile32
-rw-r--r--graphics/tex-pstools/PLIST3
-rw-r--r--graphics/tex-pstools/distinfo6
8 files changed, 0 insertions, 80 deletions
diff --git a/graphics/tex-pstools-doc/DESCR b/graphics/tex-pstools-doc/DESCR
deleted file mode 100644
index 0c69cca94d7..00000000000
--- a/graphics/tex-pstools-doc/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This is documentation for tex-pstools.
diff --git a/graphics/tex-pstools-doc/Makefile b/graphics/tex-pstools-doc/Makefile
deleted file mode 100644
index e96b4b77a67..00000000000
--- a/graphics/tex-pstools-doc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:04:33 markd Exp $
-
-DISTNAME= pstools.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.68
-TEXLIVE_REV= 29764
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Documentation for tex-pstools
-LICENSE= lppl-1.3c
-
-TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/man/man1/bbox.*
-TEXLIVE_IGNORE_PATTERNS+= texmf-dist/doc/man/man1/ps2eps.*
-
-TEXLIVE_UNVERSIONED= yes
-.include "../../print/texlive/package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-pstools-doc/PLIST b/graphics/tex-pstools-doc/PLIST
deleted file mode 100644
index 97ea6c90128..00000000000
--- a/graphics/tex-pstools-doc/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/12/04 18:35:15 minskim Exp $
-man/man1/ps2frag.1
-man/man1/pslatex.1
diff --git a/graphics/tex-pstools-doc/distinfo b/graphics/tex-pstools-doc/distinfo
deleted file mode 100644
index a4e50e7e794..00000000000
--- a/graphics/tex-pstools-doc/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 21:34:31 agc Exp $
-
-SHA1 (tex-pstools-29764/pstools.doc.tar.xz) = 733dbb82237bd2d9aafd07b3339908d460665c38
-RMD160 (tex-pstools-29764/pstools.doc.tar.xz) = 92a7ae64f4be53a7991a1e00581195bb58bc5aef
-SHA512 (tex-pstools-29764/pstools.doc.tar.xz) = 771f634f746549f9d01993e9facdd0dcdeddcb7a457afe1f55a6095cdeb01e283e4c2895b11aa07fb4116027c655b79b547bcc69e28b91fdbd3290cf533ceaee
-Size (tex-pstools-29764/pstools.doc.tar.xz) = 33628 bytes
diff --git a/graphics/tex-pstools/DESCR b/graphics/tex-pstools/DESCR
deleted file mode 100644
index 35114814d80..00000000000
--- a/graphics/tex-pstools/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-Produce Encapsulated PostScript Files (EPS/EPSF) from a one-
-page PostScript document, or any PostScript document. A correct
-Bounding Box is calculated for the EPS files and some
-PostScript command sequences that can produce errorneous
-results on printers are filtered. The input is cropped to
-include just the image contained in the PostScript file. The
-EPS files can then be included into TeX documents. Other
-programs like ps2epsi (a script distributed with ghostscript)
-don't always calculate the correct bounding box (because the
-values are put on the PostScript stack which may get corrupted
-by bad PostScript code) or they round it off, resulting in
-clipping the image. Therefore ps2eps uses a resolution of 144
-dpi to get the correct bounding box.
diff --git a/graphics/tex-pstools/Makefile b/graphics/tex-pstools/Makefile
deleted file mode 100644
index 4fa513ec3ef..00000000000
--- a/graphics/tex-pstools/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2019/12/06 20:04:33 markd Exp $
-
-DISTNAME= pstools
-PKGNAME= tex-${DISTNAME}-1.68
-TEXLIVE_REV= 29764
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Produce Encapsulated PostScript from PostScript
-LICENSE= lppl-1.3c
-
-DEPENDS+= ps2eps>=1.68:../../graphics/ps2eps
-DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-DEPENDS+= tex-pslatex-[0-9]*:../../print/tex-pslatex
-
-USE_TOOLS+= sh:run
-
-REPLACE_SH= bin/ps2frag bin/pslatex
-
-TEX_TEXMF_DIRS= # none
-
-TEXLIVE_UNVERSIONED= yes
-.include "../../print/texlive/package.mk"
-
-post-extract:
- ${MKDIR} ${WRKSRC}/bin
- ${MV} ${WRKSRC}/texmf-dist/scripts/texlive/ps2frag.sh \
- ${WRKSRC}/bin/ps2frag
- ${MV} ${WRKSRC}/texmf-dist/scripts/texlive/pslatex.sh \
- ${WRKSRC}/bin/pslatex
- ${RM} -r ${WRKSRC}/texmf-dist
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-pstools/PLIST b/graphics/tex-pstools/PLIST
deleted file mode 100644
index 44bc0becd50..00000000000
--- a/graphics/tex-pstools/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/12/04 18:34:47 minskim Exp $
-bin/ps2frag
-bin/pslatex
diff --git a/graphics/tex-pstools/distinfo b/graphics/tex-pstools/distinfo
deleted file mode 100644
index c3407875504..00000000000
--- a/graphics/tex-pstools/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 21:34:31 agc Exp $
-
-SHA1 (tex-pstools-29764/pstools.tar.xz) = 238d7a5ea4046af4054cb9c32a500e4eef46b4b7
-RMD160 (tex-pstools-29764/pstools.tar.xz) = 08faaf8c4bf796bfb4ec06c48243cc07c3b68b4f
-SHA512 (tex-pstools-29764/pstools.tar.xz) = 6dea3a38318458e46ec67d3b8ce30fb4bd1368a284df40001fdf4f16076696af0e76c9827b8ac14ed4afba7d7a4e1922963ab0fb5dcf270a087b05ffa6bd044d
-Size (tex-pstools-29764/pstools.tar.xz) = 11524 bytes