From owner-cvs-all@FreeBSD.ORG Wed Jun 18 23:27:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C8FB106564A; Wed, 18 Jun 2008 23:27:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5195A8FC20; Wed, 18 Jun 2008 23:27:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5INRXRG050054; Wed, 18 Jun 2008 23:27:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5INRXdD050053; Wed, 18 Jun 2008 23:27:33 GMT (envelope-from miwi) Message-Id: <200806182327.m5INRXdD050053@repoman.freebsd.org> From: Martin Wilke Date: Wed, 18 Jun 2008 23:27:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print Makefile ports/print/texvc Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 23:27:33 -0000 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 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)