diff options
author | anray <anray@FreeBSD.org> | 2005-12-19 17:16:46 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-19 17:16:46 +0800 |
commit | f170bb023dfa1f1db02d1cf350d8c787af61ee0e (patch) | |
tree | 25836d539e8a151425745e3fff60b38801782f50 /security | |
parent | edac6d4a5d4c474fae73c30416fbf3b687319fb8 (diff) | |
download | freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.tar.gz freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.tar.zst freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.zip |
Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR: ports/90589
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Approved by: sem(mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/pkg-descr | 11 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/pkg-plist | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 58417f78bccf..48b992f2b55f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -299,6 +299,7 @@ SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB + SUBDIR += p5-Crypt-GPG SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile new file mode 100644 index 000000000000..81a92286b8cf --- /dev/null +++ b/security/p5-Crypt-GPG/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: p5-Crypt-GPG +# Date created: 17 Dec 2006 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Crypt-GPG +PORTVERSION= 1.52 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for GnuPG + +PERL_CONFIGURE= yes + +MAN3= Crypt::GPG.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} <= 500503 +IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/security/p5-Crypt-GPG/distinfo b/security/p5-Crypt-GPG/distinfo new file mode 100644 index 000000000000..cac2f5cf9762 --- /dev/null +++ b/security/p5-Crypt-GPG/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-GPG-1.52.tar.gz) = fe3b7b4e0cef0fa666dc5ce3e7235a88 +SHA256 (Crypt-GPG-1.52.tar.gz) = 9f9a3fc3887eb89c6d01430d3b4a3ed2c23792c3ab9391635fbe0b58de6f5075 +SIZE (Crypt-GPG-1.52.tar.gz) = 18467 diff --git a/security/p5-Crypt-GPG/pkg-descr b/security/p5-Crypt-GPG/pkg-descr new file mode 100644 index 000000000000..1941ce65188a --- /dev/null +++ b/security/p5-Crypt-GPG/pkg-descr @@ -0,0 +1,11 @@ +The Crypt::GPG module provides access to the functionality of the GnuPG +(www.gnupg.org) encryption tool through an object oriented interface. +It provides methods for encryption, decryption, signing, signature +verification, key generation, key certification, export and import. +Key-server access is on the todo list. +This release of the module may create compatibility issues with previous +versions. If you find any such problems, or any bugs or documentation +errors, please do report them to crypt-gpg at neomailbox.com. + + +WWW: http://search.cpan.org/dist/Crypt-GPG diff --git a/security/p5-Crypt-GPG/pkg-plist b/security/p5-Crypt-GPG/pkg-plist new file mode 100644 index 000000000000..ea482071b39c --- /dev/null +++ b/security/p5-Crypt-GPG/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Crypt/GPG.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |