Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2015 10:37:22 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395082 - in head/www: . p5-HTML-Restrict
Message-ID:  <201508231037.t7NAbNbS050490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sun Aug 23 10:37:22 2015
New Revision: 395082
URL: https://svnweb.freebsd.org/changeset/ports/395082

Log:
  Strip unwanted HTML tags and attributes.
  
  WWW: http://search.cpan.org/dist/HTML-Restrict/

Added:
  head/www/p5-HTML-Restrict/
  head/www/p5-HTML-Restrict/Makefile   (contents, props changed)
  head/www/p5-HTML-Restrict/distinfo   (contents, props changed)
  head/www/p5-HTML-Restrict/pkg-descr   (contents, props changed)
  head/www/p5-HTML-Restrict/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 23 10:12:19 2015	(r395081)
+++ head/www/Makefile	Sun Aug 23 10:37:22 2015	(r395082)
@@ -926,6 +926,7 @@
     SUBDIR += p5-HTML-QuickCheck
     SUBDIR += p5-HTML-RSSAutodiscovery
     SUBDIR += p5-HTML-ResolveLink
+    SUBDIR += p5-HTML-Restrict
     SUBDIR += p5-HTML-RobotsMETA
     SUBDIR += p5-HTML-Scrubber
     SUBDIR += p5-HTML-Seamstress

Added: head/www/p5-HTML-Restrict/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Restrict/Makefile	Sun Aug 23 10:37:22 2015	(r395082)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	HTML-Restrict
+PORTVERSION=	2.2.2
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension to strip unwanted HTML tags and attributes
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	\
+	p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
+	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
+	p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
+	p5-Moo>=1.002000:${PORTSDIR}/devel/p5-Moo \
+	p5-Type-Tiny>=1.000001:${PORTSDIR}/devel/p5-Type-Tiny \
+	p5-URI>0:${PORTSDIR}/net/p5-URI \
+	p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	YES
+
+.include <bsd.port.mk>

Added: head/www/p5-HTML-Restrict/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Restrict/distinfo	Sun Aug 23 10:37:22 2015	(r395082)
@@ -0,0 +1,2 @@
+SHA256 (HTML-Restrict-2.2.2.tar.gz) = 90dbd6448999c74563451ad0284e4f1ce4cff7edfad7c3f9c761fcbd487bbfe0
+SIZE (HTML-Restrict-2.2.2.tar.gz) = 26190

Added: head/www/p5-HTML-Restrict/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Restrict/pkg-descr	Sun Aug 23 10:37:22 2015	(r395082)
@@ -0,0 +1,3 @@
+Strip unwanted HTML tags and attributes.
+
+WWW: http://search.cpan.org/dist/HTML-Restrict/

Added: head/www/p5-HTML-Restrict/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Restrict/pkg-plist	Sun Aug 23 10:37:22 2015	(r395082)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/HTML::Restrict.3.gz
+%%SITE_PERL%%/HTML/Restrict.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231037.t7NAbNbS050490>