From nivit@email.it  Fri Feb  3 22:19:11 2006
Return-Path: <nivit@email.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4DFEA16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2006 22:19:11 +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 E581E43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Feb 2006 22:19:09 +0000 (GMT)
	(envelope-from nivit@email.it)
Received: from stellina (82.60.4.114) by vsmtp21.tin.it (7.2.060.1)
        id 43D8347A007EC690 for FreeBSD-gnats-submit@freebsd.org; Fri, 3 Feb 2006 23:19:08 +0100
Received: (qmail 52174 invoked by uid 0); 3 Feb 2006 22:08:37 -0000
Message-Id: <20060203220837.52173.qmail@stellina>
Date: 3 Feb 2006 22:08:37 -0000
From: nivit@email.it (Nicola Vitale)
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] www/mimetex: A CGI script that lets you embed LaTeX math in your HTML pages
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92783
>Category:       ports
>Synopsis:       [NEW PORT] www/mimetex: A CGI script that lets you embed LaTeX math in your HTML pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 03 22:20:02 GMT 2006
>Closed-Date:    Fri May 05 06:30:53 GMT 2006
>Last-Modified:  Fri May 05 06:30:53 GMT 2006
>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:
MimeTeX, licensed under the gpl, lets you easily embed LaTeX math in
your html pages.  It parses a LaTeX math expression and immediately
emits the corresponding gif image, rather than the usual TeX dvi.
And mimeTeX is an entirely separate little program that doesn't
use TeX or its fonts in any way.  It's just one cgi that you put in
your site's cgi-bin/ directory, with no other dependencies.
It's easy to use. Just place an html <img> tag in your document
wherever you want to see the corresponding LaTeX expression.

Author:	John Forkosh <john@forkosh.com>
WWW:	http://www.forkosh.com/mimetex.html

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mimetex-1.60.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:
#
#	mimetex
#	mimetex/pkg-descr
#	mimetex/Makefile
#	mimetex/pkg-plist
#	mimetex/distinfo
#
echo c - mimetex
mkdir -p mimetex > /dev/null 2>&1
echo x - mimetex/pkg-descr
sed 's/^X//' >mimetex/pkg-descr << 'END-of-mimetex/pkg-descr'
XMimeTeX, licensed under the gpl, lets you easily embed LaTeX math in
Xyour html pages.  It parses a LaTeX math expression and immediately
Xemits the corresponding gif image, rather than the usual TeX dvi.
XAnd mimeTeX is an entirely separate little program that doesn't
Xuse TeX or its fonts in any way.  It's just one cgi that you put in
Xyour site's cgi-bin/ directory, with no other dependencies.
XIt's easy to use. Just place an html <img> tag in your document
Xwherever you want to see the corresponding LaTeX expression.
X
XAuthor:	John Forkosh <john@forkosh.com>
XWWW:	http://www.forkosh.com/mimetex.html
END-of-mimetex/pkg-descr
echo x - mimetex/Makefile
sed 's/^X//' >mimetex/Makefile << 'END-of-mimetex/Makefile'
X# New ports collection makefile for:	mimetex
X# Date created:		2006-02-03
X# Whom:			Nicola Vitale	<nivit@email.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mimetex
XPORTVERSION=	1.60
XCATEGORIES=	www math
XMASTER_SITES=	http://www.forkosh.com/ \
X		http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/
XDISTNAME=	${PORTNAME}
XDIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	nivit@email.it
XCOMMENT=	A CGI script that lets you embed LaTeX math in your HTML pages
X
XNO_WRKSUBDIR=	yes
XUSE_APACHE=	yes
XUSE_ZIP=	yes
X
XFETCH_CMD=	/usr/bin/fetch -rR	# see PR bin/76134
X
XCGI_BIN=	${PREFIX}/www/cgi-bin/
XCGI_PRG=	${PORTNAME}.cgi
X
Xdo-build:
X	cd ${WRKDIR};\
X	${CC} -DAA mimetex.c gifsave.c -lm -o ${CGI_PRG}
X
Xdo-install:
X	${MKDIR} ${CGI_BIN}
X	${INSTALL_PROGRAM} ${WRKSRC}/${CGI_PRG} ${CGI_BIN}/${CGI_PRG}
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-mimetex/Makefile
echo x - mimetex/pkg-plist
sed 's/^X//' >mimetex/pkg-plist << 'END-of-mimetex/pkg-plist'
X@comment $FreeBSD$
X%%PORTDOCS%%%%DOCSDIR%%/mimetex.html
Xwww/cgi-bin/mimetex.cgi
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrmtry www/cgi-bin
END-of-mimetex/pkg-plist
echo x - mimetex/distinfo
sed 's/^X//' >mimetex/distinfo << 'END-of-mimetex/distinfo'
XMD5 (mimetex/1.60/mimetex.zip) = 8ff4484c3d24c0bac2b76ae5bc951da2
XSHA256 (mimetex/1.60/mimetex.zip) = 54654292a4f8e879a645dd4c7234d1a5a0e272b95438b9b51e8c9a8aaa5a82ab
XSIZE (mimetex/1.60/mimetex.zip) = 643704
END-of-mimetex/distinfo
exit
--- mimetex-1.60.shar ends here ---

>Release-Note:
>Audit-Trail:

From: nivit@email.it (Nicola Vitale)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/92783: [NEW PORT] www/mimetex: A CGI script that lets you embed LaTeX math in your HTML pages
Date: Thu, 16 Feb 2006 15:04:15 +0100

 --qDbXVdCdHGoSgWSk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 New shar archive: fix size mismatch, because the Author has
 in the meantime changed the package, without updating the version
 number.
 
 
 --qDbXVdCdHGoSgWSk
 Content-Type: application/x-shar
 Content-Disposition: attachment; filename="mimetex.shar"
 Content-Transfer-Encoding: quoted-printable
 
 # This is a shell archive.  Save it in a file, remove anything before=0A# t=
 his line, and then unpack it by entering "sh file".  Note, it may=0A# creat=
 e directories; files and directories will be owned by you and=0A# have defa=
 ult permissions.=0A#=0A# This archive contains:=0A#=0A#	mimetex=0A#	mimetex=
 /pkg-descr=0A#	mimetex/Makefile=0A#	mimetex/pkg-plist=0A#	mimetex/distinfo=
 =0A#	mimetex/pkg-message=0A#=0Aecho c - mimetex=0Amkdir -p mimetex > /dev/n=
 ull 2>&1=0Aecho x - mimetex/pkg-descr=0Ased 's/^X//' >mimetex/pkg-descr << =
 'END-of-mimetex/pkg-descr'=0AXMimeTeX, licensed under the gpl, lets you eas=
 ily embed LaTeX math in=0AXyour html pages.  It parses a LaTeX math express=
 ion and immediately=0AXemits the corresponding gif image, rather than the u=
 sual TeX dvi.=0AXAnd mimeTeX is an entirely separate little program that do=
 esn't=0AXuse TeX or its fonts in any way.  It's just one cgi that you put i=
 n=0AXyour site's cgi-bin/ directory, with no other dependencies.=0AXIt's ea=
 sy to use. Just place an html <img> tag in your document=0AXwherever you wa=
 nt to see the corresponding LaTeX expression.=0AX=0AXAuthor:	John Forkosh <=
 john@forkosh.com>=0AXWWW:	http://www.forkosh.com/mimetex.html=0AEND-of-mime=
 tex/pkg-descr=0Aecho x - mimetex/Makefile=0Ased 's/^X//' >mimetex/Makefile =
 << 'END-of-mimetex/Makefile'=0AX# New ports collection makefile for:	mimete=
 x=0AX# Date created:		2006-02-03=0AX# Whom:			Nicola Vitale	<nivit@email.it=
 >=0AX#=0AX# $FreeBSD$=0AX#=0AX=0AXPORTNAME=3D	mimetex=0AXPORTVERSION=3D	1.6=
 0=0AXCATEGORIES=3D	www math=0AXMASTER_SITES=3D	http://www.forkosh.com/ \=0A=
 X		http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/=0AXDISTNAME=3D	${PORT=
 NAME}=0AXDIST_SUBDIR=3D	${PORTNAME}/${PORTVERSION}=0AX=0AXMAINTAINER=3D	niv=
 it@email.it=0AXCOMMENT=3D	A CGI script that lets you embed LaTeX math in yo=
 ur HTML pages=0AX=0AXNO_WRKSUBDIR=3D	yes=0AXUSE_APACHE=3D	yes=0AXUSE_ZIP=3D=
 	yes=0AX=0AXFETCH_CMD=3D	/usr/bin/fetch -rR	# see PR bin/76134=0AXLN_OPTS=
 =3D	-sf=0AX=0AXCGI_BIN=3D	${PREFIX}/www/cgi-bin/=0AXCGI_PRG=3D	${PORTNAME}.=
 cgi=0AXWWW_DIR=3D	${PREFIX}/www/data/mimetex/=0AX=0AXdo-build:=0AX	cd ${WRK=
 DIR};\=0AX	${CC} ${CFLAGS} -DAA mimetex.c gifsave.c -lm -o ${CGI_PRG}=0AX=
 =0AXdo-install:=0AX	${MKDIR} ${CGI_BIN}=0AX	${INSTALL_PROGRAM} ${WRKSRC}/${=
 CGI_PRG} ${CGI_BIN}/${CGI_PRG}=0AX.if !defined(NOPORTDOCS)=0AX	${MKDIR} ${D=
 OCSDIR}=0AX	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}=0AX	${MKD=
 IR} ${WWW_DIR}=0AX	${LN} ${LN_OPTS} ${DOCSDIR}/${PORTNAME}.html ${WWW_DIR}/=
 index.html=0AX.endif=0AX=0AXpost-install:=0AX	${CAT} ${PKGMESSAGE}=0AX=0AX.=
 include <bsd.port.mk>=0AEND-of-mimetex/Makefile=0Aecho x - mimetex/pkg-plis=
 t=0Ased 's/^X//' >mimetex/pkg-plist << 'END-of-mimetex/pkg-plist'=0AX@comme=
 nt $FreeBSD$=0AX%%PORTDOCS%%%%DOCSDIR%%/mimetex.html=0AX%%PORTDOCS%%www/dat=
 a/mimetex/index.html=0AXwww/cgi-bin/mimetex.cgi=0AX%%PORTDOCS%%@dirrm %%DOC=
 SDIR%%=0AX%%PORTDOCS%%@dirrm www/data/mimetex=0AX@dirrmtry www/cgi-bin=0AEN=
 D-of-mimetex/pkg-plist=0Aecho x - mimetex/distinfo=0Ased 's/^X//' >mimetex/=
 distinfo << 'END-of-mimetex/distinfo'=0AXMD5 (mimetex/1.60/mimetex.zip) =3D=
  9b201b0e36d83b2713caa9048958be82=0AXSHA256 (mimetex/1.60/mimetex.zip) =3D =
 7cd7de6f62471301ebf58490e00a00ccc60728d629c2cdfcfb167dfe063e691b=0AXSIZE (m=
 imetex/1.60/mimetex.zip) =3D 643731=0AEND-of-mimetex/distinfo=0Aecho x - mi=
 metex/pkg-message=0Ased 's/^X//' >mimetex/pkg-message << 'END-of-mimetex/pk=
 g-message'=0AX=0AX*********************************************************=
 =0AX=0AX  See online documentation at http://localhost/mimetex/=0AX=0AX****=
 *****************************************************=0AEND-of-mimetex/pkg-=
 message=0Aexit=0A=0A
 --qDbXVdCdHGoSgWSk--
Responsible-Changed-From-To: freebsd-ports-bugs->aaron  
Responsible-Changed-By: aaron 
Responsible-Changed-When: Mon Feb 20 18:16:27 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92783 
State-Changed-From-To: open->feedback 
State-Changed-By: aaron 
State-Changed-When: Mon Feb 20 22:32:20 UTC 2006 
State-Changed-Why:  
Ask for submitter fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92783 

From: Aaron Dalton <aaron@freebsd.org>
To: bug-followup@FreeBSD.org,  nivit@email.it
Cc:  
Subject: Re: ports/92783: [NEW PORT] www/mimetex: A CGI script that lets you
 embed LaTeX math in your HTML pages
Date: Mon, 20 Feb 2006 15:32:37 -0700

 Ciao, Nicola!  Puo` mandare ancora il shar?  Il secondo era menomato in 
 transito.  Grazie!!
 
 -- 
 Aaron Dalton
 aaron@FreeBSD.org
 FreeBSD Ports Committer

From: nivit@email.it (Nicola Vitale)
To: Aaron Dalton <aaron@freebsd.org>
Cc: bug-followup@FreeBSD.org, nivit@email.it
Subject: Re: ports/92783: [NEW PORT] www/mimetex: A CGI script that lets you embed LaTeX math in your HTML pages
Date: Tue, 21 Feb 2006 14:04:26 +0100

 --gKMricLos+KVdGMg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Ciao Aaron,
 
 > [Aaron Dalton, 2006-02-20T15:32:37-07:00]
 > Ciao, Nicola!  Puo` mandare ancora il shar?  Il secondo era menomato in 
 > transito.  Grazie!!
 
 Certamente. Se ci sono ancora problemi, puoi provare a scaricarlo
 direttamente da
 
 http://www.uploadready.com/v/6901350/mimetex.shar.html
 
 Grazie, ciao.
 --
 Nicola Vitale
 nivit@email.it
 
 --gKMricLos+KVdGMg
 Content-Type: application/x-shar
 Content-Disposition: attachment; filename="mimetex.shar"
 Content-Transfer-Encoding: quoted-printable
 
 # This is a shell archive.  Save it in a file, remove anything before=0A# t=
 his line, and then unpack it by entering "sh file".  Note, it may=0A# creat=
 e directories; files and directories will be owned by you and=0A# have defa=
 ult permissions.=0A#=0A# This archive contains:=0A#=0A#	mimetex=0A#	mimetex=
 /pkg-descr=0A#	mimetex/Makefile=0A#	mimetex/pkg-plist=0A#	mimetex/distinfo=
 =0A#	mimetex/pkg-message=0A#=0Aecho c - mimetex=0Amkdir -p mimetex > /dev/n=
 ull 2>&1=0Aecho x - mimetex/pkg-descr=0Ased 's/^X//' >mimetex/pkg-descr << =
 'END-of-mimetex/pkg-descr'=0AXMimeTeX, licensed under the gpl, lets you eas=
 ily embed LaTeX math in=0AXyour html pages.  It parses a LaTeX math express=
 ion and immediately=0AXemits the corresponding gif image, rather than the u=
 sual TeX dvi.=0AXAnd mimeTeX is an entirely separate little program that do=
 esn't=0AXuse TeX or its fonts in any way.  It's just one cgi that you put i=
 n=0AXyour site's cgi-bin/ directory, with no other dependencies.=0AXIt's ea=
 sy to use. Just place an html <img> tag in your document=0AXwherever you wa=
 nt to see the corresponding LaTeX expression.=0AX=0AXAuthor:	John Forkosh <=
 john@forkosh.com>=0AXWWW:	http://www.forkosh.com/mimetex.html=0AEND-of-mime=
 tex/pkg-descr=0Aecho x - mimetex/Makefile=0Ased 's/^X//' >mimetex/Makefile =
 << 'END-of-mimetex/Makefile'=0AX# New ports collection makefile for:	mimete=
 x=0AX# Date created:		2006-02-03=0AX# Whom:			Nicola Vitale	<nivit@email.it=
 >=0AX#=0AX# $FreeBSD$=0AX#=0AX=0AXPORTNAME=3D	mimetex=0AXPORTVERSION=3D	1.6=
 0=0AXCATEGORIES=3D	www math=0AXMASTER_SITES=3D	http://www.forkosh.com/ \=0A=
 X		http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/=0AXDISTNAME=3D	${PORT=
 NAME}=0AXDIST_SUBDIR=3D	${PORTNAME}/${PORTVERSION}=0AX=0AXMAINTAINER=3D	niv=
 it@email.it=0AXCOMMENT=3D	A CGI script that lets you embed LaTeX math in yo=
 ur HTML pages=0AX=0AXNO_WRKSUBDIR=3D	yes=0AXUSE_APACHE=3D	yes=0AXUSE_ZIP=3D=
 	yes=0AX=0AXFETCH_CMD=3D	/usr/bin/fetch -rR	# see PR bin/76134=0AXLN_OPTS=
 =3D	-sf=0AX=0AXCGI_BIN=3D	${PREFIX}/www/cgi-bin/=0AXCGI_PRG=3D	${PORTNAME}.=
 cgi=0AXWWW_DIR=3D	${PREFIX}/www/data/mimetex/=0AX=0AXdo-build:=0AX	cd ${WRK=
 DIR};\=0AX	${CC} ${CFLAGS} -DAA mimetex.c gifsave.c -lm -o ${CGI_PRG}=0AX=
 =0AXdo-install:=0AX	${MKDIR} ${CGI_BIN}=0AX	${INSTALL_PROGRAM} ${WRKSRC}/${=
 CGI_PRG} ${CGI_BIN}/${CGI_PRG}=0AX.if !defined(NOPORTDOCS)=0AX	${MKDIR} ${D=
 OCSDIR}=0AX	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}=0AX	${MKD=
 IR} ${WWW_DIR}=0AX	${LN} ${LN_OPTS} ${DOCSDIR}/${PORTNAME}.html ${WWW_DIR}/=
 index.html=0AX.endif=0AX=0AXpost-install:=0AX	${CAT} ${PKGMESSAGE}=0AX=0AX.=
 include <bsd.port.mk>=0AEND-of-mimetex/Makefile=0Aecho x - mimetex/pkg-plis=
 t=0Ased 's/^X//' >mimetex/pkg-plist << 'END-of-mimetex/pkg-plist'=0AX@comme=
 nt $FreeBSD$=0AX%%PORTDOCS%%%%DOCSDIR%%/mimetex.html=0AX%%PORTDOCS%%www/dat=
 a/mimetex/index.html=0AXwww/cgi-bin/mimetex.cgi=0AX%%PORTDOCS%%@dirrm %%DOC=
 SDIR%%=0AX%%PORTDOCS%%@dirrm www/data/mimetex=0AX@dirrmtry www/cgi-bin=0AEN=
 D-of-mimetex/pkg-plist=0Aecho x - mimetex/distinfo=0Ased 's/^X//' >mimetex/=
 distinfo << 'END-of-mimetex/distinfo'=0AXMD5 (mimetex/1.60/mimetex.zip) =3D=
  9b201b0e36d83b2713caa9048958be82=0AXSHA256 (mimetex/1.60/mimetex.zip) =3D =
 7cd7de6f62471301ebf58490e00a00ccc60728d629c2cdfcfb167dfe063e691b=0AXSIZE (m=
 imetex/1.60/mimetex.zip) =3D 643731=0AEND-of-mimetex/distinfo=0Aecho x - mi=
 metex/pkg-message=0Ased 's/^X//' >mimetex/pkg-message << 'END-of-mimetex/pk=
 g-message'=0AX=0AX*********************************************************=
 =0AX=0AX  See online documentation at http://localhost/mimetex/=0AX=0AX****=
 *****************************************************=0AEND-of-mimetex/pkg-=
 message=0Aexit=0A=0A
 --gKMricLos+KVdGMg--
State-Changed-From-To: feedback->open 
State-Changed-By: aaron 
State-Changed-When: Wed Feb 22 17:51:40 UTC 2006 
State-Changed-Why:  
Fix received. Grazie! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92783 
State-Changed-From-To: open->closed 
State-Changed-By: aaron 
State-Changed-When: Fri May 5 06:30:51 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92783 
>Unformatted:
