summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/weblint++/Makefile46
-rw-r--r--www/weblint++/distinfo3
-rw-r--r--www/weblint++/pkg-descr6
-rw-r--r--www/weblint++/pkg-plist3
5 files changed, 59 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index bc524c7..1db85d4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -977,6 +977,7 @@
SUBDIR += webfs
SUBDIR += webglimpse
SUBDIR += weblint
+ SUBDIR += weblint++
SUBDIR += webredirect
SUBDIR += webreport
SUBDIR += webresolve
diff --git a/www/weblint++/Makefile b/www/weblint++/Makefile
new file mode 100644
index 0000000..cffca17
--- /dev/null
+++ b/www/weblint++/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: weblint++
+# Date created: 24 Jun 2006
+# Whom: aaron@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= weblint++
+PORTVERSION= 1.14
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=../../authors/id/B/BD/BDFOY
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= HTML validator and sanity checker
+
+BUILD_DEPENDS= p5-ConfigReader-Simple>=1.15:${PORTSDIR}/devel/p5-ConfigReader-Simple \
+ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
+ p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
+ p5-HTML-Lint>0:${PORTSDIR}/www/p5-HTML-Lint \
+ p5-HTML-SimpleLinkExtor>0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \
+ p5-libwww>0:${PORTSDIR}/www/p5-libwww \
+ p5-HTTP-SimpleLinkChecker>0:${PORTSDIR}/www/p5-HTTP-SimpleLinkChecker \
+ p5-HTTP-Size>=0.04:${PORTSDIR}/www/p5-HTTP-Size \
+ p5-Mail-Sendmail>0:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ p5-Test-Manifest>0.91:${PORTSDIR}/devel/p5-Test-Manifest \
+ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff \
+ p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
+ p5-Text-Template>0:${PORTSDIR}/textproc/p5-Text-Template \
+ p5-Test-File>0:${PORTSDIR}/devel/p5-Test-File \
+ p5-URI>0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN1= weblint++.1
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 # inherited from p5-libwww
+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/weblint++/distinfo b/www/weblint++/distinfo
new file mode 100644
index 0000000..df19506
--- /dev/null
+++ b/www/weblint++/distinfo
@@ -0,0 +1,3 @@
+MD5 (weblint++-1.14.tar.gz) = eb71e79bd2fc2ce80aed6c3a372b825f
+SHA256 (weblint++-1.14.tar.gz) = 9bb436049b1a39f7dead674b150b593fbd8959d61a5721eae73c53aa35a0ec69
+SIZE (weblint++-1.14.tar.gz) = 31527
diff --git a/www/weblint++/pkg-descr b/www/weblint++/pkg-descr
new file mode 100644
index 0000000..ce42732
--- /dev/null
+++ b/www/weblint++/pkg-descr
@@ -0,0 +1,6 @@
+Weblint is a syntax and minimal style checker for HTML: a perl script which
+picks fluff off html pages, much in the same way traditional lint picks fluff
+off C programs.
+
+WWW: http://search.cpan.org/dist/weblint
+Author: brian d foy <bdfoy@cpan.org>
diff --git a/www/weblint++/pkg-plist b/www/weblint++/pkg-plist
new file mode 100644
index 0000000..f9d0be56
--- /dev/null
+++ b/www/weblint++/pkg-plist
@@ -0,0 +1,3 @@
+bin/weblint++
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/weblint++/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/weblint++
OpenPOWER on IntegriCloud