From owner-cvs-all@FreeBSD.ORG Tue Jan 12 22:22:11 2010 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 5911D10656A3; Tue, 12 Jan 2010 22:22:11 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 490798FC0C; Tue, 12 Jan 2010 22:22:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0CMMBo7037086; Tue, 12 Jan 2010 22:22:11 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0CMMBk9037085; Tue, 12 Jan 2010 22:22:11 GMT (envelope-from pgj) Message-Id: <201001122222.o0CMMBk9037085@repoman.freebsd.org> From: Gabor Pali Date: Tue, 12 Jan 2010 22:22:11 +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/textproc Makefile ports/textproc/hs-texmath Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 22:22:11 -0000 pgj 2010-01-12 22:22:11 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/hs-texmath Makefile distinfo pkg-descr pkg-plist Log: The texmathml Haskell library provides functions to convert LaTeX math formulas to presentation MathML. It supports basic LaTeX and AMS extensions, but not macros. WWW: http://hackage.haskell.org/package/texmath PR: ports/142580 Submitted by: Jacula Modyun Revision Changes Path 1.1406 +1 -0 ports/textproc/Makefile 1.1 +89 -0 ports/textproc/hs-texmath/Makefile (new) 1.1 +3 -0 ports/textproc/hs-texmath/distinfo (new) 1.1 +5 -0 ports/textproc/hs-texmath/pkg-descr (new) 1.1 +19 -0 ports/textproc/hs-texmath/pkg-plist (new)