From owner-cvs-all@FreeBSD.ORG Sun Mar 25 20:44:05 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 846AF16A404; Sun, 25 Mar 2007 20:44:05 +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 5D5E713C44B; Sun, 25 Mar 2007 20:44:05 +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 l2PKi5j6059273; Sun, 25 Mar 2007 20:44:05 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2PKi5ic059272; Sun, 25 Mar 2007 20:44:05 GMT (envelope-from hrs) Message-Id: <200703252044.l2PKi5ic059272@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 25 Mar 2007 20:44:05 +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/xmlformat Makefile distinfo 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, 25 Mar 2007 20:44:05 -0000 hrs 2007-03-25 20:44:05 UTC FreeBSD ports repository Modified files: textproc/xmlformat Makefile distinfo Log: Update to 1.04. Changes include: - Assign each token an input line number and display the line number in error messages. This provides better information to the user about the location of problems in input files. - Print the token stack when an error occurs. This provides some idea of the context of the element that is malformed or has malformed content. Submitted by: Marcelo Araujo PR: ports/109895 Revision Changes Path 1.3 +1 -1 ports/textproc/xmlformat/Makefile 1.4 +3 -3 ports/textproc/xmlformat/distinfo