From 601561c3ca8d2d42867dff3492c2389fd440b3df Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 21 Oct 2012 17:54:51 +0000 Subject: Import tex-psfrag-3.04 as print/tex-psfrag. Allows LaTeX constructions (equations, picture environments, etc.) to be precisely superimposed over Encapsulated PostScript figures, using your own favorite drawing tool to create an EPS figure and placing simple text 'tags' where each replacement is to be placed, with PSfrag automatically removing these tags from the figure and replacing them with a user specified LaTeX construction, properly aligned, scaled, and/or rotated. --- print/tex-psfrag/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 print/tex-psfrag/Makefile (limited to 'print/tex-psfrag/Makefile') diff --git a/print/tex-psfrag/Makefile b/print/tex-psfrag/Makefile new file mode 100644 index 00000000000..dccd4e37780 --- /dev/null +++ b/print/tex-psfrag/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2012/10/21 17:54:51 minskim Exp $ + +DISTNAME= psfrag +PKGNAME= tex-${DISTNAME}-3.04 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Replace strings in encapsulated PostScript figures + +CONFLICTS+= teTeX-texmf<=3.0nb37 +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3