diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-05 07:21:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-05 07:21:56 +0000 |
commit | cb63619124e8454e4f435ebd97358b2af2e42407 (patch) | |
tree | 28f94a7371a4c79fcbd2026ebe46d14305761671 /print/dvipng/Makefile | |
parent | 2fa4ab376f25ec119b00826b92f78a5f7420bd66 (diff) | |
download | pkgsrc-cb63619124e8454e4f435ebd97358b2af2e42407.tar.gz |
Initial import of dvipng-0.5, a program to convert DVI to PNG.
This program makes PNG graphics from DVI files as obtained from
TeX and its relatives.
It is intended to produce anti-aliased screen-resolution images as
fast as is possible. The target audience is people who need to
generate and regenerate many images again and again. The primary
target is the preview-latex (X)Emacs package, a package to preview
formulas from within (X)Emacs. Yes, you get to see your formulas
in the (X)Emacs buffer, see `http://preview-latex.sf.net'.
Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
instant feedback as to whether or not their answers are correct,
see `http://webwork.math.rochester.edu'.
Other applications may also benefit, like web applications as
latex2html and WYSIWYG editors like LyX.
Diffstat (limited to 'print/dvipng/Makefile')
-rw-r--r-- | print/dvipng/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile new file mode 100644 index 00000000000..76646339108 --- /dev/null +++ b/print/dvipng/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $ +# + +DISTNAME= dvipng-0.5 +CATEGORIES= textproc converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://preview-latex.sourceforge.net/ +COMMENT= Convert DVI files to PNG files + +USE_BUILDLINK2= yes +USE_MAKEINFO= yes +USE_NEW_TEXINFO= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +INFO_FILES= dvipng.info + +.include "../../graphics/gd/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |