Add textogif 1.1, a Perl script to convert LaTeX formulas into GIFs.

PR:		ports/92800
Submitted by:	Nicola Vitale	<nivit@email.it>
Approved by:	tobez
This commit is contained in:
Aaron Dalton 2006-05-05 06:32:30 +00:00
parent 5c05bf1526
commit 019b4069c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161383
5 changed files with 43 additions and 0 deletions

View file

@ -781,6 +781,7 @@
SUBDIR += tex2im
SUBDIR += texi2db
SUBDIR += texi2html
SUBDIR += textogif
SUBDIR += tinyxml
SUBDIR += tkdiff
SUBDIR += tkxmlive

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: textogif
# Date created: 2006-02-04
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= textogif
PORTVERSION= 1.1
CATEGORIES= textproc math www
MASTER_SITES= http://www.fourmilab.ch/webtools/textogif/download/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= A Perl script to convert LaTeX formulas into GIFs
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
dvips:${PORTSDIR}/print/dvipsk-tetex \
ppmtogif:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_PERL5_RUN= yes
do-install:
@cd ${WRKDIR};\
${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (textogif_1.1.tar.gz) = c3ccc8de3a0e06a362bbeec3a4b9226b
SHA256 (textogif_1.1.tar.gz) = e3cdf7579a9d1f1a0b45ffe3267b092928a50e6e5976a446eb49e39895325b4c
SIZE (textogif_1.1.tar.gz) = 3659

View file

@ -0,0 +1,8 @@
Converts a LaTeX file containing equations(s) into a GIF file for
embedding into an HTML document. The black and white image of the
equation is created at high resolution and then resampled to the
target resolution to antialias what would otherwise be jagged
edges.
Author: John Walker
WWW: http://www.fourmilab/webtools/textogif/

View file

@ -0,0 +1,2 @@
@comment $FreeBSD$
bin/textogif