From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 13:40:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C85F16A420 for ; Sat, 4 Feb 2006 13:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2888B43D5C for ; Sat, 4 Feb 2006 13:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k14De3aL022943 for ; Sat, 4 Feb 2006 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k14De3fp022939; Sat, 4 Feb 2006 13:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2006 13:40:03 GMT Resent-Message-Id: <200602041340.k14De3fp022939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62F916A420 for ; Sat, 4 Feb 2006 13:32:46 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C9743D73 for ; Sat, 4 Feb 2006 13:32:42 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.54.154.183) by vsmtp21.tin.it (7.2.060.1) id 43D8347A00848C8E for FreeBSD-gnats-submit@freebsd.org; Sat, 4 Feb 2006 14:32:41 +0100 Received: (qmail 19697 invoked by uid 0); 4 Feb 2006 13:29:31 -0000 Message-Id: <20060204132931.19696.qmail@stellina> Date: 4 Feb 2006 13:29:31 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92800: [NEW PORT] textproc/textogif: A Perl script to convert LaTeX formulas into GIFs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 13:40:07 -0000 >Number: 92800 >Category: ports >Synopsis: [NEW PORT] textproc/textogif: A Perl script to convert LaTeX formulas into GIFs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 04 13:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p10 FreeBSD 5.4-RELEASE-p10 #7: Wed Jan 25 21:43:38 CET 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- textogif-1.1.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: # # textogif # textogif/pkg-descr # textogif/Makefile # textogif/pkg-plist # textogif/distinfo # echo c - textogif mkdir -p textogif > /dev/null 2>&1 echo x - textogif/pkg-descr sed 's/^X//' >textogif/pkg-descr << 'END-of-textogif/pkg-descr' XConverts a LaTeX file containing equations(s) into a GIF file for Xembedding into an HTML document. The black and white image of the Xequation is created at high resolution and then resampled to the Xtarget resolution to antialias what would otherwise be jagged Xedges. X XAuthor: John Walker XWWW: http://www.fourmilab/webtools/textogif/ END-of-textogif/pkg-descr echo x - textogif/Makefile sed 's/^X//' >textogif/Makefile << 'END-of-textogif/Makefile' X# New ports collection makefile for: textogif X# Date created: 2006-02-04 X# Whom: Nicola Vitale X# X# $FreeBSD$ X# X XPORTNAME= textogif XPORTVERSION= 1.1 XCATEGORIES= textproc math www XMASTER_SITES= http://www.fourmilab.ch/webtools/textogif/download/ \ X http://nivi.interfree.it/distfiles/${PORTNAME}/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= nivit@email.it XCOMMENT= A Perl script to convert LaTeX formulas into GIFs X XRUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ X dvips:${PORTSDIR}/print/dvipsk-tetex \ X ppmtogif:${PORTSDIR}/graphics/netpbm X XNO_BUILD= yes XUSE_PERL5_RUN= yes X Xdo-install: X @cd ${WRKDIR};\ X ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin X X.include END-of-textogif/Makefile echo x - textogif/pkg-plist sed 's/^X//' >textogif/pkg-plist << 'END-of-textogif/pkg-plist' X@comment $FreeBSD$ Xbin/textogif END-of-textogif/pkg-plist echo x - textogif/distinfo sed 's/^X//' >textogif/distinfo << 'END-of-textogif/distinfo' XMD5 (textogif_1.1.tar.gz) = c3ccc8de3a0e06a362bbeec3a4b9226b XSHA256 (textogif_1.1.tar.gz) = e3cdf7579a9d1f1a0b45ffe3267b092928a50e6e5976a446eb49e39895325b4c XSIZE (textogif_1.1.tar.gz) = 3659 END-of-textogif/distinfo exit --- textogif-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: