Port details |
- p5-Digest-Bcrypt Perl interface to the bcrypt digest algorithm
- 1.212 security
=0 1.209Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2013-09-05 12:28:13
- Last Update: 2022-04-05 07:44:41
- Commit Hash: 2be53d0
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Provides an interface to the bcrypt digest algorithm.
This module subclasses Digest::base and can be used either directly or
through the Digest meta-module. Using the latter is recommended.
It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.
WWW: https://metacpan.org/module/Digest::Bcrypt
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt
- To install the port:
- cd /usr/ports/security/p5-Digest-Bcrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Digest-Bcrypt
- pkg install p5-Digest-Bcrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Digest-Bcrypt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649142064
SHA256 (Digest-Bcrypt-1.212.tar.gz) = c62bb73e28b8dd537770b19df48432a2d053690f71b0e5fbb43b108347b3d07b
SIZE (Digest-Bcrypt-1.212.tar.gz) = 25193
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Crypt-Eksblowfish>0 : security/p5-Crypt-Eksblowfish
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Crypt-Eksblowfish>0 : security/p5-Crypt-Eksblowfish
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- security/p5-Dancer-Plugin-Passphrase
- security/p5-Dancer2-Plugin-Passphrase
- for Run
-
- security/p5-Dancer-Plugin-Passphrase
- security/p5-Dancer2-Plugin-Passphrase
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Digest-Bcrypt
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Apr 2022 07:44:41 1.212
|
Wen Heping (wen)  |
security/p5-Digest-Bcrypt: Update to 1.212 |
06 Apr 2021 14:31:07 1.209
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
1.209
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
15 Sep 2017 08:58:50
1.209
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
26 Mar 2017 15:09:33
1.209
|
wen  |
- Update to 1.209
Changes: http://cpansearch.perl.org/src/CAPOEIRAB/Digest-Bcrypt-1.209/Changes |
25 Mar 2017 04:37:58
1.208
|
sunpoet  |
Update to 1.208
Changes: http://search.cpan.org/dist/Digest-Bcrypt/Changes |
12 Feb 2017 08:12:55
1.207
|
sunpoet  |
Update to 1.207
Changes: http://search.cpan.org/dist/Digest-Bcrypt/Changes |
03 Jul 2016 02:12:45
1.206
|
wen  |
- Update to 1.206
Changes: http://cpansearch.perl.org/src/CAPOEIRAB/Digest-Bcrypt-1.206/Changes |
21 Jun 2016 15:09:13
1.205
|
mat  |
Update to 1.205.
Sponsored by: Absolight |
01 Apr 2016 14:25:18
1.204
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
23 Mar 2016 19:24:43
1.204
|
sunpoet  |
- Update to 1.204
Changes: http://search.cpan.org/dist/Digest-Bcrypt/Changes |
08 Mar 2016 18:51:52
1.203
|
sunpoet  |
- Update to 1.203
Changes: http://search.cpan.org/dist/Digest-Bcrypt/CHANGES |
07 Mar 2016 20:12:59
1.201
|
sunpoet  |
- Fix LICENSE
- Add LICENSE_FILE |
06 Mar 2016 21:57:40
1.201
|
adamw  |
Update to 1.201. Add NO_ARCH, and sort plist.
Changes: https://metacpan.org/changes/distribution/Digest-Bcrypt |
26 Nov 2014 13:08:38
1.0.1_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
06 Nov 2013 07:39:32
1.0.1
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:55:26
1.0.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 13:54:50
1.0.1
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
05 Sep 2013 12:28:02
1.0.1
|
mat  |
Add p5-Digest-Bcrypt 1.0.1, perl interface to the bcrypt digest
algorithm.
PR: ports/ports/180613
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> |