diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-12-20 16:40:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-12-20 16:40:43 +0000 |
commit | 6b3901cb2ac0b27176e401eb6c6ec9dcabc11cd0 (patch) | |
tree | 9c8bf9553a86bdeee720262f2b052c35e4b1e7e2 /security | |
parent | e9865872f1ee1fece0ff2208d13a9bd890f7cd83 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/Makefile | 30 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/files/patch-Makefile.PL | 22 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/pkg-plist | 10 |
6 files changed, 0 insertions, 70 deletions
diff --git a/security/Makefile b/security/Makefile index 6738d5ad243e..5d9d2749087f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -504,7 +504,6 @@ SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl SUBDIR += p5-Digest-SHA1 - SUBDIR += p5-Digest-SHA256 SUBDIR += p5-Digest-SV1 SUBDIR += p5-Digest-Tiger SUBDIR += p5-Digest-Whirlpool diff --git a/security/p5-Digest-SHA256/Makefile b/security/p5-Digest-SHA256/Makefile deleted file mode 100644 index 02130c73ce0d..000000000000 --- a/security/p5-Digest-SHA256/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: p5-Digest-SHA256 -# Date created: 2005/03/24 -# Whom: Christopher Nehren -# -# $FreeBSD$ -# -# The author of this port needs a good talking-to concerning naming -# consistencies. The definitions of DISTNAME *and* WRKSRC are unfortunately -# necessary at the current time. - -PORTNAME= Digest-SHA256 -PORTVERSION= 0.01b -PORTREVISION= 1 -CATEGORIES= security perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- -DISTNAME= SHA256-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 interface to the SHA256 algorithm - -# Depended on by mail/rspamd -DEPRECATED= use the builtin Digest::SHA instead - -WRKSRC= ${WRKDIR}/SHA256-0.01 -PERL_CONFIGURE= yes - -MAN3= Digest::SHA256.3 Digest::sha256.3 - -.include <bsd.port.mk> diff --git a/security/p5-Digest-SHA256/distinfo b/security/p5-Digest-SHA256/distinfo deleted file mode 100644 index 75cebd995df9..000000000000 --- a/security/p5-Digest-SHA256/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (SHA256-0.01b.tar.gz) = 72bbb1e31bbfe39e9df930e9b34bbac25e5d1617b7289076945aa303ad03c170 -SIZE (SHA256-0.01b.tar.gz) = 9326 diff --git a/security/p5-Digest-SHA256/files/patch-Makefile.PL b/security/p5-Digest-SHA256/files/patch-Makefile.PL deleted file mode 100644 index 863c37335fee..000000000000 --- a/security/p5-Digest-SHA256/files/patch-Makefile.PL +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.PL Mon Mar 12 06:19:07 2001 -+++ Makefile.PL Fri Jan 20 14:23:20 2006 -@@ -9,6 +9,10 @@ WriteMakefile( - ); - - if (exists($Config{'byteorder'}) and defined($Config{'byteorder'})) { -+ my $bo = $Config{'byteorder'}; -+ if (length($bo) == 8 && $Config{use64bitint} && !$Config{use64bitall}) { -+ $bo =~ s/[5678]//g; -+ } - if (-e 'endian.h') { - warn "Warning: overwriting endian.h\n"; - } else { -@@ -24,7 +28,7 @@ if (exists($Config{'byteorder'}) and def - - /* Warning! this file is automatically generated; changes WILL disappear */ - --#define BYTEORDER $Config{'byteorder'} -+#define BYTEORDER $bo - - #endif /* ENDIAN_H */ - END_OF_STRING diff --git a/security/p5-Digest-SHA256/pkg-descr b/security/p5-Digest-SHA256/pkg-descr deleted file mode 100644 index d62c6c897dfa..000000000000 --- a/security/p5-Digest-SHA256/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Digest::SHA256 module allows you to use the NIST SHA 256/384/512 hash -algorithms in your Perl code. Performance is optimized via the usage of XS -code. - -WWW: http://search.cpan.org/dist/SHA256/ diff --git a/security/p5-Digest-SHA256/pkg-plist b/security/p5-Digest-SHA256/pkg-plist deleted file mode 100644 index 93bd95fb6eca..000000000000 --- a/security/p5-Digest-SHA256/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Digest/sha256.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest |