head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.06.11.42.02;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.19.13.54.39;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	JavaScript::Value::Escape
# Date created:		19 May 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/lang/p5-JavaScript-Value-Escape/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	JavaScript-Value-Escape
PORTVERSION=	0.06
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to avoid XSS with JavaScript value interpolation

PERL_CONFIGURE=	yes

MAN3=	JavaScript::Value::Escape.3

.include <bsd.port.mk>
@


1.2
log
@- Upgrade to 0.06.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping.  This module is aimed to provide a secure JavaScript
escaping to avoid XSS with JavaScript values.

The escaping routine JavaScript::Value::Escape provides escapes q!"!,
q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control
characters to JavaScript unicode entities like "\u0026".

WWW: http://search.cpan.org/dist/JavaScript-Value-Escape/
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@

