ports/60191: New ports:graphics/dvipng version .7 used by WebWork math program
o_sleep at babbleheaven.com
o_sleep at babbleheaven.com
Sat Dec 13 19:20:17 UTC 2003
The following reply was made to PR ports/60191; it has been noted by GNATS.
From: <o_sleep at babbleheaven.com>
To: FreeBSD-gnats-submit at freebsd.org
Cc: <o_sleep at babbleheaven.com>
Subject: Re: ports/60191: New ports:graphics/dvipng version .7 used by WebWork math program
Date: Sat, 13 Dec 2003 19:10:55 +0000 (GMT)
>Submitter-Id: current-users
>Originator: Bjorn Nelson
>Organization: Baruch College
>Confidential: no
>Synopsis: Re: ports/60191: New ports:graphics/dvipng version .7 used by WebWork math program
>Severity: non-critical
>Priority: medium
>Category: ports
>Class: update
>Release: FreeBSD 5.1-RELEASE-p2 i386
>Environment:
System: FreeBSD imp.baruch.cuny.edu 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Sep 8 16:40:15 GMT 2003 root at imp.baruch.cuny.edu:/src/usr.obj/src/usr.src/sys/PE6100 i386
>Description:
Pav, thanks for catching that. kpathsea is found in latex so I added that dependency. I also found a few more dependencies and updated the version to .8 Please disgregard the previous shar and use the included one instead. -Bjorn
>How-To-Repeat:
>Fix:
--- dvipng.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# dvipng
# dvipng/Makefile
# dvipng/distinfo
# dvipng/pkg-descr
# dvipng/pkg-plist
#
echo c - dvipng
mkdir -p dvipng > /dev/null 2>&1
echo x - dvipng/Makefile
sed 's/^X//' >dvipng/Makefile << 'END-of-dvipng/Makefile'
X# ex:ts=8
X# Ports collection makefile for: dvipng
X# Date created: Dec 9, 2003
X# Whom: o_sleep
X#
X# $FreeBSD$
X#
X
XPORTNAME= dvipng
XPORTVERSION= 0.8
XCATEGORIES= graphics
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= preview-latex
X
X
XMAINTAINER= ports at FreeBSD.org
XCOMMENT= DVI to PNG Converter
X
XBUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake \
X autoheader:${PORTSDIR}/devel/autoconf \
X latex:${PORTSDIR}/print/latex
X
X
XLIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \
X freetype*:${PORTSDIR}/print/freetype \
X png:${PORTSDIR}/graphics/png
X
XUSE_GMAKE= yes
XGNU_CONFIGURE= yes
XCONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
X CPPFLAGS="-I${LOCALBASE}/include"
XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
X.include <bsd.port.mk>
END-of-dvipng/Makefile
echo x - dvipng/distinfo
sed 's/^X//' >dvipng/distinfo << 'END-of-dvipng/distinfo'
XMD5 (dvipng-0.8.tar.gz) = c0b3deaa46cf22b59a65596578103322
END-of-dvipng/distinfo
echo x - dvipng/pkg-descr
sed 's/^X//' >dvipng/pkg-descr << 'END-of-dvipng/pkg-descr'
XDVIPNG
X
XThis program makes PNG graphics from DVI files as obtained from TeX
Xand its relatives.
X
Xhttp://sourceforge.net/project/shownotes.php?group_id=35101&release_id=191855
END-of-dvipng/pkg-descr
echo x - dvipng/pkg-plist
sed 's/^X//' >dvipng/pkg-plist << 'END-of-dvipng/pkg-plist'
Xbin/dvipng
Xinfo/dvipng.info
END-of-dvipng/pkg-plist
exit
--- dvipng.shar ends here ---
More information about the freebsd-ports-bugs
mailing list