Port details |
- p5-Digest-HMAC Perl5 interface to HMAC Message-Digest Algorithms
- 1.04 security
=310 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-12-11 05:58:11
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: libiconv, expat, gmake, p5-Digest-SHA1, p5-URI
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Digest:: HMAC
---------------------------------
This package provide modules which calculate HMAC digests.
To build the extensions, unpack this distribution somewhere, create
the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
test', and if successful 'make install'.
You will need perl version 5.004 or better to install these modules.
Further documentation is embedded in the individual modules.
Copyright 1998-1999 Gisle Aas.
Copyright 1998 Graham Barr.
Copyright 1997 Uwe Hollerbach.
Copyright 1995-1996 Neil Winton.
Copyright 1990-1992 RSA Data Security, Inc.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
WWW: https://metacpan.org/release/Digest-HMAC
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Digest-HMAC>0:security/p5-Digest-HMAC
- To install the port:
- cd /usr/ports/security/p5-Digest-HMAC/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Digest-HMAC
- pkg install p5-Digest-HMAC
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Digest-HMAC
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622214104
SHA256 (Digest-HMAC-1.04.tar.gz) = d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4
SIZE (Digest-HMAC-1.04.tar.gz) = 14279
- 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
-
- databases/p5-Amazon-SimpleDB
- devel/p5-Google-Checkout
- dns/p5-Net-Amazon-Route53
- dns/p5-Net-DNS
- mail/p5-Mail-Box-IMAP4
- mail/p5-Mail-SRS
- mail/p5-Net-SMTP-TLS
- for Run
-
- databases/p5-Amazon-SimpleDB
- devel/p5-Google-Checkout
- dns/p5-Net-Amazon-Route53
- dns/p5-Net-DNS
- mail/p5-Mail-Box-IMAP4
- mail/p5-Mail-IMAPClient
- mail/p5-Mail-SRS
-
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-HMAC
- 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 1.04 |
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 ) |
30 May 2021 19:56:16 1.04 |
Po-Chuan Hsieh (sunpoet)  |
security/p5-Digest-HMAC: Update to 1.04
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/Digest-HMAC |
06 Apr 2021 14:31:07 1.03_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
1.03_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.03_1 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
31 May 2017 17:30:09
1.03_1 |
sunpoet  |
Add LICENSE
- Add NO_ARCH
- Sort PLIST |
26 Nov 2014 13:08:38
1.03_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.03 |
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:55:26
1.03 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
02 Aug 2013 18:52:11
1.03 |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
31 Jul 2011 06:24:28
1.03 |
sunpoet  |
- Update to 1.03
- Add WWW
Changes: http://search.cpan.org/dist/Digest-HMAC/Changes |
17 May 2011 11:11:48
1.02 |
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
11 Jan 2010 01:34:37
1.02 |
wen  |
- Update to 1.02 |
22 Jul 2009 16:27:08
1.01 |
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
17 Apr 2008 14:30:31
1.01 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
12 May 2006 14:28:19
1.01 |
vd  |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at
present: erwin) |
22 Jan 2006 02:50:55
1.01 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 15:05:17
1.01 |
mat  |
Take a perl@ hat and add SHA256 checksums |
13 Aug 2004 15:21:20
1.01 |
nork  |
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@ |
20 Mar 2004 09:56:44
1.01 |
nork  |
Add size data.
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
24 Oct 2003 12:05:09
1.01 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
22 Feb 2003 16:16:12
1.01 |
nork  |
De-pkg-comment. |
20 Feb 2003 16:33:26
1.01 |
sobomax  |
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd |
13 May 2002 19:10:19
1.01 |
nork  |
more clean pkg-plist
Approved by: knu (mentor) |
11 Dec 2001 08:58:11  |
ijliao  |
add p5-Digest-HMAC Perl5 interface to HMAC Message-Digest Algorithms |