diff options
Diffstat (limited to 'textproc/xxdiff-scripts')
-rw-r--r-- | textproc/xxdiff-scripts/Makefile | 20 | ||||
-rw-r--r-- | textproc/xxdiff-scripts/pkg-descr | 13 |
2 files changed, 33 insertions, 0 deletions
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile new file mode 100644 index 000000000000..6c6107f365d2 --- /dev/null +++ b/textproc/xxdiff-scripts/Makefile @@ -0,0 +1,20 @@ +PORTNAME= xxdiff +CATEGORIES= textproc +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -scripts + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Helper scripts for xxdiff +WWW= http://furius.ca/xxdiff/doc/xxdiff-scripts.html + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= xxdiff:textproc/xxdiff + +USES= python +USE_PYTHON= autoplist distutils +PYDISTUTILS_PKGNAME= xxdiff-scripts +MASTERDIR= ${.CURDIR}/../xxdiff + +.include "${MASTERDIR}/Makefile.master" diff --git a/textproc/xxdiff-scripts/pkg-descr b/textproc/xxdiff-scripts/pkg-descr new file mode 100644 index 000000000000..97ec74448441 --- /dev/null +++ b/textproc/xxdiff-scripts/pkg-descr @@ -0,0 +1,13 @@ +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. |