aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove copy-paste errorSunpoet Po-Chuan Hsieh2017-07-161-1/+0
| | | | Notes: svn path=/head/; revision=446026
* Add LICENSESunpoet Po-Chuan Hsieh2017-05-312-12/+17
| | | | | | | | | - Add NO_ARCH - Use = instead of += for CONFIGURE_ENV - Sort PLIST Notes: svn path=/head/; revision=442233
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-6/+3
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-062-14/+12
| | | | Notes: svn path=/head/; revision=332949
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 2.16Philippe Audeoud2012-09-132-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/GBARR/Authen-SASL-2.16/Changes Notes: svn path=/head/; revision=304210
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Convert to new options frameworkBaptiste Daroussin2012-05-311-4/+5
| | | | Notes: svn path=/head/; revision=297871
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - update to 2.15Yen-Ming Lee2010-07-192-14/+14
| | | | Notes: svn path=/head/; revision=257974
* Update to 2.14(.)01.Anton Berezin2010-03-292-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes Notes: svn path=/head/; revision=251765
* Update to 2.14.Anton Berezin2010-03-112-9/+4
| | | | | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes Notes: svn path=/head/; revision=250909
* Respect KERBEROS option when it is "off".Sergey Skvortsov2009-11-051-1/+3
| | | | | | | | PR: ports/139237 Pointed by: Vick Khera <vivek xx khera.org> Notes: svn path=/head/; revision=243832
* Update to 2.13.Anton Berezin2009-09-252-4/+9
| | | | | | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes Feature safe: yes Notes: svn path=/head/; revision=242060
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - update to 2.12Yen-Ming Lee2008-07-012-9/+10
| | | | Notes: svn path=/head/; revision=216105
* Update to 2.11Mathieu Arnold2008-04-222-5/+4
| | | | Notes: svn path=/head/; revision=211773
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Use OPTIONS for WITHOUT_KERBEROSErwin Lansing2006-05-171-0/+2
| | | | | | | | PR: 97270 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=162658
* Allow to build it on system wich have WITHOUT_KERBEROS definedAndrey A. Chernov2006-04-241-3/+7
| | | | | | | (GSSAPI module is optional as intended) Notes: svn path=/head/; revision=160273
* Make the port depend on the newly created security/p5-GSSAPI. BumpAnton Berezin2006-03-281-1/+3
| | | | | | | portrevision. Notes: svn path=/head/; revision=158301
* Update to 2.10. Require perl from ports.Anton Berezin2006-03-273-9/+26
| | | | Notes: svn path=/head/; revision=158250
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* * update to 2.09Sergey Skvortsov2005-04-274-6/+10
| | | | | | | * change maintainer to perl@ Notes: svn path=/head/; revision=134239
* Update to 2.08Erwin Lansing2004-05-252-3/+3
| | | | Notes: svn path=/head/; revision=109972
* Update to 2.07Erwin Lansing2004-04-142-3/+3
| | | | Notes: svn path=/head/; revision=106992
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to version 2.06Kirill Ponomarev2003-11-022-2/+2
| | | | | | | | PR: 58824 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92836
* Update to 2.05Erwin Lansing2003-10-182-2/+2
| | | | Notes: svn path=/head/; revision=91555
* - fixed plistMathieu Arnold2003-08-292-14/+14
| | | | | | | | | | - made portlint happy PR: 55962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=87975
* Update to 2.04, the latest version in CPAN.Foxfair Hu2003-06-193-18/+18
| | | | | | | Use SITE_PERL in PLIST. Notes: svn path=/head/; revision=83286
* Update to version 2.03.Dmitry Sivachenko2003-05-082-3/+3
| | | | | | | | | | | Approved by: maintainer Reset MAINTAINER to ports@. Requested by: former maintainer Notes: svn path=/head/; revision=80425
* Remove empty directories on deinstall.Dmitry Sivachenko2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76191
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* New port: p5-Authen-SASL.Dmitry Sivachenko2003-01-045-0/+45
SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> Notes: svn path=/head/; revision=72486