mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add p5-Crypt-OFB 0.01, encrypt Data using OFB Mode.
PR: 58825 Submitted by: clsung
This commit is contained in:
parent
6577061106
commit
c530abb09c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93082
@ -227,6 +227,7 @@
|
||||
SUBDIR += p5-Crypt-GeneratePassword
|
||||
SUBDIR += p5-Crypt-HCE_SHA
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Crypt-OFB
|
||||
SUBDIR += p5-Crypt-OTP
|
||||
SUBDIR += p5-Crypt-OpenPGP
|
||||
SUBDIR += p5-Crypt-OpenSSL-Bignum
|
||||
|
25
security/p5-Crypt-OFB/Makefile
Normal file
25
security/p5-Crypt-OFB/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Crypt-OFB
|
||||
# Date created: Nov 2 2003
|
||||
# Whom: clsung
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-OFB
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Encrypt Data using OFB Mode
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::OFB.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Crypt-OFB/distinfo
Normal file
1
security/p5-Crypt-OFB/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Crypt-OFB-0.01.tar.gz) = 4d23f4d5c773cddf85e347ba36a6df6b
|
6
security/p5-Crypt-OFB/pkg-descr
Normal file
6
security/p5-Crypt-OFB/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module is a Perl-only implementation of the OFB mode.
|
||||
Where OFB stands for Output Feedback Block.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Crypt-OFB
|
||||
|
||||
Autho: GUGOD <gugod@guguod.org>
|
5
security/p5-Crypt-OFB/pkg-plist
Normal file
5
security/p5-Crypt-OFB/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Crypt/OFB.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OFB/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OFB
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user