Add dvipng, a DVI to PNG converter.

PR:		ports/60191
Submitted by:	o_sleep <o_sleep@babbleheaven.com>
This commit is contained in:
Pav Lucistnik 2003-12-13 22:26:40 +00:00
parent 1087a13739
commit 1bd68a3fa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95751
5 changed files with 36 additions and 0 deletions

View File

@ -48,6 +48,7 @@
SUBDIR += dri-devel
SUBDIR += drm-kmod
SUBDIR += duhdraw
SUBDIR += dvipng
SUBDIR += dynamechs
SUBDIR += ecg2png
SUBDIR += electriceyes

29
graphics/dvipng/Makefile Normal file
View File

@ -0,0 +1,29 @@
# ex:ts=8
# Ports collection makefile for: dvipng
# Date created: Dec 9, 2003
# Whom: o_sleep
#
# $FreeBSD$
#
PORTNAME= dvipng
PORTVERSION= 0.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= preview-latex
MAINTAINER= ports@FreeBSD.org
COMMENT= DVI to PNG Converter
BUILD_DEPENDS= kpsepath:${PORTSDIR}/print/teTeX
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
INFO= dvipng
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>

1
graphics/dvipng/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dvipng-0.8.tar.gz) = c0b3deaa46cf22b59a65596578103322

View File

@ -0,0 +1,4 @@
This program makes PNG graphics from DVI files as obtained from TeX
and its relatives.
WWW: http://sourceforge.net/projects/preview-latex/

View File

@ -0,0 +1 @@
bin/dvipng