aboutsummaryrefslogtreecommitdiff
path: root/security/p5-App-Genpass
Commit message (Collapse)AuthorAgeFilesLines
* security/p5-App-Genpass: Cosmetic changePo-Chuan Hsieh2021-06-101-2/+3
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* - Update to 2.401Sunpoet Po-Chuan Hsieh2016-11-062-4/+6
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/App-Genpass/Changes Notes: svn path=/head/; revision=425504
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-4/+0
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-172-1/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=397157
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* 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 2.34Sunpoet Po-Chuan Hsieh2014-08-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/App-Genpass/Changes Notes: svn path=/head/; revision=364208
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-4/+2
| | | | Notes: svn path=/head/; revision=328874
* 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 frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 2.33Sunpoet Po-Chuan Hsieh2012-12-052-8/+4
| | | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/App-Genpass/Changes Feature safe: yes Notes: svn path=/head/; revision=308291
* - Update to 2.32Sunpoet Po-Chuan Hsieh2012-07-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/App-Genpass/Changes Notes: svn path=/head/; revision=300384
* - Update to 2.31Sunpoet Po-Chuan Hsieh2012-06-262-4/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/App-Genpass/Changes Notes: svn path=/head/; revision=300020
* - Update to 2.30Sunpoet Po-Chuan Hsieh2012-03-302-8/+5
| | | | | | | | Changes: http://search.cpan.org/dist/App-Genpass/Changes Feature safe: yes Notes: svn path=/head/; revision=294013
* - Update to 2.20Sunpoet Po-Chuan Hsieh2011-11-282-3/+4
| | | | | | | | Changes: http://search.cpan.org/dist/App-Genpass/Changes Feature safe: yes Notes: svn path=/head/; revision=286532
* - Add p5-App-Genpass 2.10Sunpoet Po-Chuan Hsieh2011-10-034-0/+56
If you've ever needed to create 10 (or even 10,000) passwords on the fly with varying preferences (lowercase, uppercase, no confusing characters, special characters, minimum length, etc.), you know it can become a pretty pesky task. This module makes it possible to create flexible and secure passwords, quickly and easily. WWW: http://search.cpan.org/dist/App-Genpass/ Notes: svn path=/head/; revision=282849