From nobody@FreeBSD.org  Sun Jun 15 08:45:21 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 77ACB1065671
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jun 2008 08:45:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 686DB8FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jun 2008 08:45:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5F8jKEV050724
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Jun 2008 08:45:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5F8jKlK050723;
	Sun, 15 Jun 2008 08:45:20 GMT
	(envelope-from nobody)
Message-Id: <200806150845.m5F8jKlK050723@www.freebsd.org>
Date: Sun, 15 Jun 2008 08:45:20 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: print/texvc -- latex to mathml, png converter
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124607
>Category:       ports
>Synopsis:       new port: print/texvc -- latex to mathml, png converter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 15 08:50:05 UTC 2008
>Closed-Date:    Wed Jun 18 23:28:47 UTC 2008
>Last-Modified:  Wed Jun 18 23:30:21 UTC 2008
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Jun  8 18:13:48 MSD 2008     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
add print/texvc (as a part of upcoming LabPlot update):

texvc takes LaTeX-compatible equations and produces formatted output in
HTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
Input data is parsed and scrutinized for safety, and the output includes
an estimate of whether the code is simple enough that HTML rendering will
look acceptable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	texvc
#	texvc/pkg-descr
#	texvc/Makefile
#	texvc/distinfo
#
echo c - texvc
mkdir -p texvc > /dev/null 2>&1
echo x - texvc/pkg-descr
sed 's/^X//' >texvc/pkg-descr << 'END-of-texvc/pkg-descr'
Xtexvc takes LaTeX-compatible equations and produces formatted output in
XHTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
XInput data is parsed and scrutinized for safety, and the output includes
Xan estimate of whether the code is simple enough that HTML rendering will
Xlook acceptable.
X
XWWW:	http://www.mediawiki.org/wiki/Texvc
END-of-texvc/pkg-descr
echo x - texvc/Makefile
sed 's/^X//' >texvc/Makefile << 'END-of-texvc/Makefile'
X# New ports collection makefile for:	texvc
X# Date created:		2008-06-14
X# Whom:			Max Brazhnikov <makc@issp.ac.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	texvc
XPORTVERSION=	20050202
XCATEGORIES=	print
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=wikipedia
XDISTNAME=	${PORTNAME}-linux-x86-${PORTVERSION}
X
XMAINTAINER=	makc@issp.ac.ru
XCOMMENT=	Convert latex equations to HTML, MathML, PNG
X
XUSE_OCAML=	yes
XNO_OCAML_RUNDEPENDS=	yes
XUSE_GMAKE=	yes
XBUILD_WRKSRC=	${WRKSRC}/src
X
XPLIST_FILES=	bin/texvc
X
XOPTIONS=	RASTER "rasterization support" on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_RASTER)
XUSE_GHOSTSCRIPT_RUN=	yes
XRUN_DEPENDS+=	latex:${PORTSDIR}/print/teTeX-base \
X		dvips:${PORTSDIR}/print/dvipsk-tetex \
X		convert:${PORTSDIR}/graphics/ImageMagick
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${PREFIX}/bin
X
X.include <bsd.port.post.mk>
END-of-texvc/Makefile
echo x - texvc/distinfo
sed 's/^X//' >texvc/distinfo << 'END-of-texvc/distinfo'
XMD5 (texvc-linux-x86-20050202.tar.gz) = 9f57d535f6c66b3a84f743e696f7eaf3
XSHA256 (texvc-linux-x86-20050202.tar.gz) = 0ab27b1f04ba7b120042734959cc2afcde4becb61a1167e371c94948cadf24c7
XSIZE (texvc-linux-x86-20050202.tar.gz) = 159378
END-of-texvc/distinfo
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jun 15 08:50:10 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124607 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 18 23:28:45 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124607: commit references a PR
Date: Wed, 18 Jun 2008 23:27:37 +0000 (UTC)

 miwi        2008-06-18 23:27:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print                Makefile 
   Added files:
     print/texvc          Makefile distinfo pkg-descr 
   Log:
   texvc takes LaTeX-compatible equations and produces formatted output in
   HTML, MathML, and (via LaTeX/dvips/ImageMagick) rasterized PNG images.
   Input data is parsed and scrutinized for safety, and the output includes
   an estimate of whether the code is simple enough that HTML rendering will
   look acceptable.
   
   WWW:    http://www.mediawiki.org/wiki/Texvc
   
   PR:             ports/124607
   Submitted by:   Max Brazhnikov <makc at issp.ac.ru>
   
   Revision  Changes    Path
   1.455     +1 -0      ports/print/Makefile
   1.1       +39 -0     ports/print/texvc/Makefile (new)
   1.1       +3 -0      ports/print/texvc/distinfo (new)
   1.1       +7 -0      ports/print/texvc/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
