freebsd-ports/textproc/xmldiff/Makefile
Jean-Yves Lefort 879a16d795 Add xmldiff.
xmldiff uses xmlprpr and diff to display meaningful differences in XML
files in an easy to read format. Output formats available include HTML,
ANSI colour, and regular diff. The coloured modes are particularly
useful for viewing small differences in context within large XML files.

WWW: http://software.decisionsoft.com/tools.html

PR:		ports/92947
Submitted by:	Paul Chvostek <paul+ports@it.ca>
2006-02-11 07:35:58 +00:00

31 lines
694 B
Makefile

# New ports collection makefile for: xmldiff
# Date created: Sun Oct 9 10:33:37 EDT 2005
# Whom: Paul Chvostek <paul+ports@it.ca>
#
# $FreeBSD$
#
PORTNAME= xmldiff
PORTVERSION= 0.01
CATEGORIES= textproc
MASTER_SITES= http://software.decisionsoft.com/software/ \
http://www.it.ca/~paul/src/
DISTFILES= xmldiff.pl
MAINTAINER= paul+ports@it.ca
COMMENT= Display meaningful differences between XML files
RUN_DEPENDS= xmlprpr:${PORTSDIR}/textproc/xmlprpr
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= bin/xmldiff
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff
.include <bsd.port.mk>