Port details |
- p5-Authen-DecHpwd Perl module for DEC VMS password hashing
- 2.007 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-06-01 20:57:47
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- Also Listed In: perl5
- License: GPLv2+
- Description:
- This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling
functions.
WWW: https://metacpan.org/release/Authen-DecHpwd
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Authen-DecHpwd>0:security/p5-Authen-DecHpwd
- To install the port:
- cd /usr/ports/security/p5-Authen-DecHpwd/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Authen-DecHpwd
- pkg install p5-Authen-DecHpwd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Authen-DecHpwd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1500642138
SHA256 (Authen-DecHpwd-2.007.tar.gz) = f43a93bb02b41f7327d92f9e963b69505f67350a52e8f50796f98afc4fb3f177
SIZE (Authen-DecHpwd-2.007.tar.gz) = 43759
- 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-Data-Integer>=0 : devel/p5-Data-Integer
- p5-Digest-CRC>=0 : security/p5-Digest-CRC
- p5-Scalar-String>=0 : devel/p5-Scalar-String
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Data-Integer>=0 : devel/p5-Data-Integer
- p5-Digest-CRC>=0 : security/p5-Digest-CRC
- p5-Scalar-String>=0 : devel/p5-Scalar-String
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- security/p5-Authen-Passphrase
- for Run
-
- security/p5-Authen-Passphrase
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Authen-DecHpwd
- 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 2.007 |
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 2.007 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
2.007 |
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) |
27 May 2018 20:15:20
2.007 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
21 Jul 2017 17:29:45
2.007 |
sunpoet  |
Update to 2.007
- Update LICENSE
Changes: http://search.cpan.org/dist/Authen-DecHpwd/Changes |
01 Apr 2016 14:25:18
2.006_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Aug 2015 14:51:59
2.006_2 |
sunpoet  |
- Fix LICENSE
- Sort *_DEPENDS
- Pass maintainership to perl@ |
25 Aug 2015 13:52:35
2.006_2 |
amdmi3  |
- Strip library
- Pet portlint
- Fix license |
24 Aug 2015 19:09:22
2.006_1 |
brix  |
- Drop maintainership |
26 Nov 2014 13:08:38
2.006_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 ) |
10 Jun 2014 12:14:14
2.006 |
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 |
31 Jan 2014 15:24:05
2.006 |
miwi  |
- Stage support |
20 Sep 2013 22:55:26
2.006 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 17:07:20
2.006 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
29 Jun 2012 10:29:24
2.006 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
2.006 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
26 May 2011 19:43:13
2.006 |
brix  |
- Update to v2.006 |
02 Aug 2010 19:10:23
2.005 |
brix  |
- Update to v2.005
- Add LICENSE |
25 Mar 2009 18:31:29
2.004 |
brix  |
- Update to v2.004 |
01 Jun 2008 20:57:22
2.002 |
brix  |
This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling
functions.
WWW: http://search.cpan.org/dist/Authen-DecHpwd/
Approved by: erwin (mentor) |