1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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>
This commit is contained in:
Edwin Groothuis 2004-11-27 05:33:33 +00:00
parent 65b5a7c979
commit ac7c9771a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122554
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Crypt_RC4-1.0.2.tgz) = 90837b9317deaf42f563958b4689b937
SIZE (PEAR/Crypt_RC4-1.0.2.tgz) = 1850

View File

@ -0,0 +1,3 @@
PEAR RC4 encryption class.
WWW: http://pear.php.net/package/Crypt_RC4/