summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT-Auto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 6.23Sunpoet Po-Chuan Hsieh2018-11-273-6/+11
| | | | | | | | - Add LICENSE - Strip shared library - Sort PLIST Changes: https://metacpan.org/changes/distribution/Math-Random-MT-Auto
* 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)
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-8/+1
| | | | With hat: perl
* Support STAGEDIR.Vanilla I. Shu2013-11-052-3/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
|
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 6.22.Anton Berezin2012-12-282-8/+4
| | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
* - Update to 6.21Sunpoet Po-Chuan Hsieh2012-08-143-7/+7
| | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
* - Update to 6.19Sunpoet Po-Chuan Hsieh2012-07-302-4/+3
| | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
* - Update to 6.18Sunpoet Po-Chuan Hsieh2012-01-292-5/+4
| | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
* - Update to 6.17Sunpoet Po-Chuan Hsieh2012-01-132-7/+16
| | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-2/+2
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
* Update to 6.16.Anton Berezin2011-01-192-14/+8
| | | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes Feature safe: yes
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* Update to 6.15.Anton Berezin2010-03-062-4/+4
| | | | | Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes Feature safe: yes
* Update to 6.14Mathieu Arnold2008-06-122-4/+4
|
* - Update to 6.12Martin Wilke2008-03-112-5/+5
|
* - Update to 6.11Martin Wilke2008-02-242-4/+4
|
* - Update to 6.0.9Martin Wilke2007-09-172-4/+4
|
* - Update to 6.06Martin Wilke2007-09-122-4/+4
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 6.0.3Martin Wilke2007-06-112-4/+4
| | | | | PR: 113497 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 5.06Erwin Lansing2007-05-252-4/+4
|
* - Update to 5.04Cheng-Lung Sung2006-12-112-5/+5
| | | | | | | - Move to perl@FreeBSD.org PR: ports/106515 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 5.03Cheng-Lung Sung2006-08-112-6/+10
| | | | | PR: ports/101811 Submitted by: maintainer (Gea-Suan Lin)
* Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs.Cheng-Lung Sung2006-07-244-0/+61
PR: ports/100624 Submitted by: Gea-Suan Lin <gslin at gslin.org>