From owner-cvs-doc@FreeBSD.ORG Mon Jun 16 21:53:11 2008 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2BCE1065678; Mon, 16 Jun 2008 21:53:10 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C69018FC16; Mon, 16 Jun 2008 21:53:10 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5GLrAo3010583; Mon, 16 Jun 2008 21:53:10 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5GLrAbj010582; Mon, 16 Jun 2008 21:53:10 GMT (envelope-from keramida) Message-Id: <200806162153.m5GLrAbj010582@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 16 Jun 2008 21:53:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/tools/checkupdate checkupdate.1 checkupdate.py X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 21:53:11 -0000 keramida 2008-06-16 21:53:10 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/tools/checkupdate checkupdate.1 checkupdate.py Log: Add a -t (tuple mode) option to checkupdate.py, which switches from preparsed human-readable output to printing a raw Python tuples for each flist input file. Manolis has post-processing tools that can easily use this format, so this makes life easier for him. Revision Changes Path 1.3 +12 -1 doc/el_GR.ISO8859-7/share/tools/checkupdate/checkupdate.1 1.5 +17 -9 doc/el_GR.ISO8859-7/share/tools/checkupdate/checkupdate.py