Port details |
- p5-Digest-Perl-MD5 Perl extension for MD5 hash algorithm in pure Perl
- 1.9_1 security
=3 Version of this port present on the latest quarterly branch. - Maintainer: ashish@FreeBSD.org
 - Port Added: 2005-12-22 09:27:46
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: libao, desktop-file-utils, font-misc-meltho, screen, p5-Algorithm-C3
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This is not an interface (like "Digest::MD5") but a Perl implementation
of MD5. It is written in perl only and because of this it is slow but it
works without C-Code. You should use "Digest::MD5" instead of this
module if it is available. This module is only usefull for
computers where you cannot install "Digest::MD5" (e.g. lack of a
C-Compiler).
WWW: https://metacpan.org/release/Digest-Perl-MD5
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Digest-Perl-MD5>0:security/p5-Digest-Perl-MD5
- To install the port:
- cd /usr/ports/security/p5-Digest-Perl-MD5/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Digest-Perl-MD5
- pkg install p5-Digest-Perl-MD5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Digest-Perl-MD5
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Digest-Perl-MD5-1.9.tar.gz) = 7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1
SIZE (Digest-Perl-MD5-1.9.tar.gz) = 72009
- 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
-
- textproc/p5-Spreadsheet-ParseExcel
- for Run
-
- textproc/p5-Spreadsheet-ParseExcel
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Digest-Perl-MD5
- 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.9_1 |
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 1.9_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Jul 2018 09:07:44
1.9_1 |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
27 May 2018 20:15:20
1.9_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
1.9_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 ) |
16 Jan 2014 05:05:00
1.9 |
ashish  |
- Updato to 1.9
- Add STAGE support |
20 Sep 2013 22:55:26
1.8 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 18:03:40
1.8 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
03 Jul 2011 14:03:52
1.8 |
ohauer  |
-remove MD5 |
14 Jun 2010 12:56:44
1.8 |
ashish  |
- Adopt unmaintained ports.
Approved by: pgj, tabthorpe (mentors) |
08 Jun 2010 07:31:58
1.8 |
gabor  |
- Drop maintainership |
17 Apr 2008 14:30:31
1.8 |
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) |
08 Dec 2006 13:46:35
1.8 |
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
20 Feb 2006 20:50:22
1.8 |
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:50:55
1.8 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
23 Dec 2005 18:03:15
1.8 |
leeym  |
- unbreak on old perl
Submitted by: leeym
Approved by: maintainer via email |
22 Dec 2005 09:24:33
1.8 |
erwin  |
This is not an interface (like "Digest::MD5") but a Perl implementation
of MD5. It is written in perl only and because of this it is slow but it
works without C-Code. You should use "Digest::MD5" instead of this
module if it is available. This module is only usefull for
computers where you cannot install "Digest::MD5" (e.g. lack of a
C-Compiler).
WWW: http://search.cpan.org/dist/Digest-Perl-MD5
PR: ports/90772
Submitted by: Gabor Kovesdan |