aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-09-02 20:04:18 +0000
committerRene Ladan <rene@FreeBSD.org>2025-09-02 20:04:18 +0000
commit64d859ae2c38d6b4f539a437f9cddbb8bd3012d4 (patch)
treef064c1b8e5b314a8a760edf97e4fd553085ca5d8
parent7e9af6c49a301a2c3f9755ec4995eeb291de3b00 (diff)
security/p5-Data-Entropy: Remove expired port
2025-05-31 security/p5-Data-Entropy: The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Data-Entropy/Makefile30
-rw-r--r--security/p5-Data-Entropy/distinfo3
-rw-r--r--security/p5-Data-Entropy/pkg-descr18
-rw-r--r--security/p5-Data-Entropy/pkg-plist14
6 files changed, 1 insertions, 66 deletions
diff --git a/MOVED b/MOVED
index 2099bc7e9ecd..b33f67a062df 100644
--- a/MOVED
+++ b/MOVED
@@ -4761,3 +4761,4 @@ www/p5-Dancer2-Plugin-Interchange6||2025-09-02|Has expired: Depends on expired s
www/p5-Interchange6||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy via databases/p5-Interchange6-Schema
security/p5-Dancer-Plugin-Passphrase||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy
security/p5-Dancer2-Plugin-Passphrase||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy
+security/p5-Data-Entropy||2025-09-02|Has expired: The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
diff --git a/security/Makefile b/security/Makefile
index 612044f46f17..68d8592bfe07 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -653,7 +653,6 @@
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
- SUBDIR += p5-Data-Entropy
SUBDIR += p5-Data-Password
SUBDIR += p5-Digest
SUBDIR += p5-Digest-Adler32
diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile
deleted file mode 100644
index 9908d5079b59..000000000000
--- a/security/p5-Data-Entropy/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= Data-Entropy
-PORTVERSION= 0.008
-CATEGORIES= security perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Entropy (randomness) management
-WWW= https://metacpan.org/release/Data-Entropy
-
-LICENSE= ART10 GPLv1+
-LICENSE_COMB= dual
-
-DEPRECATED= The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
- p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom \
- p5-Data-Float>=0.008:math/p5-Data-Float \
- p5-HTTP-Lite>=2.20:www/p5-HTTP-Lite \
- p5-Module-Build>=0:devel/p5-Module-Build \
- p5-Params-Classify>=0:devel/p5-Params-Classify
-
-USES= perl5
-USE_PERL5= configure
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/p5-Data-Entropy/distinfo b/security/p5-Data-Entropy/distinfo
deleted file mode 100644
index e50fa82fd6e0..000000000000
--- a/security/p5-Data-Entropy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1744289416
-SHA256 (Data-Entropy-0.008.tar.gz) = 18a52b1386e82c6b8cdb384a39861d60220a442a790e077010be72dd853b67b3
-SIZE (Data-Entropy-0.008.tar.gz) = 40697
diff --git a/security/p5-Data-Entropy/pkg-descr b/security/p5-Data-Entropy/pkg-descr
deleted file mode 100644
index e308b55388d9..000000000000
--- a/security/p5-Data-Entropy/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-This module maintains a concept of a current selection of entropy
-source. Algorithms that require entropy can use the source nominated
-by this module, avoiding the need for entropy source objects to be
-explicitly passed around. This is convenient because usually one
-entropy source will be used for an entire program run and so an
-explicit entropy source parameter would rarely vary. There is also a
-default entropy source, avoiding the need to explicitly configure a
-source at all.
-
-If nothing is done to set a source then it defaults to the use of
-Rijndael (AES) in counter mode (see
-Data::Entropy::RawSource::CryptCounter and Crypt::Rijndael), keyed
-using Perl's built-in rand function. This gives a data stream that
-looks like concentrated entropy, but really only has at most the
-entropy of the rand seed. Within a single run it is cryptographically
-difficult to detect the correlation between parts of the
-pseudo-entropy stream. If more true entropy is required then it is
-necessary to configure a different entropy source.
diff --git a/security/p5-Data-Entropy/pkg-plist b/security/p5-Data-Entropy/pkg-plist
deleted file mode 100644
index e83105a04eb9..000000000000
--- a/security/p5-Data-Entropy/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-%%SITE_PERL%%/Data/Entropy.pm
-%%SITE_PERL%%/Data/Entropy/Algorithms.pm
-%%SITE_PERL%%/Data/Entropy/RawSource/CryptCounter.pm
-%%SITE_PERL%%/Data/Entropy/RawSource/Local.pm
-%%SITE_PERL%%/Data/Entropy/RawSource/RandomOrg.pm
-%%SITE_PERL%%/Data/Entropy/RawSource/RandomnumbersInfo.pm
-%%SITE_PERL%%/Data/Entropy/Source.pm
-%%PERL5_MAN3%%/Data::Entropy.3.gz
-%%PERL5_MAN3%%/Data::Entropy::Algorithms.3.gz
-%%PERL5_MAN3%%/Data::Entropy::RawSource::CryptCounter.3.gz
-%%PERL5_MAN3%%/Data::Entropy::RawSource::Local.3.gz
-%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomOrg.3.gz
-%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomnumbersInfo.3.gz
-%%PERL5_MAN3%%/Data::Entropy::Source.3.gz