SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
textproc/p5-Text-Diff-HTML/Makefile
Normal file
19
textproc/p5-Text-Diff-HTML/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= XHTML format for Text::Diff::Unified
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Text-Diff-HTML-0.08
|
||||
CATEGORIES= textproc www
|
||||
REVISION= 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= textproc/p5-Text-Diff>=0.11 \
|
||||
www/p5-HTML-Parser
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
MAKE_ENV+= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-Diff-HTML/distinfo
Normal file
2
textproc/p5-Text-Diff-HTML/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Text-Diff-HTML-0.08.tar.gz) = PEXSLy6s40ugMUZMtmfLWDE1x5eqO2sX6dR8Q+VC/d8=
|
||||
SIZE (Text-Diff-HTML-0.08.tar.gz) = 19182
|
4
textproc/p5-Text-Diff-HTML/pkg/DESCR
Normal file
4
textproc/p5-Text-Diff-HTML/pkg/DESCR
Normal 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.
|
2
textproc/p5-Text-Diff-HTML/pkg/PLIST
Normal file
2
textproc/p5-Text-Diff-HTML/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Text/Diff/HTML.pm
|
||||
@man man/man3p/Text::Diff::HTML.3p
|
Loading…
Add table
Add a link
Reference in a new issue