Port details |
- pear-Crypt_CHAP PEAR class for generating CHAP packets
- 1.5.0 security =4 1.5.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2005-03-11 21:13:23
- Last Update: 2024-07-30 14:07:29
- Commit Hash: 1cb51e8
- People watching this port, also watch:: libwmf, php81-pear, php81-pear-XML_DTD, libevent, p5-ExtUtils-CBuilder
- Also Listed In: pear www
- License: BSD3CLAUSE
- WWW:
- https://pear.php.net/package/Crypt_CHAP
- https://github.com/pear/Crypt_CHAP
- Description:
- PEAR::Crypt_CHAP provides Classes for generating CHAP packets.
Currently these types of CHAP are supported:
* CHAP-MD5
* MS-CHAPv1
* MS-CHAPv2
For MS-CHAP the mhash and mcrypt extensions must be loaded.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php82-pear-Crypt_CHAP>0:security/pear-Crypt_CHAP
- To install the port:
- cd /usr/ports/security/pear-Crypt_CHAP/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pear-Crypt_CHAP
- pkg install php82-pear-Crypt_CHAP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pear-Crypt_CHAP
- Package flavors (<flavor>: <package>)
- php82: php82-pear-Crypt_CHAP
- php81: php81-pear-Crypt_CHAP
- php83: php83-pear-Crypt_CHAP
- php84: php84-pear-Crypt_CHAP
- distinfo:
- TIMESTAMP = 1497163318
SHA256 (PEAR/Crypt_CHAP-1.5.0.tgz) = 1293a59cb93cd32dbde8b0b4a4e094d7021cd88184791075a6771852e4c48da9
SIZE (PEAR/Crypt_CHAP-1.5.0.tgz) = 5606
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:
-
- pear : devel/pear@php82
- Runtime dependencies:
-
- php.h : lang/php82
- pear : devel/pear@php82
- mcrypt.so : security/pecl-mcrypt@php82
- This port is required by:
- for Run
-
- security/pear-File_SMBPasswd
Configuration Options:
- No options to configure
- Options name:
- security_pear-Crypt_CHAP
- USES:
- pear
- 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 |
1.5.0 30 Jul 2024 14:07:29 |
Po-Chuan Hsieh (sunpoet) |
security/pear-Crypt_CHAP: Re-apply 7cb2d334cecb15b09f041357be26df328f9e5e8a |
1.5.0 30 Jul 2024 06:15:44 |
Antoine Brodin (antoine) |
security/pear-Crypt_CHAP: Revert "security/pear-Crypt_CHAP: Remove
IGNORE_WITH_PHP=84"
This reverts commit 7cb2d334cecb15b09f041357be26df328f9e5e8a.
This unbreaks the ports tree |
1.5.0 29 Jul 2024 19:03:05 |
Po-Chuan Hsieh (sunpoet) |
security/pear-Crypt_CHAP: Remove IGNORE_WITH_PHP=84
This port does build with php84 if its depedency (pecl-mcrypt) is patched. |
1.5.0 29 Jul 2024 12:39:23 |
Po-Chuan Hsieh (sunpoet) |
security/pear-Crypt_CHAP: Add LICENSE
- Update WWW
- Remove USES=php
- Add NO_ARCH |
1.5.0 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
1.5.0 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
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) |
1.5.0 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 ) |
1.5.0 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 ) |
1.5.0 22 May 2021 16:20:48 |
Po-Chuan Hsieh (sunpoet) |
*/pear-*: Take maintainership |
1.5.0 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
1.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 06 Mar 2020 17:47:34 |
joneum |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
1.5.0 11 Jun 2017 07:43:55 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here:
- Add USES=php
- Fix indent
Content of tarballs are unchanged (checked against [1]).
=> Crypt_CHAP-1.5.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz
fetch: http://pear.php.net/get/Crypt_CHAP-1.5.0.tgz: size mismatch: expected
5549, actual 5606
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_CHAP-1.5.0.tgz [1]
Approved by: portmgr (blanket) |
1.5.0 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.5.0 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.5.0 04 Nov 2016 07:50:46 |
jbeich |
Pass maintainership of PEAR ports to the submitter
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
1.5.0 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.5.0 28 Jun 2016 13:57:38 |
mat |
USEify USES=php.
The following variables have been folded into arguments:
- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.5.0 26 Nov 2015 12:04:01 |
miwi |
- Take Maintainership
Approved by: mat (mentor) |
1.5.0 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.5.0 26 Sep 2014 09:05:59 |
bapt |
Convert to USES=pear |
1.5.0 25 Nov 2013 17:59:59 |
antoine |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
1.5.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.5.0 15 Mar 2013 02:30:52 |
miwi |
- Convert to PEAR_AUTOINSTALL
- Trim header |
1.5.0 21 Jan 2012 17:40:15 |
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 |
1.5.0 27 Feb 2011 13:57:02 |
miwi |
- Update to 1.5.0 |
1.0.2 01 Dec 2009 21:46:50 |
tabthorpe |
- Pass maintainership to miwi |
1.0.2 29 Aug 2009 03:23:03 |
tabthorpe |
- Update to 1.0.2 |
1.0.1 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
1.0.1 16 Mar 2007 12:55:55 |
miwi |
- Update to 1.0.1
PR: 110300
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.0.0 09 Nov 2006 05:28:52 |
clsung |
- Take maintainership
PR: ports/105319
Submitted by: maintainer (Thomas Abthorpe) |
1.0.0 23 Sep 2006 00:23:36 |
linimon |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
1.0.0 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0 09 Dec 2005 19:24:52 |
ale |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
1.0.0 11 Mar 2005 21:12:38 |
pav |
PEAR::Crypt_CHAP provides Classes for generating CHAP packets.
Currently these types of CHAP are supported:
* CHAP-MD5
* MS-CHAPv1
* MS-CHAPv2
PR: ports/78641
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> |