From owner-cvs-ports@FreeBSD.ORG Thu Jun 1 17:40:39 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C4C16A543; Thu, 1 Jun 2006 17:40:39 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2EE743D62; Thu, 1 Jun 2006 17:40:37 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k51HdAFt061454; Thu, 1 Jun 2006 17:39:10 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k51HdAqd061453; Thu, 1 Jun 2006 17:39:10 GMT (envelope-from sat) Message-Id: <200606011739.k51HdAqd061453@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 1 Jun 2006 17:39:10 +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/math Makefile ports/math/jsmath Makefile distinfo pkg-descr pkg-plist ports/math/jsmath-fonts Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 17:40:44 -0000 sat 2006-06-01 17:39:10 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/jsmath Makefile distinfo pkg-descr pkg-plist math/jsmath-fonts Makefile distinfo pkg-descr pkg-plist Log: Add ports math/jsmath and math/jsmath-fonts: The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. There are also advantages for web-page authors, as there is no need to preprocess your web pages to generate any images, and the mathematics is entered in TeX form, so it is easy to create and maintain your web pages. Although it works best with the TeX fonts installed, jsMath will fall back on a collection of image-based fonts (which can still be scaled or printed at high resolution) or unicode fonts when the TeX fonts are not available. Author: Davide P. Cervone WWW: http://www.math.union.edu/~dpvc/jsMath/ PR: ports/93864 (based on) Submitted by: Nicola Vitale Approved by: krion (mentor) Revision Changes Path 1.396 +2 -0 ports/math/Makefile 1.1 +37 -0 ports/math/jsmath-fonts/Makefile (new) 1.1 +3 -0 ports/math/jsmath-fonts/distinfo (new) 1.1 +6 -0 ports/math/jsmath-fonts/pkg-descr (new) 1.1 +20305 -0 ports/math/jsmath-fonts/pkg-plist (new) 1.1 +37 -0 ports/math/jsmath/Makefile (new) 1.1 +3 -0 ports/math/jsmath/distinfo (new) 1.1 +16 -0 ports/math/jsmath/pkg-descr (new) 1.1 +51 -0 ports/math/jsmath/pkg-plist (new)