From owner-cvs-all@FreeBSD.ORG Thu Dec 21 19:33:41 2006 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 852B616A786; Thu, 21 Dec 2006 19:33:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7621113C45B; Thu, 21 Dec 2006 19:33:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLJXfxd099118; Thu, 21 Dec 2006 19:33:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLJXf7Z099117; Thu, 21 Dec 2006 19:33:41 GMT (envelope-from miwi) Message-Id: <200612211933.kBLJXf7Z099117@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 19:33:41 +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/svn2cl 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: Thu, 21 Dec 2006 19:33:41 -0000 miwi 2006-12-21 19:33:41 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/svn2cl Makefile distinfo pkg-descr pkg-plist Log: svn2cl is a simple xsl transformation and shell script wrapper for generating a classic GNU-style ChangeLog from a subversion repository log. It is made from several changelog-like scripts using common xslt constructs found in different places. WWW: http://ch.tudelft.nl/~arthur/svn2cl/ PR: ports/107007 Submitted by: Alexander Logvinov Revision Changes Path 1.1088 +1 -0 ports/textproc/Makefile 1.1 +41 -0 ports/textproc/svn2cl/Makefile (new) 1.1 +3 -0 ports/textproc/svn2cl/distinfo (new) 1.1 +6 -0 ports/textproc/svn2cl/pkg-descr (new) 1.1 +6 -0 ports/textproc/svn2cl/pkg-plist (new)