Port details |
- p5-Apache-Htpasswd Manage Unix crypt-style password file
- 1.9_2 security
=1 1.9_2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2009-04-30 17:52:14
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Net-Domain-TLD, py38-pycparser, php74-ldap, p5-CPAN-Meta-YAML, xerces-c3
- Also Listed In: perl5 www
- License: ART10 GPLv1+
- Description:
- This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication
on a web server.
The password file is a flat-file with login names and their associated
crypted password. You can use this for non-Apache files if you wish,
but it was written specifically for .htaccess style files.
WWW: https://metacpan.org/release/Apache-Htpasswd
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Apache-Htpasswd>0:security/p5-Apache-Htpasswd
- To install the port:
- cd /usr/ports/security/p5-Apache-Htpasswd/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Apache-Htpasswd
- pkg install p5-Apache-Htpasswd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Apache-Htpasswd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Apache-Htpasswd-1.9.tar.gz) = 9358719be14799fc61e04989df7fdb9c0541402b0b8a7bdd181ff464f1cd2dfd
SIZE (Apache-Htpasswd-1.9.tar.gz) = 8416
- 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-Crypt-PasswdMD5>=0 : security/p5-Crypt-PasswdMD5
- p5-Digest-SHA1>=2.0 : security/p5-Digest-SHA1
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Crypt-PasswdMD5>=0 : security/p5-Crypt-PasswdMD5
- p5-Digest-SHA1>=2.0 : security/p5-Digest-SHA1
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-CGI-Application-Plugin-Authentication
- for Run
-
- www/foswiki
- www/p5-CGI-Application-Plugin-Authentication
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Apache-Htpasswd
- 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 |
06 Apr 2021 14:31:07 1.9_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Feb 2019 00:07:22
1.9_2
|
sunpoet  |
Remove Perl core module
- Bump PORTREVISION for dependency change
With hat: perl |
06 Oct 2018 13:06:45
1.9_1
|
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
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 |
15 Sep 2017 08:58:50
1.9_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:25:18
1.9_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2014 00:14:13
1.9_1
|
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
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 ) |
30 Dec 2013 09:43:24
1.9
|
sunpoet  |
- Update to 1.9
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
Changes: http://search.cpan.org/dist/Apache-Htpasswd/Htpasswd.pm#CHANGES
PR: ports/185200
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
16 Dec 2013 18:24:49
1.8
|
glarkin  |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
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 17:56:03
1.8
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
21 Jan 2012 17:40:15
1.8
|
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 |
03 Jul 2011 14:03:52
1.8
|
ohauer  |
-remove MD5 |
30 Apr 2009 17:51:57
1.8
|
glarkin  |
This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication
on a web server.
The password file is a flat-file with login names and their associated
crypted password. You can use this for non-Apache files if you wish,
but it was written specifically for .htaccess style files.
WWW: http://search.cpan.org/dist/Apache-Htpasswd/ |