From owner-cvs-all@FreeBSD.ORG Wed Jul 6 18:06:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA8716A41C; Wed, 6 Jul 2005 18:06:21 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F129243D49; Wed, 6 Jul 2005 18:06:20 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j66I6KUN031977; Wed, 6 Jul 2005 18:06:20 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j66I6KTv031976; Wed, 6 Jul 2005 18:06:20 GMT (envelope-from erwin) Message-Id: <200507061806.j66I6KTv031976@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 6 Jul 2005 18:06:20 +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/colordiff Makefile distinfo pkg-descr 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: Wed, 06 Jul 2005 18:06:21 -0000 erwin 2005-07-06 18:06:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/colordiff Makefile distinfo pkg-descr Log: Add colordiff 1.0.5, a tool to colorize diff output. Colordiff is a wrapper for diff and produces the same output as diff but with coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. PR: ports/83062 Submitted by: Emanuel Haupt Revision Changes Path 1.838 +1 -0 ports/textproc/Makefile 1.1 +41 -0 ports/textproc/colordiff/Makefile (new) 1.1 +2 -0 ports/textproc/colordiff/distinfo (new) 1.1 +10 -0 ports/textproc/colordiff/pkg-descr (new)