diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-02-18 21:19:15 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-02-18 21:19:15 +0000 |
commit | 61e467dbf7a6e5a3b423bbacdc7936a75f0c1e08 (patch) | |
tree | 5410d36b394f6a181847d14c1abcb721dfc4b9c8 /graphics | |
parent | 531096021b169c1c8c02592dd90dfd30b40fda92 (diff) | |
download | pkgsrc-61e467dbf7a6e5a3b423bbacdc7936a75f0c1e08.tar.gz |
Import dvipng-1.11 as graphics/dvipng.
This program makes PNG and/or GIF graphics from DVI files. It produces
high-quality images while its internals are tuned for speed. It supports PK,
VF, PostScript and TrueType fonts, color, PostScript inclusion, bitmap
inclusion, and has CJK support
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dvipng/DESCR | 4 | ||||
-rw-r--r-- | graphics/dvipng/Makefile | 22 | ||||
-rw-r--r-- | graphics/dvipng/PLIST | 6 | ||||
-rw-r--r-- | graphics/dvipng/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/dvipng/DESCR b/graphics/dvipng/DESCR new file mode 100644 index 00000000000..c60c7188caf --- /dev/null +++ b/graphics/dvipng/DESCR @@ -0,0 +1,4 @@ +This program makes PNG and/or GIF graphics from DVI files. It produces +high-quality images while its internals are tuned for speed. It supports PK, +VF, PostScript and TrueType fonts, color, PostScript inclusion, bitmap +inclusion, and has CJK support diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile new file mode 100644 index 00000000000..096dbfad083 --- /dev/null +++ b/graphics/dvipng/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/18 21:19:15 ahoka Exp $ +# + +DISTNAME= dvipng-1.11 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvipng/} + +MAINTAINER= ahoka@NetBSD.org +HOMEPAGE= http://savannah.nongnu.org/projects/dvipng/ +COMMENT= Convert TeX DVI files to PNG or GIF + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +INFO_FILES= yes +USE_TOOLS+= makeinfo + +.include "../../graphics/gd/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../mk/tex.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/dvipng/PLIST b/graphics/dvipng/PLIST new file mode 100644 index 00000000000..d7af5f0963a --- /dev/null +++ b/graphics/dvipng/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/18 21:19:15 ahoka Exp $ +bin/dvigif +bin/dvipng +info/dvipng.info +man/man1/dvigif.1 +man/man1/dvipng.1 diff --git a/graphics/dvipng/distinfo b/graphics/dvipng/distinfo new file mode 100644 index 00000000000..d39b191c806 --- /dev/null +++ b/graphics/dvipng/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/18 21:19:15 ahoka Exp $ + +SHA1 (dvipng-1.11.tar.gz) = 2093cbd22c4d459bbf7e89d87b6a0b0046281ce7 +RMD160 (dvipng-1.11.tar.gz) = 5a1910784208a25bbb3949495d95fcac59e849ba +Size (dvipng-1.11.tar.gz) = 167331 bytes |