From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 13 11:30:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B00FF1065670 for ; Sat, 13 Feb 2010 11:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83AD38FC15 for ; Sat, 13 Feb 2010 11:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1DBUDGa041286 for ; Sat, 13 Feb 2010 11:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1DBUDE6041276; Sat, 13 Feb 2010 11:30:13 GMT (envelope-from gnats) Date: Sat, 13 Feb 2010 11:30:13 GMT Message-Id: <201002131130.o1DBUDE6041276@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/143860: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 11:30:13 -0000 The following reply was made to PR ports/143860; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/143860: commit references a PR Date: Sat, 13 Feb 2010 11:24:53 +0000 (UTC) miwi 2010-02-13 11:24:44 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/jlatexmath Makefile distinfo pkg-descr pkg-plist Log: The goal of this Java API is to display mathematical formulas written in LaTeX. The default encoding is UTF-8. The most of LaTeX commands are available and : 1) macros from amsmath and symbols from amssymb and stmaryrd; 2) \includegraphics (without options); 3) the TeX macro \over; 4) accents from amsxtra package; 5) the macros \definecolor, \textcolor, \colorbox and \fcolorbox from the package color; 6) the macros \rotatebox, \reflectbox and \scalebox from the package graphicx; 7) the most of latin unicode characters are available and cyrillic or greek characters are detected for the loading of the different fonts; 8) the commands \newcommand and \newenvironment; 9) the environments array, matrix, pmatrix,..., eqnarray, cases; 10) the fonts are embedded in the jar file to be used by fop 0.95 to generate PDF, PS or EPS (SVG export with shaped fonts works fine too); 11) and probably other things I forgot... There is no dependency and no external programs to install : JLaTeXMath is fully functional by itself. WWW: http://forge.scilab.org/index.php/p/jlatexmath/ PR: ports/143860 Submitted by: Rob Farmer Revision Changes Path 1.638 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/jlatexmath/Makefile (new) 1.1 +3 -0 ports/math/jlatexmath/distinfo (new) 1.1 +24 -0 ports/math/jlatexmath/pkg-descr (new) 1.1 +26 -0 ports/math/jlatexmath/pkg-plist (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"