diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-16 03:31:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-16 03:31:25 +0000 |
commit | 3dd61097ca798fcbde38f49f13bc57da3d80ef25 (patch) | |
tree | 13243f41cf78e4782dcffad023a60ce4a40f1432 /graphics/dvipng/Makefile | |
parent | d1c21a7fa6b9f4a1335d39128a7590fa51e35ed5 (diff) | |
download | pkgsrc-3dd61097ca798fcbde38f49f13bc57da3d80ef25.tar.gz |
Update dvipng to 1.12.
Changes:
* Special.c: Keep transparent background in rescaled included bitmaps
* special.c: Add the color PostScript prologue
* dvipng.h, special.c: Support xcolor PostScript prologue
* color.c: Support x11nam.def, fix handling of xcolor
multiple-model color values, and xcolor PostScript prologue
* special.c: Some (most?) literal PostScript specials seem to
depend on tex.pro and possibly special.pro, always load these
* configure.ac: Fix gs checks
* misc.c: Correct last mmap element
* readme.texi: Mention new color models in xcolor
* color.c: Adjust for new version of xcolor, mainly color prefixes
Diffstat (limited to 'graphics/dvipng/Makefile')
-rw-r--r-- | graphics/dvipng/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index bc770dfce0f..f32382fd46b 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -1,28 +1,20 @@ -# $NetBSD: Makefile,v 1.8 2009/10/14 07:22:46 tron Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/16 03:31:25 minskim Exp $ -DISTNAME= dvipng-1.11 -PKGREVISION= 4 +DISTNAME= dvipng-1.12 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 - -DEPENDS+= teTeX-bin>=3.0nb27:../../print/teTeX3-bin +LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes -INFO_FILES= yes -USE_TOOLS+= makeinfo - -.include "../../mk/bsd.prefs.mk" +GNU_CONFIGURE= yes -# DragonFly has stripped makeinfo in the base - without texi2dvi. -.if ${OPSYS} == "DragonFly" -BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo -.endif +BUILD_TARGET= dvipng +INSTALL_TARGET= install-dvigif .include "../../fonts/t1lib/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" |