aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Dancer2-Plugin-Passphrase/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-Dancer2-Session-DBICKurt Jaeger2017-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/p5-Interchange6-Schema devel/p5-MooseX-CoverableModifiers devel/p5-Test-MockDateTime devel/p5-Test-Roo devel/p5-superclass mail/p5-Email-MIME-RFC2047 mail/p5-Mail-Box-IMAP4-SSL security/p5-Dancer-Plugin-Auth-Extensible security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Auth-Extensible security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup security/p5-Dancer2-Plugin-Passphrase security/p5-Session-Token www/p5-Dancer-Plugin-Lexicon www/p5-Dancer-Plugin-RPC www/p5-Dancer2-Plugin-Interchange6 www/p5-Dancer2-Plugin-Path-Class www/p5-Interchange6 - give maintainer to perl@ Submitted by: hvo.pm@xs4all.nl (maintainer) Notes: svn path=/head/; revision=452126
* 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 Perl core modulesSunpoet Po-Chuan Hsieh2017-06-291-2/+2
| | | | | | | | | - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=444680
* www/p5-Dancer2: 0.166001 -> 0.200000Kurt Jaeger2016-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | security/p5-Dancer2-Plugin-Passphrase: 3.2.2 -> 3.3.0 security/p5-Dancer2-Plugin-Auth-Extensible: 0.502 -> 0.600 security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC: 0.502 -> 0.600 security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup: 0.24 -> 0.600 Changes: http://cpansearch.perl.org/src/XSAWYERX/Dancer2-0.200000/Changes http://search.cpan.org/src/SYSPETE/Dancer2-Plugin-Passphrase-3.3.0/CHANGES http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.600/Changes http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600/Changes http://search.cpan.org/src/HORNBURG/Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600/Changes - Upgrade Dancer2 with those other ports that depend on it PR: 209961, 209962, 209966, 209975, 209978 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer) Notes: svn path=/head/; revision=416329
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 3.2.2Sunpoet Po-Chuan Hsieh2015-12-301-2/+3
| | | | | | | | | | | | | - While I'm here: - Add NO_ARCH - Fix PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/CHANGES PR: 205731 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer) Notes: svn path=/head/; revision=404855
* Upgrade to 3.0.2.Vanilla I. Shu2015-03-121-1/+1
| | | | | | | | PR: 198534 Submitted by: maintainer Notes: svn path=/head/; revision=381064
* - Update to 2.0.5Wen Heping2014-12-131-2/+1
| | | | | | | | | | Changes: http://search.cpan.org/src/HVOERS/Dancer2-Plugin-Passphrase-2.0.5/CHANGES PR: 195038 Submitted by: Henk van Oers<hvo.pm@xs4all.nl>(maintainer) Notes: svn path=/head/; revision=374644
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* New port: security/p5-Dancer2-Plugin-PassphraseKurt Jaeger2014-11-201-0/+25
Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer apps, allowing developers to follow cryptography best practices without having to become a cryptography expert. It uses the bcrypt algorithm as the default, while also supporting any hashing function provided by Digest. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/ PR: 194962 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Notes: svn path=/head/; revision=372963