pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Escape Add p5-HTML-Escape, a module to esc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78d960354315
branches:  trunk
changeset: 641446:78d960354315
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Nov 08 16:16:55 2014 +0000

description:
Add p5-HTML-Escape, a module to escape HTML's special chars (like
PHP's htmlspecialchars).

diffstat:

 www/p5-HTML-Escape/DESCR    |   3 +++
 www/p5-HTML-Escape/Makefile |  17 +++++++++++++++++
 www/p5-HTML-Escape/distinfo |   5 +++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r b35eecf2dfd2 -r 78d960354315 www/p5-HTML-Escape/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Escape/DESCR  Sat Nov 08 16:16:55 2014 +0000
@@ -0,0 +1,3 @@
+This module escapes HTML's special chars. It's same as PHP's
+htmlspecialchars. This module uses XS for better performance. And
+also provides pure perl version.
diff -r b35eecf2dfd2 -r 78d960354315 www/p5-HTML-Escape/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Escape/Makefile       Sat Nov 08 16:16:55 2014 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/11/08 16:16:55 schmonz Exp $
+
+DISTNAME=              HTML-Escape-1.09
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            www perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/HTML-Escape/
+COMMENT=               Extremely fast HTML escape
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/HTML/Escape/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b35eecf2dfd2 -r 78d960354315 www/p5-HTML-Escape/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Escape/distinfo       Sat Nov 08 16:16:55 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/08 16:16:55 schmonz Exp $
+
+SHA1 (HTML-Escape-1.09.tar.gz) = b3826044e127fc2ff67e742060b9a9d09dd53128
+RMD160 (HTML-Escape-1.09.tar.gz) = 18de2e05834eb5f0a3a2140bd58f54f045335636
+Size (HTML-Escape-1.09.tar.gz) = 56094 bytes



Home | Main Index | Thread Index | Old Index