From owner-cvs-ports@FreeBSD.ORG Sat Jun 23 15:36:58 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D9F716A421; Sat, 23 Jun 2007 15:36:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F9E913C4BD; Sat, 23 Jun 2007 15:36:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5NFawHM096657; Sat, 23 Jun 2007 15:36:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5NFawJX096656; Sat, 23 Jun 2007 15:36:58 GMT (envelope-from hrs) Message-Id: <200706231536.l5NFawJX096656@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 23 Jun 2007 15:36:58 +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/xmlroff Makefile distinfo pkg-plist ports/textproc/xmlroff/files patch-fo-fo-fo.c patch-libfo::fo-doc-gp.c patch-result-to-fo.c 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: Sat, 23 Jun 2007 15:36:58 -0000 hrs 2007-06-23 15:36:58 UTC FreeBSD ports repository Modified files: textproc/xmlroff Makefile distinfo pkg-plist textproc/xmlroff/files patch-libfo::fo-doc-gp.c Added files: textproc/xmlroff/files patch-fo-fo-fo.c Removed files: textproc/xmlroff/files patch-result-to-fo.c Log: Update to 0.5.0. Changes include: - Does not require PangoXSL - Uses GOption instead of popt - Defaults to using compatibility stylesheet - xmlroff manpage in DocBook XML - Cairo backend is less experimental - Added Cairo backend SVG output that is really experimental - Added handling of base for relative URIs when '--compat' is used - Handles 'auto' for page width and height - Added '--compat' option for running compatibility stylesheet - Added '-w' option for setting warning mode - Added handling empty fo:wrapper - Simplified creating FoXmlDoc and running XSLT transformations - Removed support for SGML catalogs Revision Changes Path 1.15 +6 -8 ports/textproc/xmlroff/Makefile 1.8 +3 -3 ports/textproc/xmlroff/distinfo 1.1 +22 -0 ports/textproc/xmlroff/files/patch-fo-fo-fo.c (new) 1.3 +18 -18 ports/textproc/xmlroff/files/patch-libfo::fo-doc-gp.c 1.2 +0 -22 ports/textproc/xmlroff/files/patch-result-to-fo.c (dead) 1.11 +240 -221 ports/textproc/xmlroff/pkg-plist