aboutsummaryrefslogtreecommitdiff
path: root/security/pear-HTML_Crypt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-23 08:09:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-23 08:09:18 +0000
commit43254f4a725a4a28fea35104f39499541090bc15 (patch)
treec908b49b375e6b0c049597d6e7048187fe5a5cfe /security/pear-HTML_Crypt
parent785015f0b915409b92c442398946e7b0a966d203 (diff)
downloadports-43254f4a725a4a28fea35104f39499541090bc15.tar.gz
ports-43254f4a725a4a28fea35104f39499541090bc15.zip
Notes
Diffstat (limited to 'security/pear-HTML_Crypt')
-rw-r--r--security/pear-HTML_Crypt/Makefile23
-rw-r--r--security/pear-HTML_Crypt/distinfo3
-rw-r--r--security/pear-HTML_Crypt/pkg-descr7
3 files changed, 33 insertions, 0 deletions
diff --git a/security/pear-HTML_Crypt/Makefile b/security/pear-HTML_Crypt/Makefile
new file mode 100644
index 000000000000..f1502a872889
--- /dev/null
+++ b/security/pear-HTML_Crypt/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pear-HTML_Crypt
+# Date created: 2008-09-22
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML_Crypt
+PORTVERSION= 1.3.3
+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
+
+FILES= HTML/Crypt.php
+EXAMPLES= html-abc.php html-nojavascript.php html.php simple.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/security/pear-HTML_Crypt/distinfo b/security/pear-HTML_Crypt/distinfo
new file mode 100644
index 000000000000..f08cdf2190d7
--- /dev/null
+++ b/security/pear-HTML_Crypt/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/HTML_Crypt-1.3.3.tgz) = 823ae88c47eba7a06458e9c73e10c24e
+SHA256 (PEAR/HTML_Crypt-1.3.3.tgz) = 918293073242ecfc19133031d6e8cf758f5520ce6aee7f22cd1e1d1775312a72
+SIZE (PEAR/HTML_Crypt-1.3.3.tgz) = 4452
diff --git a/security/pear-HTML_Crypt/pkg-descr b/security/pear-HTML_Crypt/pkg-descr
new file mode 100644
index 000000000000..864e05f6dc6b
--- /dev/null
+++ b/security/pear-HTML_Crypt/pkg-descr
@@ -0,0 +1,7 @@
+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