freebsd-ports/textproc/xxdiff-scripts/Makefile
Andrew Pantyukhin e0688cabc2 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
2006-08-13 19:09:58 +00:00

23 lines
448 B
Makefile

# New ports collection makefile for: xxdiff-scripts
# Date created: 13 August 2006
# Whom: Andrew Pantyukgin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xxdiff
PORTVERSION= 3.2
CATEGORIES= textproc
MASTER_SITES= SF
PKGNAMESUFFIX= -scripts
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Helper scripts for xxdiff
BUILD_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>