Add dvipng, a DVI to PNG converter.
PR: ports/60191 Submitted by: o_sleep <o_sleep@babbleheaven.com>
This commit is contained in:
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
|
@ -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
29
graphics/dvipng/Makefile
Normal 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
1
graphics/dvipng/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dvipng-0.8.tar.gz) = c0b3deaa46cf22b59a65596578103322
|
4
graphics/dvipng/pkg-descr
Normal file
4
graphics/dvipng/pkg-descr
Normal 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/
|
1
graphics/dvipng/pkg-plist
Normal file
1
graphics/dvipng/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/dvipng
|
Loading…
Reference in a new issue