Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2003 11:20:15 -0800 (PST)
From:      <o_sleep@babbleheaven.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/60191: New ports:graphics/dvipng version .7 used by WebWork math program
Message-ID:  <200312131920.hBDJKFa8038242@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/60191; it has been noted by GNATS.

From: <o_sleep@babbleheaven.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: <o_sleep@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@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@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 ---
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312131920.hBDJKFa8038242>