diff options
author | edwin <edwin@FreeBSD.org> | 2004-11-27 13:33:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-11-27 13:33:33 +0800 |
commit | 938f837049be4c8782de5c8b5a031795ec2fd5e2 (patch) | |
tree | 20cae419a4a206eb67edded07df607c85d112274 /security | |
parent | c2b3d5bf19c74356934fdfaacc9eab7f5f798d2f (diff) | |
download | freebsd-ports-gnome-938f837049be4c8782de5c8b5a031795ec2fd5e2.tar.gz freebsd-ports-gnome-938f837049be4c8782de5c8b5a031795ec2fd5e2.tar.zst freebsd-ports-gnome-938f837049be4c8782de5c8b5a031795ec2fd5e2.zip |
New port: security/pear-Crypt_RC4 PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.
PR: ports/74384
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/Makefile | 23 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 5fc5868a4609..4019c2e59c14 100644 --- a/security/Makefile +++ b/security/Makefile @@ -320,6 +320,7 @@ SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC + SUBDIR += pear-Crypt_RC4 SUBDIR += pear-File_Passwd SUBDIR += pear-Text_Password SUBDIR += pf diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile new file mode 100644 index 000000000000..778f8cc5d388 --- /dev/null +++ b/security/pear-Crypt_RC4/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-Crypt_RC4 +# Date created: 25 November 2004 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Crypt_RC4 +PORTVERSION= 1.0.2 +CATEGORIES= security www pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR encryption class for RC4 encryption + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Crypt +FILES= Rc4.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-Crypt_RC4/distinfo b/security/pear-Crypt_RC4/distinfo new file mode 100644 index 000000000000..aa2c43308ee1 --- /dev/null +++ b/security/pear-Crypt_RC4/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Crypt_RC4-1.0.2.tgz) = 90837b9317deaf42f563958b4689b937 +SIZE (PEAR/Crypt_RC4-1.0.2.tgz) = 1850 diff --git a/security/pear-Crypt_RC4/pkg-descr b/security/pear-Crypt_RC4/pkg-descr new file mode 100644 index 000000000000..428caf657f56 --- /dev/null +++ b/security/pear-Crypt_RC4/pkg-descr @@ -0,0 +1,3 @@ +PEAR RC4 encryption class. + +WWW: http://pear.php.net/package/Crypt_RC4/ |