From owner-cvs-ports@FreeBSD.ORG Sun Aug 13 19:10:08 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 029D516A4DD; Sun, 13 Aug 2006 19:10:07 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A644643D5D; Sun, 13 Aug 2006 19:09:58 +0000 (GMT) (envelope-from sat@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 k7DJ9w8g062578; Sun, 13 Aug 2006 19:09:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7DJ9wdm062577; Sun, 13 Aug 2006 19:09:58 GMT (envelope-from sat) Message-Id: <200608131909.k7DJ9wdm062577@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 13 Aug 2006 19:09: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 Makefile ports/textproc/xxdiff-scripts Makefile distinfo pkg-descr pkg-plist 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: Sun, 13 Aug 2006 19:10:08 -0000 sat 2006-08-13 19:09:58 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xxdiff-scripts Makefile distinfo pkg-descr pkg-plist Log: Add port textproc/xxdiff-scripts: xxdiff is a computer program that allows a user (usually a software developer of some sort) to easily visualize the differences between files. The manner and goal for which this process is applied over multiple files is highly dependent on the application, and most of the time is driven by custom user scripts. For example, a configuration management engineer in a company might provide some kind of merge policing environment, that allows software developers to review changes in files for the purpose of accepting or rejecting a submitted changeset to a codebase. Another example is that of a developer wishing to review the changes he made to a checkout of files from a source-code management system such as CVS, Subversion, ClearCase, Perforce, etc. WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html Revision Changes Path 1.1047 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/xxdiff-scripts/Makefile (new) 1.1 +3 -0 ports/textproc/xxdiff-scripts/distinfo (new) 1.1 +15 -0 ports/textproc/xxdiff-scripts/pkg-descr (new) 1.1 +116 -0 ports/textproc/xxdiff-scripts/pkg-plist (new)