aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-radius
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+3
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* - Update maintainer addressJochen Neumeister2017-05-161-1/+1
| | | | | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755 Notes: svn path=/head/; revision=441000
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* NMU to version 1.4.0b1, adding PHP 7 support.Matthias Andree2016-12-232-5/+4
| | | | | | | | | | PR: 214774 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: Jochen Neumeister (maintainer) Sponsored by: OPNsense Notes: svn path=/head/; revision=429288
* - Pass maintainership to submitterWen Heping2016-12-221-1/+1
| | | | | | | | PR: 215489 Submitted by: joneum@bsdproject.de Notes: svn path=/head/; revision=429154
* - Update WWW: pecl.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428488
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-251-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-3/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* net/pecl-radius: 1.2.7 -> 1.3.0Kurt Jaeger2016-04-162-3/+3
| | | | | | | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=radius&release=1.3.0 PR: 208013 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: miwi (maintainer) Notes: svn path=/head/; revision=413445
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* - Take MaintainershipMartin Wilke2015-11-261-1/+1
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402450
* 1: add LICENSE.Vanilla I. Shu2015-02-241-1/+3
| | | | | | | 2: switch to USES=tar:tgz Notes: svn path=/head/; revision=379772
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - Update to 1.2.7Martin Wilke2014-05-195-21/+10
| | | | | | | | | | - Pet portlint PR: 189798 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354500
* - Stage supportMartin Wilke2014-02-051-5/+2
| | | | Notes: svn path=/head/; revision=342699
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix for php 5.4.Alex Dupre2012-05-232-2/+11
| | | | Notes: svn path=/head/; revision=297266
* Set IGNORE_WITH_PHP and DEFAULT_PHP_VER.Alex Dupre2012-05-171-0/+2
| | | | Notes: svn path=/head/; revision=296862
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.2.5Martin Wilke2007-07-062-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=195068
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* New port: security/pecl-radius Radius client libraryPav Lucistnik2005-03-114-0/+47
This package is based on the libradius of FreeBSD, with some modifications and extensions. This PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your OS (for example against Windows Active-Directory via IAS). PR: ports/78638 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=130901