From owner-cvs-ports@FreeBSD.ORG Fri Jun 5 22:07:10 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAC7B1065677; Fri, 5 Jun 2009 22:07:10 +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 B9AFC8FC21; Fri, 5 Jun 2009 22:07:10 +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 n55M7AKI076284; Fri, 5 Jun 2009 22:07:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n55M7AGi076283; Fri, 5 Jun 2009 22:07:10 GMT (envelope-from miwi) Message-Id: <200906052207.n55M7AGi076283@repoman.freebsd.org> From: Martin Wilke Date: Fri, 5 Jun 2009 22:07: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/textproc Makefile ports/textproc/p5-LaTeX-Driver 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: Fri, 05 Jun 2009 22:07:11 -0000 miwi 2009-06-05 22:07:10 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-LaTeX-Driver Makefile distinfo pkg-descr pkg-plist Log: The LaTeX::Driver module encapsulates the details of invoking the Latex programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required. WWW: http://search.cpan.org/dist/LaTeX-Driver/ PR: ports/135170 Submitted by: Wen Heping Revision Changes Path 1.1345 +1 -0 ports/textproc/Makefile 1.1 +37 -0 ports/textproc/p5-LaTeX-Driver/Makefile (new) 1.1 +3 -0 ports/textproc/p5-LaTeX-Driver/distinfo (new) 1.1 +7 -0 ports/textproc/p5-LaTeX-Driver/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-LaTeX-Driver/pkg-plist (new)