diff module in XHTML for perl

This commit is contained in:
espie 2006-04-18 16:03:21 +00:00
parent 3192d01043
commit 865131b39f
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/18 16:03:21 espie Exp $
COMMENT= "perl, XHTML format for Text::Diff::Unified"
PKG_ARCH= *
DISTNAME= Text-Diff-HTML-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5 www
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl modbuild
DEP= ::www/p5-HTML-Parser \
::textproc/p5-Text-Diff
BUILD_DEPENDS= $(DEP)
RUN_DEPENDS= $(DEP)
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
$(DEP)
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Text-Diff-HTML-0.04.tar.gz) = cd8a50dd2f9d90be1f949906441035c1
RMD160 (Text-Diff-HTML-0.04.tar.gz) = 4f4f48a07960978223be5e97e6318cf725fb1db7
SHA1 (Text-Diff-HTML-0.04.tar.gz) = b52c3573677a533c1c521f3e8ad138a36a3081f5
SIZE (Text-Diff-HTML-0.04.tar.gz) = 5375

View File

@ -0,0 +1,4 @@
This class subclasses Text::Diff::Unified, a formatting class provided
by the Text::Diff module, to add XHTML markup to the unified diff
format. For details on the interface of the "diff()" function, see the
Text::Diff documentation.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/18 16:03:21 espie Exp $
${P5SITE}/Text/Diff/HTML.pm
@man man/man3p/Text::Diff::HTML.3p