summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-22 23:40:00 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-22 23:40:00 +0800
commit03fa1370f38faaa475877dfb797fb0a799346fad (patch)
tree88d45c275fe8a098b4c6e9e50e5f41261e02ced2
parent8659d0bad2d6bf8bf4fea1ae47e2b4f8b0ab0b65 (diff)
downloadxorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar.gz
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar.bz2
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar.lz
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar.xz
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.tar.zst
xorg-devel-ports-03fa1370f38faaa475877dfb797fb0a799346fad.zip
Provides methods needed to generate and verify MicroIDs.
WWW: http://pear.php.net/package/Crypt_MicroID/ git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@34 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--security/pear-Crypt_MicroID/Makefile23
-rw-r--r--security/pear-Crypt_MicroID/distinfo3
-rw-r--r--security/pear-Crypt_MicroID/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/security/pear-Crypt_MicroID/Makefile b/security/pear-Crypt_MicroID/Makefile
new file mode 100644
index 0000000..94519b3
--- /dev/null
+++ b/security/pear-Crypt_MicroID/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pear-Crypt_MicroID
+# Date created: 2008-09-22
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt_MicroID
+PORTVERSION= 0.1.0
+CATEGORIES= security www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= PHP MicroID library.
+
+BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+
+FILES= Crypt/MicroID.php Crypt/MicroID/AlgorithmNotFoundException.php
+TESTS= 001-generate.phpt 002-verify.phpt tests-config.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_MicroID/distinfo b/security/pear-Crypt_MicroID/distinfo
new file mode 100644
index 0000000..97bc95c
--- /dev/null
+++ b/security/pear-Crypt_MicroID/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Crypt_MicroID-0.1.0.tgz) = d3516f2e05926c7184dbb530a90c18f7
+SHA256 (PEAR/Crypt_MicroID-0.1.0.tgz) = 8e9196cc686b367a571ba76ac7f065ff339a939586fce816d957ae263b707064
+SIZE (PEAR/Crypt_MicroID-0.1.0.tgz) = 2954
diff --git a/security/pear-Crypt_MicroID/pkg-descr b/security/pear-Crypt_MicroID/pkg-descr
new file mode 100644
index 0000000..4a1fbb5
--- /dev/null
+++ b/security/pear-Crypt_MicroID/pkg-descr
@@ -0,0 +1,3 @@
+Provides methods needed to generate and verify MicroIDs.
+
+WWW: http://pear.php.net/package/Crypt_MicroID/