aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Auth-YubikeyDecrypter
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.orgKurt Jaeger2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357068
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341825
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-202-2/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* -Restore maintainership to submitterBeech Rintoul2011-05-141-1/+1
| | | | | | | | | PR: ports/157030 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Approved by: itetcu (mentor)(implicit) Notes: svn path=/head/; revision=274126
* Fix broken PKGORIGINSteven Kreuzer2011-04-291-1/+1
| | | | | | | Reported by: erwin@ Notes: svn path=/head/; revision=273331
* - Reset maintainer due to email bouncesThomas Abthorpe2011-04-281-1/+1
| | | | | | | | | | | | | | | Final-Recipient: rfc822; fbsd-ports@opsec.eu Original-Recipient: rfc822;fbsd-ports@opsec.eu Action: failed Status: 5.0.0 Remote-MTA: dns; home.opsec.eu Diagnostic-Code: smtp; 550 Unrouteable address Submitted by: erwin With hat: portmgr Notes: svn path=/head/; revision=273305
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* Decrypt the output from the yubikey tokenPhilip M. Gollucci2010-08-304-0/+48
The hardware can be found at http://www.yubico.com/home/index/ The decryption module does only one thing - decrypt the AES encrypted OTP from the Yubikey. To this, it requires the OTP, and the AES key. Please note - this module does not perform authentication - it is a required component to decrypt the token first before authentication can be performed. WWW: http://search.cpan.org/~massyn/Auth-Yubikey_Decrypter-0.07/ PR: ports/149802 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=260224