head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.03.16.07.27.44;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.2;

1.2
date	2010.11.04.10.01.44;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.09.23.08.09.18;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314255
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Wilke <miwi@@FreeBSD.org>
# $FreeBSD: head/security/pear-HTML_Crypt/Makefile 314255 2013-03-15 06:28:27Z miwi $

PORTNAME=	HTML_Crypt
PORTVERSION=	1.3.4
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Encrypts text which is later decoded using JavaScript on the client side

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pear-HTML_Crypt
# Date created:		2008-09-22
# Whom:			Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-HTML_Crypt/Makefile 301684 2012-07-29 11:17:02Z cs $
#
d11 2
a12 2
BUILD_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
d14 1
a14 2
FILES=		HTML/Crypt.php
EXAMPLES=	html-abc.php html-nojavascript.php html.php simple.php
@


1.3
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.3.4
@
text
@d13 1
a13 1
COMMENT=	Encrypts text which is later decoded using javascript on the client side
@


1.1
log
@HTML_Crypt provides methods to encrypt text, which can be later be decrypted
using JavaScript on the client side.

This is very useful to prevent spam robots collecting email addresses from your
site, included is a method to add mailto links to the text being generated.

WWW:	http://pear.php.net/package/HTML_Crypt
@
text
@d9 1
a9 1
PORTVERSION=	1.3.3
@

