Port details |
- p5-Digest-SHA Perl extension for SHA-1/224/256/384/512
- 6.02 security
=29 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-09-17 16:44:41
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: p5-Math-BigInt, p5-libwww, curl, gmake, p5-Digest-SHA1
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Digest::SHA is a complete implementation of the NIST Secure Hash
Standard. It gives Perl programmers a convenient way to calculate
SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The
module can handle all types of input, including partial-byte data.
WWW: https://metacpan.org/release/Digest-SHA
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Digest-SHA>0:security/p5-Digest-SHA
- To install the port:
- cd /usr/ports/security/p5-Digest-SHA/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Digest-SHA
- pkg install p5-Digest-SHA
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Digest-SHA
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1524382530
SHA256 (Digest-SHA-6.02.tar.gz) = 2c66a6bea3eac9c210315ac7bf0af3e2e35679c4b65d8bae1ad4be3a58039b06
SIZE (Digest-SHA-6.02.tar.gz) = 46484
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Digest-SHA
- 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 |
20 Jul 2022 14:22:56 6.02 |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 6.02 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
6.02 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
22 Apr 2018 07:37:56
6.02 |
wen  |
- Update to 6.02
Changes: http://cpansearch.perl.org/src/MSHELOR/Digest-SHA-6.02/Changes |
26 Dec 2017 23:20:44
6.01 |
sunpoet  |
Update to 6.01
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
05 Oct 2017 09:49:06
5.98 |
sunpoet  |
Update to 5.98
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
15 Sep 2017 08:58:50
5.97 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
07 Sep 2017 16:12:12
5.97 |
sunpoet  |
Update to 5.97
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
18 Sep 2016 01:31:20
5.96 |
wen  |
- Update to 5.96
Changes: http://cpansearch.perl.org/src/MSHELOR/Digest-SHA-5.96/Changes |
01 Apr 2016 14:25:18
5.95 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2015 18:36:04
5.95 |
sunpoet  |
- Update to 5.95
- Sort PLIST
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
10 Jan 2015 12:51:21
5.94 |
tobez  |
Update to 5.94. |
26 Nov 2014 13:08:38
5.93_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 ) |
31 Oct 2014 13:26:51
5.93 |
culot  |
- Update to 5.93
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
12 Jun 2014 09:18:29
5.92 |
jadawin  |
- Update to 5.92 |
10 Jun 2014 12:14:14
5.91 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
22 May 2014 15:31:30
5.91 |
jadawin  |
- Update to 5.91 |
15 May 2014 14:54:51
5.90 |
culot  |
- Update to 5.90
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
26 Apr 2014 13:07:00
5.89 |
culot  |
- Update to 5.89
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
19 Mar 2014 17:20:30
5.88 |
sunpoet  |
- Update to 5.88
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
21 Feb 2014 08:42:49
5.87 |
jadawin  |
- Update to 5.87 |
06 Feb 2014 07:56:47
5.86 |
culot  |
- Update to 5.86
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
06 Nov 2013 07:39:32
5.85 |
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:55:26
5.85 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
02 Aug 2013 18:52:11
5.85 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
28 Jun 2013 02:32:59
5.85 |
clsung  |
- Update to 5.85 |
11 Mar 2013 13:53:37
5.84 |
sunpoet  |
- Cleanup PLIST |
11 Mar 2013 13:11:36
5.84 |
tobez  |
Update to 5.84.
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
05 Mar 2013 11:00:28
5.83 |
tobez  |
Update to 5.83.
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
26 Jan 2013 07:17:14
5.82 |
leeym  |
- update to 5.82 |
18 Jan 2013 09:20:57
5.81 |
tobez  |
Update to 5.81.
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
17 Dec 2012 10:57:25
5.80 |
tobez  |
Update to 5.80.
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
17 Dec 2012 09:58:06
5.74 |
az  |
Ops, change logic as it shoud be |
17 Dec 2012 09:54:03
5.74 |
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
26 Nov 2012 12:31:17
5.74 |
tobez  |
Update to 5.74.
Changes: http://cpansearch.perl.org/src/MSHELOR/Digest-SHA-5.74/Changes
Feature safe: yes |
26 Sep 2012 13:16:31
5.72 |
culot  |
- Update to 5.72
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
13 Mar 2012 16:15:36
5.71 |
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
5.71 |
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
29 Feb 2012 16:16:54
5.71 |
sunpoet  |
- Update to 5.71
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
14 Dec 2011 14:14:31
5.70 |
sunpoet  |
- Update to 5.70
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
08 Nov 2011 15:01:32
5.63 |
clsung  |
- Update to 5.63 |
24 Oct 2011 04:17:38
5.62 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
17 May 2011 07:09:34
5.62 |
culot  |
- Update to 5.62
Changes: http://search.cpan.org/dist/Digest-SHA/Changes |
10 Mar 2011 03:40:21
5.61 |
swills  |
- Update to 5.61
- Use new CPAN SUBDIR
Changelog: http://cpansearch.perl.org/dist/Digest-SHA/Changes |
15 Dec 2010 06:57:22
5.50 |
wen  |
- Update to 5.50
ChangeLog: http://search.cpan.org/src/MSHELOR/Digest-SHA-5.50/Changes |
05 Jan 2010 07:17:11
5.48 |
wen  |
- Update to 5.48 |
28 Mar 2009 20:45:10
5.47 |
skv  |
Introduce Perl 5.10.0 |
05 May 2008 12:02:09
5.47 |
mat  |
Update to 5.47 |
11 Apr 2008 15:29:20
5.46 |
mat  |
Update to 5.46 |
08 Sep 2007 01:04:03
5.45 |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
29 Jun 2007 23:05:23
5.45 |
miwi  |
- Update to 5.45 |
31 Oct 2006 08:18:45
5.44 |
clsung  |
- Update to 5.44
PR: ports/104414
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
05 Aug 2006 13:55:30
5.43 |
clsung  |
- update to 5.43
PR: ports/101405
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
24 Jul 2006 12:44:07
5.42 |
clsung  |
- update to 5.42 |
06 Jun 2006 01:24:00
5.41 |
leeym  |
- update to 5.41 |
28 May 2006 17:21:13
5.39 |
leeym  |
- update to 5.39 |
26 May 2006 04:33:18
5.38 |
clsung  |
- update to 5.38
PR: ports/97946
Submitted by: hideo <hideo_AT_lastamericanempire dot com> |
24 May 2006 00:17:28
5.37 |
edwin  |
<HCoyote> Mavvie: can you commit ports/97696 and change the
maintainer to whatever the generic perl maintainer is? I still
haven't fixed my issues with sending email to freebsd.org. |
24 May 2006 00:15:12
5.37 |
edwin  |
[PATCH] security/p5-Digest-SHA: update to 5.37
- Update to 5.37
PR: ports/97696
Submitted by: Yen-Ming Lee <leeym@freebsd.org>
Reviewed by: hcoyote@ghostar.org (via irc) |
04 May 2006 04:12:11
5.34 |
leeym  |
- Update to 5.34
PR: 96402
Submitted by: leeym
Approved by: maintainer |
22 Jan 2006 02:50:55
5.32 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
24 Dec 2005 13:14:23
5.32 |
leeym  |
- Update to 5.32
- Unbreak it on old perl
PR: 90844
Submitted by: leeym
Approved by: maintainer |
18 Sep 2005 20:48:23
5.31 |
lth  |
Fixed plist.
Reported by: pointyhat via kris |
17 Sep 2005 16:43:49
5.31 |
lth  |
Add p5-Digest-SHA 5.31, Perl extension for SHA-1/224/256/384/512.
PR: ports/84570
Submitted by: Travis Campbell <hcoyote@ghostar.org> |