aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-SASL
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* Remove copy-paste errorsunpoet2017-07-171-1/+0
|
* Add LICENSEsunpoet2017-06-012-12/+17
| | | | | | - Add NO_ARCH - Use = instead of += for CONFIGURE_ENV - Sort PLIST
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-141-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
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Support STAGEDIR.vanilla2013-11-062-14/+12
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Update to 2.16jadawin2012-09-132-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/GBARR/Authen-SASL-2.16/Changes
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* Convert to new options frameworkbapt2012-05-311-4/+5
|
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* - update to 2.15leeym2010-07-202-14/+14
|
* Update to 2.14(.)01.tobez2010-03-302-4/+5
| | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes
* Update to 2.14.tobez2010-03-122-9/+4
| | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes
* Respect KERBEROS option when it is "off".skv2009-11-051-1/+3
| | | | | PR: ports/139237 Pointed by: Vick Khera <vivek xx khera.org>
* Update to 2.13.tobez2009-09-252-4/+9
| | | | | Changes: http://search.cpan.org/dist/Authen-SASL/Changes Feature safe: yes
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - update to 2.12leeym2008-07-022-9/+10
|
* Update to 2.11mat2008-04-222-5/+4
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-4/+0
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Use OPTIONS for WITHOUT_KERBEROSerwin2006-05-171-0/+2
| | | | | PR: 97270 Submitted by: Rong-En Fan <rafan@infor.org>
* Allow to build it on system wich have WITHOUT_KERBEROS definedache2006-04-241-3/+7
| | | | (GSSAPI module is optional as intended)
* Make the port depend on the newly created security/p5-GSSAPI. Bumptobez2006-03-281-1/+3
| | | | portrevision.
* Update to 2.10. Require perl from ports.tobez2006-03-273-9/+26
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1
|
* * update to 2.09skv2005-04-274-6/+10
| | | | * change maintainer to perl@
* Update to 2.08erwin2004-05-252-3/+3
|
* Update to 2.07erwin2004-04-142-3/+3
|
* SIZEify.trevor2004-01-301-0/+1
|
* - Update to version 2.06krion2003-11-022-2/+2
| | | | | PR: 58824 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 2.05erwin2003-10-182-2/+2
|
* - fixed plistmat2003-08-292-14/+14
| | | | | | | - made portlint happy PR: 55962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 2.04, the latest version in CPAN.foxfair2003-06-193-18/+18
| | | | Use SITE_PERL in PLIST.
* Update to version 2.03.demon2003-05-082-3/+3
| | | | | | | | Approved by: maintainer Reset MAINTAINER to ports@. Requested by: former maintainer
* Remove empty directories on deinstall.demon2003-02-231-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* New port: p5-Authen-SASL.demon2003-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>