From owner-cvs-all@FreeBSD.ORG Sun Oct 5 13:32:34 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 704581065692; Sun, 5 Oct 2008 13:32:34 +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 5FDE28FC1C; Sun, 5 Oct 2008 13:32:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m95DWYve068561; Sun, 5 Oct 2008 13:32:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m95DWYpV068560; Sun, 5 Oct 2008 13:32:34 GMT (envelope-from miwi) Message-Id: <200810051332.m95DWYpV068560@repoman.freebsd.org> From: Martin Wilke Date: Sun, 5 Oct 2008 13:32:34 +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/py-plastex Makefile distinfo pkg-descr pkg-plist 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: Sun, 05 Oct 2008 13:32:34 -0000 miwi 2008-10-05 13:32:34 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-plastex Makefile distinfo pkg-descr pkg-plist Log: plasTeX is a LaTeX document processing framework written entirely in Python. It currently comes bundled with renderers for XHTML, DocBook, man pages, plain text, as well as a way to simply dump the document to a generic form of XML. Other renderers can be added as well and are planned for future releases. WWW: http://plastex.sf.net/ PR: ports/127864 Submitted by: Wen Heping Revision Changes Path 1.564 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/py-plastex/Makefile (new) 1.1 +3 -0 ports/math/py-plastex/distinfo (new) 1.1 +9 -0 ports/math/py-plastex/pkg-descr (new) 1.1 +602 -0 ports/math/py-plastex/pkg-plist (new)