aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Data-Password
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.12Frederic Culot2015-01-212-5/+4
| | | | | | | | | - Shorten COMMENT Changes: http://search.cpan.org/dist/Data-Password/Changes Notes: svn path=/head/; revision=377615
* 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
* - Update to 1.11Frederic Culot2014-11-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Data-Password/Changes Notes: svn path=/head/; revision=372432
* - Update to 1.10Frederic Culot2014-04-282-3/+6
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Data-Password/Changes Notes: svn path=/head/; revision=352504
* - 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-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326998
* - Update to 1.08Frederic Culot2013-07-162-10/+6
| | | | | | | | | | | - Trim Makefile's header - Remove leading article from COMMENT - Take maintainership Changes: http://search.cpan.org/dist/Data-Password/Changes Notes: svn path=/head/; revision=323104
* - Reassign ports to the heap due to a mail bounceThomas Abthorpe2012-08-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=302528
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - 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
* - Update to latest versionCheng-Lung Sung2006-09-192-4/+4
| | | | | | | | | PR: ports/101291 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=173391
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* 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
* search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2005-09-221-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2. Notes: svn path=/head/; revision=143380
* Add p5-Data-Password.Jean-Yves Lefort2005-09-024-0/+36
Data::Password checks potential passwords for crackability. It checks that the password has the appropriate length, that it has enough character groups, that it does not contain the same characters repeatedly, that it does not contain ascending or descending characters, or characters close to each other on the keyboard. It also searches for the password in the ispell word file. WWW: http://search.cpan.org/~razinf/Data-Password/ PR: ports/84513 Submitted by: ports@c0decafe.net Notes: svn path=/head/; revision=141747