pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/dvipng Initial import of dvipng-0.5, a program t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2852c68b10fc
branches:  trunk
changeset: 459703:2852c68b10fc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 05 07:21:56 2003 +0000

description:
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:

 print/dvipng/DESCR            |  17 +++++++++++++++++
 print/dvipng/Makefile         |  23 +++++++++++++++++++++++
 print/dvipng/PLIST            |   3 +++
 print/dvipng/distinfo         |   5 +++++
 print/dvipng/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 0e9ab52792e2 -r 2852c68b10fc print/dvipng/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/DESCR        Tue Aug 05 07:21:56 2003 +0000
@@ -0,0 +1,17 @@
+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.
diff -r 0e9ab52792e2 -r 2852c68b10fc print/dvipng/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/Makefile     Tue Aug 05 07:21:56 2003 +0000
@@ -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@localhost
+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"
diff -r 0e9ab52792e2 -r 2852c68b10fc print/dvipng/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/PLIST        Tue Aug 05 07:21:56 2003 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $
+bin/dvipng
+info/dvipng.info
diff -r 0e9ab52792e2 -r 2852c68b10fc print/dvipng/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/distinfo     Tue Aug 05 07:21:56 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $
+
+SHA1 (dvipng-0.5.tar.gz) = 1e86ecfe3625a77694b3a8af3f15b249f33b38bb
+Size (dvipng-0.5.tar.gz) = 107122 bytes
+SHA1 (patch-aa) = 6442856f6a91b5e7afeb7a731bbf9dd391e0e3ee
diff -r 0e9ab52792e2 -r 2852c68b10fc print/dvipng/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/patches/patch-aa     Tue Aug 05 07:21:56 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $
+
+--- Makefile.in.orig   Tue Aug  5 08:58:36 2003
++++ Makefile.in
+@@ -70,10 +70,10 @@ README: readme.texi
+ 
+ install-docs:
+       -$(MKINSTALLDIRS) $(infodir)
+-      for x in preview-latex.info* ; do \
++      for x in dvipng.info* ; do \
+               $(INSTALL_DATA) $$x $(infodir) ; \
+       done
+-      -$(INSTALL_INFO) --info-dir=$(infodir) preview-latex.info
++      -$(INSTALL_INFO) --info-dir=$(infodir) dvipng.info
+ 
+ 
+ ####################################### The test



Home | Main Index | Thread Index | Old Index