diff options
author | seb <seb@pkgsrc.org> | 2004-09-04 14:02:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-09-04 14:02:33 +0000 |
commit | 15b8d483a4db90779a8be6d8a94f5419c2bf7f59 (patch) | |
tree | 2f8aae0db583e76e868c22ca998d9f1c1ccd961e /security | |
parent | bb1b9f95ffcde5917e82b9c7e8fea7ffc7ab84ae (diff) | |
download | pkgsrc-15b8d483a4db90779a8be6d8a94f5419c2bf7f59.tar.gz |
Initial import of p5-Crypt-CipherSaber version 0.60 into the NetBSD Packages
Collection.
The CipherSaber Perl module provides an object oriented interface to
CipherSaber-1 and CipherSaber-2 encryption.
See http://ciphersaber.gurus.com for more information about CipherSaber.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CipherSaber/DESCR | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/p5-Crypt-CipherSaber/DESCR b/security/p5-Crypt-CipherSaber/DESCR new file mode 100644 index 00000000000..1c7307dabce --- /dev/null +++ b/security/p5-Crypt-CipherSaber/DESCR @@ -0,0 +1,3 @@ +This Perl module provides an object oriented interface to CipherSaber-1 +and CipherSaber-2 encryption. +See http://ciphersaber.gurus.com for more information about CipherSaber. diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile new file mode 100644 index 00000000000..3ef5d25cfbc --- /dev/null +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/04 14:02:33 seb Exp $ +# + +DISTNAME= CipherSaber-0.60 +PKGNAME= p5-Crypt-${DISTNAME} +SVR4_PKGNAME= p5ccs +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CipherSaber/ +COMMENT= Perl5 module for the CipherSaber encryptions + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CipherSaber/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-CipherSaber/PLIST b/security/p5-Crypt-CipherSaber/PLIST new file mode 100644 index 00000000000..3e67a27baf7 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/04 14:02:33 seb Exp $ diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo new file mode 100644 index 00000000000..4f0275eec36 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/04 14:02:33 seb Exp $ + +SHA1 (CipherSaber-0.60.tar.gz) = f453263dcb83e0886bcb12cec601688ccdbcf2d7 +Size (CipherSaber-0.60.tar.gz) = 8687 bytes |