mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
65b5a7c979
commit
ac7c9771a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122554
@ -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
|
||||
|
23
security/pear-Crypt_RC4/Makefile
Normal file
23
security/pear-Crypt_RC4/Makefile
Normal 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>
|
2
security/pear-Crypt_RC4/distinfo
Normal file
2
security/pear-Crypt_RC4/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Crypt_RC4-1.0.2.tgz) = 90837b9317deaf42f563958b4689b937
|
||||
SIZE (PEAR/Crypt_RC4-1.0.2.tgz) = 1850
|
3
security/pear-Crypt_RC4/pkg-descr
Normal file
3
security/pear-Crypt_RC4/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PEAR RC4 encryption class.
|
||||
|
||||
WWW: http://pear.php.net/package/Crypt_RC4/
|
Loading…
Reference in New Issue
Block a user