aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Diff
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-03-15 06:52:23 +0800
committerflz <flz@FreeBSD.org>2005-03-15 06:52:23 +0800
commitbf71aa4bf0e842e97a0da939c37e0ffa1fe3095b (patch)
treeed51a342af9f049bfc310b4f7b774b7c69ce570a /www/p5-HTML-Diff
parentdc615ffcaf398d9e8c9a97863e481e369e82b18f (diff)
downloadfreebsd-ports-gnome-bf71aa4bf0e842e97a0da939c37e0ffa1fe3095b.tar.gz
freebsd-ports-gnome-bf71aa4bf0e842e97a0da939c37e0ffa1fe3095b.tar.zst
freebsd-ports-gnome-bf71aa4bf0e842e97a0da939c37e0ffa1fe3095b.zip
- Add p5-HTML-Diff 0.54, a Perl module to diff two HTML strings.
PR: ports/75933 Submitted by: Travis Campbell <hcoyote@ghostar.org>
Diffstat (limited to 'www/p5-HTML-Diff')
-rw-r--r--www/p5-HTML-Diff/Makefile22
-rw-r--r--www/p5-HTML-Diff/distinfo2
-rw-r--r--www/p5-HTML-Diff/pkg-descr2
-rw-r--r--www/p5-HTML-Diff/pkg-plist5
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-HTML-Diff/Makefile b/www/p5-HTML-Diff/Makefile
new file mode 100644
index 000000000000..40027903bd7a
--- /dev/null
+++ b/www/p5-HTML-Diff/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-MasonX-WebApp
+# Date created: 2004.07.16
+# Whom: Travis Campbell <hcoyote@ghostar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Diff
+PORTVERSION= 0.54
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= hcoyote@ghostar.org
+COMMENT= A Perl module for finding changes between two strings of HTML
+
+PERL_CONFIGURE= yes
+
+MAN3= HTML::Diff.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-Diff/distinfo b/www/p5-HTML-Diff/distinfo
new file mode 100644
index 000000000000..c182f33635cb
--- /dev/null
+++ b/www/p5-HTML-Diff/distinfo
@@ -0,0 +1,2 @@
+MD5 (HTML-Diff-0.54.tar.gz) = e41f346ed43f939aeb861378c10720a4
+SIZE (HTML-Diff-0.54.tar.gz) = 6151
diff --git a/www/p5-HTML-Diff/pkg-descr b/www/p5-HTML-Diff/pkg-descr
new file mode 100644
index 000000000000..0e8795072cf5
--- /dev/null
+++ b/www/p5-HTML-Diff/pkg-descr
@@ -0,0 +1,2 @@
+HTML::Diff is a Perl module for finding changes between two strings of
+HTML.
diff --git a/www/p5-HTML-Diff/pkg-plist b/www/p5-HTML-Diff/pkg-plist
new file mode 100644
index 000000000000..1a4850ff270c
--- /dev/null
+++ b/www/p5-HTML-Diff/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/HTML/Diff.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Diff/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Diff
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true