Port details |
- p5-Digest-MD2 Perl5 interface to the MD2 message digest algorithm
- 2.04_2 security =13 2.04_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-05-27 02:35:21
- Last Update: 2023-04-27 15:48:19
- Commit Hash: cfd9ffc
- People watching this port, also watch:: p5-Crypt-DES, p5-Digest-SHA1, p5-Digest-MD5, wget, p5-libwww
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Digest-MD2
- Description:
- The Digest::MD2 module allows you to use the RSA Data Security
Inc. MD2 Message Digest algorithm from within Perl programs. The
algorithm takes as input a message of arbitrary length and produces as
output a 128-bit "fingerprint" or "message digest" of the input.
The Digest::MD2 programming interface is identical to the interface
of Digest::MD5. MD2 is described in RFC 1115.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Digest-MD2>0:security/p5-Digest-MD2
- To install the port:
- cd /usr/ports/security/p5-Digest-MD2/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Digest-MD2
- pkg install p5-Digest-MD2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Digest-MD2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Digest-MD2-2.04.tar.gz) = d0aabf4834c20ac411bea427c4a308b59a5fcaa327679ef5294c1d68ab71eed3
SIZE (Digest-MD2-2.04.tar.gz) = 17379
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
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-PKCS10
- security/p5-Crypt-RSA
- for Run
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-PKCS10
- security/p5-Crypt-RSA
Configuration Options:
- No options to configure
- Options name:
- security_p5-Digest-MD2
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.04_2 27 Apr 2023 15:48:19 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Digest-MD2: Strip shared library
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.04_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.04_1 20 Jul 2022 14:22:56 |
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 ) |
2.04_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.04_1 12 Oct 2018 09:08:47 |
amdmi3 |
- Add LICENSE
Approved by: portmgr blanket |
2.04_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.04_1 26 Nov 2014 13:08:38 |
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 ) |
2.04 10 Jun 2014 12:14:14 |
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 |
2.04 22 May 2014 15:29:25 |
jadawin |
- Update to 2.04 |
2.03 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
2.03 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.03 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.03 17 May 2011 11:11:48 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
2.03 12 Dec 2010 21:33:03 |
pgollucci |
- Pass to perl@ |
2.03 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.03 17 Apr 2008 14:30:31 |
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) |
2.03 14 Apr 2006 20:45:44 |
linimon |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
2.03 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
2.03 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.03 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
2.03 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.03 21 Dec 2003 17:31:03 |
petef |
Update to 2.03. |
2.01 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.01 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.01 05 Jan 2003 21:21:25 |
petef |
Update to 2.01. |
23 Aug 2001 00:07:25 |
petef |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
27 May 2001 06:35:21 |
vanilla |
Perl5 interface to the MD2 message digest algorithm |